Re: [uml-user] con0 cannot be access 2nd time when using pty

2005-06-16 Thread Dan Lund
Awesome, glad it worked! --Dan [EMAIL PROTECTED] wrote: Hi Dan, Thanks for your reply. It's now working! I had to change it a bit like this: screen -d -m -S "system1" ./linux ubd0=root_fs rw umid=uml-system1 con0=fd:0,fd:1 con=pty I am not sure what I did wrong in my setup but I get the feel

Re: [uml-user] con0 cannot be access 2nd time when using pty

2005-06-16 Thread forumuser
Hi Dan, Thanks for your reply. It's now working! I had to change it a bit like this: screen -d -m -S "system1" ./linux ubd0=root_fs rw umid=uml-system1 con0=fd:0,fd:1 con=pty I am not sure what I did wrong in my setup but I get the feeling it has something to do with screen/minicom. Thanks again

Re: [uml-user] con0 cannot be access 2nd time when using pty

2005-06-15 Thread Dan Lund
Why not just try Screen? It's relatively simple, and to be honest alot less cumbersome than minicom. Here's my Screen usage: TMPDIR="/uml/portage-staging" screen -d -m -S "staging-uml" /misc/staging/linux-2.4.31 ubd0=/home/uml/staging-uml.cow,/misc/staging/portage-staging.gentoo.img eth0=tunta

Re: [uml-user] con0 cannot be access 2nd time when using pty

2005-06-15 Thread forumuser
Hi, I did some more tests to see when this happens. I downloaded the precompiled kernel from http://prdownloads.sourceforge.net/user-mode-linux/linux-2.4.19-5.bz2 and a filesystem from http://prdownloads.sourceforge.net/user-mode-linux/root_fs_slack8.1.bz2 When I issue the command: ./linux-2.4.1

Re: [uml-user] con0 cannot be access 2nd time when using pty

2005-06-13 Thread Blaisorblade
On Monday 13 June 2005 19:33, [EMAIL PROTECTED] wrote: > Hi, > > Yes, the problem also occurs when logging out and in again. My inittab > looks like this: > > 0:2345:respawn:/sbin/agetty tty0 9600 > 1:2345:respawn:/sbin/agetty tty1 9600 > 2:2345:respawn:/sbin/agetty tty2 9600 > 3:2345:respawn:/sbin

Re: [uml-user] con0 cannot be access 2nd time when using pty

2005-06-13 Thread forumuser
Hi, Yes, the problem also occurs when logging out and in again. My inittab looks like this: 0:2345:respawn:/sbin/agetty tty0 9600 1:2345:respawn:/sbin/agetty tty1 9600 2:2345:respawn:/sbin/agetty tty2 9600 3:2345:respawn:/sbin/agetty tty3 9600 S0:2345:respawn:/sbin/getty -L 9600 ttyS0 vt100 I e

Re: [uml-user] con0 cannot be access 2nd time when using pty

2005-06-13 Thread Blaisorblade
On Sunday 12 June 2005 22:46, [EMAIL PROTECTED] wrote: > Hi all, > > I am not sure if this has been seen before, but when I use a pty for con0, > I cannot login the 2nd time anymore. > > ./linux ubd0=root_fs rw umid=test con=null con0=tty:/dev/ptyz0 > con1=tty:/dev/ptyz1 & > > When I use screen /de

[uml-user] con0 cannot be access 2nd time when using pty

2005-06-12 Thread forumuser
Hi all, I am not sure if this has been seen before, but when I use a pty for con0, I cannot login the 2nd time anymore. ./linux ubd0=root_fs rw umid=test con=null con0=tty:/dev/ptyz0 con1=tty:/dev/ptyz1 & When I use screen /dev/ttyz0 it works ok the first time. Then I log out and try it again, b