A page in your DokuWiki was added or changed. Here are the details:

Date        : 2017/01/02 16:17
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=1483373514
New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce
Edit Summary: User : stefanbaur

@@ -300,8 +300,148 @@
     * create a symlink with the name ''01-AA-BB-CC-DD-EE-FF'' (note the extra 
"01-" at the beginning) pointing to x2go-tce-whatever-name-you-chose.
     * After that, your ThinClient should boot the X2Go-TCE image.
     * Note that it is possible to use partial matching, so a symlink starting with 
"01-AA-BB-CC" would match all ThinClients with a MAC address starting with 
"AA-BB-CC" and so on.
     * For further matching options (IP-based, for example), please consult the 
pxeboot documentation. In short, it
should be possible (i.e. untested by us), but it a) requires you to assign static 
DHCP IPs and b) you need to translate the IP to its hexadecimal value and use that 
value as the symlink name, so e.g. 192.168.0.1 becomes C0A80001 -> x2go-tce.
+ + ===== Booting from local storage media ===== + This section explains how to create images for local storage media. + + Basically, proceed as shown for netboot above, but set LBX2GO_IMAGETYPE to ''iso-hybrid'' (recommended) or ''iso''. + Do **not** select hdd or tar - even though we are creating a local storage media installation. + + - On your local media, create the following folders: ''/boot/X2Go-live1'', ''/boot/X2Go-live2'', ''/boot/X2Go-live-download''.
+   - If you have serious space constraints, you can limit yourself to 
''/boot/X2Go-live1'', but you will be unable to use the autoupdater then.
+   - Copy ''./x2go-tce-vmlinuz'', ''./x2go-tce-initrd.img'', and 
''./x2go-tce-squashfs-only.iso'' to ''/boot/X2Go-live1'' (and to
''/boot/X2Go-live2'', if present).
+   - Install a boot loader:
+ * Create a folder ''/boot/grub'' and install grub-legacy into it (assuming an ext* file system) OR + * install GRLDR and GRLDR.mbr from GRUB4DOS into C:\ (assuming an NTFS file system) AND make the appropriate changes to activate it (edit boot.ini on XP systems, use bcdedit.exe on Vista and newer) OR
+     * install syslinux (should work with FAT* as well as ext*)
+   - create the boot loader configuration file(s):
+     * for GRUB-Legacy and GRLDR/GRUB4DOS, use this file as template:
+ <file - menu.lst>
+ # sample grub-legacy menu.lst for booting X2Go-TCE from local media
+ # Depending on your setup, this goes either into C:\menu.lst or 
C:\boot\grub\menu.lst (/boot/grub/menu.lst).
+ # C:\menu.lst is recommended for NTFS, /boot/grub/menu.lst for ext*. + # Make sure you do not have menu.lst files at both locations. + + default 0 + + timeout 5
+ color cyan/blue white/blue
+ # This says "password" in
md5
+ password --md5 $1$v4.0xYdG$32uzkKsup9c1RsHZlzfQs1
+ + title X2Go-live1
+ find            /boot/X2Go-live1/x2go-tce-vmlinuz
+ root
+ kernel          /boot/X2Go-live1/x2go-tce-vmlinuz boot=live components noswap 
aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 kernel.sysrq=1 keep_bootcon 
sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck 
rd.live.overlay.check rd.live.overlay.reset rd.live.ram log_buf_len=1M 
quickreboot consoleblank=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled 
rootwait=120 silent quiet splash lang=de vconsole.keymap=de keyboard-layouts=de 
locales=de_DE.UTF-8 hostname=localhost noroot nouser quiet splash 
findiso=/boot/X2Go-live1/x2go-tce-squashfs-only.iso FURTHER-OPTIONS-GO-HERE
+ initrd          /boot/X2Go-live1/x2go-tce-initrd.img
+ + title X2Go-live2
+ find            /boot/X2Go-live2/x2go-tce-vmlinuz
+ root
+ kernel          /boot/X2Go-live2/x2go-tce-vmlinuz boot=live components noswap 
aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0
kernel.sysrq=1 keep_bootcon sysrq_always_enabled rd.driver.pre=loop 
rd.noverifyssl rd.skipfsck rd.live.overlay.check rd.live.overlay.reset 
rd.live.ram log_buf_len=1M quickreboot consoleblank=0 kernel.sysrq=1 
keep_bootcon sysrq_always_enabled rootwait=120 silent quiet splash lang=de 
vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 hostname=localhost 
noroot nouser quiet splash findiso=/boot/X2Go-live2/x2go-tce-squashfs-only.iso 
FURTHER-OPTIONS-GO-HERE
+ initrd          /boot/X2Go-live2/x2go-tce-initrd.img
+ + </file>
+     * or, for syslinux, use these three files as templates:
+ <file - syslinux.cfg>
+ menu title X2Go-TCE
+ # This says "password" in md5
+ menu master passwd $1$v4.0xYdG$32uzkKsup9c1RsHZlzfQs1
+ UI menu.c32
+ default live2-486
+ prompt 0
+ timeout 50
+ include X2Go-live1.cfg
+ include X2Go-live2.cfg
+ </file>
+ + <file - X2Go-live1.cfg>
+ label X2Go-live1
+         menu label X2Go-Live^1
+         menu default
+         linux
/boot/X2Go-live1/x2go-tce-vmlinuz
+         initrd /boot/X2Go-live1/x2go-tce-initrd.img
+         append boot=live components noswap aufs rd.luks=0 rd.lvm=0 rd.md=0 
rd.dm=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled rd.driver.pre=loop 
rd.noverifyssl rd.skipfsck rd.live.overlay.check rd.live.overlay.reset 
rd.live.ram log_buf_len=1M quickreboot consoleblank=0 kernel.sysrq=1 
keep_bootcon sysrq_always_enabled rootwait=120 silent quiet splash lang=de 
vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 hostname=localhost 
noroot nouser quiet splash findiso=/boot/X2Go-live1/x2go-tce-squashfs-only.iso 
FURTHER-OPTIONS-GO-HERE
+ </file>
+ <file - X2Go-live2.cfg>
+ label X2Go-live2
+         menu label X2Go-Live^2
+         menu default
+         linux /boot/X2Go-live2/x2go-tce-vmlinuz
+         initrd /boot/X2Go-live2/x2go-tce-initrd.img
+         append boot=live components noswap aufs rd.luks=0 rd.lvm=0 rd.md=0 
rd.dm=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled
rd.driver.pre=loop rd.noverifyssl rd.skipfsck rd.live.overlay.check 
rd.live.overlay.reset rd.live.ram log_buf_len=1M quickreboot consoleblank=0 
kernel.sysrq=1 keep_bootcon sysrq_always_enabled rootwait=120 silent quiet 
splash lang=de vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 
hostname=localhost noroot nouser quiet splash 
findiso=/boot/X2Go-live2/x2go-tce-squashfs-only.iso FURTHER-OPTIONS-GO-HERE
+ </file>
+ + FIXME This page is missing a section/subpage that explains how to install GRLDR/GRLDR.mbr from GRUB4DOS on Windows, so you don't have to overwrite the Windows MBR. + + This is done by chainloading GRUB4DOS from the native Microsoft Windows Bootloader
+   * These steps all require Administrator privileges
+   * For Windows XP, you need to edit ''C:\boot.ini''
+ - ''attrib -r -h -s C:\boot.ini'' + - Edit ''C:\boot.ini'' and add an entry ''C:\grldr="Start ThinClient"'' somewhere below the section ''[operating systems]''
+     - To make booting in
ThinClient mode the default, in section ''[boot loader]'', change the line 
starting with ''default'' to ''default=C:\grldr''
+ - ''attrib +r +h +s C:\boot.ini'' + * For Windows Vista and newer, run this script:
+ <file - insertgrub.cmd>
+ @echo off
+ setlocal
+ set BCDEDIT=%SYSTEM%\bcdedit.exe
+ if not exist %BCDEDIT% exit 1
+ for /f "tokens=3" %%A in ('%BCDEDIT% /create /d "PXE boot" /application 
bootsector') do set guid=%%A
+ %BCDEDIT% /set %guid% device partition=%SystemDrive%
+ %BCDEDIT% /set %guid% path \grldr.mbr
+ + REM you can use /addfirst instead, if you want
+ %BCDEDIT% /displayorder %guid% /addlast
+ + REM this sets a 5 second timeout until the default entry is booted
+ REM feel free to adjust to your needs, but NEVER set it to 0 or 1
+ REM in combination with using /default below unless you don't ever
+ REM intend to boot back into Windows again.
+ %BCDEDIT% /timeout 5
+ + REM "bootsequence" means only the single, next reboot will default to this
+ %BCDEDIT%
/bootsequence %guid% /addfirst
+ + REM alternatively, you can uncomment this and make the ThinClient + REM boot option the default boot option
+ REM %BCDEDIT% /default %guid%
+ + endlocal + + </file> + + FIXME This page is missing a section/subpage that explains how the autoupdate process works with NTFS-formatted local storage (requires using ''findiso=/path/to/iso/name.iso'' and, for the actual autoupdating, ''toram'', ''updateurl'', and ''ntfs-uuid'')
+ <file - menu.lst>
+ # sample grub-legacy menu.lst for booting X2Go-TCE from NTFS-formatted local 
media
+ # Depending on your setup, this goes either into C:\menu.lst or 
C:\boot\grub\menu.lst.
+ # C:\menu.lst is recommended. + # Make sure you do not have menu.lst files at both locations. + + default 0 + + timeout 5
+ color cyan/blue white/blue
+ # This says "password" in md5
+ password --md5 $1$v4.0xYdG$32uzkKsup9c1RsHZlzfQs1
+ + title X2Go-live1
+ find            /boot/X2Go-live1/x2go-tce-vmlinuz
+ root
+
kernel          /boot/X2Go-live1/x2go-tce-vmlinuz boot=live components noswap 
aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 kernel.sysrq=1 keep_bootcon 
sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck 
rd.live.overlay.check rd.live.overlay.reset rd.live.ram log_buf_len=1M 
quickreboot consoleblank=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled 
rootwait=120 silent quiet splash lang=de vconsole.keymap=de keyboard-layouts=de 
locales=de_DE.UTF-8 hostname=localhost noroot nouser quiet splash 
findiso=/boot/X2Go-live1/x2go-tce-squashfs-only.iso toram 
ntfs-uuid=xxxxxxxxxxxxx FURTHER-OPTIONS-GO-HERE
+ initrd          /boot/X2Go-live1/x2go-tce-initrd.img
+ + title X2Go-live2
+ find            /boot/X2Go-live2/x2go-tce-vmlinuz
+ root
+ kernel          /boot/X2Go-live2/x2go-tce-vmlinuz boot=live components noswap 
aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 kernel.sysrq=1 keep_bootcon 
sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck 
rd.live.overlay.check
rd.live.overlay.reset rd.live.ram log_buf_len=1M quickreboot consoleblank=0 
kernel.sysrq=1 keep_bootcon sysrq_always_enabled rootwait=120 silent quiet 
splash lang=de vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 
hostname=localhost noroot nouser quiet splash 
findiso=/boot/X2Go-live2/x2go-tce-squashfs-only.iso toram 
ntfs-uuid=xxxxxxxxxxxxx FURTHER-OPTIONS-GO-HERE
+ initrd          /boot/X2Go-live2/x2go-tce-initrd.img
+ + </file> + + ===== Troubleshooting a booted X2Go-TCE image ===== ==== You can see the X2Go login screen, but the screen size (resolution) is wrong ====
@@ -466,144 +606,8 @@
   * So, one has to change the partition number of the dd'ed image to 2, then 
create a new partition in the remaining space and assign it the number 1 and a 
partition type of FAT (NTFS *might* work, but is untested.)
   * After that, partition "number 1" - actually the second partition on the 
USB media - can be formatted.
   * Once formatted, one can install X2GoClient
for Windows on it, and add a short batch script or similar to run it in 
portable mode (''x2goclient.exe --portable --session-conf=sessions'').
   * Stefan has written a script to automate this as good as possible, but it 
is still too fragile to release (fixed paths, many assumptions, no error 
checking = potential for serious breakage including data loss).
- - FIXME This page is missing a section/subpage that explains how to create images for local storage. - - Basically, proceed as shown for netboot above, but set LBX2GO_IMAGETYPE to iso or iso-hybrid (recommended). Do not select hdd or tar - even though it is supposed to becoma a local storage installation. - - - On your local media, create the following folders: ''/boot/X2Go-live1'', ''/boot/X2Go-live2'', ''/boot/X2Go-live-download''.
-   - If you have serious space constraints, you can limit yourself to 
''/boot/X2Go-live1'', but you will be unable to use the autoupdater then.
-   - Copy ''./x2go-tce-vmlinuz'',
''./x2go-tce-initrd.img'', and ''./x2go-tce-squashfs-only.iso'' to 
''/boot/X2Go-live1'' (and to ''/boot/X2Go-live2'', if present).
-   - Install a boot loader:
- * Create a folder ''/boot/grub'' and install grub-legacy into it (assuming an ext* file system) OR - * install GRLDR and GRLDR.mbr from GRUB4DOS into C:\ (assuming an NTFS file system) AND make the appropriate changes to activate it (edit boot.ini on XP systems, use bcdedit.exe on Vista and newer) OR
-     * install syslinux (should work with FAT* as well as ext*)
-   - create the boot loader configuration file(s):
-     * for GRUB-Legacy and GRLDR/GRUB4DOS, use this file as template:
- <file - menu.lst>
- # sample grub-legacy menu.lst for booting X2Go-TCE from local media
- # Depending on your setup, this goes either into C:\menu.lst or 
C:\boot\grub\menu.lst (/boot/grub/menu.lst).
- # C:\menu.lst is recommended for NTFS, /boot/grub/menu.lst for ext*. - # Make sure you do not have menu.lst files at both
locations.
- - default 0 - - timeout 5
- color cyan/blue white/blue
- # This says "password" in md5
- password --md5 $1$v4.0xYdG$32uzkKsup9c1RsHZlzfQs1
- - title X2Go-live1
- find            /boot/X2Go-live1/x2go-tce-vmlinuz
- root
- kernel          /boot/X2Go-live1/x2go-tce-vmlinuz boot=live components noswap 
aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 kernel.sysrq=1 keep_bootcon 
sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck 
rd.live.overlay.check rd.live.overlay.reset rd.live.ram log_buf_len=1M 
quickreboot consoleblank=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled 
rootwait=120 silent quiet splash lang=de vconsole.keymap=de keyboard-layouts=de 
locales=de_DE.UTF-8 hostname=localhost noroot nouser quiet splash 
findiso=/boot/X2Go-live1/x2go-tce-squashfs-only.iso FURTHER-OPTIONS-GO-HERE
- initrd          /boot/X2Go-live1/x2go-tce-initrd.img
- - title X2Go-live2
- find            /boot/X2Go-live2/x2go-tce-vmlinuz
- root
- kernel /boot/X2Go-live2/x2go-tce-vmlinuz boot=live components noswap aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck rd.live.overlay.check rd.live.overlay.reset rd.live.ram log_buf_len=1M quickreboot consoleblank=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled rootwait=120 silent quiet splash lang=de vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 hostname=localhost noroot nouser quiet splash findiso=/boot/X2Go-live2/x2go-tce-squashfs-only.iso FURTHER-OPTIONS-GO-HERE
- initrd          /boot/X2Go-live2/x2go-tce-initrd.img
- - </file>
-     * or, for syslinux, use these three files as templates:
- <file - syslinux.cfg>
- menu title X2Go-TCE
- # This says "password" in md5
- menu master passwd $1$v4.0xYdG$32uzkKsup9c1RsHZlzfQs1
- UI menu.c32
- default live2-486
- prompt 0
- timeout 50
- include X2Go-live1.cfg
- include X2Go-live2.cfg
- </file>
- - <file - X2Go-live1.cfg>
- label
X2Go-live1
-         menu label X2Go-Live^1
-         menu default
-         linux /boot/X2Go-live1/x2go-tce-vmlinuz
-         initrd /boot/X2Go-live1/x2go-tce-initrd.img
-         append boot=live components noswap aufs rd.luks=0 rd.lvm=0 rd.md=0 
rd.dm=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled rd.driver.pre=loop 
rd.noverifyssl rd.skipfsck rd.live.overlay.check rd.live.overlay.reset 
rd.live.ram log_buf_len=1M quickreboot consoleblank=0 kernel.sysrq=1 
keep_bootcon sysrq_always_enabled rootwait=120 silent quiet splash lang=de 
vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 hostname=localhost 
noroot nouser quiet splash findiso=/boot/X2Go-live1/x2go-tce-squashfs-only.iso 
FURTHER-OPTIONS-GO-HERE
- </file>
- <file - X2Go-live2.cfg>
- label X2Go-live2
-         menu label X2Go-Live^2
-         menu default
-         linux /boot/X2Go-live2/x2go-tce-vmlinuz
-         initrd /boot/X2Go-live2/x2go-tce-initrd.img
-         append boot=live components noswap aufs rd.luks=0
rd.lvm=0 rd.md=0 rd.dm=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled 
rd.driver.pre=loop rd.noverifyssl rd.skipfsck rd.live.overlay.check 
rd.live.overlay.reset rd.live.ram log_buf_len=1M quickreboot consoleblank=0 
kernel.sysrq=1 keep_bootcon sysrq_always_enabled rootwait=120 silent quiet 
splash lang=de vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 
hostname=localhost noroot nouser quiet splash 
findiso=/boot/X2Go-live2/x2go-tce-squashfs-only.iso FURTHER-OPTIONS-GO-HERE
- </file>
- - FIXME This page is missing a section/subpage that explains how to install GRLDR/GRLDR.mbr from GRUB4DOS on Windows, so you don't have to overwrite the Windows MBR. - - This is done by chainloading GRUB4DOS from the native Microsoft Windows Bootloader
-   * These steps all require Administrator privileges
-   * For Windows XP, you need to edit ''C:\boot.ini''
- - ''attrib -r -h -s C:\boot.ini'' - - Edit ''C:\boot.ini'' and add an entry ''C:\grldr="Start ThinClient"'' somewhere
below the section ''[operating systems]''
-     - To make booting in ThinClient mode the default, in section ''[boot 
loader]'', change the line starting with ''default'' to ''default=C:\grldr''
- - ''attrib +r +h +s C:\boot.ini'' - * For Windows Vista and newer, run this script:
- <file - insertgrub.cmd>
- @echo off
- setlocal
- set BCDEDIT=%SYSTEM%\bcdedit.exe
- if not exist %BCDEDIT% exit 1
- for /f "tokens=3" %%A in ('%BCDEDIT% /create /d "PXE boot" /application 
bootsector') do set guid=%%A
- %BCDEDIT% /set %guid% device partition=%SystemDrive%
- %BCDEDIT% /set %guid% path \grldr.mbr
- - REM you can use /addfirst instead, if you want
- %BCDEDIT% /displayorder %guid% /addlast
- - REM this sets a 5 second timeout until the default entry is booted
- REM feel free to adjust to your needs, but NEVER set it to 0 or 1
- REM in combination with using /default below unless you don't ever
- REM intend to boot back into Windows again.
- %BCDEDIT% /timeout 5
- - REM "bootsequence"
means only the single, next reboot will default to this
- %BCDEDIT% /bootsequence %guid% /addfirst
- - REM alternatively, you can uncomment this and make the ThinClient - REM boot option the default boot option
- REM %BCDEDIT% /default %guid%
- - endlocal - - </file> - - FIXME This page is missing a section/subpage that explains how the autoupdate process works with NTFS-formatted local storage (requires using ''findiso=/path/to/iso/name.iso'' and, for the actual autoupdating, ''toram'', ''updateurl'', and ''ntfs-uuid'')
- <file - menu.lst>
- # sample grub-legacy menu.lst for booting X2Go-TCE from NTFS-formatted local 
media
- # Depending on your setup, this goes either into C:\menu.lst or 
C:\boot\grub\menu.lst.
- # C:\menu.lst is recommended. - # Make sure you do not have menu.lst files at both locations. - - default 0 - - timeout 5
- color cyan/blue white/blue
- # This says "password" in md5
- password --md5 $1$v4.0xYdG$32uzkKsup9c1RsHZlzfQs1
- - title X2Go-live1
- find            /boot/X2Go-live1/x2go-tce-vmlinuz
- root
- kernel          /boot/X2Go-live1/x2go-tce-vmlinuz boot=live components noswap 
aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 kernel.sysrq=1 keep_bootcon 
sysrq_always_enabled rd.driver.pre=loop rd.noverifyssl rd.skipfsck 
rd.live.overlay.check rd.live.overlay.reset rd.live.ram log_buf_len=1M 
quickreboot consoleblank=0 kernel.sysrq=1 keep_bootcon sysrq_always_enabled 
rootwait=120 silent quiet splash lang=de vconsole.keymap=de keyboard-layouts=de 
locales=de_DE.UTF-8 hostname=localhost noroot nouser quiet splash 
findiso=/boot/X2Go-live1/x2go-tce-squashfs-only.iso toram 
ntfs-uuid=xxxxxxxxxxxxx FURTHER-OPTIONS-GO-HERE
- initrd          /boot/X2Go-live1/x2go-tce-initrd.img
- - title X2Go-live2
- find            /boot/X2Go-live2/x2go-tce-vmlinuz
- root
- kernel          /boot/X2Go-live2/x2go-tce-vmlinuz boot=live components noswap 
aufs rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 kernel.sysrq=1 keep_bootcon 
sysrq_always_enabled
rd.driver.pre=loop rd.noverifyssl rd.skipfsck rd.live.overlay.check 
rd.live.overlay.reset rd.live.ram log_buf_len=1M quickreboot consoleblank=0 
kernel.sysrq=1 keep_bootcon sysrq_always_enabled rootwait=120 silent quiet 
splash lang=de vconsole.keymap=de keyboard-layouts=de locales=de_DE.UTF-8 
hostname=localhost noroot nouser quiet splash 
findiso=/boot/X2Go-live2/x2go-tce-squashfs-only.iso toram 
ntfs-uuid=xxxxxxxxxxxxx FURTHER-OPTIONS-GO-HERE
- initrd          /boot/X2Go-live2/x2go-tce-initrd.img
- - </file> FIXME Document that using ''updateurl'' along with an ''rsync:<nowiki>//</nowiki>FQDN/x2go-tce'' URL is the most efficient way to deploy updates. Note that the syntax is ''rsync:<nowiki>//</nowiki>FQDN/x2go-tce'', NOT ''rsync:<nowiki>//</nowiki>FQDN::x2go-tce''.
   * On a stock Debian system with rsync installed, this needs 
''RSYNC_ENABLE=true'' in ''/etc/default/rsync'' as well as an additional 
configuration file:

--
This mail was generated by DokuWiki
at
http://wiki.x2go.org/

_______________________________________________
x2go-commits mailing list
[email protected]
http://lists.x2go.org/listinfo/x2go-commits

Reply via email to