[uml-user] Re: X y ANAX

2006-04-10 Thread Si Mcleod
X A N A g X V A x L I U M V I A v G R A A s M B I E N C I A L d I S  http://www.malkaziporup.com

Re: [uml-user] unable to get login prompt with CONFIG_FRAME_POINTER & x86_64

2006-04-10 Thread Jeff Dike
On Mon, Apr 10, 2006 at 10:15:57PM +, S A wrote: > Yes! That fixed it. So the asm was just getting compiled out ? It was getting rearranged. Jeff --- This SF.Net email is sponsored by xPML, a groundbreaking scripti

Re: [uml-user] UML crashes with "Kernel panic - not syncing: BUG!"

2006-04-10 Thread Markus Schönhaber
Jeff Dike wrote: > On Mon, Apr 10, 2006 at 09:00:16PM +0200, Markus Schönhaber wrote: > > I followed your advice and here is the stack trace I came up with > > (patching panic.c was not neccessary): > > With this, I'm going to need to know how to reproduce it. Giving me a > filesystem and some com

Re: [uml-user] unable to get login prompt with CONFIG_FRAME_POINTER & x86_64

2006-04-10 Thread S A
Jeff Yes! That fixed it. So the asm was just getting compiled out ? thanks! shalbh From: Jeff Dike <[EMAIL PROTECTED]> To: S A <[EMAIL PROTECTED]> CC: user-mode-linux-user@lists.sourceforge.net Subject: Re: [uml-user] unable to get login prompt with CONFIG_FRAME_POINTER & x86_64 Date: Mon

Re: Fwd: [uml-user] tutorials to newbies (Filesystems for download )

2006-04-10 Thread xpto09
On 4/9/06, Jeff Dike <[EMAIL PROTECTED]> wrote: On Sun, Apr 09, 2006 at 08:55:09PM -0300, xpto09 wrote:> 1) Configuring an eth0 device> specify eth0 on the command line:>> eth0=tuntap,,,192.168.0.254 >> Inside the uml I put the command above.Would it be any clearer if it said to put the eth

Re: [uml-user] UML crashes with "Kernel panic - not syncing: BUG!"

2006-04-10 Thread Jeff Dike
On Mon, Apr 10, 2006 at 09:00:16PM +0200, Markus Sch?nhaber wrote: > I followed your advice and here is the stack trace I came up with (patching > panic.c was not neccessary): With this, I'm going to need to know how to reproduce it. Giving me a filesystem and some commands to run would do the t

Re: [uml-user] unable to get login prompt with CONFIG_FRAME_POINTER & x86_64

2006-04-10 Thread Jeff Dike
On Mon, Apr 10, 2006 at 06:58:27PM +, S A wrote: > Sorry for the late reply. I have uploaded the linux UML binary to > the following link: Can you see if this patch helps? Index: linux-2.6.16-mm/arch/um/sys-x86_64/stub_segv.c ===

Re: [uml-user] UML crashes with "Kernel panic - not syncing: BUG!"

2006-04-10 Thread Markus Schönhaber
Jeff Dike wrote: > On Thu, Apr 06, 2006 at 05:14:42PM +0200, Markus Schönhaber wrote: > > How do I get a stack trace? > > Attach gdb to the first UML pid, put a breakpoint on panic, continue it, > and when it hits the breakpoint, do 'bt' at gdb. > > If the breakpoint somehow doesn't get hit, then s

Re: [uml-user] UML crashes with "Kernel panic - not syncing: BUG!"

2006-04-10 Thread Jeff Dike
On Thu, Apr 06, 2006 at 05:14:42PM +0200, Markus Sch?nhaber wrote: > How do I get a stack trace? Attach gdb to the first UML pid, put a breakpoint on panic, continue it, and when it hits the breakpoint, do 'bt' at gdb. If the breakpoint somehow doesn't get hit, then stick a while(1) ; in panic (k

Re: [uml-user] gcc 4.1

2006-04-10 Thread Jeff Dike
On Mon, Apr 10, 2006 at 09:41:45AM +0300, Raz Ben-Jehuda(caro) wrote: > of course. forgot to attach it. sorry. this was the compliation error > i have encountered. > your patch obviously solves this. > but... how can i get rid of these ugly warnings ? > > "include/linux/pagemap.h: In function 'fau