Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: vilde on 2014/03/29, 16:27:50

Title: [solved] Login dialog hangs often after writing password on login
Post by: vilde on 2014/03/29, 16:27:50
I've had it for a while, now it happens on one other computer here. After writing password in log in screen, screen hangs, nothing can be done. I have to do CTRL-ALT-F1 log in as root and do init 3 and then init 5 to restart x, then next time it works to log in often but not always and I have to restart x again.

Both machines are xfce, 64 bit.
Title: Re: Screen hangs often after writing password on login
Post by: timc on 2014/03/29, 17:25:59
Yep. I had similar problems a few times in the past; I never could get any real insight on what was causing it or help fixing it. I tried so many things, I can't really recall what resolved it, but I'll look through my notes and see if they can jog my memory.

But, in the end, I stopped running Slim and started logging in to a console and running startx. Primitive, but it always seems to work.

Tim

Later - My notes contain a lot of mess. Some of it involved moving nm-applet startup from /etc/xdg to LXDE startup. But I later decided that that had not really worked. Then it seemed to disappear after a kernel upgrade (3.11.2 to 3.11.3). Later on, I disabled network-manager entirely and startted configuring static IP's with ceni. Take all of this with a grain of salt, because I still have no idea what the real problem was or why any of this may have fixed it. But, it hasn't happened to me for the past couple of months.
Title: Re: Screen hangs often after writing password on login
Post by: vilde on 2014/03/29, 17:35:09
I have lightdm

I think this thread is on the wrong place, this is not a 2013.2 bug, my installations is older.
Title: Re: Screen hangs often after writing password on login
Post by: ghettoblaster on 2014/03/29, 18:17:09
Same problem here, i'm still investigating what could cause this. Its not reproduceable but happens now and then.
Code: [Select]
Kernel: 3.13-7.towo-siduction-amd64 x86_64 (64 bit) Desktop: KDE 4.12.3
           Distro: siduction 13.2.0 December - kde - (201312310241)
also lightdm.
Title: Re: Screen hangs often after writing password on login
Post by: terroreek on 2014/03/29, 18:50:50
I have the same issue with lightdm.  That being said I haven't had the problem recently. 
Title: Re: Screen hangs often after writing password on login
Post by: vilde on 2014/03/29, 18:56:33
I think lightdm and/or lightdm.conf has been updated several times the last month, every time you get the question if you want to keep the old one, I always keep the old one, I have my own settings there and maybe also siduction has that?

From an amateur, can it be that lightdm.conf has to be updated to fit with the updated lightdm?
Title: Re: Screen hangs often after writing password on login
Post by: terroreek on 2014/03/29, 19:20:37
It could be I always replace my modified one with a new one and then after the update re-apply my changes.  I don't do much other than change the wallpaper and gtk theme. 

-edit-
after applying the latest round of updates it did it to me again.  I think it only happens when I incorrectly put in my password. 
Title: Re: Screen hangs often after writing password on login
Post by: GoinEasy9 on 2014/03/30, 01:52:40
As a rule I always keep the old one.  Having new config files overwriting the ones that your system has set up could cause problems. 
 
BTW - I have had that screen lockup with lightdm also.  I'm also experiencing a wait after entereing the username and hitting tab.  Something is running in the background, because if I wait before logging in, there is no pause before the cursor appears on the password field.

I believe that kdm isn't really being maintained any more, and kde intends to switch to lightdm, so, we might as well get used to it, and try to figure out what's buggy about it. 

I don't see much to go on in /etc/lightdm.  lightdm.conf seems to be all commented out.  I also noticed that I have lightdm-gtk-greeter.conf in that folder, when I'm using KDE, and there seems to be a lightdm-kde-greeter available.  I may need to play around with it a bit.
Title: Re: Screen hangs often after writing password on login
Post by: sunrat on 2014/03/30, 08:46:43
I had a similar issue and somehow siduction-settings-lightdm-december was held during d-u. Install siduction-settings-lightdm-gtk-december and see if that fixes it, it should automatically replace siduction-settings-lightdm-december. Fixed it for me.
See http://forum.siduction.org/index.php?topic=4283.msg35841#msg35841
Title: Re: Screen hangs often after writing password on login
Post by: vilde on 2014/03/30, 10:05:38
I had a similar issue and somehow siduction-settings-lightdm-december was held during d-u. Install siduction-settings-lightdm-gtk-december and see if that fixes it, it should automatically replace siduction-settings-lightdm-december. Fixed it for me.
See http://forum.siduction.org/index.php?topic=4283.msg35841#msg35841 (http://forum.siduction.org/index.php?topic=4283.msg35841#msg35841)
I installed siduction-settings-lightdm-gtk-december, it didn't remove any package. I will see what happens now, after starting this thread the problem didn't appear, it's always difficult with random faults. 

Edit: Now the problem appeared on the other computer after installation of siduction-settings-lightdm-gtk-december, so that didn't do it.
Title: Re: Screen hangs often after writing password on login
Post by: musca on 2014/04/04, 00:46:18
Hello,

the thread was moved to Upgrade-Warnings, because the error is not in the original release.

After typing the password the login dialog freezes.
Killing -9 the ligtdm-gtk-greeter lets the login continue.

Downgrading the package lightdm-gtk-greeter fixes the issue.
Here follows the procedure for amd64 systems.

Code: [Select]
# cd /var/cache/apt/archives
# wget -Nc http://snapshot.debian.org/archive/debian/20140213T041153Z/pool/main/l/lightdm-gtk-greeter/lightdm-gtk-greeter_1.8.1-1_amd64.deb
# dpkg -i /var/cache/apt/archives/lightdm-gtk-greeter_1.8.1-1_amd64.deb
# apt-mark hold lightdm-gtk-greeter

greetings
musca

Title: Re: Screen hangs often after writing password on login
Post by: vilde on 2014/04/04, 13:10:39
Hello,

the thread was moved to Upgrade-Warnings, because the error is not in the original release.

After typing the password the login dialog freezes.
Killing -9 the ligtdm-gtk-greeter lets the login continue.

Downgrading the package lightdm-gtk-greeter fixes the issue.
Here follows the procedure for amd64 systems.

Code: [Select]
# cd /var/cache/apt/archives
# wget -Nc http://snapshot.debian.org/archive/debian/20140213T041153Z/pool/main/l/lightdm-gtk-greeter/lightdm-gtk-greeter_1.8.1-1_amd64.deb
# dpkg -i /var/cache/apt/archives/lightdm-gtk-greeter_1.8.1-1_amd64.deb
# apt-mark hold lightdm-gtk-greeter

greetings
musca
Did this on the two computers I had problem with and so far it's working now, thank you musca
Title: Re: Login dialog hangs often after writing password on login
Post by: terroreek on 2014/04/04, 18:25:45
did this on my desktop that has this issue and no problems with the login-screen freezing yet.

thanks musca
 
Title: Re: Login dialog hangs often after writing password on login
Post by: musca on 2014/04/10, 19:28:45
Hello,

i didn't mention it, but there was a corresponding bug in the debian bts (https://bugs.debian.org/741236).

Also the update to version 1.8.3-1 didn't solve it for me.

greetings
musca
Title: Re: Login dialog hangs often after writing password on login
Post by: musca on 2014/04/23, 17:58:18
Hello,
lightdm-gtk-greeter  1.8.4-1  arrived in debian unstable
and I exactly did  1 (one) successful login with it, we need more testers.

greetings
musca
Title: Re: Login dialog hangs often after writing password on login
Post by: terroreek on 2014/04/23, 18:00:24
I will be able to test later this evening but I will test it out tonight.
Title: Re: Login dialog hangs often after writing password on login
Post by: vilde on 2014/04/23, 20:18:33
I have the new one and no problems yet, but before the problem was maybe on time in 20 log-ins so not sure yet.
Title: Re: Login dialog hangs often after writing password on login
Post by: terroreek on 2014/04/23, 20:48:27
On a side note, I found this via the Arch Wiki, which directed you to this thread; https://bbs.archlinux.org/viewtopic.php?id=179031, which suggests re-installing gdk-pixbuf2, which I believe in Debian is this package; libgdk-pixbuf2.0-0
Title: Re: Login dialog hangs often after writing password on login
Post by: terroreek on 2014/04/24, 04:39:07
tried the latest update and so far so good.
Title: Re: Login dialog hangs often after writing password on login
Post by: musca on 2014/04/24, 13:11:24
hello,
thanks for your feedback.

The debian changelog for lightdm-gtk-greeter 1.8.4-1 only says "new upstream version",
but the upstream releasenotes do point out, that 1.8.3-1 didn't fix the exit bug:
- Really fix exit bug (LP: #1290575 (https://bugs.launchpad.net/bugs/1290575) )

So I will mark the issue as solved (for now).

greetings
musca