Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305569 - app-emulation/qemu-kvm-0.12.2-r2 not working any more
Summary: app-emulation/qemu-kvm-0.12.2-r2 not working any more
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo QEMU Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-17 14:10 UTC by Hanno Böck
Modified: 2010-02-26 14:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Böck gentoo-dev 2010-02-17 14:10:26 UTC
The qemu-kvm-0.12.2-r2 revision broke it on my system. It doesn't open any more:
hanno@laverne /data/gentoo $ qemu-kvm -m 512 -cdrom install-x86-minimal-20100119.iso -boot d
VNC server running on `127.0.0.1:5900'

The vnc server message is new. When switching back to -r1, everything works again as expected.
Comment 1 Carles Pagès 2010-02-26 13:29:48 UTC
(In reply to comment #0)
> The qemu-kvm-0.12.2-r2 revision broke it on my system. It doesn't open any
> more:
> hanno@laverne /data/gentoo $ qemu-kvm -m 512 -cdrom
> install-x86-minimal-20100119.iso -boot d
> VNC server running on `127.0.0.1:5900'
> 
> The vnc server message is new. When switching back to -r1, everything works
> again as expected.
> 

I stumbled upon the same. Notice, however, that it's not broken, it just has the sdl use flag disabled by default, so it starts a VNC server instead.

Just add the sdl use flag to go back to old behaviour, or use a vnc client to connect to it.
Comment 2 Thomas Sachau gentoo-dev 2010-02-26 14:11:05 UTC
For 0.12.2-r2 the default enabled sdl USE flag was changed to a normal USE flag. So if you dont have a desktop profile or sdl in your own USE flags (globally or for qemu-kvm), you should enable it, when you want to use the sdl-console.

Thanks to the clarifying comment #1.

Closing as invalid. Feel free to reopen, if the sdl USE flag wasnt the issue.