Re: [uml-user] Problem Logging in

2007-05-09 Thread Jonas Meyer
Actually, that wasn't it. I had that problem a long time ago when I was setting up UML for the first time. However, I quickly figured that out. Trust me, on some of the kernels below 2.6.21, it really is related to the networking code somehow. I have no idea how. However, since Jeff assures me

Re: [uml-user] Problem Logging in

2007-05-09 Thread fruity
For those who use debian as guest/host or debootstrap to create debians rootfs, Some time ago I also noticed the same problem using screen( obviusly no problems login via ssh), I investigated a bit and: man 5 securetty # /etc/securetty: list of terminals on which root is allowed to login. On de

Re: [uml-user] Problem Logging in

2007-05-08 Thread Jeff Dike
On Thu, Feb 22, 2007 at 05:09:47PM -0500, Jonas Meyer wrote: > auto eth0 > iface eth0 inet static > address 192.168.1.4 > netmask 255.255.255.0 > up route add -host 192.168.1.2 dev eth0 > up route add default gw 192.168.1.2 > [/code] > > then when I screen in to the

Re: [uml-user] Problem Logging in

2007-02-23 Thread Jeff Dike
On Thu, Feb 22, 2007 at 05:09:47PM -0500, Jonas Meyer wrote: > then when I screen in to the guest and attempt to login, I have a > problem. I type my user name at the prompt and hit return, and I get an > immediate "Login timed out after 60 seconds". It is impossible to type > the password before

Re: [uml-user] Problem Logging in

2007-02-23 Thread jez
On Fri, Feb 23, 2007 at 06:53:31PM +, jez wrote: > On Fri, Feb 23, 2007 at 01:10:53PM -0500, Jonas Meyer wrote: > > I'd write a decent script to throw into /etc/network/if-up.d to > give you some eyes and ears on what's taking place and how long > it's taking. A good start would even be to just

Re: [uml-user] Problem Logging in

2007-02-23 Thread jez
On Fri, Feb 23, 2007 at 01:10:53PM -0500, Jonas Meyer wrote: > I just tested it, and exactly the same thing happens. Does anybody have > any ideas? This is kind of annoying. > I'd write a decent script to throw into /etc/network/if-up.d to give you some eyes and ears on what's taking place and

Re: [uml-user] Problem Logging in

2007-02-23 Thread Jonas Meyer
I just tested it, and exactly the same thing happens. Does anybody have any ideas? This is kind of annoying. Jonas jez wrote: > On Thu, Feb 22, 2007 at 05:09:47PM -0500, Jonas Meyer wrote: >> auto eth0 >> iface eth0 inet static >> address 192.168.1.4 >> netmask 255.255.255.0 >>

Re: [uml-user] Problem Logging in

2007-02-22 Thread jez
On Thu, Feb 22, 2007 at 05:09:47PM -0500, Jonas Meyer wrote: > > auto eth0 > iface eth0 inet static > address 192.168.1.4 > netmask 255.255.255.0 > up route add -host 192.168.1.2 dev eth0 > up route add default gw 192.168.1.2 > [/code] > > then when I screen in to

[uml-user] Problem Logging in

2007-02-22 Thread Jonas Meyer
So here is a really random problem. I'm not sure if it is a problem with UML, or a problem that only shows up under UML. I am running ubuntu (32 bit) edgy eft (6.10) on both the host and the guest. I am using the latest edgy vanilla kernel on the host, and 2.6.18 off of blaisorblade's site for t