From: Alexander N. <ale...@ne...> - 2003-05-21 11:48:43
|
Hello, I managed to build a host kernel (witch skars3 patch) and an uml kernel. As I already had a root_fs with a latest linux on it I thought I can try and run uml with this root_fs. All seems to work but I get errors about devfs (/dev/fd/62 missing) Here are some parts of my boot: Coda Kernel/Venus communications, v5.3.18, co...@cs... devfs: v1.12c (20020818) Richard Gooch (rg...@at...) devfs: boot_options: 0x1 Installing knfsd (copyright (C) 1996 ok...@mo...). ... IPv6 over IPv4 tunneling driver ip6_tables: (C) 2000-2002 Netfilter core team VFS: Mounted root (ext2 filesystem) readonly. Mounted devfs on /dev INIT: version 2.82 booting Running /etc/init.d/boot Mounting /proc device done Mounting /dev/pts done Activating swap-devices in /etc/fstab... done showconsole: Warning: the ioctl TIOCGDEV is not known by the kernel ... proc on /proc type proc (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) nothing was mounted done ... Setting up loopback interface /sbin/ifup: line 98: /dev/fd/62: No such file or directory /sbin/ifup: line 145: /dev/fd/62: No such file or directory /sbin/ifup: line 348: /dev/fd/62: No such file or directory /sbin/ifup: line 348: /dev/fd/62: No such file or directory /etc/sysconfig/network/scripts/ifup-route: line 404: /dev/fd/62: No such file or directory /etc/sysconfig/network/scripts/ifup-route: line 1: /dev/fd/62: No such file or directory /etc/sysconfig/network/scripts/ifup-route: line 1: /dev/fd/61: No such file or directory ... INIT: Id "1" respawning too fast: disabled for 5 minutes INIT: Id "2" respawning too fast: disabled for 5 minutes INIT: Id "3" respawning too fast: disabled for 5 minutes INIT: Id "4" respawning too fast: disabled for 5 minutes INIT: Id "5" respawning too fast: disabled for 5 minutes INIT: Id "6" respawning too fast: disabled for 5 minutes INIT: no more processes left in this runlevel What I'm missing? The uml kernel is build with devfs support (build in, no modules enabled) Alexander Newald |