Re: [Ltsp-discuss] LDAP/AD user can log into shell at client but not at the splash screen. Local user, neither.

2016-08-31 Thread David Groos
Makes sense, thanks again. Sounding like time to do a fresh install. I poked around in the logs as to why this happens: sudo ltsp-update-image --cleanup / [sudo] password for xyz: ^Crmdir: failed to remove '/tmp/tmp.f6EaWaAzef': No such file or directory and nothing sticks out. David On Wed, A

Re: [Ltsp-discuss] Patching /usr/share/ldm/rc.d/X01-localapps gives unanticipated results

2016-08-31 Thread David
That's very helpful to know, thanks Alkis!  David Sent from my T-Mobile 4G LTE Device Original message From: Alkis Georgopoulos Date:08/31/2016 11:29 PM (GMT-06:00) To: ltsp-discuss@lists.sourceforge.net Subject: Re: [Ltsp-discuss] Patching /usr/share/ldm/rc.d/X01-localapp

Re: [Ltsp-discuss] LDAP/AD user can log into shell at client but not at the splash screen. Local user, neither.

2016-08-31 Thread Alkis Georgopoulos
X01-localapps is a client-side script, so if you didn't run ltsp-update-image, you didn't change anything at all. On 01/09/2016 07:19 πμ, David Groos wrote: > Hi again, > > After patching (https://bugs.launchpad.net/ltsp/+bug/1610304 > ) as described

Re: [Ltsp-discuss] Patching /usr/share/ldm/rc.d/X01-localapps gives unanticipated results

2016-08-31 Thread Alkis Georgopoulos
Hi David, Both (1) and (2) are completely unrelated to the X01-localapps patch. X01-localapps never gets executed on the server, neither on login nor when ltsp-update-image runs, so its contents cannot cause the issues you're mentioning. Look elsewhere. Cheers, Alkis On 01/09/2016 05:54 πμ, Davi

[Ltsp-discuss] LDAP/AD user can log into shell at client but not at the splash screen. Local user, neither.

2016-08-31 Thread David Groos
Hi again, After patching (https://bugs.launchpad.net/ltsp/+bug/1610304) as described in my just-posted forum e-mail, I got some interesting results with the logins. 1. I applied patch and rebooted the server (though didn't try to update ltsp image) 2. Booted a fat client, then tried to l

[Ltsp-discuss] Patching /usr/share/ldm/rc.d/X01-localapps gives unanticipated results

2016-08-31 Thread David Groos
Hi Folks, -- I'm using ltsp-pnp Ubuntu 16.01. -- Just joined the server to the district AD server Using Open PowerBroker (formerly Likewise Open--been doing this since 2010) -- can no longer log into clients with local clients either. To begin to address this problem I patched /usr/share/ldm/rc.

Re: [Ltsp-discuss] LTSP FatClient - make home directory not persistent

2016-08-31 Thread Chris D
Hello all, just for record, here is how I was able to solve this issue: in script /usr/share/ldm/rc.d/X01-localapps I replaced this line: sshfs -o "${follow_home_symlinks}${disable_hardlink}allow_other,nonempty,ControlPath=$LDM_SOCKET" "$LDM_SERVER:$LDM_HOME" "$LDM_HOME" whit this piec