| Author |
Message |
|
|
Post subject: UDEV _MAY_ BE_FATAL:: Dont do it
Posted: Sep 08, 2006 - 07:48 AM
|
|
Team Member


Joined: Dec 23, 2003
Posts: 109
|
|
Best not dist-upgrade today
see:
Code:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=386500
if you already did, and see problems,you can downgrade udev:
Code:
ftp://ftp.debian.org/debian/pool/main/u/udev/udev_0.098-2_i386.deb ftp://ftp.debian.org/debian/pool/main/u/udev/udev_0.098-2_amd64.deb
Note: this aint happening to everyone; dont take the chance
A working fix is:
Code:
update-rc.d udev start 03 S .
update-rc.d udev-mtab start 36 S .
(just don't forget the dots at the end) |
_________________ namu amida butsu
Last edited by etorix on Sep 08, 2006 - 08:22 AM; edited 2 times in total
|
| |
|
|
|
 |
|
|
Post subject: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Posted: Sep 08, 2006 - 07:58 AM
|
|
Joined: Mar 12, 2005
Posts: 1005
|
|
one poster on that bug report now listed this as a fix:
apt-get install --reinstall udev
but I can't confirm that yet. Once confirmed I'll add that fix to the du-fixes script if required. |
_________________ Read more on dist-upgrades using du-fixes-h2.sh script.
New: rdiff-backup script
|
| |
|
|
|
 |
|
|
Post subject: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Posted: Sep 08, 2006 - 08:25 AM
|
|
Joined: Jun 26, 2005
Posts: 389
|
|
| Well, I can confirm that after apt-get install --reinstall udev the 2 symlinks /etc/rcS.d/S03udev and /etc/rcS.d/S36udev-mtab reappeared. Whether this means everything is OK I don't know as I have not rebooted. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Posted: Sep 08, 2006 - 08:32 AM
|
|
Joined: Aug 16, 2004
Posts: 1905
|
|
|
Code:
update-rc.d -f udev start 03 S .
update-rc.d -f udev-mtab start 36 S .
Does solve the issue (in case those symlinks mentioned above got missing) and works without network access (which would eventually be necessary for apt-get install --reinstall), nevertheless the bug is serious. |
Last edited by slh on Sep 08, 2006 - 06:33 PM; edited 1 time in total
|
| |
|
|
|
 |
|
|
Post subject: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Posted: Sep 08, 2006 - 09:14 AM
|
|

Joined: Mar 18, 2004
Posts: 3417
|
|
|
|
|
 |
|
|
Post subject: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Posted: Sep 08, 2006 - 09:58 AM
|
|
Team Member


Joined: May 06, 2005
Posts: 3087
Location: berlin
|
|
severin,
the -f overrides freeze.
http://kanotix.de/Article157.html
greetz
devil |
_________________ <<We are Xorg - resistance is futile - you will be axximilated>>
Host/Kernel/OS "devilsbox" running[2.6.19-rc1-git5-kanotix-1KANOTIX-2006-01-RC4 ]
CPU Info AMD Athlon 64 3000+ clocked at [ 803.744 MHz ]
|
| |
|
|
|
 |
|
|
Post subject: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Posted: Sep 08, 2006 - 10:57 AM
|
|
Joined: Jun 26, 2005
Posts: 389
|
|
| OK I have rebooted (electricity got cut off due to thunderstorm!). No issues I can see. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Posted: Sep 08, 2006 - 01:04 PM
|
|
Joined: Jun 25, 2006
Posts: 56
|
|
| thanks for the warning. i've only just apt-get upgraded (not dist-upgrade, because it wants to remove azureus at the moment), and udev was upgraded. good thing i read this thread before rebooting, and did the "apt-get install --reinstall udev" fix. i've rebooted now and everything's working fine. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Posted: Sep 08, 2006 - 06:08 PM
|
|
Joined: Mar 12, 2005
Posts: 1005
|
|
| The du-fixes script now will run the udev fix of install --reinstall udev after you complete your dist-upgrade. Make sure to enter the number for 'continue' after your dist-upgrade stuff is done, then the fix will run. |
_________________ Read more on dist-upgrades using du-fixes-h2.sh script.
New: rdiff-backup script
|
| |
|
|
|
 |
|
|