Re: [uml-user] COW files and block devices

2005-08-05 Thread Jason Clark
BTW, Im a bonehead and forgot to derefernce the pointer for those offset vars. The actual values are below. Im looking into it. [EMAIL PROTECTED]:~/tools/moo# ./uml_mkcow -f /dev/md1 /dev/md2 cow bitmap lseek failed : errno = 22 bitmap_offset_out 8192, data_offset_out 1232896 write_cow_header:

Re: [uml-user] COW files and block devices

2005-08-05 Thread Jason Clark
will do, thanks for the pointers. -- Jason The place where you made your stand never mattered. Only that you were there.. And still on your feet. On Fri, 5 Aug 2005, Blaisorblade wrote: On Thursday 04 August 2005 22:02, Jason Clark wrote: md1 and md2 are both 5 gig. md2 will eventually b

Re: [uml-user] Hang checking that ptrace can change system call numbers

2005-08-05 Thread Hector Martin
Thanks! All working fine now :) Blaisorblade wrote: > On Friday 05 August 2005 17:05, Hector Martin wrote: >> Hello, >> >> I just compiled a vanilla 2.6.12 on an amd64 Gentoo system. > It's a known 2.6.12 UML bug in TT mode (the default mode), go to my homepage > and download the patch (2.6.12-bs

Re: [uml-user] Problem with initial console

2005-08-05 Thread Jurgen Defurne
On Fri, Aug 05, 2005 at 05:37:03PM +0200, Blaisorblade wrote: > On Friday 05 August 2005 11:38, Jurgen Defurne wrote: > > On Fri, Aug 05, 2005 at 11:27:18AM +0200, Jurgen Defurne wrote: > > > Hello, > > > > Warning: unable to open an initial console. > > > > > > Is this an access rights proble

Re: [uml-user] Hang checking that ptrace can change system call numbers

2005-08-05 Thread Jeff Dike
On Fri, Aug 05, 2005 at 05:05:32PM +0200, Hector Martin wrote: > Hello, > > I just compiled a vanilla 2.6.12 on an amd64 Gentoo system. I tried > running it and it just hangs with 100% cpu usage: For x86_64, start with the patchset on http://user-mode-linux.sf.net/patches.html and the co

Re: [uml-user] Hang checking that ptrace can change system call numbers

2005-08-05 Thread Blaisorblade
On Friday 05 August 2005 17:05, Hector Martin wrote: > Hello, > > I just compiled a vanilla 2.6.12 on an amd64 Gentoo system. It's a known 2.6.12 UML bug in TT mode (the default mode), go to my homepage and download the patch (2.6.12-bs9). Oh, and the old binary will keep failing, recompile the U

Re: [uml-user] Problem with initial console

2005-08-05 Thread Blaisorblade
On Friday 05 August 2005 11:38, Jurgen Defurne wrote: > On Fri, Aug 05, 2005 at 11:27:18AM +0200, Jurgen Defurne wrote: > > Hello, > > Warning: unable to open an initial console. > > > > Is this an access rights problem from the UML guest to the UML host or > > does it signify anything other ?

Re: [uml-user] Problems booting guest filesystem

2005-08-05 Thread Blaisorblade
On Thursday 04 August 2005 23:13, Ernie Fontes wrote: > > Blaisorblade wrote: > > > > On Thursday 04 August 2005 17:36, Ruaidhri Power wrote: > > > On Thu, Aug 04, 2005 at 11:06:19AM -0400, Ernie Fontes wrote: > > > > devfs: 2004-01-31 Richard Gooch ([EMAIL PROTECTED]) > > > > devfs: devfs_debug: 0

Re: [uml-user] x86_64 - 2.6.12+bs9 Bingo!! FC4/64 host FC4/32 guest

2005-08-05 Thread Blaisorblade
On Friday 05 August 2005 06:33, Phill Wombat wrote: > Fedora Core release 4 (Stentz) > Kernel 2.6.12-bs9 on an x86_64 > > Unauthorized access to this system is strictly prohibited. > uml-test login: > > But I can't log in.. :-( Must at least add /dev/console to /etc/securetty (location may vary

Re: [uml-user] COW files and block devices

2005-08-05 Thread Blaisorblade
On Thursday 04 August 2005 22:02, Jason Clark wrote: > md1 and md2 are both 5 gig. > md2 will eventually be much smaller. Guess it won't, it must be 5G long. On normal files you can use sparse ones, not on block devices... and if that seems stupid, yeah, COW files were designed for sparse files

[uml-user] Hang checking that ptrace can change system call numbers

2005-08-05 Thread Hector Martin
Hello, I just compiled a vanilla 2.6.12 on an amd64 Gentoo system. I tried running it and it just hangs with 100% cpu usage: ~/linux/linux-2.6.12$ ./linux stderr=1 Checking for /proc/mm...found Checking for the skas3 patch in the host...not found Checking PROT_EXEC mmap in /tmp...OK Failed to mkd

Re: [uml-user] Problem with initial console

2005-08-05 Thread Jurgen Defurne
On Fri, Aug 05, 2005 at 11:27:18AM +0200, Jurgen Defurne wrote: > Hello, > > I am trying to start a FC3 filesystem, but I keep getting > > Warning: unable to open an initial console. > > Is this an access rights problem from the UML guest to the UML host or > does it signify anything other ?

[uml-user] Problem with initial console

2005-08-05 Thread Jurgen Defurne
Hello, I am trying to start a FC3 filesystem, but I keep getting Warning: unable to open an initial console. Is this an access rights problem from the UML guest to the UML host or does it signify anything other ? In the meantime, I try to find it out again, because I always have problems wi