Hello everybody!
I don't know if this is the right place or the right way for asking for help, thank you for pointing me in the good direction if not.
Meanwhile,
I'm trying to set an x2go TCE by carefully following this how-to: https://wiki.x2go.org/doku.php/wiki:advanced:tce:install <https://wiki.x2go.org/doku.php/wiki:advanced:tce:install>
I never get to this point :'During installation you will be asked to configure your thin client's default language and default keyboard settings. Please do so. Hint: make sure you use UTF-8 encoding in your language selection (e.g. en_US.UTF-8, de_DE.UTF-8, etc.).'
This is where x2gothinclient_create seems to fail:
Calling hook klibc-utils /usr/share/initramfs-tools/scripts/init-bottom/ORDER ignored: not executable /usr/share/initramfs-tools/scripts/init-top/ORDER ignored: not executable /usr/share/initramfs-tools/scripts/local-premount/ORDER ignored: not executable Building cpio /boot/initrd.img-4.19.0-11-amd64.new initramfs find: '/opt/x2gothinclient/chroot/var/lib/x2gothinclient': No such file or directory find: '/opt/x2gothinclient/chroot/var/lib/x2gothinclient': No such file or directory find: '/opt/x2gothinclient/chroot/var/lib/alsa': No such file or directory find: '/opt/x2gothinclient/chroot/var/lib/alsa': No such file or directory
The X2Go Thin Client Environment is using the following settings:
TC_PRETTY_NAME=X2Go-rod TC_VERSION=1.5.0.1 TC_FLAVOUR=displaymanager TC_BASE=/opt/x2gothinclient TC_CONFIG=/opt/x2gothinclient/etc TC_CHROOT=/opt/x2gothinclient/chroot TC_SHELL=bash TC_DISTRO_CODENAME=buster TC_ARCH=amd64 TC_DEBMIRROR_URL=http://ftp.debian.org/debian TC_X2GO_DEBURL=deb http://packages.x2go.org/debian buster extras main TC_HTTP_PROXY= TC_HTTPS_PROXY= TC_FTP_PROXY= TC_MODULE_BLACKLIST=pcspkr TC_TFTP_BOOT=/srv/tftp
Edit /etc/x2go/x2gothinclient_settings to change this.
'/opt/x2gothinclient/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home' -> '/opt/x2gothinclient/chroot/etc/x2go/x2gothinclient_init.d/005_x2gothinclient-wipe-home' '/opt/x2gothinclient/etc/x2gothinclient_init.d/010_x2gothinclient-fresh-home' -> '/opt/x2gothinclient/chroot/etc/x2go/x2gothinclient_init.d/010_x2gothinclient-fresh-home' '/opt/x2gothinclient/etc/x2gothinclient_init.d/950_x2gothinclient-minidesktop' -> '/opt/x2gothinclient/chroot/etc/x2go/x2gothinclient_init.d/950_x2gothinclient-minidesktop' '/opt/x2gothinclient/etc/x2gothinclient-displaymanager_start' -> '/opt/x2gothinclient/chroot/etc/x2go/x2gothinclient-displaymanager_start' '/opt/x2gothinclient/etc/x2gothinclient_sessions' -> '/opt/x2gothinclient/chroot/etc/x2go/x2gothinclient_sessions' '/opt/x2gothinclient/etc/x2gothinclient-displaymanager_background.svg' -> '/opt/x2gothinclient/chroot/etc/x2go/x2gothinclient-displaymanager_background.svg' cp: cannot stat '/opt/x2gothinclient/etc/freerdp/known_hosts*': No such file or directory
The host is a Debian 10 buster, a virtual machine on qemu/kvm. Any idea?
Thanks in advance, Rod