Hi,
I'm still running into the same prob -
History:
1. Systemupgrade on a system which hasn't been updated for a while. (including upgrade to a current kernel - 2.6.31-r10)
2. After the upgrade I got these probs (udev doesn't start - complains about inotify)
3. Started googling - Found
http://blog.someone.exofire.net/2009/11 ... t-anymore/ Especially the hint to boot w/ gentoo=noudev was of great help
4. I checked the logs of udev to verify
Code: Select all
* Found kernel object directory:
* /lib/modules/2.6.20-gentoo-r8/build
* Found sources for kernel version:
* 2.6.20-gentoo-r8
* Checking for suitable kernel configuration options...
* CONFIG_SIGNALFD: is not set when it should be.
* CONFIG_SYSFS_DEPRECATED: should not be set. But it is.
5. So I checked the kernel and re-emerged udev, checked the log - the warning was gone - reboot - same problem:
Code: Select all
* Your kernel version (2.6.31-gentoo-r10) is new enough to run udev-149 reliably.
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux-2.6.31-gentoo-r10
* Found kernel object directory:
* /lib/modules/2.6.31-gentoo-r10/build
* Found sources for kernel version:
* 2.6.31-gentoo-r10
>>> Unpacking source...
6. I Found this post here and I have been downgrading to udev to: Installed versions: 146-r1!t(11:53:24 17.03.2010)(devfs-compat -extras -selinux)
Code: Select all
* udev-146 does not support Linux kernel before version 2.6.25!
* For a reliable udev, use at least kernel 2.6.27
* Your kernel version (2.6.31-gentoo-r10) is new enough to run udev-146 reliably.
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux-2.6.31-gentoo-r10
* Found kernel object directory:
* /lib/modules/2.6.31-gentoo-r10/build
* Found sources for kernel version:
* 2.6.31-gentoo-r10
>>> Unpacking source...
7. Still the problem occurs - the VoidMage told us glibc/kernel were old - they aren't on my sys ....
Code: Select all
[I] sys-libs/glibc
Installed versions: 2.10.1-r1(2.2)!s(17:23:17 09.03.2010)(gd nls -crosscompile_opts_headers-only -debug -glibc-omitfp -hardened -multilib -profile -selinux -vanilla)
and kernel version 2.6.31-gentoo-r10 (gentoo-sources)
Any Ideas?