[X2Go-Commits] x2gothinclient.git - build-main (branch) updated: 1.0.1.8-104-gb5d162e

X2Go dev team git-admin at x2go.org
Fri Jul 19 23:38:16 CEST 2013


The branch, build-main has been updated
       via  b5d162e7e16051e56c1e7e5d5f000fac655ef0e8 (commit)
      from  10a0dcead951d21559280d8fdb063f6292c4793d (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 README.qemu |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 README.qemu

The diff of changes is:
diff --git a/README.qemu b/README.qemu
new file mode 100644
index 0000000..fb4dad6
--- /dev/null
+++ b/README.qemu
@@ -0,0 +1,45 @@
+Testing X2Go Thin Client Environment
+====================================
+
+... with qemu.
+
+This HowTo has been inspired by Thomas Guettler. Thanks for your input.
+
+Do a complete installation of the X2Go TCE as described here:
+http://wiki.x2go.org/doku.php/wiki:advanced:tce:install
+
+Esp. make sure that you have run x2gothinclient_preptftpboot at the end.
+
+Note: for this test setup you do __not__ need a DHCP server.
+
+1.
+Then add the below ACL to the chroot export in /etc/exports
+
+--- exports.orig2013-04-02 23:59:06.000000000 +0200
++++ exports.qemu2013-04-02 23:59:39.000000000 +0200
+@@ -9,5 +9,5 @@
+ # /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
+ #
+ 
+-/opt/x2gothinclient/chroot    <your-network>(ro,async,no_root_squash,no_subtree_check)
++/opt/x2gothinclient/chroot    <your-network>(ro,async,no_root_squash,no_subtree_check) 127.0.0.1(ro,async,no_root_squash,no_subtree_check,insecure)
+ 
+
+Of course, the place holder <your-network> has to be filled in
+with a proper network/netmask value. For testing the X2Go TCE with
+qemu only, you can omit the <your-network> part in the above NFS ACL
+completely.
+
+When done with /etc/exports, re-export all NFS exports with this command:
+
+  $ sudo exportfs -ar
+
+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/
+
+
+
+light+love,
+Mike Gabriel
\ No newline at end of file


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).




More information about the x2go-commits mailing list