* Re: Rebooting Xen0
@ 2004-08-31 16:59 Charles Coffing
0 siblings, 0 replies; 8+ messages in thread
From: Charles Coffing @ 2004-08-31 16:59 UTC (permalink / raw)
To: xen, xen-devel
Thomas,
Are you building with either "debugger=y" or "debug=y" ?
Currently, if I build with---
cd xen
export debug=y
export debugger=y
make
---then it crashes as you describe.
An ASSERT is failing in spin_lock_irqsave() in printf() when Xen tries
to print the Xen banner.
I just started looking at it, but I suspect it may be related to Keir's
1.1278.1.1 changset.
>>> "Thomas E. Conway-Poulsen" <xen@conwayit.dk> 08/28/04 4:25 AM >>>
Hi Christian,
Sorry for the confusion, I mean that the machine reboots directly after
starting either:
title Xen 1.3(2-0-unstable) / XenoLinux 2.6.8.1
kernel /boot/xen.gz dom0_mem=131072 com=115200,8n1
module /boot/vmlinuz-2.6.8.1-xen0 root=/dev/hda2 ro
console=tty0 console=ttyS0
title Xen 1.3(2.0-unstable) / XenoLinux 2.4.27
kernel /boot/xen.gz dom0_mem=131072 com1=115200,8n1
module /boot/vmlinuz-2.4.27-xen0 root=/dev/hda2 ro console=tty0
console=ttyS0
It really doesnt make any sense to me, as it worked fine before.
Thomas Conway
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
^ permalink raw reply [flat|nested] 8+ messages in thread* Rebooting Xen0
@ 2004-08-28 8:39 Thomas E. Conway-Poulsen
2004-08-28 9:02 ` Christian Limpach
0 siblings, 1 reply; 8+ messages in thread
From: Thomas E. Conway-Poulsen @ 2004-08-28 8:39 UTC (permalink / raw)
To: xen-devel
Hej guys,
I had to use my old vmlinux-working kernel since my bk pull yesterday.
It starts up using the xen.gz file, and doesnt even(cant tell) start
loading the xen0 module. And changes there that are corrupting the xen
kernel?
When grub tries to boot, it reboots.
My last update was 27-08-04 at GMT+1 22.
Thomas Conway.
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Rebooting Xen0
2004-08-28 8:39 Thomas E. Conway-Poulsen
@ 2004-08-28 9:02 ` Christian Limpach
2004-08-28 10:25 ` Thomas E. Conway-Poulsen
2004-08-28 18:28 ` ron minnich
0 siblings, 2 replies; 8+ messages in thread
From: Christian Limpach @ 2004-08-28 9:02 UTC (permalink / raw)
To: Thomas E. Conway-Poulsen; +Cc: xen-devel
On Sat, Aug 28, 2004 at 10:39:51AM +0200, Thomas E. Conway-Poulsen wrote:
> I had to use my old vmlinux-working kernel since my bk pull yesterday.
> It starts up using the xen.gz file, and doesnt even(cant tell) start
> loading the xen0 module. And changes there that are corrupting the xen
> kernel?
>
> When grub tries to boot, it reboots.
When you say "It starts up using the xen.gz file", does that mean
you see the output from Xen and then it apparently just sits there,
after Xen tells you that it switched the serial input to DOM0?
Or do you mean that Xen doesn't even start up and the machine
immerdiately reboots, as your last statement would indicate?
> My last update was 27-08-04 at GMT+1 22.
What version did you update from? Are you using console on the serial
line? If you updated from a version which had 2.4 as default and you
are using console on the serial line, then you will have to add a
``console=ttyS0'' option to your linux kernel module line in the grub
config file, since 2.6 doesn't output the console messages to all
devices which claim to be consoles, but only to the first one or to
all selected on the kernel command line.
christian
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Rebooting Xen0
2004-08-28 9:02 ` Christian Limpach
@ 2004-08-28 10:25 ` Thomas E. Conway-Poulsen
2004-08-28 15:23 ` Christian Limpach
2004-08-28 18:28 ` ron minnich
1 sibling, 1 reply; 8+ messages in thread
From: Thomas E. Conway-Poulsen @ 2004-08-28 10:25 UTC (permalink / raw)
To: xen-devel@lists.sourceforge.net
[-- Attachment #1: Type: text/html, Size: 3510 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Rebooting Xen0
2004-08-28 10:25 ` Thomas E. Conway-Poulsen
@ 2004-08-28 15:23 ` Christian Limpach
0 siblings, 0 replies; 8+ messages in thread
From: Christian Limpach @ 2004-08-28 15:23 UTC (permalink / raw)
To: xen; +Cc: xen-devel
> Sorry for the confusion, I mean that the machine reboots directly after
starting either:
> It really doesnt make any sense to me, as it worked fine before.
Which version were you using before (updated when? 2.4/2.6?) Can you
connect a serial line and check if there's any output?
> title Xen 1.3(2-0-unstable) / XenoLinux 2.6.8.1
> kernel /boot/xen.gz dom0_mem=131072 com=115200,8n1
> module /boot/vmlinuz-2.6.8.1-xen0 root=/dev/hda2 ro console=tty0
console=ttyS0
That should be ``com1=115200,8n1'' on the xen kernel line and you also have
to add ``console=com1'' to get the output on the serial line.
christian
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Rebooting Xen0
2004-08-28 9:02 ` Christian Limpach
2004-08-28 10:25 ` Thomas E. Conway-Poulsen
@ 2004-08-28 18:28 ` ron minnich
2004-08-28 22:00 ` Christian Limpach
1 sibling, 1 reply; 8+ messages in thread
From: ron minnich @ 2004-08-28 18:28 UTC (permalink / raw)
To: Christian Limpach; +Cc: Thomas E. Conway-Poulsen, xen-devel
really trivial question, sorry, ...
how do you folks set up vmware with serial emulation to a unix socket and
have it work? I can't seem to get this to go ... anybody want to explain
this new trick to this old dog? Use short words with not too many
syllables :-)
thanks
ron
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-08-31 16:59 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-31 16:59 Rebooting Xen0 Charles Coffing
-- strict thread matches above, loose matches on Subject: below --
2004-08-28 8:39 Thomas E. Conway-Poulsen
2004-08-28 9:02 ` Christian Limpach
2004-08-28 10:25 ` Thomas E. Conway-Poulsen
2004-08-28 15:23 ` Christian Limpach
2004-08-28 18:28 ` ron minnich
2004-08-28 22:00 ` Christian Limpach
2004-08-28 23:58 ` ron minnich
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.