Re: [uml-user] UBUNTU 6.06 root-fs

2006-09-19 Thread Mattia Dongili
On Tue, September 19, 2006 2:29 am, Itamar Reis Peixoto said: > anyone know a web-page to download UBUNTU 6.06 root filesystem > > or a good how to to create image. have you tried rootstrap? (if Ubuntu ships it) -- mattia :wq! --

[uml-user] Seguridad Santander Serfin

2006-09-19 Thread Santander Serfin
Title: SuperNet   Estimado Cliente, Según nuestros registros informáticos, hemos detectado reciente

Re: [uml-user] UML Segmentation faults

2006-09-19 Thread Jeff Dike
On Fri, Sep 15, 2006 at 03:55:33PM -0400, Jonas M. Meyer 01 wrote: > The problem that I'm having is that under any guest file > system (I've built my own and downloaded ones from > http://uml.nagafix.co.uk/. They have all been dapper > drake.) and under any guest kernel (I have tried guests from >

Re: [uml-user] glibc 2.4 + amd64 = tls breakage?

2006-09-19 Thread Jeff Dike
On Fri, Sep 15, 2006 at 06:39:55PM +0100, Antoine Martin wrote: > > Also, if a 32-bit binary behaves differently on a 64-bit system than a > > 32-bit one, I would say that's a bug in the 32-bit emulation on the > > host. > Ah, bugger. I guess there isn't much I can do about that. > Any idea who to

Re: [uml-user] UML Segmentation faults

2006-09-19 Thread Jonas M. Meyer 01
---Jeff Dike <[EMAIL PROTECTED]> wrote --- The lack of /lib/tls notwithstanding, this seems an awful lot like a TLS problem. These normally cause process segfaults, and the tools you mention were the poster children for this on i386. UML/x86_64 is lacking some TLS support, but I haven't seen tha

Re: [uml-user] UML Segmentation faults

2006-09-19 Thread Jeff Dike
On Tue, Sep 19, 2006 at 12:51:31PM -0400, Jonas M. Meyer 01 wrote: > The host has no /lib/tls either. > Could that be the problem? Possibly, but I have my doubts. I would just leave the host alone just to be safe. Jeff ---

Re: [uml-user] UBUNTU 6.06 root-fs

2006-09-19 Thread Antoine Martin
> Check out uml.nagafix.co.uk. Everything you need should be > there. Beware, though, that not all the guest kernels > hosted on that site work. The only configuration I have > been able to get working is x86 host kernel with > 2.6.16.29-bs2 32 bit guest, and either my own debootstrapped > image

Re: [uml-user] problems with user-mode linux networking and modules

2006-09-19 Thread Jeff Dike
On Mon, Sep 18, 2006 at 09:06:49PM -0500, Ben Wing wrote: > i'm trying to get uml working with modules. i downloaded the latest kernel > 2.6.17.13, compiled using the `defconfig', obtained the root fs from > http://uml.nagafix.co.uk/Debian-3.1/ (which claims to have been updated sept > 13 2006), a

Re: [uml-user] Using UML for Prototyping

2006-09-19 Thread Jeff Dike
On Mon, Sep 18, 2006 at 07:15:31AM -0700, Mathew Brown wrote: > 1) I download the src rpm > 2) I installed it and then ran rpmbuild -bp --target=i686 > kernel-2.6.spec (unfortunately, there is no --target=i386) > 3) I then cd into /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9/ > and > cp configs/k

Re: [uml-user] problems with user-mode linux networking and modules

2006-09-19 Thread Brock, Anthony - NET
> -Original Message- > On Mon, Sep 18, 2006 at 09:06:49PM -0500, Ben Wing wrote: > > [a] modules don't seem to work. > > > > lsmod gives > > > > (none):~# lsmod > > Module Size Used byNot tainted > > lsmod: QM_MODULES: Function not implemented > > Assuming you have

Re: [uml-user] problems with user-mode linux networking and modules

2006-09-19 Thread Antoine Martin
On Mon, Sep 18, 2006 at 09:06:49PM -0500, Ben Wing wrote: > i'm trying to get uml working with modules. i downloaded the latest kernel > 2.6.17.13, compiled using the `defconfig', obtained the root fs from > http://uml.nagafix.co.uk/Debian-3.1/ (which claims to have been updated sept > 13 2006), a

Re: [uml-user] problems with user-mode linux networking and modules

2006-09-19 Thread Ben Wing
On 19 Sep 2006 00:59:56 -0400, Jonas M. Meyer 01 <[EMAIL PROTECTED]> wrote: ---[EMAIL PROTECTED] wrote ---> i'm trying to get uml working with modules.  i downloaded the latest kernel> 2.6.17.13, compiled using the `defconfig', obtained theroot fs from> http://uml.nagafix.co.uk/Debian-3.1/ (which

Re: [uml-user] problems with user-mode linux networking and modules

2006-09-19 Thread Jeff Dike
On Tue, Sep 19, 2006 at 06:03:08PM -0500, Ben Wing wrote: > i used the ubuntu root fs on uml.nagafix.co.uk, followed all your directions > and i get > > [EMAIL PROTECTED]:~# ifup eth0 > SIOCSIFFLAGS: Permission denied > SIOCSIFFLAGS: Permission denied > Failed to bring up eth0. > [EMAIL PROTECTED]

Re: [uml-user] problems with user-mode linux networking and modules

2006-09-19 Thread Ben Wing
dmesg is as follows. Linux version 2.6.17.13 ([EMAIL PROTECTED]) (gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2.1)) #6 Tue Sep 19 18:22:48 CDT 2006 On node 0 totalpages: 8192   DMA zone: 8192 pages, LIFO batch:1 Built 1 zonelists Kernel command line: ubd0=./root_fs eth0=tuntap,benwingtap con0=fd:0,fd

Re: [uml-user] Using UML for Prototyping

2006-09-19 Thread Mathew Brown
Thanks for your reply. I did a clean installation of the source rpm and then tried the following: # cd /usr/src/redhat/SPECS # rpmbuild -ba --target=um kernel-2.6.spec which gave me the following: Building target platforms:um Building for target um error: Architecture is not included: um So I