[EMAIL PROTECTED] writes:
> RAMDISK: Compressed image found at block 0
> length errorVFS: Mounted root (ext2 filesystem).
> init(): looking for the root device (ROOT_DEV = 0x100)
>         mount_initrd = 0x1, real_root_dev = 0x100
> DEBUG: sys_open(/dev/tty1) ...successful
> init(): execute_command = 0
> Launching kernel thread do_rc
> DEBUG: sys_open(/etc/rc) ...successful
> do_execve(): /bin/sh
> DEBUG: aout: ..A..C..C1..C2..C3..D..EDEBUG: sys_open(/dev/tty) ...failed

This is expected.  The process does not have a controlling terminal, and
therefore /dev/tty is not valid.  Use /dev/console or /dev/tty1 instead.
   _____
  |_____| ------------------------------------------------- ---+---+-
  |   |        Russell King       [EMAIL PROTECTED]      --- ---
  | | | |  http://www.arm.linux.org.uk/~rmk/armlinux.html    /  /  |
  | +-+-+                                                     --- -+-
  /   |               THE developer of ARM Linux              |+| /|\
 /  | | |                                                     ---  |
    +-+-+ -------------------------------------------------  /\\\  |
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to