Hi
For security reasons I mounted the /tmp filesystem on my server with
the Options "noexec,nosuid,nodev". With the 2.4.x-um Kernel everything
worked fine, as far as I saw.
| tmpfs on /tmp type tmpfs (rw,noexec,nosuid,nodev,size=700000000)
BUT, it seems like the 2.6.x-um has troubles with this settings and stops
right after the "Initializing software serial port version " kernel
message. After removing these options from the fstab and remounting the
/tmp dir with 'mount -o remount /tmp' the uml booted as expected.
| ...
| Universal TUN/TAP device driver 1.5 (C)1999-2002 Maxim
| blkmtd: version $Revision: 1.5 $
| blkmtd: error: missing `device' name
| NET: Registered protocol family 2
| IP: routing cache hash table of 512 buckets, 4Kbytes
| TCP: Hash tables configured (established 4096 bind 4096)
| NET: Registered protocol family 1
| NET: Registered protocol family 17
| Initializing software serial port version 1
|
| [... dead ...]
-reto
|