summary refs log tree commit diff stats
path: root/results/scraper/launchpad/1024275
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad/1024275')
-rw-r--r--results/scraper/launchpad/102427519
1 files changed, 19 insertions, 0 deletions
diff --git a/results/scraper/launchpad/1024275 b/results/scraper/launchpad/1024275
new file mode 100644
index 00000000..c6775604
--- /dev/null
+++ b/results/scraper/launchpad/1024275
@@ -0,0 +1,19 @@
+bad iteraction between -daemonize and -nographic
+
+ $ qemu -daemonize -nographic
+ $ _
+
+After this, the terminal is switched to some weird mode, not processing cr/lf, and not showing the characters being typed (it is fixable by using `stty sane').
+
+Something is seriously wrong here: When -daemonize is given, qemu not touch tty parameters at all.
+
+Thanks,
+
+/mjt
+
+FWIW, it has been present at least since version 0.10 of qemu, and still present in current 1.1 version.
+
+According to the Debian bug tracker, this has been fixed with this upstream commit:
+http://git.qemu.org/?p=qemu.git;a=commit;h=ab51b1d568e02c80b1abf9016bda3a86dc1db389
+... so let's close this now.
+