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 even used the slackware uml-filesystem but this gives me exactly the
same error. Logging in and out of con1 works fine all the time.

Fyi, this is how I compiled my stuff (luckely I wrote it down):

Applying SKA patch
==================
1.Compile new host kernel:
cd /usr/src/linux-2.4.30 (vanilla kernel)
patch -Np1 -i host-skas3-2.4.25.patch
make bzImage

2.Compile guest (UML) kernel
cd /home/uml_linux/linux-2.4.27 (vanilla kernel; don't complie it in
/usr/src/linux-2.4.27!!!)
bzcat uml-patch-2.4.24-1base.patch.bz2 | patch -p1
bzcat uml-patch-2.4.27-1bs.bz2 | patch -p1
make mrproper ARCH=um
make dep ARCH=um
make config ARCH=um
make linux ARCH=um
strip linux

Hope this make sense,

Thanks,
Rene



> 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 /dev/ttyz0 it works ok the first time. Then I log out
>> and try it again, but connecting to /dev/ttyz0 doesn't work anymore.
>> /dev/ttyz1 continues to work fine.
> Even when you log out & in of that terminal?
>> I use uml-patch-2.4.27-1bs.bz2.
>>
>> Anyone have an idea what's the problem here?
> FIrst of all, check inside guest's /etc/inittab that the tty0 line has
> "respawn" and not "wait" in the 3rd field.
>
> --
> Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
> Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ
> 215621894)
> http://www.user-mode-linux.org/~blaisorblade
>
>
> ___________________________________
> Yahoo! Messenger: chiamate gratuite in tutto il mondo
> http://it.beta.messenger.yahoo.com
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you
> shotput
> a projector? How fast can you ride your desk chair down the office luge
> track?
> If you want to score the big prize, get to know the little guy.
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> _______________________________________________
> User-mode-linux-user mailing list
> User-mode-linux-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
>
>



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r 
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to