[Bug 236210] Re: Processes remain after log off

2009-01-31 Thread toobuntu
2009-01-31 update - I just filed separate bugs against the following: libbonobo (Bug #323604) gvfs (Bug #323606) evolution-data-server (Bug #323607) gconf (Bug #323608) If you still experience this issue with any of these, then please confirm those bugs so this issue can be fixed properly. In the

[Bug 236210] Re: Processes remain after log off

2008-07-03 Thread Chris Coulson
Sebastien - I've just been discussing this bug with Bryce on ubuntu- bugs, and he suggested contacting you for your opinion. We don't think this is an xorg bug, but we're not really sure what package to assign. Do you think this might be caused by separate bugs with each of the above mentioned proc

[Bug 236210] Re: Processes remain after log off

2008-07-30 Thread Pacho Ramos
Hi! I am a gentoo user and suffer exactly the same issue: gvfs-fuse-daemon is not killed at end session (other times it simply crashes at exit). >From my point of view, gvfs (0.2.5 in my case) is the culprit -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received th

[Bug 236210] Re: Processes remain after log off

2008-06-05 Thread toobuntu
Well, I had to update the helper script, as it seems a complete X restart is really needed (not so helpful if multiple users are using the GUI, but okay if only 1 at a time): $ cat /usr/local/bin/kill-stragglers #!/bin/bash # takes 1 argument: the username of the user who logged off USER=$1 sudo

[Bug 236210] Re: Processes remain after log off

2008-06-10 Thread Dereck Wonnacott
** Changed in: xorg (Ubuntu) Sourcepackagename: None => xorg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 236210] Re: Processes remain after log off

2008-06-12 Thread toobuntu
@Dereck Wonnacott : The gdm restart was added for good measure, but why would you think to change the source package to Xorg? I do not think that this is an Xorg bug, rather separate bugs with bonobo-activation- server, gvfs-fuse-daemon, evolution-data-server, and gconfd-2. See Bug #49594, which

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread toobuntu
here's a more complete and more common list: [EMAIL PROTECTED]:~$ w 11:20:37 up 2 days, 20:29, 1 user, load average: 0.04, 0.16, 0.17 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT toobuntu pts/0uw5.localFri170.00s 0.22s 0.00s w [EMAIL PROTECTED]:~$ ps U

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread Brian Murray
** Tags added: proposed-pkg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 236210] Re: Processes remain after log off

2008-10-09 Thread Sebastien Bacher
the issue is not a gdm one, you should rather open bugs for buggy servers which don't have a bug open yet ** Changed in: gdm (Ubuntu) Importance: Undecided => Low Status: New => Invalid -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notif

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
Here's my workaround that, once set up, requires no further intervention by the sysadmin (me) in our corporate environment: In short, we are creating a shell script to kill all the remaining user processes after logging out of GNOME, setting that script suid root, and having gdm call that script u

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
changed affected package to gdm, pending further investigation -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
note that we only have user names without spaces or special characters. you may want to use brackets and quotes around the variables to get my workaround working in your environment. -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification becaus

[Bug 236210] Re: Processes remain after log off

2008-08-28 Thread toobuntu
Improvement: Simply add 2 lines to /etc/gdm/PostSession/Default and do _not_ store a backup of Default in the PostSession directory. $ ls /etc/gdm/PostSession/ Default $ tail /etc/gdm/PostSession/Default done IFS=$OLD_IFS echo "$OUTPUT" } # the following 2 lines were added by toobuntu on

[Bug 236210] Re: Processes remain after log off

2008-07-30 Thread Pacho Ramos
Hi! I am a gentoo user and suffer exactly the same issue: gvfs-fuse-daemon is not killed at end session (other times it simply crashes at exit). >From my point of view, gvfs (0.2.5 in my case) is the culprit -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received th

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread toobuntu
here's a more complete and more common list: [EMAIL PROTECTED]:~$ w 11:20:37 up 2 days, 20:29, 1 user, load average: 0.04, 0.16, 0.17 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT toobuntu pts/0uw5.localFri170.00s 0.22s 0.00s w [EMAIL PROTECTED]:~$ ps U

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread Brian Murray
** Tags added: proposed-pkg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 236210] Re: Processes remain after log off

2008-06-05 Thread toobuntu
Well, I had to update the helper script, as it seems a complete X restart is really needed (not so helpful if multiple users are using the GUI, but okay if only 1 at a time): $ cat /usr/local/bin/kill-stragglers #!/bin/bash # takes 1 argument: the username of the user who logged off USER=$1 sudo

[Bug 236210] Re: Processes remain after log off

2008-07-03 Thread Chris Coulson
Sebastien - I've just been discussing this bug with Bryce on ubuntu- bugs, and he suggested contacting you for your opinion. We don't think this is an xorg bug, but we're not really sure what package to assign. Do you think this might be caused by separate bugs with each of the above mentioned proc

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
Here's my workaround that, once set up, requires no further intervention by the sysadmin (me) in our corporate environment: In short, we are creating a shell script to kill all the remaining user processes after logging out of GNOME, setting that script suid root, and having gdm call that script u

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
changed affected package to gdm, pending further investigation -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
note that we only have user names without spaces or special characters. you may want to use brackets and quotes around the variables to get my workaround working in your environment. -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification becaus

[Bug 236210] Re: Processes remain after log off

2008-10-09 Thread Sebastien Bacher
the issue is not a gdm one, you should rather open bugs for buggy servers which don't have a bug open yet ** Changed in: gdm (Ubuntu) Importance: Undecided => Low Status: New => Invalid -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notif

[Bug 236210] Re: Processes remain after log off

2008-08-28 Thread toobuntu
Improvement: Simply add 2 lines to /etc/gdm/PostSession/Default and do _not_ store a backup of Default in the PostSession directory. $ ls /etc/gdm/PostSession/ Default $ tail /etc/gdm/PostSession/Default done IFS=$OLD_IFS echo "$OUTPUT" } # the following 2 lines were added by toobuntu on

[Bug 236210] Re: Processes remain after log off

2008-06-10 Thread Dereck Wonnacott
** Changed in: xorg (Ubuntu) Sourcepackagename: None => xorg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 236210] Re: Processes remain after log off

2008-06-12 Thread toobuntu
@Dereck Wonnacott : The gdm restart was added for good measure, but why would you think to change the source package to Xorg? I do not think that this is an Xorg bug, rather separate bugs with bonobo-activation- server, gvfs-fuse-daemon, evolution-data-server, and gconfd-2. See Bug #49594, which

[Bug 236210] Re: Processes remain after log off

2009-01-31 Thread toobuntu
2009-01-31 update - I just filed separate bugs against the following: libbonobo (Bug #323604) gvfs (Bug #323606) evolution-data-server (Bug #323607) gconf (Bug #323608) If you still experience this issue with any of these, then please confirm those bugs so this issue can be fixed properly. In the

[Bug 236210] Re: Processes remain after log off

2009-01-31 Thread toobuntu
2009-01-31 update - I just filed separate bugs against the following: libbonobo (Bug #323604) gvfs (Bug #323606) evolution-data-server (Bug #323607) gconf (Bug #323608) If you still experience this issue with any of these, then please confirm those bugs so this issue can be fixed properly. In the

[Bug 236210] Re: Processes remain after log off

2008-07-03 Thread Chris Coulson
Sebastien - I've just been discussing this bug with Bryce on ubuntu- bugs, and he suggested contacting you for your opinion. We don't think this is an xorg bug, but we're not really sure what package to assign. Do you think this might be caused by separate bugs with each of the above mentioned proc

[Bug 236210] Re: Processes remain after log off

2008-07-30 Thread Pacho Ramos
Hi! I am a gentoo user and suffer exactly the same issue: gvfs-fuse-daemon is not killed at end session (other times it simply crashes at exit). >From my point of view, gvfs (0.2.5 in my case) is the culprit -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received th

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
Here's my workaround that, once set up, requires no further intervention by the sysadmin (me) in our corporate environment: In short, we are creating a shell script to kill all the remaining user processes after logging out of GNOME, setting that script suid root, and having gdm call that script u

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
changed affected package to gdm, pending further investigation -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
note that we only have user names without spaces or special characters. you may want to use brackets and quotes around the variables to get my workaround working in your environment. -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification becaus

[Bug 236210] Re: Processes remain after log off

2008-08-28 Thread toobuntu
Improvement: Simply add 2 lines to /etc/gdm/PostSession/Default and do _not_ store a backup of Default in the PostSession directory. $ ls /etc/gdm/PostSession/ Default $ tail /etc/gdm/PostSession/Default done IFS=$OLD_IFS echo "$OUTPUT" } # the following 2 lines were added by toobuntu on

[Bug 236210] Re: Processes remain after log off

2008-10-09 Thread Sebastien Bacher
the issue is not a gdm one, you should rather open bugs for buggy servers which don't have a bug open yet ** Changed in: gdm (Ubuntu) Importance: Undecided => Low Status: New => Invalid -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notif

[Bug 236210] Re: Processes remain after log off

2008-06-05 Thread toobuntu
Well, I had to update the helper script, as it seems a complete X restart is really needed (not so helpful if multiple users are using the GUI, but okay if only 1 at a time): $ cat /usr/local/bin/kill-stragglers #!/bin/bash # takes 1 argument: the username of the user who logged off USER=$1 sudo

[Bug 236210] Re: Processes remain after log off

2008-06-10 Thread Dereck Wonnacott
** Changed in: xorg (Ubuntu) Sourcepackagename: None => xorg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread toobuntu
here's a more complete and more common list: [EMAIL PROTECTED]:~$ w 11:20:37 up 2 days, 20:29, 1 user, load average: 0.04, 0.16, 0.17 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT toobuntu pts/0uw5.localFri170.00s 0.22s 0.00s w [EMAIL PROTECTED]:~$ ps U

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread Brian Murray
** Tags added: proposed-pkg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 236210] Re: Processes remain after log off

2008-06-12 Thread toobuntu
@Dereck Wonnacott : The gdm restart was added for good measure, but why would you think to change the source package to Xorg? I do not think that this is an Xorg bug, rather separate bugs with bonobo-activation- server, gvfs-fuse-daemon, evolution-data-server, and gconfd-2. See Bug #49594, which

[Bug 236210] Re: Processes remain after log off

2008-07-03 Thread Chris Coulson
Sebastien - I've just been discussing this bug with Bryce on ubuntu- bugs, and he suggested contacting you for your opinion. We don't think this is an xorg bug, but we're not really sure what package to assign. Do you think this might be caused by separate bugs with each of the above mentioned proc

[Bug 236210] Re: Processes remain after log off

2008-07-30 Thread Pacho Ramos
Hi! I am a gentoo user and suffer exactly the same issue: gvfs-fuse-daemon is not killed at end session (other times it simply crashes at exit). >From my point of view, gvfs (0.2.5 in my case) is the culprit -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received th

[Bug 236210] Re: Processes remain after log off

2008-07-03 Thread Chris Coulson
Sebastien - I've just been discussing this bug with Bryce on ubuntu- bugs, and he suggested contacting you for your opinion. We don't think this is an xorg bug, but we're not really sure what package to assign. Do you think this might be caused by separate bugs with each of the above mentioned proc

[Bug 236210] Re: Processes remain after log off

2008-07-30 Thread Pacho Ramos
Hi! I am a gentoo user and suffer exactly the same issue: gvfs-fuse-daemon is not killed at end session (other times it simply crashes at exit). >From my point of view, gvfs (0.2.5 in my case) is the culprit -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received th

[Bug 236210] Re: Processes remain after log off

2008-10-09 Thread Sebastien Bacher
the issue is not a gdm one, you should rather open bugs for buggy servers which don't have a bug open yet ** Changed in: gdm (Ubuntu) Importance: Undecided => Low Status: New => Invalid -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notif

[Bug 236210] Re: Processes remain after log off

2008-10-09 Thread Sebastien Bacher
the issue is not a gdm one, you should rather open bugs for buggy servers which don't have a bug open yet ** Changed in: gdm (Ubuntu) Importance: Undecided => Low Status: New => Invalid -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notif

[Bug 236210] Re: Processes remain after log off

2008-07-03 Thread Chris Coulson
Sebastien - I've just been discussing this bug with Bryce on ubuntu- bugs, and he suggested contacting you for your opinion. We don't think this is an xorg bug, but we're not really sure what package to assign. Do you think this might be caused by separate bugs with each of the above mentioned proc

[Bug 236210] Re: Processes remain after log off

2008-07-30 Thread Pacho Ramos
Hi! I am a gentoo user and suffer exactly the same issue: gvfs-fuse-daemon is not killed at end session (other times it simply crashes at exit). >From my point of view, gvfs (0.2.5 in my case) is the culprit -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received th

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
Here's my workaround that, once set up, requires no further intervention by the sysadmin (me) in our corporate environment: In short, we are creating a shell script to kill all the remaining user processes after logging out of GNOME, setting that script suid root, and having gdm call that script u

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
changed affected package to gdm, pending further investigation -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
note that we only have user names without spaces or special characters. you may want to use brackets and quotes around the variables to get my workaround working in your environment. -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification becaus

[Bug 236210] Re: Processes remain after log off

2008-08-28 Thread toobuntu
Improvement: Simply add 2 lines to /etc/gdm/PostSession/Default and do _not_ store a backup of Default in the PostSession directory. $ ls /etc/gdm/PostSession/ Default $ tail /etc/gdm/PostSession/Default done IFS=$OLD_IFS echo "$OUTPUT" } # the following 2 lines were added by toobuntu on

[Bug 236210] Re: Processes remain after log off

2008-06-05 Thread toobuntu
Well, I had to update the helper script, as it seems a complete X restart is really needed (not so helpful if multiple users are using the GUI, but okay if only 1 at a time): $ cat /usr/local/bin/kill-stragglers #!/bin/bash # takes 1 argument: the username of the user who logged off USER=$1 sudo

[Bug 236210] Re: Processes remain after log off

2008-06-10 Thread Dereck Wonnacott
** Changed in: xorg (Ubuntu) Sourcepackagename: None => xorg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread toobuntu
here's a more complete and more common list: [EMAIL PROTECTED]:~$ w 11:20:37 up 2 days, 20:29, 1 user, load average: 0.04, 0.16, 0.17 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT toobuntu pts/0uw5.localFri170.00s 0.22s 0.00s w [EMAIL PROTECTED]:~$ ps U

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread Brian Murray
** Tags added: proposed-pkg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 236210] Re: Processes remain after log off

2008-06-12 Thread toobuntu
@Dereck Wonnacott : The gdm restart was added for good measure, but why would you think to change the source package to Xorg? I do not think that this is an Xorg bug, rather separate bugs with bonobo-activation- server, gvfs-fuse-daemon, evolution-data-server, and gconfd-2. See Bug #49594, which

[Bug 236210] Re: Processes remain after log off

2008-06-05 Thread toobuntu
Well, I had to update the helper script, as it seems a complete X restart is really needed (not so helpful if multiple users are using the GUI, but okay if only 1 at a time): $ cat /usr/local/bin/kill-stragglers #!/bin/bash # takes 1 argument: the username of the user who logged off USER=$1 sudo

[Bug 236210] Re: Processes remain after log off

2008-06-10 Thread Dereck Wonnacott
** Changed in: xorg (Ubuntu) Sourcepackagename: None => xorg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread toobuntu
here's a more complete and more common list: [EMAIL PROTECTED]:~$ w 11:20:37 up 2 days, 20:29, 1 user, load average: 0.04, 0.16, 0.17 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT toobuntu pts/0uw5.localFri170.00s 0.22s 0.00s w [EMAIL PROTECTED]:~$ ps U

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread Brian Murray
** Tags added: proposed-pkg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 236210] Re: Processes remain after log off

2008-06-12 Thread toobuntu
@Dereck Wonnacott : The gdm restart was added for good measure, but why would you think to change the source package to Xorg? I do not think that this is an Xorg bug, rather separate bugs with bonobo-activation- server, gvfs-fuse-daemon, evolution-data-server, and gconfd-2. See Bug #49594, which

[Bug 236210] Re: Processes remain after log off

2009-01-31 Thread toobuntu
2009-01-31 update - I just filed separate bugs against the following: libbonobo (Bug #323604) gvfs (Bug #323606) evolution-data-server (Bug #323607) gconf (Bug #323608) If you still experience this issue with any of these, then please confirm those bugs so this issue can be fixed properly. In the

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
Here's my workaround that, once set up, requires no further intervention by the sysadmin (me) in our corporate environment: In short, we are creating a shell script to kill all the remaining user processes after logging out of GNOME, setting that script suid root, and having gdm call that script u

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
changed affected package to gdm, pending further investigation -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
note that we only have user names without spaces or special characters. you may want to use brackets and quotes around the variables to get my workaround working in your environment. -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification becaus

[Bug 236210] Re: Processes remain after log off

2008-08-28 Thread toobuntu
Improvement: Simply add 2 lines to /etc/gdm/PostSession/Default and do _not_ store a backup of Default in the PostSession directory. $ ls /etc/gdm/PostSession/ Default $ tail /etc/gdm/PostSession/Default done IFS=$OLD_IFS echo "$OUTPUT" } # the following 2 lines were added by toobuntu on

[Bug 236210] Re: Processes remain after log off

2009-01-31 Thread toobuntu
2009-01-31 update - I just filed separate bugs against the following: libbonobo (Bug #323604) gvfs (Bug #323606) evolution-data-server (Bug #323607) gconf (Bug #323608) If you still experience this issue with any of these, then please confirm those bugs so this issue can be fixed properly. In the

[Bug 236210] Re: Processes remain after log off

2008-10-09 Thread Sebastien Bacher
the issue is not a gdm one, you should rather open bugs for buggy servers which don't have a bug open yet ** Changed in: gdm (Ubuntu) Importance: Undecided => Low Status: New => Invalid -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notif

[Bug 236210] Re: Processes remain after log off

2008-06-12 Thread toobuntu
@Dereck Wonnacott : The gdm restart was added for good measure, but why would you think to change the source package to Xorg? I do not think that this is an Xorg bug, rather separate bugs with bonobo-activation- server, gvfs-fuse-daemon, evolution-data-server, and gconfd-2. See Bug #49594, which

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
Here's my workaround that, once set up, requires no further intervention by the sysadmin (me) in our corporate environment: In short, we are creating a shell script to kill all the remaining user processes after logging out of GNOME, setting that script suid root, and having gdm call that script u

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
changed affected package to gdm, pending further investigation -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 236210] Re: Processes remain after log off

2008-08-27 Thread toobuntu
note that we only have user names without spaces or special characters. you may want to use brackets and quotes around the variables to get my workaround working in your environment. -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification becaus

[Bug 236210] Re: Processes remain after log off

2008-08-28 Thread toobuntu
Improvement: Simply add 2 lines to /etc/gdm/PostSession/Default and do _not_ store a backup of Default in the PostSession directory. $ ls /etc/gdm/PostSession/ Default $ tail /etc/gdm/PostSession/Default done IFS=$OLD_IFS echo "$OUTPUT" } # the following 2 lines were added by toobuntu on

[Bug 236210] Re: Processes remain after log off

2008-06-05 Thread toobuntu
Well, I had to update the helper script, as it seems a complete X restart is really needed (not so helpful if multiple users are using the GUI, but okay if only 1 at a time): $ cat /usr/local/bin/kill-stragglers #!/bin/bash # takes 1 argument: the username of the user who logged off USER=$1 sudo

[Bug 236210] Re: Processes remain after log off

2008-06-10 Thread Dereck Wonnacott
** Changed in: xorg (Ubuntu) Sourcepackagename: None => xorg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.c

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread toobuntu
here's a more complete and more common list: [EMAIL PROTECTED]:~$ w 11:20:37 up 2 days, 20:29, 1 user, load average: 0.04, 0.16, 0.17 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT toobuntu pts/0uw5.localFri170.00s 0.22s 0.00s w [EMAIL PROTECTED]:~$ ps U

[Bug 236210] Re: Processes remain after log off

2008-06-02 Thread Brian Murray
** Tags added: proposed-pkg -- Processes remain after log off https://bugs.launchpad.net/bugs/236210 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailm

[Bug 236210] Re: Processes remain after log off

2009-01-31 Thread toobuntu
2009-01-31 update - I just filed separate bugs against the following: libbonobo (Bug #323604) gvfs (Bug #323606) evolution-data-server (Bug #323607) gconf (Bug #323608) If you still experience this issue with any of these, then please confirm those bugs so this issue can be fixed properly. In the