Re: [uml-user] UML Newbie trying to get networking working

2008-02-12 Thread Jeff Dike
On Tue, Feb 12, 2008 at 07:57:38PM +, Brendan McNally wrote: > When I boot the UML session though and try > UML# ifconfig eth0 192.168.0.153 up I get > SIOCSIFADDR: No such device > eth0: Unknown interface: No such device > eth0: Unknown interface: No such device What's your command line, and

Re: [uml-user] Is it possible to run a 32bit guest on a 64bit host?

2008-02-12 Thread David Rye of Road Tech
On Tuesday 12 February 2008 07:04:07 pm Jeff Dike wrote: > On Tue, Feb 12, 2008 at 04:25:47PM +, David Rye of Road Tech wrote: > > That would fit. SSHD is not starting on the client, can not find a source > > of random numbers. If udev is misbehaving then there may not be a > > /dev/random. >

Re: [uml-user] UML Newbie trying to get networking working

2008-02-12 Thread Brendan McNally
Hi All I've resolved the problem below, and I now have a correct bridge (I think). When I boot the UML session though and try UML# ifconfig eth0 192.168.0.153 up I get SIOCSIFADDR: No such device eth0: Unknown interface: No such device eth0: Unknown interface: No such device ifconfig -a brings b

Re: [uml-user] tuntap interfaces problem

2008-02-12 Thread Jeff Dike
On Tue, Feb 12, 2008 at 11:50:07AM +0100, Spigao spigao wrote: > First, I start the network emulator that creates the tap interfaces. > > I start the UML with: > > ./linux-2.6.24-x86_64 ubda=FedoraCore6-AMD64-root_fs eth0=tuntap,tap1 > > Inside the UML, I do: > > [EMAIL PROTECTED] ~]# ifconfig

Re: [uml-user] Is it possible to run a 32bit guest on a 64bit host?

2008-02-12 Thread Jeff Dike
On Tue, Feb 12, 2008 at 04:25:47PM +, David Rye of Road Tech wrote: > That would fit. SSHD is not starting on the client, can not find a source of > random numbers. If udev is misbehaving then there may not be a /dev/random. That's different - there is a /dev/random, as shown in your listing.

Re: [uml-user] Windows Virtualisation with UML?

2008-02-12 Thread Jay Shah
Hi Flavio, Thanks for you response, I thought that would be the answer. > I think it's a good thing though! Of course! Just a theory though! Jay On 12/02/2008, Flavio <[EMAIL PROTECTED]> wrote: > On 12/02/2008, Jay Shah <[EMAIL PROTECTED]> wrote: > > Hello, > Hello Jay, > > > > > This may sound

Re: [uml-user] Windows Virtualisation with UML?

2008-02-12 Thread Flavio
On 12/02/2008, Jay Shah <[EMAIL PROTECTED]> wrote: > Hello, Hello Jay, > > This may sound like a daft question, because, it probably is :-) > > Is there a way to boot a Windows Image with User Mode Linux. I don't think so, because UML is such a process you execute as user on your machine. As well

[uml-user] Windows Virtualisation with UML?

2008-02-12 Thread Jay Shah
Hello, This may sound like a daft question, because, it probably is :-) Is there a way to boot a Windows Image with User Mode Linux. Only thinking of this because "Virtuozzo" can do it (don't worry, UML is still far superior =D). Any input it greatly appreciated. Thanks, Jay -

Re: [uml-user] Is it possible to run a 32bit guest on a 64bit host?

2008-02-12 Thread David Rye of Road Tech
On Monday 11 February 2008 09:28:12 pm Jeff Dike wrote: > On Mon, Feb 11, 2008 at 09:06:34PM +, David Rye of Road Tech wrote: > > No it means that I did not have telnet-server-0.17-41.fc8.x86_64.rpm, > > installed on the host :-( > > Duh - I missed the actual file it was complaining about...

Re: [uml-user] linux-2.6.22.5: unknown field ‘ aio_reserved3’

2008-02-12 Thread lanas
Le Lundi, 11 Février 2008 21:19:17 -0500, Jeff Dike <[EMAIL PROTECTED]> a écrit : >> I'm using Fedora 8 which is: >> >> Linux f8-32 2.6.23.14-107.fc8 #1 SMP Mon Jan 14 21:37:30 EST 2008 >> i686 athlon i386 GNU/Linux > I meant a newer UML kernel. Sorry, I was somewhat mislead by the mention in

Re: [uml-user] tuntap interfaces problem

2008-02-12 Thread Spigao spigao
> What's your command line, and what does dmesg say? > >Jeff > First, I start the network emulator that creates the tap interfaces. I start the UML with: ./linux-2.6.24-x86_64 ubda=FedoraCore6-AMD64-root_fs eth0=tuntap,tap1 Inside the UML, I do: [EMAIL PROTECTE