Re: Qemu crash...

2006-11-27 Thread MC
FIne. Are there any links to howtos explaining how to go about the pertinent forensics? Much of the literature on strace and the kernel debugger seem to be documented by persons suffering from asperger syndrome. Basically I load the module and the emulated winXP croaks when the logo starts fadi

Re: pkg-message files and portupgrade (Re: Qemu crash...)

2006-11-26 Thread Doug Barton
Kris Kennaway wrote: > The problem is that people don't see pkg-message when it scrolls past > briefly in the build spam :) > > Maybe tools like portupgrade can be smarter about this and collect any > pkg-messages encountered during a build sequence and re-display them > at the end of the build.

Re: pkg-message files and portupgrade (Re: Qemu crash...)

2006-11-26 Thread Alexander Leidinger
Quoting Kris Kennaway <[EMAIL PROTECTED]> (Sat, 25 Nov 2006 16:49:04 -0500): > Maybe tools like portupgrade can be smarter about this and collect any > pkg-messages encountered during a build sequence and re-display them > at the end of the build. There's a feature request page: http://wikitest.f

Re: Qemu crash...

2006-11-25 Thread Kris Kennaway
On Sat, Nov 25, 2006 at 10:25:37PM -0800, MC wrote: > I haven't been able to get qemu to work at all with the kqemu kernel > module. OK :) If you want help you'll need to provide some details. > On the bright side, qemu compiles nicely with O6, though I had to kill > a comma in my CFLAGS to get

Re: Qemu crash...

2006-11-25 Thread MC
I haven't been able to get qemu to work at all with the kqemu kernel module. I notice that the build in the 6.2 prerelease doesn't appear to bother using the kqemu module. Perhaps that is the origin of it's stability. Anyway now I have an emulated widows that crawls compared to earlier qemu ver

pkg-message files and portupgrade (Re: Qemu crash...)

2006-11-25 Thread Kris Kennaway
On Fri, Nov 24, 2006 at 07:45:37PM +0100, Juergen Lock wrote: > On Thu, Nov 23, 2006 at 02:10:59PM -0500, Kris Kennaway wrote: > > On Thu, Nov 23, 2006 at 12:57:08PM +0100, Anders Troback wrote: > > > Hi, > > > > > > I have some problems with qemu-0.8.2s.20061102! > > > > > > When I start Qemu th

Re: Qemu crash...

2006-11-25 Thread Simon Barner
> > You need to include AIO support in your kernel (or as a module). The > > port should be updated to mention this. > > As has already been said this is mentioned in the pkg-message, ppl > just dont seem to look there... (I just answered the second pr about > this too :) Is there a better place

Re: Qemu crash...

2006-11-24 Thread Juergen Lock
On Thu, Nov 23, 2006 at 02:10:59PM -0500, Kris Kennaway wrote: > On Thu, Nov 23, 2006 at 12:57:08PM +0100, Anders Troback wrote: > > Hi, > > > > I have some problems with qemu-0.8.2s.20061102! > > > > When I start Qemu the Qemu console appears and crash: > > > > Bad system call (core dumped) > >

Re: Qemu crash...

2006-11-23 Thread Scot Hetzel
On 11/23/06, Kris Kennaway <[EMAIL PROTECTED]> wrote: On Thu, Nov 23, 2006 at 01:23:01PM -0800, Bakul Shah wrote: > > The problem is that kldloading a module if it's already in the kernel > > can cause a panic. Also if the module becomes stale with respect to > > the running kernel, this approac

Re: Qemu crash...

2006-11-23 Thread Kris Kennaway
On Thu, Nov 23, 2006 at 02:19:51PM -0800, Bakul Shah wrote: > > It "should" work, but people sometimes report that it doesn't > > (i.e. when they get the resulting panic). It at least needs to be > > investigated. > > What I suggested works for qemu since kldstat -m works for > aio and kqemu. Ma

Re: Qemu crash...

2006-11-23 Thread Bakul Shah
> It "should" work, but people sometimes report that it doesn't > (i.e. when they get the resulting panic). It at least needs to be > investigated. What I suggested works for qemu since kldstat -m works for aio and kqemu. May be people tried kldload without checking if the module existed? kldlo

Re: Qemu crash...

2006-11-23 Thread Kris Kennaway
On Thu, Nov 23, 2006 at 01:23:01PM -0800, Bakul Shah wrote: > > The problem is that kldloading a module if it's already in the kernel > > can cause a panic. Also if the module becomes stale with respect to > > the running kernel, this approach can cause a lot of confusion. > > I thought the follo

Re: Qemu crash...

2006-11-23 Thread Bakul Shah
> I thought the following would do the trick: > > kldstat -m aio >/devnull 2>&1 || kldload aio Ugh I forgot about the -q switch. kldstat -qm aio || kldload aio ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

Re: Qemu crash...

2006-11-23 Thread Bakul Shah
> The problem is that kldloading a module if it's already in the kernel > can cause a panic. Also if the module becomes stale with respect to > the running kernel, this approach can cause a lot of confusion. I thought the following would do the trick: kldstat -m aio >/devnull 2>&1 || kldload

Re: Qemu crash...

2006-11-23 Thread Kris Kennaway
On Thu, Nov 23, 2006 at 01:07:28PM -0800, Bakul Shah wrote: > > You need to include AIO support in your kernel (or as a module). The > > port should be updated to mention this. > > May be it is time to add a /usr/local/etc/rc.d/qemu script > that kldload aio and kqemu (if it exists)? The problem

Re: Qemu crash...

2006-11-23 Thread Bakul Shah
> You need to include AIO support in your kernel (or as a module). The > port should be updated to mention this. May be it is time to add a /usr/local/etc/rc.d/qemu script that kldload aio and kqemu (if it exists)? ___ freebsd-ports@freebsd.org mailing

Re: Qemu crash...

2006-11-23 Thread mva
Kris Kennaway <[EMAIL PROTECTED]>: [...] > You need to include AIO support in your kernel (or as a module). The > port should be updated to mention this. It mentions that. The problem is that the pkg-message is vanishing so fast if one uses 'make install clean' ;-). Regards Marcus _

Re: Qemu crash...

2006-11-23 Thread Kris Kennaway
On Thu, Nov 23, 2006 at 12:57:08PM +0100, Anders Troback wrote: > Hi, > > I have some problems with qemu-0.8.2s.20061102! > > When I start Qemu the Qemu console appears and crash: > > Bad system call (core dumped) > > I have tried on both 6.1 and 6.2! > > Anyone running Qemu on 6.2 or 6.1? Yo

Re: Qemu crash...

2006-11-23 Thread Anders Troback
On Thu, 23 Nov 2006 13:35:08 +0100 Marcus von Appen <[EMAIL PROTECTED]> wrote: > On, Thu Nov 23, 2006, Marcus von Appen wrote: > > [...] > > I had the same issue. Loading the aio kernel module should work > > around that issue: > > > > kldload aio > > ... > > qemu ... > > Which is also mentio

Re: Qemu crash...

2006-11-23 Thread Anders Troback
On Thu, 23 Nov 2006 13:22:12 +0100 Marcus von Appen <[EMAIL PROTECTED]> wrote: > On, Thu Nov 23, 2006, Anders Troback wrote: > > > Hi, > > > > I have some problems with qemu-0.8.2s.20061102! > > > > When I start Qemu the Qemu console appears and crash: > > > > Bad system call (core dumped) > >

Re: Qemu crash...

2006-11-23 Thread Marcus von Appen
On, Thu Nov 23, 2006, Marcus von Appen wrote: [...] > I had the same issue. Loading the aio kernel module should work around > that issue: > > kldload aio > ... > qemu ... Which is also mentioned in the pkg-message of the qemu port, by the way :-). Regards Marcus pgpLXizOfLFy2.pgp Descrip

Re: Qemu crash...

2006-11-23 Thread Stefan Sperling
On Thu, Nov 23, 2006 at 12:57:08PM +0100, Anders Troback wrote: > Hi, > > I have some problems with qemu-0.8.2s.20061102! > > When I start Qemu the Qemu console appears and crash: > > Bad system call (core dumped) You should ktrace this to get more information. > I have tried on both 6.1 and 6

Re: Qemu crash...

2006-11-23 Thread Marcus von Appen
On, Thu Nov 23, 2006, Anders Troback wrote: > Hi, > > I have some problems with qemu-0.8.2s.20061102! > > When I start Qemu the Qemu console appears and crash: > > Bad system call (core dumped) > > I have tried on both 6.1 and 6.2! > > Anyone running Qemu on 6.2 or 6.1? I had the same issue.

RE: Qemu crash...

2006-11-23 Thread Henry Acevedo
I got the same problem any help, please From: Anders Troback <[EMAIL PROTECTED]> To: FreeBSD Ports Subject: Qemu crash... Date: Thu, 23 Nov 2006 12:57:08 +0100 Hi, I have some problems with qemu-0.8.2s.20061102! When I start Qemu the Qemu console appears and crash: Bad system call

Qemu crash...

2006-11-23 Thread Anders Troback
Hi, I have some problems with qemu-0.8.2s.20061102! When I start Qemu the Qemu console appears and crash: Bad system call (core dumped) I have tried on both 6.1 and 6.2! Anyone running Qemu on 6.2 or 6.1? Thanks! \\troback -- Anders Trobäck http://www.troback.com/ ===