| Summary: | sys-kernel/vserver-sources-2.3.6.11 - missing /dev nodes after udev startup | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Heiko Steindl <heiko> |
| Component: | [OLD] Server | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | monsieurp |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Heiko Steindl
2014-06-17 10:15:56 UTC
Is CONFIG_DEVTMPFS_MOUNT enabled in the kernel, or even available? Yes, I tried it with DEVTMPFS_MOUNT and without it. strange is, that without the DEVTMPFS_MOUNT, the system comes up, but not correctly because the most nodes are missing. (just some core nodes are under /dev like console, null, tty but no sd* or the other "normal" entries) with DEVTMPFS_MOUNT enabled, the system does not have a /dev/console or /dev/null and does not start the init process. The other needed kernel options are set: CONFIG_DEVTMPFS=y CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_PROC_VMCORE=y CONFIG_PROC_SYSCTL=y CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y CONFIG_TMPFS_XATTR=y I also tried it with exactly the same .config file with 3.13.5 and it works as expected. (the running kernel was build without DEVTMPFS_MOUNT) (I just changed CKV="3.13.11" to CKV="3.13.5" in the vserver-sources-2.3.6.11.ebuild file and merged this version, copied the .config and build the kernel as usual) Try the latest sources. I don't have this problem with sys-kernel/vserver-sources-2.3.7.4. |