DragonFly users List (threaded) for 2009-05
DragonFly BSD
DragonFly users List (threaded) for 2009-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: DragonFly-2.2.1 installation problem


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 7 May 2009 09:35:01 -0700 (PDT)

:> Basically this solves the problem dealing with USB keyboard. Somehow,
:> another problem get stuck on me in proceeding the installation. I
:> encountered this problem 'panic: command is on another queue'. Details
:> on the panic logs can be seen on the attached JPEG files. I also
:> provide dmesg log taken from FreeBSD-8.0 CURRENT (successfully
:> installed on this machine) for reference on the hardware specs.
:>
:> Thanks
:> Archimedes
:
:Here we go... instead of sending the large image files, I just uploaded it =
:here
:
:http://www.flickr.com/photos/38158047@N03/3510136106/sizes/l/
:http://www.flickr.com/photos/38158047@N03/3510136108/sizes/l/
:
:Any idea on the panic problem?
:
:Thanks,
:Archimedes

    This is really odd.  The flags are 0x3 from the picture.  Those
    flags are fine, they shouldn't cause any panic.

    The flags which cause the panic are:

    #define AAC_ON_AACQ_MASK        ((1<<5)|(1<<6)|(1<<7)|(1<<8)|(1<<10)|(1<11))

    And as you can see a flags value of 0x3 does not match any of those.

    Did you compile the kernel with any sort of weird optimizations?

					-Matt




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]