| View previous topic :: View next topic |
| Author |
Message |
drescherjm Advocate

Joined: 05 Jun 2004 Posts: 2729 Location: Pittsburgh, PA, USA
|
Posted: Wed Oct 22, 2008 3:32 pm Post subject: CONFIG_SYSFS_DEPRECATED and udev |
|
|
I am not sure what CONFIG_SYSFS_DEPRECATED does but I get a warning in udev-130 about it:
| Code: | udev: deprecated sysfs layout (kernel too old, or CONFIG_SYSFS_DEPRECATED) is unsupported, some udev features may fail
datastore2 linux-2.6.26-openvz-git # zgrep SYSFS /proc/config.gz
CONFIG_SYSFS_DEPRECATED=y
CONFIG_SYSFS_DEPRECATED_V2=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_SYSFS=y
|
Should I disable CONFIG_SYSFS_DEPRECATED? _________________ John
My gentoo overlay
Instructons for overlay |
|
| Back to top |
|
 |
manaka Apprentice


Joined: 23 Jul 2007 Posts: 177 Location: Spain
|
Posted: Wed Oct 22, 2008 6:21 pm Post subject: |
|
|
You should disable it. Read this link for the full story. http://article.gmane.org/gmane.linux.hotplug.devel/13141
If you use LVM, beware of Bug 225249, though. _________________ Javier Miqueleiz
"Listen to your heart. It knows all things, because it came from the Soul of the World, and it will one day return there." |
|
| Back to top |
|
 |
m3sm3r n00b

Joined: 03 Jul 2008 Posts: 16
|
Posted: Sun Jan 11, 2009 3:54 am Post subject: |
|
|
What kernel option provides the alternative?
For me when I disable this option I am not able to boot the kernel. I get an error when the system tries to find the root block device. The output is something like this:
| Code: | Block Device /dev/hda3 is not a valid root device
Could not find the root block device in . |
Thanks |
|
| Back to top |
|
 |
pappy_mcfae Watchman


Joined: 27 Dec 2007 Posts: 5609 Location: Dallas
|
Posted: Sun Jan 11, 2009 5:59 am Post subject: |
|
|
| m3sm3r wrote: | | What kernel option provides the alternative? |
There is none. Udev does the deed nowadays.
| Quote: | For me when I disable this option I am not able to boot the kernel. I get an error when the system tries to find the root block device. The output is something like this:
| Code: | Block Device /dev/hda3 is not a valid root device
Could not find the root block device in . |
Thanks |
I have never seen that option stop a boot process. None of my systems have it enabled, and obviously, I'm booted and running enough to be typing this to you with Firefox under KDE-3.5.10. I suggest you have other problems with your kernel.
I further suggest that you open your own thread on this issue. Include your entire kernel .config file, the results of lspci -n and cat /proc/cpuinfo as well as your /etc/fstab file. That way, you can get the attention you want, and the OP can get his problem dealt with without interference.
Blessed be!
Pappy _________________ SITE LIST:
Main: http://www.kernel-seeds.org
Mirror: http://kernel-seeds.bloodnoc.org/
Mirror 2: http://kernel-seeds.audiodef.com/
Mirror 3: http://www.elilabs.com/~pappy/ |
|
| Back to top |
|
 |
|