* [Qemu-devel] Debian Woody system to play with
@ 2003-11-07 0:53 Leigh Dyer
2003-11-07 5:29 ` Chad Page
0 siblings, 1 reply; 7+ messages in thread
From: Leigh Dyer @ 2003-11-07 0:53 UTC (permalink / raw)
To: qemu-devel
Hi guys,
Here's the Debian Woody system that I've been playing around with. It's
about a 50Mb download that decompresses to a (mostly empty) 500Mb disk
image. It runs a 2.4.22 kernel, and there's a few useful/interesting
utilities on there, like nbench, and ssh and vsftpd servers. Networking
is set up with the emulated NIC configured to 192.168.2.2, and apt
configured to use a proxy running on 192.168.2.1. The kernel has vga16fb
and serial console support, but lilo is configured to boot the system
with a standard VGA text console.
My experience playing around wtih this image has been pretty good,
though I regularly experience seemingly random crashes.
You can grab it here:
http://gir.eclinic.com.au/~lsd/qemu/minideb.img.bz2
Thanks
Leigh
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Debian Woody system to play with
2003-11-07 0:53 [Qemu-devel] Debian Woody system to play with Leigh Dyer
@ 2003-11-07 5:29 ` Chad Page
2003-11-07 10:14 ` ganglio
2003-11-09 17:00 ` Fabrice Bellard
0 siblings, 2 replies; 7+ messages in thread
From: Chad Page @ 2003-11-07 5:29 UTC (permalink / raw)
To: qemu-devel
Cool... I just checked it out and brought it to the SBLUG meeting
tonight. Got to demonstrate just how much faster qemu is over bochs ;)
The next step on my end is to find time to write a seg fault handler which
would print out the code block that caused the crash. Something in "ps"
does it for instance under both this and the qemu linux image every
time... I'll have to see if I can replicate it in user space.
- Chad
On Fri, 7 Nov 2003, Leigh Dyer wrote:
> Hi guys,
>
> Here's the Debian Woody system that I've been playing around with. It's
> about a 50Mb download that decompresses to a (mostly empty) 500Mb disk
> image. It runs a 2.4.22 kernel, and there's a few useful/interesting
> utilities on there, like nbench, and ssh and vsftpd servers. Networking
> is set up with the emulated NIC configured to 192.168.2.2, and apt
> configured to use a proxy running on 192.168.2.1. The kernel has vga16fb
> and serial console support, but lilo is configured to boot the system
> with a standard VGA text console.
>
> My experience playing around wtih this image has been pretty good,
> though I regularly experience seemingly random crashes.
>
> You can grab it here:
> http://gir.eclinic.com.au/~lsd/qemu/minideb.img.bz2
>
> Thanks
> Leigh
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Debian Woody system to play with
2003-11-07 5:29 ` Chad Page
@ 2003-11-07 10:14 ` ganglio
2003-11-09 23:00 ` Leigh Dyer
2003-11-09 17:00 ` Fabrice Bellard
1 sibling, 1 reply; 7+ messages in thread
From: ganglio @ 2003-11-07 10:14 UTC (permalink / raw)
To: qemu-devel
hi all!
i know that the question might seem a bit lamerish
but what is the root password to log in?
i tryed both "root" and "woody" but didn't works
thanks in advance
roberto
Chad Page ha scritto:
> Cool... I just checked it out and brought it to the SBLUG meeting
> tonight. Got to demonstrate just how much faster qemu is over bochs ;)
> The next step on my end is to find time to write a seg fault handler which
> would print out the code block that caused the crash. Something in "ps"
> does it for instance under both this and the qemu linux image every
> time... I'll have to see if I can replicate it in user space.
>
> - Chad
>
>
> On Fri, 7 Nov 2003, Leigh Dyer wrote:
>
>
>>Hi guys,
>>
>>Here's the Debian Woody system that I've been playing around with. It's
>>about a 50Mb download that decompresses to a (mostly empty) 500Mb disk
>>image. It runs a 2.4.22 kernel, and there's a few useful/interesting
>>utilities on there, like nbench, and ssh and vsftpd servers. Networking
>>is set up with the emulated NIC configured to 192.168.2.2, and apt
>>configured to use a proxy running on 192.168.2.1. The kernel has vga16fb
>>and serial console support, but lilo is configured to boot the system
>>with a standard VGA text console.
>>
>>My experience playing around wtih this image has been pretty good,
>>though I regularly experience seemingly random crashes.
>>
>>You can grab it here:
>>http://gir.eclinic.com.au/~lsd/qemu/minideb.img.bz2
>>
>>Thanks
>>Leigh
>>
>>
>>
>>_______________________________________________
>>Qemu-devel mailing list
>>Qemu-devel@nongnu.org
>>http://mail.nongnu.org/mailman/listinfo/qemu-devel
>>
>
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Debian Woody system to play with
2003-11-07 5:29 ` Chad Page
2003-11-07 10:14 ` ganglio
@ 2003-11-09 17:00 ` Fabrice Bellard
2003-11-09 19:53 ` Chad Page
2003-11-10 0:54 ` Leigh Dyer
1 sibling, 2 replies; 7+ messages in thread
From: Fabrice Bellard @ 2003-11-09 17:00 UTC (permalink / raw)
To: qemu-devel
Chad Page wrote:
> Cool... I just checked it out and brought it to the SBLUG meeting
> tonight. Got to demonstrate just how much faster qemu is over bochs ;)
> The next step on my end is to find time to write a seg fault handler which
> would print out the code block that caused the crash. Something in "ps"
> does it for instance under both this and the qemu linux image every
> time... I'll have to see if I can replicate it in user space.
Should work better now.
Fabrice.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Debian Woody system to play with
2003-11-09 17:00 ` Fabrice Bellard
@ 2003-11-09 19:53 ` Chad Page
2003-11-10 0:54 ` Leigh Dyer
1 sibling, 0 replies; 7+ messages in thread
From: Chad Page @ 2003-11-09 19:53 UTC (permalink / raw)
To: qemu-devel
Thanks - I'll check it out ASAP - my weekend's been very busy...
BTW, if anyone's going to SCALE in LA next weekend, we'll be
demonstrating qemu there. The softmmu fix will definitely help the demo
out :)
- Chad
On Sun, 9 Nov 2003, Fabrice Bellard wrote:
> Chad Page wrote:
> > Cool... I just checked it out and brought it to the SBLUG meeting
> > tonight. Got to demonstrate just how much faster qemu is over bochs ;)
> > The next step on my end is to find time to write a seg fault handler which
> > would print out the code block that caused the crash. Something in "ps"
> > does it for instance under both this and the qemu linux image every
> > time... I'll have to see if I can replicate it in user space.
>
> Should work better now.
>
> Fabrice.
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Debian Woody system to play with
2003-11-07 10:14 ` ganglio
@ 2003-11-09 23:00 ` Leigh Dyer
0 siblings, 0 replies; 7+ messages in thread
From: Leigh Dyer @ 2003-11-09 23:00 UTC (permalink / raw)
To: qemu-devel
On Fri, 2003-11-07 at 21:14, ganglio wrote:
> hi all!
> i know that the question might seem a bit lamerish
> but what is the root password to log in?
> i tryed both "root" and "woody" but didn't works
> thanks in advance
>
Sorry about that - the root password is "rootme" :)
Thanks
Leigh
> roberto
>
> Chad Page ha scritto:
> > Cool... I just checked it out and brought it to the SBLUG meeting
> > tonight. Got to demonstrate just how much faster qemu is over bochs ;)
> > The next step on my end is to find time to write a seg fault handler which
> > would print out the code block that caused the crash. Something in "ps"
> > does it for instance under both this and the qemu linux image every
> > time... I'll have to see if I can replicate it in user space.
> >
> > - Chad
> >
> >
> > On Fri, 7 Nov 2003, Leigh Dyer wrote:
> >
> >
> >>Hi guys,
> >>
> >>Here's the Debian Woody system that I've been playing around with. It's
> >>about a 50Mb download that decompresses to a (mostly empty) 500Mb disk
> >>image. It runs a 2.4.22 kernel, and there's a few useful/interesting
> >>utilities on there, like nbench, and ssh and vsftpd servers. Networking
> >>is set up with the emulated NIC configured to 192.168.2.2, and apt
> >>configured to use a proxy running on 192.168.2.1. The kernel has vga16fb
> >>and serial console support, but lilo is configured to boot the system
> >>with a standard VGA text console.
> >>
> >>My experience playing around wtih this image has been pretty good,
> >>though I regularly experience seemingly random crashes.
> >>
> >>You can grab it here:
> >>http://gir.eclinic.com.au/~lsd/qemu/minideb.img.bz2
> >>
> >>Thanks
> >>Leigh
> >>
> >>
> >>
> >>_______________________________________________
> >>Qemu-devel mailing list
> >>Qemu-devel@nongnu.org
> >>http://mail.nongnu.org/mailman/listinfo/qemu-devel
> >>
> >
> >
> >
> >
> > _______________________________________________
> > Qemu-devel mailing list
> > Qemu-devel@nongnu.org
> > http://mail.nongnu.org/mailman/listinfo/qemu-devel
> >
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://mail.nongnu.org/mailman/listinfo/qemu-devel
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Debian Woody system to play with
2003-11-09 17:00 ` Fabrice Bellard
2003-11-09 19:53 ` Chad Page
@ 2003-11-10 0:54 ` Leigh Dyer
1 sibling, 0 replies; 7+ messages in thread
From: Leigh Dyer @ 2003-11-10 0:54 UTC (permalink / raw)
To: qemu-devel
On Mon, 2003-11-10 at 04:00, Fabrice Bellard wrote:
> Chad Page wrote:
> > Cool... I just checked it out and brought it to the SBLUG meeting
> > tonight. Got to demonstrate just how much faster qemu is over bochs ;)
> > The next step on my end is to find time to write a seg fault handler which
> > would print out the code block that caused the crash. Something in "ps"
> > does it for instance under both this and the qemu linux image every
> > time... I'll have to see if I can replicate it in user space.
>
> Should work better now.
>
I've just tested a few things (running ps in a loop, generating a few
ssh keys, and rebooting a few times) and I haven't managed to get it to
crash yet. Good work :)
Thanks
Leigh
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-11-10 1:57 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-07 0:53 [Qemu-devel] Debian Woody system to play with Leigh Dyer
2003-11-07 5:29 ` Chad Page
2003-11-07 10:14 ` ganglio
2003-11-09 23:00 ` Leigh Dyer
2003-11-09 17:00 ` Fabrice Bellard
2003-11-09 19:53 ` Chad Page
2003-11-10 0:54 ` Leigh Dyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).