|
From: Riccardo M. <ric...@gm...> - 2011-12-02 21:15:49
|
Hi Ning Ji,
On Fri, Dec 2, 2011 at 22:10, ning ji <ni...@ho...> wrote:
> but when i run
>
> #sudo ./umlinux ubda=./fs6 mem=128M
> eth0=tuntap,,00:50:F9:00:00:65,10.50.181.51 &
>
> i got this
>
> [1]+ Stopped sudo ./umlinux ubda=./fs6 mem=128M
> eth0=tuntap,,00:50:F9:00:00:65,10.50.181.51
>
A programm running in the background must not attempt to perform any
I/O to the terminal, otherwise it gets a STOP signal.
If you want to run UML in the background you will have to: (warning: untested)
1) redirect the initial boot console output to a file:
umlinux .... > boot.log
2) use the "con=..." option to start the Linux consoles in a XTerm, or
network port, or anything that does not do I/O in the shell
terminal.
best regards,
Riccardo
|