[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2013-10-09 Thread Phillip Susi
** No longer affects: util-linux (Ubuntu Karmic) ** No longer affects: util-linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/396226 Title: GDM logs out after some minutes

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2011-11-27 Thread Bruno França dos Reis
I see the exact same symptoms in Oneiric x64: - it happens once every boot, after a few minutes; - it happens systematically right when I press the Enter key (not the first time, don't know if it is always at the N-th time); - tty1 gets lots of crap (not always the same characters, but always

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2011-11-27 Thread Bruno França dos Reis
** Branch linked: lp:ubuntu/oneiric/gdm -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in Ubuntu. https://bugs.launchpad.net/bugs/396226 Title: GDM logs out after some minutes of typing on the keyboard To manage notifications

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2010-09-11 Thread Maxim Levitsky
Boy, how ugly things could get. I was wrong about X not crashing. It indeed crashes once. I have here a custom built from latest git trees x server, and it is of course ubuntu hack free... So it turns out that plymouth (or whatever the name is) makes X crash, and ubuntu xserver carries a patch (

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2010-09-11 Thread Maxim Levitsky
Actually this workaround doesn't work on my desktop for some strange reason. X starts on vt1, of course hangs due to fight with plymouth, The /var/run/gdm/firstserver.stamp exists, and I tested that x doesn't crash first time or so. Removing it makes X start on vt7, on next boot everything is bac

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2010-02-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gdm -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu. -- desktop-bugs mailing list desktop-bugs

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2010-02-17 Thread Ramon Rocha
Martin, you are right, it's not a time issue and I was also able to consistently reproduce it when hitting the number '2' key (or @ key as described in your bug) on my keyboard. -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this b

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2010-02-16 Thread Martin Karlsson
Ramon: Are you sure that it's the same bug? I'm in the same position as you, I'm testing the proprietary drivers, but for me it's not a timed issue neither is it with completely random characters. I always get logged out when I'm entering my password for the wireless network, specifically when t

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2010-02-15 Thread Ramon Rocha
I was doing some testing of lucid today for the nvidia prop. drivers and am getting behavior that sounds the same as this bug. How can I verify it's the same issue? -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notificat

Re: [Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-10 Thread Vincenzo Ciancia
Then I would suggest (out of the scope of this bug) to reserve a key combination (perhaps there already is one?) that takes you "back to the last X tty"; this would eliminate the need for guessing the tty. -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/b

Re: [Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-10 Thread Scott James Remnant
On Thu, 2009-07-09 at 13:25 +, Martin Pitt wrote: > It would be much better if the getty invocation would be done to "take > the next free tty" instead of a fixed one. Then we wouldn't need any > hardcoding at all any more. > One advantage for this is that we could actually use the kernel "Ke

Re: [Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-10 Thread Scott James Remnant
On Thu, 2009-07-09 at 14:04 +, Vincenzo Ciancia wrote: > Il 09/07/2009 15:25, Martin Pitt ha scritto: > > It would be much better if the getty invocation would be done to "take > > the next free tty" instead of a fixed one. Then we wouldn't need any > > hardcoding at all any more. > > > > Her

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-09 Thread jerrylamos
On one of my pc's I get a random login, on this IBM ThinkCentre with Intel i845 I get a "black screen of death" where nothing works except power off. sudo edit /etc/default/grub remove: splash sudo update-grub then reboot fixed it I think because it's been running for hours. See my bug 396843

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-09 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm - 2.26.1-0ubuntu5 --- gdm (2.26.1-0ubuntu5) karmic; urgency=low * debian/gdm.preinst: Remove obsolete conffiles. * debian/gdm.preinst: Migrate autologin settings from gdm.conf (which isn't read any more) to custom.conf. (LP: #396459) * A

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-09 Thread dashua
I know the GDM is buggy on Karmic, but I just had a random crash. Not sure if this will help de-bug. ** Attachment added: "Xorg.0.log" http://launchpadlibrarian.net/28848334/Xorg.0.log -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You rec

Re: [Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-09 Thread Vincenzo Ciancia
Il 09/07/2009 15:25, Martin Pitt ha scritto: > It would be much better if the getty invocation would be done to "take > the next free tty" instead of a fixed one. Then we wouldn't need any > hardcoding at all any more. > Here there is something I don't understand: either an (advanced) user is sup

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-09 Thread Martin Pitt
I'm going to upload a really nasty workaround, but eventually it would be much better if we used the same dynamic schema for tty allocation everywhere. Right now, getty is hardcoded at tty1 to 6, while X dynamically determines the next free terminal. As this bug shows, this represents a race condi

Re: [Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Vincenzo Ciancia
Michael Bienia ha scritto: > For completeness: log out once after booting is also a workaround as > after that gdm ends on tty7 and doesn't fight with getty about tty1 > anymore. > > This explained why one gets exactly one crash per reboot. -- GDM logs out after some minutes of typing on the k

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Michael Bienia
For completeness: log out once after booting is also a workaround as after that gdm ends on tty7 and doesn't fight with getty about tty1 anymore. -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notification because you are

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread ozhoo
same problem. working around with 'sudo stop tty1' after gnome logs in -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu. --

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Dinxter
i've set a thread here, http://ubuntuforums.org/showthread.php?t=1206717 for problems with this bug as it is triaged -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notification because you are a member of Ubuntu Desktop Bu

Re: [Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Vincenzo Ciancia
Dinxter ha scritto: > either, > - "sudo stop tty1" after logging into your gnome session > or, > - boot kernel without the splash option to stop it using usplash > > both methods work on this computer > > I know support requests do not belong to bug reports but for the sake of keeping relevant

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Dinxter
either, - "sudo stop tty1" after logging into your gnome session or, - boot kernel without the splash option to stop it using usplash both methods work on this computer -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notif

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread GiuseppeVerde
Umm, can we get this fixed soon? I don't see a workaround aside from getting a fixed version of gdm, or did I miss something? This problem is *extremely* annoying. -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notificat

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
Sorry, in comment 17 I was lying. Of course gdm's init script stops usplash, but that's not actually the problem here. The problem is that gdm's init script sleeps for 5 seconds _if_ usplash was running, to avoid having console output until X starts. These 5 seconds are enough to put the starting

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Christopher
In my case it seems to happen when pressing 'Enter', but infrequently. I recall entering a task in Thunderbird and pressing Enter to edit, composing an email message and pressing Enter for a new paragraph and login into my bank, pressing Enter after my password. The typing it self doesn't seem to b

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
gdm's init script doesn't shutdown splash, it still assumes that gdm is on a different terminal than vt1 and switches vt (which brings down usplash). I discussed that with Scott, right now we don't yet have the right infrastructure to let gdm run on vt1. I'll move it back to 7 by default. ** Chan

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Dinxter
i'm confused, init.d/gdm checks for splash and brings it down, but we still end up on tty1. but if usplash isnt started on boot, all the problems go away and we end up on tty7 -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Dinxter
or have gdm bring usplash down if its still sitting on tty7 when it starts so it can take over tty7 -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subs

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Michael Bienia
>From my syslog: 2009-07-07T09:38:55.720392+02:00 vorlon init: tty1 main process ended, respawning 2009-07-07T09:54:00.028547+02:00 vorlon init: tty1 main process ended, respawning 2009-07-07T10:04:08.124680+02:00 vorlon init: tty1 main process ended, respawning 2009-07-07T10:28:21.982215+02:00

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Dinxter
"sudo stop tty1" certainly cures the problem here. is the problem that usplash has control of tty7 when gdm tries to start and so forces it onto tty1 instead? -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notification b

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
So either we drop /etc/event.d/tty1 completely, or gdm disables it somehow when it is installed. ** Also affects: gdm (Ubuntu Karmic) Importance: Medium Status: Triaged ** Changed in: gdm (Ubuntu Karmic) Assignee: (unassigned) => Martin Pitt (pitti) -- GDM logs out after some min

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Scott James Remnant
If this hunch is true, running "sudo stop tty1" after login would likely stop the crash -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gd

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Scott James Remnant
I suspect that what is going on is: - getty starts on tty1 - X starts on tty1 - since they're both on the same tty, they both receive the input, but the tty is now in RAW input mode so getty receive nonsense and choses to believe a Klingon is logging in - getty times out the login after a pe

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Dinxter
Might be helpful seems i can regularly repeat the crash by booting as normal which gives, - X starts on tty1 - open up something such as gnome-terminal - type in several dozen characters press enter - gdm crashes and restarts on tty7 In this scenario all the tty's are set to a US keymap which is

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
This was discussed in #ubuntu-devel. It seems many people get gdm on vt1 now, which collides with getty which is also on vt1. After some minutes this times out and shuts down the vt, taking X with it. ** Changed in: gdm (Ubuntu) Status: Incomplete => Triaged -- GDM logs out after some min

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Scott James Remnant
Nope, it just does that by default -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu. -- desktop-bugs mailing list desktop-b

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
I don't get this at all, but then again gdm/X never start on vt1 for me. Did you do something to configure it that way? -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notification because you are a member of Ubuntu Desktop

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Sarah Hobbs
Seeing this here as well. Attaching files. ** Attachment added: "gdm-logs.tar.gz" http://launchpadlibrarian.net/28758669/gdm-logs.tar.gz -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notification because you are a me

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
Potential duplicate of bug 395595. -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm in ubuntu. -- desktop-bugs mailing list desktop-b

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-07 Thread Martin Pitt
Can you please do sudo tar czf /tmp/gdm-logs.tar.gz /var/log/gdm and attach /tmp/gdm-logs.tar.gz here? ** Changed in: gdm (Ubuntu) Status: Confirmed => Incomplete -- GDM logs out after some minutes of typing on the keyboard https://bugs.launchpad.net/bugs/396226 You received this bug

[Bug 396226] Re: GDM logs out after some minutes of typing on the keyboard

2009-07-06 Thread Michael Rooney
I had this happen as well with both 2.26.1-0ubuntu2 and 2.26.1-0ubuntu3. ** Package changed: ubuntu => gdm (Ubuntu) ** Changed in: gdm (Ubuntu) Importance: Undecided => Medium ** Changed in: gdm (Ubuntu) Status: New => Confirmed -- GDM logs out after some minutes of typing on the key