Am 12.07.19 um 00:40 schrieb Luciano Andino: > Hello, I am building a PXE boot server for the X2Go TCE (stretch version) > in Debian 10, for remote logging to an X session, and I did: > > # x2gothinclient_create > > and after some minutes I receive in log: > '/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 > > process stops, no interested in rdp.
As a dirty workaround, you could probably run mkdir -p /opt/x2gothinclient/etc/freerdp touch /opt/x2gothinclient/etc/freerdp/known_hosts and re-run x2gothinclient_create afterwards. Another option: Try X2Go-TCE-Live instead of X2Go-TCE-NFS. While the current "mainline" build script for X2Go-TCE-Live doesn't offer buster yet, I don't think it will be hard to adapt it for buster, if you really need a buster-based image already. -Stefan -- BAUR-ITCS UG (haftungsbeschränkt) Geschäftsführer: Stefan Baur Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364 Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243 _______________________________________________ x2go-user mailing list [email protected] https://lists.x2go.org/listinfo/x2go-user
