View previous topic :: View next topic |
Author |
Message |
dogshu Apprentice
Joined: 22 Jun 2003 Posts: 173 Location: New Haven, CT, USA
|
Posted: Mon Sep 13, 2010 3:16 pm Post subject: [SOLVED] udev problem on alpha w/ kernel 2.6.35 |
|
|
Hi all,
I just upgraded my alphastation DS10 to sys-kernel/gentoo-sources-2.6.35-r5. When I rebooted, I got the following error when starting udev:
udevd[130]: inotify_init failed: Function not implemented
error initializing inotify
udevd[130]: error initializing inotify
No /sbin/udevd running; none killed.
After that fsck fails to find my root partition because /dev/ hasn't been populated.
I've checked and I do have all of the FSNOTIFY, DNOTIFY, and INOTIFY set to "y" in my kernel config. Any ideas what I'm doing wrong?
Last edited by dogshu on Wed Oct 13, 2010 8:08 pm; edited 1 time in total |
|
Back to top |
|
|
richard.scott Veteran
Joined: 19 May 2003 Posts: 1497 Location: Oxfordshire, UK
|
Posted: Tue Sep 14, 2010 10:03 am Post subject: |
|
|
Perhaps you've not disabled CONFIG_SYSFS_DEPRECATED_V2? |
|
Back to top |
|
|
dogshu Apprentice
Joined: 22 Jun 2003 Posts: 173 Location: New Haven, CT, USA
|
Posted: Tue Sep 14, 2010 3:55 pm Post subject: |
|
|
nope, CONFIG_SYSFS_DEPRECATED_V2 is not set. Are you running sys-kernel/gentoo-sources-2.6.35-r5 on alpha without problems? |
|
Back to top |
|
|
armin76 Retired Dev
Joined: 24 Apr 2006 Posts: 174
|
Posted: Sun Oct 10, 2010 8:18 pm Post subject: |
|
|
Make sure you have =linux-headers-2.6.33 AND =glibc-2.11.2. If you have those, rebuild glibc. Should work after that. |
|
Back to top |
|
|
dogshu Apprentice
Joined: 22 Jun 2003 Posts: 173 Location: New Haven, CT, USA
|
Posted: Wed Oct 13, 2010 8:08 pm Post subject: |
|
|
thanks, that fixed it! |
|
Back to top |
|
|
|