Erez Doron <[EMAIL PROTECTED]> writes: > Oleg Goldshmidt wrote: > > > > >Sanity check: is devfsd running properly? > > > how do i check that ?
1) Have you installed it? 2) Does it start at boot (in /etc/rc.d/init.d or equivalent)? 3) Does it actually run (ps auxww | grep [d]evfsd)? Check Documentation/filesystems/devfs/README for more details than you could possibly care about. > >Any idea what exactly goes wrong? Have you looked at the syslog output > >down to "debug" priority? > > > no output for devfs_mk_dir The actual code for devfs_mk_dir (in fs/devfs/base.c) is fairly careful about printk()ing stuff when things go wrong, so I would expect some output. Are you sure your syslog is configured correctly? -- Oleg Goldshmidt | [EMAIL PROTECTED] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]