A page in your DokuWiki was added or changed. Here are the details: Date : 2017/01/02 02:33 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=1483323952 New Revision: http://wiki.x2go.org/doku.php/doc:howto:tce Edit Summary: [List of open ToDos/FIXMEs for this page] User : stefanbaur @@ -534,8 +534,29 @@ 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:// url is the most efficient way to deploy updates. + * On a stock Debian system with rsync installed, this needs ''RSYNC_ENABLE=true'' in ''/etc/default/rsync'' as well as an additional configuration file: + + <file - /etc/rsyncd.conf> + lock file = /var/run/rsync.lock + log file = /var/log/rsyncd.log + pid file = /var/run/rsyncd.pid + + [x2go-tce] + path = /var/www/x2go-tce + # change this to the path where you intend to keep the images + comment = X2Go TCE files + uid = root + gid = root + read only = yes + list = yes + hosts allow = 192.168.0.0/255.255.0.0 + # change this to your local subnet(s) + </file> + * after you have prepared all this, execute ''service rsync start'' 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-tcebuilder.deb Debian package -- This mail was generated by DokuWiki at http://wiki.x2go.org/