Description of problem: After upgrading systemd system powers off/crashes. Version-Release number of selected component (if applicable): systemd 188-3 upgraded to 194-1 How reproducible: upgrade systemd on the f18 alpha live cd Steps to Reproduce: 1. run f18 aplha in kvm: $ kvm -m 1024 -usb -usbdevice tablet -net nic,model=virtio -net tap,ifname=tap0,script=no,downscript=no -vga qxl -cdrom Fedora-18-Alpha-i686-Live-Desktop.iso 2. log in as live user and open a root terminal 3. yum install systemd Actual results: kvm terminates Expected results: system keeps running with new systemd Additional info:
Have more information on how/why it crashed? Was it a clean shutdown? Did the guest kernel crash?
Created attachment 624042 [details] log of running in kvm
Created attachment 624043 [details] upgrading systemd from serial console
Upgrading systemd from console does not cause the system to crash. It seems gdm restarts, however. Upgrading systemd in virtualbox brings 'sad mac' screen but both the system and the session keeps running.
Created attachment 624059 [details] virtualbox session log
Created attachment 624061 [details] virtualbox system log
Looks like a problem in the Spice module of KVM/qemu, judging by #2. Reassigning to qemu.
hramrach, Thanks for the report. What version of qemu is this? Can you do debuginfo-install qemu-system-x86 gdb qemu-system-x86 > run <your cli arguments> Then reproduce the issue, and at gdb prompt enter > thread apply all bt And post the output here.
No response for a month, closing.