uname -a
Linux Flo64 2.6.32-5-amd64 #1 SMP Wed Aug 25 13:59:41 UTC 2010 x86_64 GNU/Linux
When I boot into single safe mode I have to manually start udev to get network going:
/etc/init.d/udev restart
I tried both of those solutions but still get the same problem.
Quote:
Originally Posted by evo2
As suggested by AlucardZero upgrade to the latest dpkg if you have not done so already
Code:
% wget http://ftp.us.debian.org/debian/pool/main/d/dpkg/dpkg_1.15.8.4_amd64.deb
# dpkg -i pkg_1.15.8.4_amd64.deb
If you already have this and it doesn't work or if for some reason you can't install it,
then the easiest fix is probably to edit the status file and fix the version number. Make
sure you backup the file first.
WARNING UNTESTED COMMANDS BELOW.
EXTRA WARNING: NEED TO RUN AS ROOT.
Code:
cd /var/lib/dpkg
cp status status.back
sed 's/Version: 3.0.12-54655_Debian_lenny/Version: 3.0.12-54655/' < status.back > status
Evo2.
|
dpkg installed ok, thank you.
dpkg --version
Debian `dpkg' package management program version 1.15.8.4 (amd64)
This is the log o/p after last apt-get upgrade (also tried check and install --reinstall udev)
Code:
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? warning, in file '/var/lib/dpkg/status' near line 38342 package 'virtualbox-3.0':
error in Version string '3.0.12-54655_Debian_lenny': invalid character in revision number
warning, in file '/var/lib/dpkg/status' near line 38343 package 'virtualbox-3.0':
error in Config-Version string '3.0.12-54655_Debian_lenny': invalid character in revision number
warning, in file '/var/lib/dpkg/available' near line 39382 package 'virtualbox-3.0':
error in Version string '3.0.12-54655_Debian_lenny': invalid character in revision number
Setting up udev (161-1) ...
update-initramfs: deferring update (trigger activated)
insserv: Service mountkernfs has to be enabled to start service udev
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing udev (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of media-player-info:
media-player-info depends on udev; however:
Package udev is not configured yet.
dpkg: error processing media-player-info (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of xserver-xorg-core:
xserver-xorg-core depends on udev (>= 149); however:
Package udev is not configured yet.
dpkg: error processing xserver-xorg-core (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of xserver-xorg-video-intel:
xserver-xorg-video-intel depends on xorg-video-abi-6.0; however:
Package xorg-video-abi-6.0 is not installed.
Package xserver-xorg-core which provides xorg-video-abi-6.0 is not configured yet.
xserver-xorg-video-intel depends on xserver-xorg-core (>= 2:1.7.6.901); however:
Package xserver-xorg-core is not configured yet.
dpkg: error processing xserver-xorg-video-intel (--configure):
dependency problems - leaving unconfigured
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.32-5-amd64
W: Possible missing firmware /lib/firmware/rtl8168d-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl8168d-1.fw for module r8169
Errors were encountered while processing:
udev
media-player-info
xserver-xorg-core
xserver-xorg-video-intel
This is the dpkg.log o/p
Code:
2010-09-02 11:46:22 configure udev 161-1 161-1
2010-09-02 11:46:22 status half-configured udev 161-1
2010-09-02 11:46:22 status triggers-pending initramfs-tools 0.98.1
2010-09-02 11:46:22 trigproc initramfs-tools 0.98.1 0.98.1
2010-09-02 11:46:22 status half-configured initramfs-tools 0.98.1
2010-09-02 11:46:27 status installed initramfs-tools 0.98.1
There is this in dmesg but I don't think it has anything to to with the problem:
Code:
[ 13.312131] /build/buildd-linux-2.6_2.6.32-21-amd64-bEMv9E/linux-2.6-2.6.32/debian/build/source_amd64_none/drivers/hid/usbhid/hid-core.c: usb_submit_urb(ctrl) failed
It did boot into the GUI before this started happening after the 1st update, but the mouse and keyboard would not work, so I reset the box and went into safemode boot, then did the apt-get update and then apt-get upgrade when this started.
Can I manually install udev? That seems to be a problem as it's not starting automatically.