You are not logged in.
Pages: 1
Since I upgraded to kernel 2.6.1 I noticed that on bootup the devfs daemon always fails - also when I run /sbin/lilo I get the following message:
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/hda' -> '/dev/ide/host0/bus0/target0/lun0/disc'
The kernel was compiled without DEVFS, but the '/dev' directory structure implements the DEVFS filesystem.
I installed my current kernel using abs and have recompiled it several times making sure devfs is in, but this always happens. I've got the /dev/pts line in ftsab - and I know that devfs is officially obsolete in 2.6. Maybe it's not a big deal, obviously I'm not a linux guru!
Any tips much appreciated.
Offline
Make sure your kernel config includes the following 2 lines :
CONFIG_DEVFS_FS=y
CONFIG_DEVFS_MOUNT=y
Offline
Yes, both those lines are in my config and were compiled in my current kernel - if I know that I compiled them maybe it doesn't matter, but it seems a bit strange...
After getting this error from lilo -
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/hda' -> '/dev/ide/host0/bus0/target0/lun0/disc'
The kernel was compiled without DEVFS, but the '/dev' directory structure implements the DEVFS filesystem.
I checked /proc/partitions and got this-
3 0 hda
3 1 hda1
3 2 hda2
3 3 hda3
I KNOW I compiled in devfs! Could this be something to do with that line in devfsd.conf referring to compatability for old device names??
Thanks.
Offline
unfiortunately, I have no :idea: .
have you solved it since your last posting?
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
Whats wrong with using 2.6.3 ?
Mr Green
Offline
I have upgraded the kernel since then and those lilo messages have disappeared...
still can't figure it out..
c'est la vie!
Offline
Pages: 1