[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2010-05-18 Thread Gary
I don't think the problem is in your sudoers config, since It does this when using /bin/su - without sudo. I still for the life of me can't figure this one out, but figured I'd comment here to help troubleshoot it. -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2010-03-15 Thread JT Justman
I just had this problem when I enabled Defaultsmail_always in sudoers. Other sudo commands worked fine, but when doing any variation of 'sudo su -' or 'sudo su $USER', the sytem would echo 'logout' on first keypress. Could be unrelated, but still gathering information. -- after sudo su

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2009-07-01 Thread Nathan Zadoks
I recently wrote a little C program that was essentially su, without password stuff. Did the same thing randomly. PAM isn't to blame. -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress https://bugs.launchpad.net/bugs/224802 You

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2009-06-28 Thread Gary
This is still happening, it appears to be related to su and not sudo. Has anyone been able to figure out what causes this? I'm having this issue on real hardware and not a VPS, so it's not the xen kernel... -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts)

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2009-03-15 Thread Bug Watch Updater
** Changed in: sudo Status: In Progress = Invalid -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress https://bugs.launchpad.net/bugs/224802 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2009-02-28 Thread Nathan Zadoks
I don't think it's su, as su is something like 10 lines. All it does is check the password, setuid() and setgid(), and exec(). I suspect bash. It _could_ be PAM though. -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2009-02-28 Thread toxygen
Happening with ksh and tcsh (though, zsh seems to be resistant to this). I got hint it could be kernel, I use Debian 5 xen default (Linux vpn 2.6.26-1-xen-686 #1 SMP Sat Jan 10 22:52:47 UTC 2009 i686 GNU/Linux) -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2009-02-27 Thread toxygen
Definitely not the bug of sudo, but su or bash. both debian fedora ubuntu http://bugs.gentoo.org/show_bug.cgi?id=232630 su from root to another user will exit after pressing a key. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476519 su - nobody sometimes logged back out instantly

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2008-11-20 Thread Martin Pitt
** Changed in: sudo (Ubuntu) Status: Incomplete = Confirmed -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress https://bugs.launchpad.net/bugs/224802 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2008-11-13 Thread Guido Jäkel
I'm also don't observe this currently on my Unbutu workstations, but with su - on some of my Gentoo Server's, too. And this type of problem is also reported by users of other distributions! After switching to another user via su - foo i eithter get kicked out immediately (the shell writes exit or

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2008-10-07 Thread Martin Pitt
** Also affects: sudo via http://www.gratisoft.us/bugzilla/show_bug.cgi?id=304 Importance: Unknown Status: Unknown -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress https://bugs.launchpad.net/bugs/224802 You received this

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2008-10-07 Thread Bug Watch Updater
** Changed in: sudo Status: Unknown = In Progress -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress https://bugs.launchpad.net/bugs/224802 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2008-10-06 Thread Sérgio Durigan Júnior
Although I use Gentoo (and not Ubuntu), I can confirm this bug too. The version of sudo I'm using: [EMAIL PROTECTED] ~ $ sudo -V Sudo version 1.6.9p16 Also, I've oppened a bug in sudo's bugzilla. You can follow it here: http://www.gratisoft.us/bugzilla/show_bug.cgi?id=304 I'd like to emphasize

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2008-05-21 Thread Anthony Fok
I ran into this problem several weeks ago, but then it became normal for some time. Today, just now, I run into this problem again, on a Debian sid that was apt-get dist-upgrade as of today. -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2008-05-19 Thread Nathan Zadoks
Same here, got it lots o'times. sudo -i always works. maybe something with su? anything else works. (cat, ls, sleep,nano) [EMAIL PROTECTED]:~$ sudo su [EMAIL PROTECTED]:/home/nathan# lexit [EMAIL PROTECTED]:~$ sudo su [EMAIL PROTECTED]:/home/nathan# lexit [EMAIL PROTECTED]:~$ sudo -i [EMAIL

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2008-05-19 Thread Nathan Zadoks
BTW: gnome-terminal is not related, I use yakuake. And same over ssh. And same with text terminal (ctrl+alt+f1). -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress https://bugs.launchpad.net/bugs/224802 You received this bug

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2008-05-13 Thread Martin Pitt
I cannot replicate this. Do you have a nonstandard /root/.bashrc or ~/.bashrc? Do you get this with a fresh user profile or just with your own user? ** Changed in: sudo (Ubuntu) Status: Confirmed = Incomplete -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits

[Bug 224802] Re: after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress

2008-04-30 Thread Kelvin Gardiner
I can confirm this. Status changed to confirmed. ** Changed in: sudo (Ubuntu) Status: New = Confirmed -- after sudo su (su -), gnome-terminal [or a virtual terminal -bash] exits (logouts) with any single keypress https://bugs.launchpad.net/bugs/224802 You received this bug notification