[Ltsp-discuss] Can't set up Ubuntu 16.04 LTSP with NFS

2016-10-07 Thread Мокрозуб В . А .
Hello, I'm trying to configure LTSP to use NFS on Ubuntu 16.04 (it uses NBD by default). First, I added to /etc/exports: ## /opt/ltsp/i386_xenial *(ro,no_root_squash,async,no_subtree_check) ## Then I created PXE config file

Re: [Ltsp-discuss] Ubuntu 14.04 pnp with freerdp

2016-12-02 Thread Мокрозуб В . А .
You need neither Windows Ultimate nor Hyper-V to enable RemoteFX. Windows Server 2012 natively supports RemoteFX, you need only to set 32-bit color mode on your server in Group Policy. Please read here: https://technet.microsoft.com/en-us/library/ff817594%28v=ws.10%29.aspx For FreeRDP help

Re: [Ltsp-discuss] Ubuntu 14.04 pnp with freerdp

2016-12-01 Thread Мокрозуб В . А .
Hello, Martin, are you clients thin or fat? If you need local devices I suggest fat-client setup because it's easier to configure and debug. For usb redirection use /usb option of xfreerdp: /usb:id,dev:: However there're a lot of issues with USB redirection over freerdp, there is

Re: [Ltsp-discuss] Installing lubuntu in chroot: bluman error

2017-05-15 Thread Мокрозуб В . А .
You could try installing minimum version of Ubuntu, mount devices from the host: mount --bind /proc /opt/ltsp/i386/proc mount --bind /sys /opt/ltsp/i386/sys mount --bind /dev /opt/ltsp/i386/dev mount --bind /dev/pts /opt/ltsp/i386/dev/pts chroot with: LTSP_HANDLE_DAEMONS=false

Re: [Ltsp-discuss] No home directory

2017-05-17 Thread Мокрозуб В . А .
I did clean installation of Lubuntu and it indeed doesn't let you log in. This is syslog on the client: May 17 11:20:19 ltsp79 org.a11y.Bus[1527]: ** (process:1540): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name

Re: [Ltsp-discuss] No home directory

2017-05-16 Thread Мокрозуб В . А .
Users in the LTSP-environment are authenticated on the server and their home directories are mounted from the server. You don't need to create home directories in the chroot. ltsp-update-image removes everything from /home directory by default. The list of files removed from the image is

Re: [Ltsp-discuss] Timezone in chroot client on Ubuntu 16.04

2017-05-19 Thread Мокрозуб В . А .
Run "dpkg-reconfigure tzdata" in chroot. Regards, Vladimir. From: Sean Carte [mailto:sean.ca...@gmail.com] Sent: Friday, May 19, 2017 11:34 AM To: ltsp-discuss@lists.sourceforge.net Subject: [Ltsp-discuss] Timezone in chroot client on Ubuntu 16.04 My chroot clients are all set to UCT