qemu cache=none fault

Bug #608090 reported by Kim Botherway
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
RootStock
Incomplete
Undecided
Ricardo Salveti

Bug Description

Each time I run rootstock I was getting the error:

qemu: could not open disk image /tmp/tmp.rCrwGNPXGt/qemu-armel-201007211733.img: Invalid argument

I found that if the cache=none is removed from the file options, then rootstock functions.

before
    QEMUOPTS="-M versatilepb ${VMCPU:+-cpu $VMCPU} -kernel ${BUILDDIR}/qemu-vmlinuz -no-reboot -nographic -pidfile ${QEMUPID} -drive file=${IMAGENAME},aio=native,cache=none ${SWAPDEV} -m 256"

after
    QEMUOPTS="-M versatilepb ${VMCPU:+-cpu $VMCPU} -kernel ${BUILDDIR}/qemu-vmlinuz -no-reboot -nographic -pidfile ${QEMUPID} -drive file=${IMAGENAME},aio=native ${SWAPDEV} -m 256"

Revision history for this message
Ricardo Salveti (rsalveti) wrote :

Can you give more information about the system you're running rootstock?

Like:
 - Distro version
 - qemu package version
 - System type, e.g. x86
 - Rootstock command line arguments
 - Rootstock log

Thanks

Changed in project-rootstock:
assignee: nobody → Ricardo Salveti (rsalveti)
status: New → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.