[Bug 299649] Re: evolution-data-server's process still here after logout

2010-05-28 Thread Igor Wojnicki
It seems that it is fixed upstream (gnome 2.30), I have no opportunity
right now to test it though.

For previous ubuntu releases a workaround is possible, similar to n3hima
soluition. Just add the following line, before 'exit 0' in
/etc/gdm/PostSession/Default:

su $LOGNAME -c killall -r '^evolution-data-server.*'

It will terminate the evolution-data-server process.

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2010-05-28 Thread Sebastien Bacher
*** This bug is a duplicate of bug 90258 ***
https://bugs.launchpad.net/bugs/90258

** This bug has been marked a duplicate of bug 90258
   e-d-s does not exit with gnome-session

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2010-01-26 Thread Yözen Hernández
I too experience this issue in a production environment with NFS4
mounted home directories and autofs in Karmic 9.10 with all the latest
updates.

If a user logs in with GNOME and later logs out, subsequent users
attempting to log in (with GNOME, KDE, etc even terminals) experience a
hang instead. The solution in that case is to kill e-d-s processes, and
in some cases kill anything using files in /home and restart autofs.

This is a serious problem for me if users have trouble logging in like
this.

Here is the evolution process I see when I use lsof | grep home to see
what is accessing the home directories (username removed):

evolution 10673   USER   24u  REG   0,2612288
1262460 /home/USER/.evolution/addressbook/local/system/addressbook.db
evolution 10673   USER   25r  REG   0,26  196
1262461 /home/USER/.evolution/addressbook/local/system/addressbook.db.summary

So at least in my case, access to the address book in evolution is never
given up, causing problems for subsequent logins.

There are users who use Evolution, so uninstalling it might not be an
option.

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2010-01-15 Thread Luca Geretti
Same problem for me, karmic 64 without encrypted /home/ directories. Not
a real issue for me, since I am the exclusive user, but I believe this
is more important than Low for any multi-user machine.

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2009-11-13 Thread Friedrich Graeter
I have the same problem on karmic with home-directories that are
retrieved using NFS and autofs.

In my case, it results in an annoying error message in GDM produced by
evolution-data-server.

Killing all processes of the user after logout is not an option, since
users may be logged in using ssh or have running screen-sessions...

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2009-08-28 Thread Samuli Lager
Please fix this. this is really big problem, when same computer has many
users and its always on.

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2009-06-15 Thread n3hima
This bug affects users with encrypted /home/ directories -- the filesystem 
remains mounted even after logout because it is in use by evolution-data-server.
This is potentially a security risk as a malicious user would then only need 
the necessary permissions and not the encryption password to gain access to the 
users files.

Temporary workaround is to get gdm to kill straggler processes on logout -- 
edit /etc/gdm/PostSession/Default so that:
$ tail /etc/gdm/PostSession/Default
  IFS=$OLD_IFS 
  echo $OUTPUT
}

# Kill stragglers
pkill -u ${USER}
sleep 5
pkill -KILL -u ${USER}

exit 0


Originally http://bugzilla.gnome.org/show_bug.cgi?id=563100 but I added the 
kill line in case of any hangers-on

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2009-03-28 Thread Almacha
I think this bug might be more important than Low importance. I have a
machine (running Ubuntu 8.10 i386) that has been running for a few
weeks, and I found that I had ~50 evolution-data-server processes
running on it, because there had been 50 login/logout cycles. Even if
the same user logs in again, a new evolution-data-server is started, so
if the same user logs in/out 50 times you get 50 evolution-data-server
in the end. It is quite tedious for the sysadmin to have to regularly
kill evolution-data-server as a maintenance task... In fact we don't
even use evolution at all, as we use Thunderbird.

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2009-01-06 Thread Bug Watch Updater
** Changed in: evolution-data-server
   Status: Unknown = New

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2008-12-03 Thread Manu
bug number 563100
http://bugzilla.gnome.org/show_bug.cgi?id=563100

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2008-12-03 Thread Sebastien Bacher
** Changed in: evolution-data-server (Ubuntu)
   Status: New = Triaged

** Changed in: evolution-data-server
   Importance: Undecided = Unknown
 Bugwatch: None = GNOME Bug Tracker #563100
   Status: New = Unknown

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2008-11-28 Thread Pedro Villavicencio
any news ? did you sent it upstream, may you tell us the bug number?
thanks.

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2008-11-19 Thread Sebastien Bacher
thank you for your bug report, the issue is an upstream one and should
be sent to bugzilla.gnome.org

** Changed in: evolution-data-server (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs


[Bug 299649] Re: evolution-data-server's process still here after logout

2008-11-19 Thread Pedro Villavicencio
** Also affects: evolution-data-server
   Importance: Undecided
   Status: New

-- 
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
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/mailman/listinfo/ubuntu-bugs