A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/16 00:07
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481846680
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Setting up your own netbootable X2Go-TCE environment]
User : …
[View More]stefanbaur
@@ -176,9 +176,9 @@
=== What options are available under FURTHER-OPTIONS-GO-HERE? ===
These two are mutually exclusive, i.e. never put both of them in the same config:
- * ''sessionsurl=http://your-http-server-ip-here/x2go-demo/x2go-tce.sessions'' - use this to specify a sessions file. You need this unless you are using a session broker. See below for how to add this file to your HTTP or FTP server.
+ *
''sessionsurl=http://your-http-server-ip-here/x2go-tce/x2go-tce.sessions'' - use this to specify a sessions file. You need this unless you are using a session broker. See below for how to add this file to your HTTP or FTP server.
* ''broker-url=ssh:<nowiki>//</nowiki>your-broker-address-here'' - this allows you to specify an X2Go Session Broker instead of a sessions file (not limited to an ssh-based broker, works with an http-based broker as well)
These are entirely optional:
* ''pubkey=http://your-http-server-ip-here/x2go-tce/x2go-tce.authorized_keys'' - this allows you to add an ssh public key file to the ThinClient, so your administrators can log in remotely using SSH
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 22:37
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481838206
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Build system prerequisites for all variants]
User : …
[View More]stefanbaur
@@ -23,9 +23,9 @@
* You need a Debian Jessie system to build the image. (Other distributions based on Debian might work, but this is untested.)
* We suggest using a 64-Bit system, however, it is possible to use a 32-Bit system if you don't want to build a 64-Bit ThinClient image.
* We suggest leaving at least 4 GB of free disk space so the build won't abort due to insufficient disk space while packages are downloaded, unpacked and copied around.
* Make sure your package list
is up to date by running: <code>sudo apt-get update </code>
- * Install the required packages by running: <code>sudo apt-get install git-core lzma live-build live-config-doc live-manual-html live-boot-doc</code>
+ * Install the required packages by running: <code>sudo apt-get install git-core live-build live-config-doc live-manual-html live-boot-doc</code>
* export the following variables:<code>
# Point this to the git repository you wish to use
export LBX2GO_CONFIG='git://code.x2go.org/live-build-x2go.git::feature/openbox'
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 21:43
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481836102
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Build system prerequisites for all variants]
User : …
[View More]stefanbaur
@@ -41,9 +41,9 @@
# These options are meant to reduce the image size.
# Feel free to adapt them after consulting "man lb_config"
export LBX2GO_SPACE='--checksums none --apt-indices none --cache false
--win32-loader false --memtest none
- --firmware-binary false --initramfs-compression bzip2'
+ --firmware-binary false'
# These are default values that should not require tuning
export LBX2GO_DEFAULTS='--initsystem
sysvinit --security true --updates true
--apt-recommends false --firmware-chroot true
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 21:08
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481835644
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [List of open ToDos/FIXMEs for this page]
User : stefanbaur
@…
[View More]@ -341,15 +341,18 @@
HDD images mean you might have to jiggle with syslinux or grub.
FIXME Some of the optional steps above could be moved to a separate subpage to reduce clutter.
- FIXME The steps for the build process could probably streamlined into an x2go-tce.deb Debian package
+ FIXME The steps for the build process could probably streamlined into an x2go-tcebuilder.deb Debian package
Ideas:
- * instead of the "exports" stuff, use a config file e.g. under
/etc/x2go/x2go-tce/config and source its contents
+ * instead of the "exports" stuff, use a config file e.g. under /etc/x2go/x2go-tcebuilder/config and source its contents
* instead of copy-pasting the build commands, turn most of it into a script as /usr/bin/x2go-tcebuilder or something (the remaining config parts in the copy-paste block would have to be moved into the config file)
* our config would be used as suggestion by linking to it; a user could create their own by replacing the link with a regular file (similar to how /etc/x2go/applications works)
* our additional live-scripts would be shipped inside the package and similar to how apache does it with sites-available and sites-active - not pulling in content from git each time
- * store the results somewhere under /var/x2go-tce/ or whatever the proper place according to FHS and Debian would be
+ * /etc/x2go/x2go-tcebuilder/scripts-active (dir with symlinks to all active scripts)
+ *
/etc/x2go/x2go-tcebuilder/scripts-available (dir with symlinks to our templates and with regular user-created files)
+ * /usr/share/x2go-tcebuilder/template-scripts (scripts we ship, with a big fat header that they should not be changed, but copied)
+ * store the results somewhere under /var/lib/x2go-tcebuilder/ or whatever the proper place according to FHS and Debian would be
* turning it into a package would mean we could add dependencies as well, so the manual apt-get install would not be neccessary
* additional scripts could be added that work "automagically" if there's no PXE/TFTP/HTTP/FTP server yet - maybe in a separate package x2go-tce-setup-aids.deb which then has dependencies on atftpd and apache|lighttpd, ...
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 21:00
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481832959
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary:
User : stefanbaur
@@ -325,9 +325,9 @@
Things to try: …
[View More]KNOPPIX Live Linux, other Distribution's Live Images (a recent Fedora or Arch, maybe?)
Basically, in the running Linux where you have a working X Server on that particular hardware:
* change to a command shell
- * try to run ''Xorg :$(($(ps -C Xorg -o args= | awk ' $2 ~ /^:[0-9]/ { print $2 }' | tr -d ':' | sort -n)+1)) -configure''
+ * try to run ''<nowiki>Xorg :$(($(ps -C Xorg -o args= | awk ' $2 ~ /^:[0-9]/ { print $2 }' | tr -d ':' | sort -n)+1)) -configure</nowiki>''
* if that
fails, stop the currently running X server, then run ''Xorg -configure''
* this should output ~/xorg.conf.new, which could then be saved somewhere else (LAN share, USB stick, ...).
FIXME This page is missing a section/subpage that explains how to create images for USB/CD/local storage.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 20:15
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481830372
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Build system prerequisites for all variants]
User : …
[View More]stefanbaur
@@ -41,9 +41,9 @@
# These options are meant to reduce the image size.
# Feel free to adapt them after consulting "man lb_config"
export LBX2GO_SPACE='--checksums none --apt-indices none --cache false
--win32-loader false --memtest none
- --firmware-binary false --initramfs-compression lzma'
+ --firmware-binary false --initramfs-compression bzip2'
# These are default values that should not require tuning
export
LBX2GO_DEFAULTS='--initsystem sysvinit --security true --updates true
--apt-recommends false --firmware-chroot true
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 19:32
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481829937
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [Setting up your own netbootable X2Go-TCE environment]
User : …
[View More]stefanbaur
@@ -183,8 +183,9 @@
These are entirely optional:
* ''pubkey=http://your-http-server-ip-here/x2go-tce/x2go-tce.authorized_keys'' - this allows you to add an ssh public key file to the ThinClient, so your administrators can log in remotely using SSH
* ''xorgconfurl=http://your-http-server-ip-here/x2go-tce/x2go-tce.xorg.conf'' - when a client outright refuses to boot into the graphical X2Go login screen, but gets stuck at the console or a black screen instead, yet you can get
the GUI to work using a regular Linux on the same hardware, you can disable the X Server's autodetection and force it to use the xorg.conf specified here. Note that you should use a more descriptive name for the file, as described below.
* ''xorg-resolution=HRESxVRES'' - will force the horizontal resolution to HRES and the vertical resolution to VRES, e.g. ''xorg-resolution=1280x1024'', useful if autodetection for the correct screen size fails, but you do get as far as seeing the X2Go GUI
+ * ''xinerama=left-of|right-of|above|below|same-as'' - //not yet implemented//. Will allow you to specify how multiple screens are handled (same-as clones the primary screen to all secondary screens, the other commands will cascade and thus expand the screen)
* ''ldap=ldap.example.com:389:cn=cngoeshere,dc=example,dc=com'' - this allows you to specify an LDAP server to authenticate against
* ''ldap1=ldap-backupserver-1.example.com:389'' - this allows you to specify the first of up to
two LDAP backup servers when using LDAP authentication
* ''ldap2=ldap-backupserver-2.example.com:389'' - this allows you to specify the second of up to two LDAP backup servers when using LDAP authentication
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/12/15 19:25
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
IP-Address : 78.43.90.159
Hostname : HSI-KBW-078-043-090-159.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/doc:howto:tce?rev=1481817080
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: [List of open ToDos/FIXMEs for this page]
User : stefanbaur
@…
[View More]@ -322,9 +322,13 @@
FIXME This page is missing a section/subpage that explains how to retrieve an xorg.conf from a different system.
Things to try: KNOPPIX Live Linux, other Distribution's Live Images (a recent Fedora or Arch, maybe?)
- Basically, in the running Linux where you have a working X Server on that particular hardware, shut down X, then run Xorg -configure, which should output ~/xorg.conf.new, which could then be saved somewhere else (LAN share, USB stick, ...).
+
Basically, in the running Linux where you have a working X Server on that particular hardware:
+ * change to a command shell
+ * try to run ''Xorg :$(($(ps -C Xorg -o args= | awk ' $2 ~ /^:[0-9]/ { print $2 }' | tr -d ':' | sort -n)+1)) -configure''
+ * if that fails, stop the currently running X server, then run ''Xorg -configure''
+ * this should output ~/xorg.conf.new, which could then be saved somewhere else (LAN share, USB stick, ...).
FIXME This page is missing a section/subpage that explains how to create images for USB/CD/local storage.
Basically, proceed as shown for netboot above, but set LBX2GO_IMAGETYPE to iso, iso-hybrid, or hdd.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]