Unity login return to login screen again after successful login.
Got the following error in ~/.xsession-errors
/etc/gdm/Xsession: Beginning session setup
Setting IM through im-switch for locale=en_US
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default
Window manager warning: Fatal IO error 11 (REsource temporarily unavailable) on display ':'
Tried all
I have written an article about how to customize the Ubuntu login screen. After you edit the login screen, you may want to share your work on blogs and forums. However, you simply cannot just press the print-screen button to take screenshot of the login screen in Ubuntu. To do so, you can use a workaround command to preview the login screen and take screenshot of it.
I have the same issue as others (see Login returns to login screen [closed]).
When I arrived at the login screen, I enter my password, the screen goes black for one second, displaying some text, and then it returns me to a fresh login screen.
I can go to a console alt+f1 and login into my account on the command line.
It is a fairly fresh install of ubuntu 12.04 64 bit, plenty of room left on th
This is driving me nuts. I run an opensim server on system, and currently have a watchdog script used to check that the server is running and either run it or re-start it as necessary (in the event of a server crash).The server itself is run in a gnu screen session so that I can log in to the server remotely via ssh. At the moment I run my watchdog at login, which is not ideal.
Does anyone know how the command in xterm, to open the login options screen?
I accidentally chose xterm as my default session, and my computer logs me in automatically without asking for a password, so I'm stuck in xterm right now.
I’m trying to execute the login command but it fails.
As root (via SSH) I get:
root@server:~# login
Connection to 192.168.0.50 closed.
The SSH connection is closed.
I am on Fedora 16 KDE spin. Yesterday I ran the fsck command and that broke things. I can login via the tty, so I guess it has nothing to do with the shadow file. The login screen reappears after login no matter how many times I try to get past it. The permissions are the same as before. Also I have tried renaming the .kde folder. Doesn't help. This affects all the users, even root.
I've just installed 11.10, and am using Gnome shell.
I have made a shell script(/bin/sh) that starts a perl script (that I haven't made my self) that's starts a ssh session. The ssh session uses a private/public key to login so no password is needed. The Perl script works perfect.
But when I put it in a cronjob (crontab) the ssh connection asks for password. This makes the scripts fail. Seems like ssh keys are not working while running in cron.