Software :: Debian--libx11-dev Installation And Configuration Errors
May 9, 2011
what the hell the error message shown below and in the attachment means? Apt-get, Aptitude, dpkg and member limiter's 3/21 post all give the same outcome. Do I need to simply remove the offending .deb file from /var/cache/apt/archives? Do I need to install squeeze from scratch? (I'm installing over a tempermental lenny-sid hybrid installation.) This thing is blocking installation and configuration of 28 other packages.
Code: dpkg: error processing /var/cache/apt/archives/libx11-dev_2%3a1.3.3-4_i386.deb (--unpack): short read on buffer copy for backend dpkg-deb during `./usr/share/doc/libx11-dev/libX11.txt.gz'
View 3 Replies
ADVERTISEMENT
Sep 16, 2009
when i compile a model, which needs libX11.a, but i cannot find the static library in /usr/lib, just libX11.so*, how i can install the static library of libX11.a?
View 5 Replies
View Related
Feb 14, 2011
compName:/home/usrName# apt-get update
I don't have this problem when I take this laptop to work and connect to the network there, so I thought it must be a problem with the way my modem/router is configured. But when I turn off the firewall, the problem persists. Actually, I'm not very knowledgeable about networking issues, so I'm not sure I'm turning off the firewall correctly, but in the config web page for my router, I go to firewall settings, pick the computer by name, and choose an option that says "Allow all applications (DMZplus mode)". I've also rebooted the laptop since changing this option and tried again with the same results.
View 2 Replies
View Related
Aug 25, 2010
I did an upgrade a while back to lenny, but still get these errors..
Here's what I get when O do apt-get update:
View 14 Replies
View Related
Aug 14, 2015
I am trying to set a static IP for my wireless adapter (wlan0). I've been getting the error
Code: Select all[....] Reconfiguring network interfaces.... Error for wireless request "Set Encode
" (8B2A) :
SET failed on device wlan0 ; Invalid argument.
RTNETLINK answers: File exists
Failed to bring up wlan0.
Done.
After using the command
Code: Select allsudo /etc/init.d/networking restart
Here is what etc/network/interfaces looks like
Code: Select allauto lo
Iface lo inet loopback
auto eth0
Allow-hotplug eth0
Iface eth0 inet manual
Auto wlan0
Iface wlan0 inet static
Wireless-essid xxxx
Wireless-key xxxx
Address 192.168.3.116
Netmask 255.255.255.255
Gateway 192.168.3.0
View 7 Replies
View Related
Oct 22, 2015
I have Jessie in a VM. For some days I have been consistently getting errors with apt-get update, no matter if I use httpredir of ftp.us. These are the errors:
Code:
Select allErr http://ftp.us.debian.org jessie/updates/main amd64 Packages
404 Not Found [IP: 64.50.236.52 80]
Err http://ftp.us.debian.org jessie/updates/contrib amd64 Packages
404 Not Found [IP: 64.50.236.52 80]
Err http://ftp.us.debian.org jessie/updates/non-free amd64 Packages
[Code] ....
E: Some index files failed to download. They have been ignored, or old ones used instead.
And this is the syntax in my /etc/apt/sources.list
Code:
Select alldeb http://ftp.us.debian.org/debian/ jessie main non-free contrib
# deb-src http://ftp.us.debian.org/debian/ jessie main non-free contrib
deb http://ftp.us.debian.org/ jessie/updates main contrib non-free
# deb-src http://ftp.us.debian.org/ jessie/updates main contrib non-free
# wheezy-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free
# deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free
# Jessie Backports
deb http://http.debian.net/debian jessie-backports main contrib non-free
Mirrors cannot be down for so long, so what is going on?
View 7 Replies
View Related
Feb 15, 2016
This is on my AMD64 Testing box...A couple days ago during an apt-get dist-upgrade, near the end I saw the errors below.
I haven't noticed anything broken, yet. I usually only see dkms errors when VBox squawks after an update and I run /etc/init.d vboxdrv setup.
The section of the results containing the errors to the end of the output:
Code: Select allSetting up linux-image-4.3.0-1-amd64 (4.3.5-1) ...
/etc/kernel/postinst.d/dkms:
error: db5 error(-30969) from dbenv->open: BDB0091 DB_VERSION_MISMATCH: Database environment version mismatch
error: cannot open Packages index using db5 - (-30969)
error: cannot open Packages database in /root/.rpmdb
error: db5 error(-30969) from dbenv->open: BDB0091 DB_VERSION_MISMATCH: Database environment version mismatch
[Code] ....
View 2 Replies
View Related
Jan 27, 2011
I am trying to add usermin source from here: [URL]
If you like to install and update Usermin via APT, edit the /etc/apt/sources.list file on your system and add the line : deb [URL]
View 5 Replies
View Related
Nov 27, 2015
My primary repos are DVD .isos on my hard drive loop-mounted in /etc/fstab. Although I can install packages just fine and there are no issues with running installed applications, I must have screwed up the configuration of /etc/apt/sources.list because I get this output when I do apt-get update:
Code: Select allIgn file: jessie InRelease
Ign file: jessie InRelease
Ign file: jessie InRelease
Ign file: jessie InRelease
Ign file: jessie InRelease
[Code] .....
Here is my rather primitive but functional /etc/apt/sources.list:
Code: Select all# deb cdrom:[Debian GNU/Linux 8.2.0 _Jessie_ - Official amd64 DVD Binary-1 20150906-11:13]/ jessie contrib main
# deb cdrom:[Debian GNU/Linux 8.2.0 _Jessie_ - Official amd64 DVD Binary-1 20150906-11:13]/ jessie contrib main
deb file:/dvd1 jessie main contrib
deb file:/dvd2 jessie main contrib
deb file:/dvd3 jessie main contrib
[Code] ....
So what exactly have I screwed up?
View 0 Replies
View Related
Mar 29, 2016
This is a redirect of the output of command apt-get update to a text file in /home/user
Code: Select allIgn:1 http://dl.google.com/linux/talkplugin/deb stable InRelease
Hit:2 http://ftp.us.debian.org/debian testing InRelease
Hit:3 http://dl.google.com/linux/talkplugin/deb stable Release
Ign:4 http://linux.dropbox.com/debian sid InRelease
Hit:5 http://deb.opera.com/opera sid InRelease
[Code] ...
They all refer to repos that cannot validate authenticity.
View 2 Replies
View Related
Jun 22, 2011
Installed 6.01a from DVD 1 on a system with 4GB ram. Installer installed amd64 version by default. When I try to install amd64.deb files I get "wrong architecture" error messages from the package manager.
root@Laptop-RalphDeb:/home/ralphq# uname -r
2.6.32-5-amd64
root@Laptop-RalphDeb:/home/ralphq# uname -p
unknown
Why I can install amd64 programs and why I get unknown for the uname -p command?
View 2 Replies
View Related
Sep 1, 2011
It's trying to fix/complete failed installs but keeps encountering the same errors (error message below). I'm running basically Testing, but there are a few Stable and SID packages due to issues with the blasted nVidia legacy drivers. I've swapped out the video board with an ATI board so that is sorted, but now I can't do any updates. Hoping there is some way to manually override apt's determination to try to fix all broken packages whenever I do anything (install, remove, update, etc). A Google search of this error message didn't turn up anything recent. Any thoughts are welcome.
[Code].....
View 2 Replies
View Related
Aug 12, 2010
Recently my beloved ubuntu setup died and I'm struggling to fix it.One day I turned it on and I received the following message:"Your screen graphics card and input device settings could not be detected correctly'Attempting to continue with the recommended lower graphics settings does not work and I am not sure where to go from here. Sometimes it will advance at the lower graphics setting until an error regarding the configuration defaults for the GNOME power manager that have apparently not been installed properly.I didn't change anything and my windoze partition works well. Running Lucid Lynx with nvidia graphics card and ndiswrapper.Other error messages are:(EE) [drm] failed to open device(EE) Failed to initialise GLX extension (Compatible NVIDIA X driver not found)If I reinstall ubuntu will I lose all my programs and data?
View 7 Replies
View Related
Feb 20, 2011
I am installing GTK+ 3.0 from the source tarball... and i get this error...
configure: error: *** libX11 not found. Check 'config.log' for more details.
this doesn't make sense because I am on X11 right now and I have libx11-dev
View 2 Replies
View Related
Sep 3, 2010
While I had the case open to swap out a network card I thought I would drop in an old USB card (previously used with no problems on a machine running Debian) however on boot I'm now getting some errors showing up. The card has been sitting around for a while so it could be an issue with the card.
[Code]....
View 2 Replies
View Related
Jan 15, 2011
I've been using Linux ( Ubuntu from like 4 months ) the first time of my life and I just love Linux, but I just feel that I need to switch to Debian like its the best and the powerful distro. I've installed Debian pretty well, then when rebooting it. I cant find my Ubuntu distro on the grub loader, then when I enter to my Debian distro. I just have that black screen with the note (out of range), so I've went to Google but as u know I am still a rookie, so I could avoid this problem by using.
alt + ctrl + ( - ), so I went to connecting the internet maybe I could download that nvidia drivers so it may fix the problem, but the most shock is that the internet isn't working with me. I am pretty sure that I've entered the IPs correctly but I really don't know whats the main problem is, with Ubuntu its much easier and it really worked quickly but as I said I just feel something for Debian , something that attract me to it.
View 3 Replies
View Related
Jan 26, 2011
I've just picked up another Orinoco Proxim Gold WiFi card for a laptop (this one) that I've put Debian on. I have another Dell laptop that I put Debian on a few years ago and have the same card for that one too. I installed the drivers on the other one (ages ago so I don't remember how exactly I went about it) but when I try to install the same drivers for the same card on this laptop I keep getting these errors:
[code]...
why it worked on my other Dell a couple years ago but isn't working now.
View 4 Replies
View Related
Oct 3, 2014
Was I the only one having failure issues trying to install any Debian ISO Yesterday?I got big red screens about corrupt files all while trying to install Wheezy and Jessie.All with ISO versions downloaded and burned yesterday, net install. Disc and DVD.Mint and later Fedora installed perfectly well, but I wanted Debian.
View 1 Replies
View Related
Jan 20, 2010
In process of installing gnome have hit an error wall from dpkg too many errors. Tried increasing the allowed errors in dpkg.cfg to 150 and still get the errors. The errors now come up on any apt-get install.
ADDED: sent the output to file and the errors start with python2.5-minimal(2,5,43).
View 3 Replies
View Related
Sep 6, 2011
I have been trying to compile a package and I am having some difficulties linking to libX11.so. It seems that it reports that XFree is undefined. Is there some work around for this?
View 4 Replies
View Related
Feb 22, 2015
Debian Wheezy upgraded to Jessie. I can't install my grsec kernel. I did everything exactly like they say on website: [URL] ....
patching: grsecurity-3.0-3.2.66-201502180830.patch and linux-3.2.66 -o.k
then ''make menuconfig'': Configuration Method - Automatic (for virtualbox hosting) -o.k
compiling the kernel: 'fakeroot make deb-pkg' -o.k
and last step, installing new kernel : ''dpkg -i *.deb'' -not o.k
Below is the output from executing command : dpkg -i *.deb which supposed to install 3.2.66-grsec linux-image:
root@debian:/home/userone/Downloads/grsecurity.net/1# ls
grsecurity-3.0-3.2.66-201502180830.patch
linux-3.2.66
linux-firmware-image_3.2.66-grsec-1_amd64.deb
linux-headers-3.2.66-grsec_3.2.66-grsec-1_amd64.deb
[Code] ....
After restarting, old kernel is booting, however from booting menu under advanced GNU/Linux options i can choice 3.2.66-grsec linux-image to boot, unfortunately it 'panics' (kernel panic - not syncing: grsec: halting the system due to suspicious kernel crash caused by root) and only way to turn off the computer is to hold down power button.
View 7 Replies
View Related
Mar 3, 2016
Recently I upgraded my machine from wheezy to jessie.
Everything went smooth until the point that I restarted the node.
During startup I'm getting the following message which is flooding the screen:
Code: Select allsystemd-journald[296]: Failed to forward syslog message: Connection refused
After waiting a long time (the message above still continues to flood the screen), I'm being prompted with the following:
Code: Select allGive root password for maintenance (or type Control-D to continue):
If I press Ctrl+D the boot process continues and finally boots normally.
What I can do to avoid pressing Ctrl+D during the boot process?
I'm assuming that it must be a startup service which is failing but I'm unable to trace which exactly is that.
I'm attaching the full log [URL] ....
View 8 Replies
View Related
May 7, 2011
i get file system errors on boot up. found logs in /var/logs but cant access them. second best thing i can do is to re-install debian but no one seems to want to say how thats done. my disk wont run in wine (some error i dont remember) so i cant use my CD /flashdrive to re-install.
1) i need to read the log files and try to fix the install
2) if i cant fix i need to know how to wipe the OS and do a fresh install
View 2 Replies
View Related
Mar 12, 2016
I am having this problem on my old 64-bit Debian box (stable's Jessie) box, but nothing seems to fix it from what I saw online like in [URL] ... and other forums. Maybe I missed something?
Code: Select all$ sudo apt-get update
Ign http://dl.google.com stable InRelease
Hit http://dl.google.com stable Release.gpg
Ign http://ftp.us.debian.org jessie InRelease
Hit http://security.debian.org jessie/updates InRelease
[Code] ....
View 14 Replies
View Related
Mar 15, 2011
I've been compiling a lot of games recently and most of them requires me to add libX11 to the linker command line. I can't think of nothing but to take a look at the Makefile and add -lX11. It works, but now, I'm compiling from a git repo, and I know the change will removed once I update the my working copy.To make it short, is it possible to add libX11 permanently to the linker command line?
View 7 Replies
View Related
Nov 10, 2010
I was assigned to do all the RHEL5 updates. All installed fine including the new kernel except for the updated libX11 and python packages. Does anyone have any suggestions relating to a fix for this?
View 3 Replies
View Related
Jan 19, 2011
I've installed Debian Lenny from USB with the small 8MB netboot image. I only chose "Standard system" in Tasksel during install, to get a clean, minimal install. I also chose for LVM and a separate partition for /home. I have one 1.5TB SATA drive in this machine.
Now everything seems to install just fine, but when I reboot I get the following error:
fsck.ext2: No such file or directory while trying to open /dev/sdb1
I get offered to enter a maintenance shell, or press CTRL-D to resume booting. When I do, the system boots fine and nothing seems wrong. But it is inconvenient, because I can't reboot the machine without physically going to it to press CTRL-D on the keyboard
I have googled for this error and it is mentioned on several forums, but they were all related to other things specific to their installs/machines.
(ps. the only slightly strange thing during install is that the Debian installer included my 1GB USB thumbdrive when it shows all the drives and the partitions before formatting. I removed the USB thumbdrive directly after install, but if I plug it in, I still get the error)
These are the errors during boot:
code....
I've only installed Debian on my laptops, which never had any problems.
View 2 Replies
View Related
Feb 27, 2011
Recently I have installed Debian Squeeze amd64 on my home desktop. I have used the standard installation method using DVD. I use my desktop primarily for web surfing, playing games and web application development. I do run apache2 and mysql servers on my system as need arise. I have been told that apache2 server execution without mandatory access controls such as apparmor or selinux makes the system vulnerable.
I could not find apparmor in synaptics, so I choose selinux for this task. To start with I installed identical environment in virtual box and tried installing selinux as given in url [url]. After the last step i.e. after running command selinux-config-enforcing and reboot I get login screen, I choose username and enter password. Thats it. The screen becomes blank and no further progress. I am not sure where did I went wrong. I am also curious whether selinux is really required in such cases or there is any better way to handle such situations. I also thought of running apache2 service from virtualbox. But I did not find it suitable for my requirement though.
View 7 Replies
View Related
Apr 13, 2011
After a dist-upgrade in Sid, i get the following message: W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r8169
View 6 Replies
View Related
Jun 30, 2011
i been getting errors when trying to use zypper from the console. This happens in 2 pcs, and errors seem to be the same,One has 11.4 + gnome 2, standar installation (with gnome) from 11.4 DVD. The error i get whenever i run something like zypper install xxxyyy.rpm or zypper update is:
GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL)
the other one, 11.4 with gnome 3 (clean install from live dvd):
GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL)
GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See GConf configuration system for information. (Details - 1: Failed to get connection to session: The connection is closed)
I dont know if its related, but the one with gnome 3 constantly gives me (what i think is) a kernel panic when i shut down the system, it happens fast and the text on the screen is not "linear" but spread all over the screen, so i cant read the whole message, but it does say something about glib and corruption.This is actually the first time(s) ibe seen a kernel panic ever since i used ubuntu.
View 9 Replies
View Related