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=<username>
> 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, and
> still the login greeting panel hangs.  When looking at top I do not
> see anything obvious that is running.
>
> PLEASE can someone HELP?
>
> Will
>
> On Wednesday, 6 November 2013 23:08:54 UTC, Will Kostelecky wrote:
>
>     I want to setup my BBB to have a user other than root login to the
>     gdm without entering a password.   I have editted the
>     /etc/gdm/custom.conf file to replace root with the name of my user
>     but the login does not complete.   It either hangs at the login
>     window waiting for a password...or it just hangs there without
>     asking for a password.   I have logged into gdm using the new user
>     ID so I know it works.
>
>     Thanks,
>     Will
>
> -- 
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google
> Groups "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
Why are you not checking your logs for what is happening?

I do not use Angstrom so cant really be of much use other than
suggesting what upstream expects the package to "act" like.

On one of my arch installs I installed GDM and setup passwordless logins
as the DOCs for GDM suggest. Have you tried the non timed option?

AutomaticLogin=username
AutomaticLoginEnable=True

Also have you this this in pam.d/gdm?

auth sufficient pam_succeed_if.so user ingroup nopasswdlogin

then add a nopasswdlogin group and add the user to it? Not sure what
version of GDM you're on.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to