The branch, master has been updated via 9165ed83157a7708814d5c00fb973311000a5a25 (commit) from 1df5f432f223a8816d22a8ee491eaffed020f870 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9165ed83157a7708814d5c00fb973311000a5a25 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jun 21 14:28:58 2013 +0200 show howto debug a QEMU TCE instance via the vc serial of QEMU ----------------------------------------------------------------------- Summary of changes: README.qemu | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/README.qemu b/README.qemu index fb4dad6..9d30e25 100644 --- a/README.qemu +++ b/README.qemu @@ -37,8 +37,17 @@ When done with /etc/exports, re-export all NFS exports with this command: 2. Launch the X2Go TCE in qemu (with normal user privileges): - $ qemu-system-i386 -bootp tftp://10.0.2.2/pxelinux.0 -tftp /srv/tftp/ + $ qemu-system-i386 -bootp tftp://10.0.2.2/pxelinux.0 -tftp /srv/tftp/ -serial vc +3. +Looking around in the QEMU TCE instance while it is running: + + $ chroot /opt/x2gothinclient/chroot + $ passwd -e root + $ passwd root + $ # set a root password + +Then use Ctrl-Alt-3 in the QEMU window and login as root on the (serial) terminal. light+love, hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gothinclient.git" (X2Go Thin Client Environment).