Re: QEMU crashes

2008-12-04 Thread todd
Ok, based on some other feedback from Stuart, here is a new diff to test that should work better ;-) --- emulators/qemu/files/qemu-ifup +++ emulators/qemu/files/qemu-ifup @@ -16,16 +16,19 @@ echo -n " {$1 ($BRIDGE <-> $ETHER)" # Set the tun device into layer2 mode $SUDO ifconfig $1 link0 up +#

Re: QEMU crashes

2008-12-04 Thread todd
See if this works any better. --- emulators/qemu/files/qemu-ifup +++ emulators/qemu/files/qemu-ifup @@ -16,6 +16,15 @@ echo -n " {$1 ($BRIDGE <-> $ETHER)" # Set the tun device into layer2 mode $SUDO ifconfig $1 link0 up +# setup up $ETHER incase it wasn't created before +if ! ifconfig $ETHER >

Re: QEMU crashes

2008-12-04 Thread Marco Peereboom
And you are smart enough to fix it ;-) It is ugly to see it fly by. On Thu, Dec 04, 2008 at 06:39:50AM -0600, [EMAIL PROTECTED] wrote: > Yes, the error is the 1st time said bridge is created. Call it a wart. ;-) > -- > Todd Fries .. [EMAIL PROTECTED] > > __

Re: QEMU crashes

2008-12-04 Thread todd
Yes, the error is the 1st time said bridge is created. Call it a wart. ;-) -- Todd Fries .. [EMAIL PROTECTED] _ | \ 1.636.410.0632 (voice) | Free Daemon Consulting, LLC \ 1.405.227.9094 (vo

Re: QEMU crashes

2008-12-04 Thread Frank Bax
Hi Todd: You asked for feedback. Most of the time; qemu produces: {tun0 (bridge0 <-> em0)} But sometimes it produces: {tun0 (bridge0 <-> em0)brconfig: bridge0: No such process brconfig: bridge0: No such process } Network access still works, despite the error message. Frank On 2008-Nov-0

Re: QEMU crashes

2008-11-04 Thread Frank Bax
Todd T. Fries wrote: Just out of curiosity, humor me, run qemu as root with the following added options: -net nic,vlan=0 -net tap,vlan=0 I've observed that at some point user mode networking has started segv'ed on amd64 when running any qemu guest, and am sorry to report I have not yet

Re: QEMU crashes

2008-11-03 Thread Todd T. Fries
Just out of curiosity, humor me, run qemu as root with the following added options: -net nic,vlan=0 -net tap,vlan=0 I've observed that at some point user mode networking has started segv'ed on amd64 when running any qemu guest, and am sorry to report I have not yet tracked down the source

Re: QEMU crashes

2008-11-03 Thread Ted Unangst
On Mon, Nov 3, 2008 at 9:07 PM, Frank Bax <[EMAIL PROTECTED]> wrote: > I've been using qemu to run a Win98 guest on i386 host for about a year. On > Aug.2, I installed an i386 snapshot that was a few days old. Since then, > I've been running a Win98 guest on qemu-0.9.1p3 with no issues. > > Somet

QEMU crashes

2008-11-03 Thread Frank Bax
I've been using qemu to run a Win98 guest on i386 host for about a year. On Aug.2, I installed an i386 snapshot that was a few days old. Since then, I've been running a Win98 guest on qemu-0.9.1p3 with no issues. Sometime over the past 12 months I realised I could be running amd64 on my Core