Autor |
Nachricht |
|
Titel: UDEV _MAY_ BE_FATAL:: Dont do it
Verfasst am: 08.09.2006, 07:48 Uhr
|
|
Team Member


Anmeldung: 23. Dez 2003
Beiträge: 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
Zuletzt bearbeitet von etorix am 08.09.2006, 08:22 Uhr, insgesamt 2 Male bearbeitet
|
|
|
|
 |
|
Titel: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Verfasst am: 08.09.2006, 07:58 Uhr
|
|
Anmeldung: 12. Mar 2005
Beiträge: 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
|
|
|
|
 |
|
Titel: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Verfasst am: 08.09.2006, 08:25 Uhr
|
|
Anmeldung: 26. Jun 2005
Beiträge: 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. |
|
|
|
|
 |
|
Titel: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Verfasst am: 08.09.2006, 08:32 Uhr
|
|
Anmeldung: 16. Aug 2004
Beiträge: 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. |
Zuletzt bearbeitet von slh am 08.09.2006, 18:33 Uhr, insgesamt ein Mal bearbeitet
|
|
|
|
 |
|
Titel: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Verfasst am: 08.09.2006, 09:14 Uhr
|
|

Anmeldung: 18. Mar 2004
Beiträge: 3417
|
|
|
|
 |
|
Titel: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Verfasst am: 08.09.2006, 09:58 Uhr
|
|
Team Member


Anmeldung: 06. Mai 2005
Beiträge: 3087
Wohnort: 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 ]
|
|
|
|
 |
|
Titel: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Verfasst am: 08.09.2006, 10:57 Uhr
|
|
Anmeldung: 26. Jun 2005
Beiträge: 389
|
|
OK I have rebooted (electricity got cut off due to thunderstorm!). No issues I can see. |
|
|
|
|
 |
|
Titel: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Verfasst am: 08.09.2006, 13:04 Uhr
|
|
Anmeldung: 25. Jun 2006
Beiträge: 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. |
|
|
|
|
 |
|
Titel: RE: UDEV _MAY_ BE_FATAL:: Dont D-U It!
Verfasst am: 08.09.2006, 18:08 Uhr
|
|
Anmeldung: 12. Mar 2005
Beiträge: 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
|
|
|
|
 |
|