Re: [beagleboard] Re: Passwordless login to GDM for user other than root

2013-11-09 Thread Will Kostelecky
Don: Thanks for your help... there is obviously something going on under the covers that I just don't want to invest the time right now to try and debug. I hope that it is something simple and that someone that has it working in Angstrom world can help with. Running as root for now as that does

Re: [beagleboard] Re: Passwordless login to GDM for user other than root

2013-11-09 Thread Don deJuan
Sorry I cant be of more help but yes I agree your session is not being started properly and gvfs should be putting that directory into one for your user. Or maybe your user is not setup properly either. I know it works in Arch Linux. On 11/09/2013 12:44 AM, Will Kostelecky wrote: > Don: > > Than

Re: [beagleboard] Re: Passwordless login to GDM for user other than root

2013-11-09 Thread Will Kostelecky
Don: Thanks for your advice. First on the parameters. I did try the "auth sufficient pam_succeed_if.so user ingroup nopasswdlogin " parameter a while ago and it did not make any difference. I think whoever did the image for the BBB used the timed login to make sure some startup stuff com

Re: [beagleboard] Re: Passwordless login to GDM for user other than root

2013-11-08 Thread Don deJuan
On 11/08/2013 06:29 AM, Will Kostelecky wrote: > After a lot more research it does seem like all that should be > necessary is to have these lines... > > [daemon] > TimedLoginEnable=true > TimedLogin= > TimedLoginDelay=10 > > ...in /etc/gdm/custom.conf. I have booted my BBB from a fresh flash, >

[beagleboard] Re: Passwordless login to GDM for user other than root

2013-11-08 Thread Will Kostelecky
After a lot more research it does seem like all that should be necessary is to have these lines... [daemon] TimedLoginEnable=true TimedLogin= TimedLoginDelay=10 ...in /etc/gdm/custom.conf. I have booted my BBB from a fresh flash, added my own user, changed the above to reflect the new user, a