Debian Configuration :: Can't Update Properly - Packages Kept Back
Nov 25, 2014
When trying to do a system update, I'm facing following error:
Code: Select allroot@machine: apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
libdevmapper1.02.1
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
[Code] ....
No such file or directory of an older and unused kernel? What's wrong with my system?
More about my machine, which runs Debian 6:
Code: Select allroot@machine: uname -a
Linux machine 2.6.32-5-686 #1 SMP Sat Jul 12 22:59:16 UTC 2014 i686 GNU/Linux
Code: Select allroot@machine: cat /etc/apt/sources.list
deb http://http.debian.net/debian/ squeeze main contrib non-free
deb-src http://http.debian.net/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
deb http://http.debian.net/debian squeeze-lts main contrib non-free
deb-src http://http.debian.net/debian squeeze-lts main contrib non-free
View 14 Replies
ADVERTISEMENT
Jun 30, 2010
So I just installed Debian Lenny on my PC (the install went fine). After installing, I went into aptitude and noticed that most of the packages available in the repository are out of date (python 2.5, GCC 4.3). System Update tells me that I am up to date, and when I tell synaptic/aptitude to mark all updatable packages, it does nothing. I have tried typing apt-get update as root aswell. Nothing worked.
I installed Debian with the first DVD from [URL]. During the installation, I told it to download anything that wasn't on the DVD. Shortly after installing, I had manually edited my /etc/apt/sources.list and commented out the CD line. Could any of this have messed up APT?
View 5 Replies
View Related
Oct 10, 2010
I was just wondering what apt uses to determine which packages to hold back during an update. As it stands I have been seeing a kernel upgrade that keeps getting held back. Is there a log file which I can see why this going on?
View 7 Replies
View Related
Jul 22, 2010
I have just installed Debian Lenny and was trying to upgrade the installed packages from the packages.debian.org site. when i asked synaptic to add the downloaded packages the would not appear, but when i checked the .xsessions file there are entries saying that the packages were being ingnored because they were either different versions, the MD5 did not match or even "can't find pkg". i have to use the local library to download the packages because i dont have an internet connection at home.
[Code]...
View 6 Replies
View Related
Feb 23, 2011
I try to update my squeeze using apt-get upgrade and get the following problem:
Code:
root@squeeze:~# apt-get update
Hit http://ftp.ch.debian.org squeeze Release.gpg
[code]...
View 7 Replies
View Related
Jul 20, 2010
I want to make a rescue disc for debian such that if anything goes wrong everything can be restored to its original condition. whatever extra packages are installed they should also be put back. most importantly zimbra and its dependencies.
View 1 Replies
View Related
Jun 7, 2010
I added Sid to my /etc/apt/sources.list, so that I could install KDE4 (as described on some random KDE4/Debian web page). However, I now think that was a mistake and it would have been better to attempt to backport KDE4 onto Lenny. Over time, more and more sid packages have crept into the system to resolve dependencies, and now my system seems a bit broken; 'top' won't run, complains about missing libtermcap which is there, my cron jobs seem to be ignored and so on.
So given a system that is a mix of Lenny and Sid, what is the best way to uninstall all the Sid packages and then get back to a clean Lenny install? Is there some way that I can list all Sid packages, maybe to a file, then use that to tell apt what Lenny packages to install after sources.list has been updated to remove Sid?
I kept a log as the system was built, of everything that had to be manually set up after the debian installer has completed when I moved from 32-bit to 64-bit, so I could just do a clean install of Lenny then reconstruct the system from scratch. However, would much prefer to use the package management tools to revert to a clean Lenny.
View 14 Replies
View Related
Apr 1, 2014
I've got a problem with touchscreen (NNK Switches 5.7" model: FT-CU04B). It is not supported under Linux, but I managed to get it working with usbtouchscreen module, after some modifications of course. It gets recognized by system now, it is possible to calibrate it correctly through xinput_calibrator but it isn't possible to "left click with it". I know that it's weird so I want to make myself clear - touchscreen recognizes touch - when touching button for example, it reacts with "going down" but when I'm releasing button, it "goes up" again, without action. I've tried mapping left mouse button with xinput set-button map 1 0 0 0 0 0, but without success, buttons remain "unclickable".
lsusb:
Code: Select allBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[Code] .....
View 2 Replies
View Related
Oct 26, 2010
I'm running Testing and need to pass some parameters to my bttv tv tunner card, for this reason I created the following file /etc/modprobe.d/kozumi.conf with this content:
alias char-major-81 videodev
alias char-major-81-0 bttv
options pll=1 radio=1 bttv_verbose=1 card=151 tuner=38 gbuffers=4
The problem is that for some reason this options aren't properly set after booting the computer, I've tried different combinations for line 1 and 2 without success.
I'm used to rmmod the bttv driver and modprobe manually with those settings but I'd like to automate the process.
View 2 Replies
View Related
Feb 7, 2016
I am on debian jessie. I ran "apt-get update && apt-get upgrade" and midway through the upgrade my computer suddenly rebooted.
I wasn't paying close attention to the upgrade process so I didnt see if there was any error messages right before the reboot. The laptop was plugged in, fully charged and I've never had issues with overheating.
When I boot now I get to a shell with a message that says:
Code: Select allWelcome to emergency mode. After logging in type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, "systemctl default" to try again to boot into default mode.
If I try "systemctl default" there's a message that simply says "Hangup", nothing else happens.
Looking through "journalctl -xb" I see this:
Code: Select allFailed to insert module 'autofs4'
Failed to open /dev/autofs: No such file or directory
Failed to initialize automounter: No such file or directory
Failed to set up automount Arbitrary Executable File Formats File System Automount Point.
Failed to start Load Kernel Modules.
If I retry "apt-get upgrade" it says:
Code: Select alldpkg was interrupted, you must maually run dpkg --configure -a to correct the problem
If I run "dpkg --configure -a" stops at the package cups-browsed with message saying "Hangup"
Output of a few commands I saw in another forum thread:
$ lsmod
Code: Select allModule Size Used by
ext4 473802 1
crc16 12343 1 ext4
mbcache 17171 1 ext4
jbd2 82522 1 ext4
[Code] ....
Is this fixable without jumping through too many hoops or should I just reinstall the system? I need the computer for work so Im not gonna spend days trying to fix it without reinstalling.
View 2 Replies
View Related
Aug 23, 2010
The announcement of several new make scripts in the 2.6.32 release notes is very exciting.1.8. Easy local kernel configuration.Most people uses the kernel shipped by distros - and that's good. But some people like to compile their own kernels from kernel.org, or maybe they like following the Linux development and want to try it. Configuring your own kernel, however, has become a very difficult and tedious task - there're too many options, and some times userspace software will stop working if you don't enable some key option. You can use a standard distro .config file, but it takes too many time to compile all the options it enables.
To make easier the process of configuration, a new build target has been added: make localmodconfig. It runs "lsmod" to find all the modules loaded on the current running system. It will read all the Makefiles to map which CONFIG enables a module. It will read the Kconfig files to find the dependencies and selects that may be needed to support a CONFIG. Finally, it reads the .config file and removes any module "=m" that is not needed to enable the currently loaded modules. With this tool, you can strip a distro .config of all the unuseful drivers that are not needed in our machine, and it will take much less time to build the kernel. There's an additional "make localyesconfig" target, in case you don't want to use modules and/or initrds.
View 1 Replies
View Related
Jul 12, 2011
I have a issue with my host file
127.0.0.1 debianserver
ping debianserver
ping: unknown host debianserver
# hostname
debianserver
[Code]....
I running xfce4.8 and when I start my session I get a warning: xfce wiil not run properly add Debianser to the host...
View 8 Replies
View Related
Feb 22, 2010
Running Debian Squeeze and when I try to switch between gnome and a system terminal ctrl-alt-f1(etc) I just get a black screen. Any thoughts? I'm using the radeonhd xorg driver but don't think that should affect it.
View 14 Replies
View Related
Jul 26, 2010
I'm wondering, where can I get older .deb packages?I want to install Project Open - ERP, ITSM system on my Debian, but I need older postgresql-8.1 not the latest 8.3. Even that I'm suspecting compatibility issues.
View 1 Replies
View Related
Sep 25, 2010
I have Debian Lenny installed and I am using the KDE interface.How do I get to use tar.gz packages with the kpackage program? Anyone know hat else I have to install in order to make it work?
View 3 Replies
View Related
Dec 7, 2010
I have downloaded the entire Debian 5-dvd set. I want synaptic, apt-get and aptitude to first check online if there's a new version of the packages selected to install, if there's a new version, then get the packages online and install, if not, then ask to insert the corresponding dvd and install from that. Is there anyway to configure this?
View 8 Replies
View Related
Dec 25, 2010
After what seems like a Long time trying off-shoots of Debian, I installed--and am still installing-- packages from the DEbian distribution. Is there an entry for the sources.list that would give me things that are Asus EEE-specific? Stuff like the evolution mailer and the touchpad controller? (I need to turn the touchpad off, e.g.).
View 12 Replies
View Related
Nov 9, 2010
I've updated to the backported kernel image, and lo and behold new problem:
mount:special device /dev/cdrom1 does not exist
I've looked in fstab and indeed the writer is there and /dev/ only has my other 2 drives cdrom1 and cdrom. i can trace them back to sr0 and sr1 but, there is no sr2, or anything else to find out what my drive is called. what can i do to find out?
Edit: booting under the old kernel image see's them recognized as hda, hdc, hdd. image 2.6.26, the backport is 2.6.32
View 1 Replies
View Related
Aug 2, 2010
How do I install software packages? I downloaded google chrome and I seem to be unable to install it. Can't find the appropriate program to open it with.
View 2 Replies
View Related
May 25, 2011
I am trying to keep a stable system (after a date with the unstable version which broke everything ) but a package (namely deluge) is horribly out-of-date. It is better in the unstable packages.I read the official documentation with the preferences file, pinning and the rest of the apt zoo but after a few tests I am still there with my old deluge in my stable environment.(in reality I managed to upgrade deluge by swapping the sources.list file with one with only the unstable repositories -- but this is not a particularly clever approach)I would be very grateful if someone could give me the right content for the preferences file which would allow to keep the system at stable level, except for the deluge package which should be updated to the newest, bleeding edge version.
View 3 Replies
View Related
Feb 19, 2010
I seem to have a major discrepancy between what df reports and what du reports. df tells me that I am using 20G, but I am only able to find 9.5G using du. What follows are the ls -l of root, a df of my system, and the du for every directory in root that is not a symbolic link, mnt, or proc. I would appreciate any suggestions on where to look for the remaining 10.5G that seems to have disappeared.
I am running under VM Player code...
View 3 Replies
View Related
Jul 15, 2010
I'm new to the forum and actually to Debian as well. Have been running Ubuntu for the past few years. Just setup a small Dell laptop to use as a Squeezebox and Print server. It's been up 6 days without a hitch as far as serving music to the squeezebox and printing. The problem is that it loses it's static IP, so as long as I look it up and change the radio Squeezebox and printer definitions around on the clients everything keeps working.
Does anyone have any ideas?If the connection drops for some reason and the system has to re-initialize the connection, shouldn't it use the /etc/network/interfaces file and get back to the static IP that it is configured for?If anyone has any ideas of why this could be happening or have a solution, I would really appreciate the help.
View 6 Replies
View Related
Nov 6, 2015
I use Jessie, with the Aptitude curses interface for package management. It seems that every time I successfully uninstall/purge a package (along with its dependencies), then the next time I try to install/uninstall anything else it wants to reinstall that package (and its dependencies). It takes several (I haven't counted) "don't install" instructions from me before it will forget about it.
View 3 Replies
View Related
Nov 20, 2015
So, as per Arch Linux's wiki, I tried to make some optimisations to the intel driver through setting it up in Xorg.conf (or as advised by that wiki article, in '/etc/X11/xorg.conf.d/20-intel.conf' ), but I've ran into trouble enabling DRI3. Here's my current config file:
Code: Select allSection "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "SNA"
Option "DRI" "3"
Option "TearFree" "true"
EndSection
So far everything works fine, I haven't seen any noticeable tearing, nor did I had any problems with any graphics-intensive programs I run, but there's a slight problem with the DRI3 part as indicated by Xorg's logs:
Code: Select all[ 26.556] (II) Loading sub module "dri2"
[ 26.556] (II) LoadModule: "dri2"
[ 26.556] (II) Module "dri2" already built-in
[ 26.556] (==) Depth 24 pixmap format is 32 bpp
[ 26.616] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[ 26.616] (==) intel(0): Backing store enabled
[Code] ....
First of all it still mentions the DRI2 driver, is this supposed to happen, or did something go wrong? Also it complains that it cannot find a file, which I can't figure out which package it belongs to, and taking a quick search around the interwebs hasn't produced anything useful...
The IGP is the CPU, which is actually a i5-4460... which according to Wikipedia it has a HD Graphics 4600 GPU.
View 3 Replies
View Related
Apr 14, 2011
My new laptop works out of the box except for the video and the ethernet. For this, I have to use a later kernel than the Debian kernel (debian squeeze is currently 2.6.32). Upgrading to the new kernel (without moving to the testing dist itself) was pretty easy. I just installed linux-image-2.6.38-2-amd64 and linux-base from the testing distribution by manually downloading and using dpkg. After that, ethernet and video started working.
However, my virtualbox installation no longer works because the drivers do not match the kernel. I am used to this; whenever debian upgrades the kernel on me, I have to run "/etc/init.d/vboxdrv setup". This rebuilds the drivers. This failed for me, however, because it could not find the headers. So, I installed some more packages:
linux-kbuild-2.6.38
linux-headers-2.6.38-2-common
linux-headers-2.6.38-2-amd64
Now, when I rebuild it, I get this:
# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules:.
Uninstalling old VirtualBox DKMS kernel modules:.
[code]....
View 14 Replies
View Related
May 5, 2011
I have a fresh Debian install, since this install was on a desktop, I had an internet connection and didn't notice (it was late, I was half asleep) I opted to download a whole load of packages I didn't really need. I thought all was doomed until I remembered that I have done another Debian install but a week ago on a laptop, which has a nice clean install without all the bloat.
So I ran dpkg --get-selections > selections
and had it sent to my new desktop installation.
Now if I run dpkg --set-selections < selections followed by dselect-upgrade nothing happens. I assume this is because the smaller list contains all the packages 'to be installed' which already are, and all the missing packages are not being purged. Do I need to explicitly add all the packages I want to purge to the 'selection' list or is there a better way of doing it?
View 1 Replies
View Related
Jul 2, 2011
I want to build my own binary package that replaces several from the repositories.But then whenever I install something that depends on libffado2, aptitude wants to uninstall mypkg and install libffado2. Why doesn't Provides work here?
View 3 Replies
View Related
Jul 16, 2011
If I want to compile a kernel from source (from kernel.org), including all the drivers I need regardless of their origin, I would not need any firmware-*.deb packages, right? Do the firmware packages add anything that is not present in the latest kernel?
View 3 Replies
View Related
Aug 2, 2011
i did an install of squeeze without selecting anything during tasksel. after install i changed my sources to testing, updated, and did a dist-upgrade. i then installed xfce4 and xfce4 goodies. i noticed some of the xfce4 packages have the current state 'pa'. for example:
[Code]...
this makes me worry some things didn't install all the way, because if i did aptitude install xfce4-power-manager it would install it and leave make the current state 'i'.is there anyway to install all the packages labeled 'pi'?
View 3 Replies
View Related
Apr 19, 2011
Sometimes when we update/upgrade packages we get the restart required icon on the desktop panel which means we need to reboot for the update to complete. Is there someway to know which or what package required the reboot to happen ?
View 4 Replies
View Related