unexpected error: raw_reconfigure_getfd(): qemu-system-x86_64: Could not reopen file
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
Unexpected error in raw_reconfigure
qemu-
Aborted
Is what i sometimes (only) get, mostly for Linux guests i'd say (Arch just a few moments ago).
This is on CRUX-Linux, thus a self-compiled qemu 4.0.0 with default recipe, without special compiler flags (-O2 -march=x86-64 -pipe) on an Intel i5 laptop.
But what i do is running this via sudo:
sudo='sudo --preserve-
fi
VMADDR=$addr VMNAME=$vmname
export VMADDR VMNAME
eval exec $sudo qemu-system-x86_64 -name $vmname $runas \
$host $accel $display $net $vmcustom $vmimg $redir
the last run ends up like (via sudo)
qemu-
vm is a user effectively living in the chroot only without any rights anywhere.
Hope this helps, thanks a lot for qemu!!

Hi,
Can you retry with any 4.1 release candidate (like 4.1.0-rc2)? (Or wait for the 4.1.0 release in hopefully about a week?) The error message sounds like it should be fixed by https:/ /lists. nongnu. org/archive/ html/qemu- block/2019- 05/msg00775. html .
Though I have no idea why you would hit that if you didn’t add any block devices.
Max