Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to log into the Live User #8

Open
kumarasinghe opened this issue Aug 15, 2015 · 0 comments
Open

Unable to log into the Live User #8

kumarasinghe opened this issue Aug 15, 2015 · 0 comments

Comments

@kumarasinghe
Copy link

It seems the final system has no valid user accounts at all. I get the login screen, but can't login with an any user account. Then I switched to a virtual terminal and tried to login as "user", "casper", "ubuntu" and even "root"... but failed.
Then I set a root password and changed distroshare-ubuntu-imager.sh as following:

Testing for GDM and applying specific changes for it

if [ "${DM}" == "GDM" ]; then
mkdir -p /etc/gdm
echo "[daemon]
AutomaticLoginEnable=true
AutomaticLogin=root

TimedLoginEnable = false

" > /etc/gdm/custom.conf
fi

Now the live system logs in fine.

I'm on Ubuntu Gnome 15.04

User accountt seetings as seen in the live system now:

screenshot from 2015-08-15 22 59 01

What's going on? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant