DragonFly-2.2.1 installation problem

Matthew Dillon dillon at apollo.backplane.com
Thu May 7 09:38:48 PDT 2009


:> 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






More information about the Users mailing list