Bug 139834
| Summary: | Evolution launched spamd is still running after evolution is exited | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sitsofe Wheeler <sitsofe> |
| Component: | evolution | Assignee: | Dave Malcolm <dmalcolm> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | CC: | colin, pebolle |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | FC5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-06-06 18:39:28 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Sitsofe Wheeler
2004-11-18 12:05:48 UTC
I'm also seeing this using home directories that are on a local disk. In addition to the spamd processes I also get: /usr/libexec/evolution-data-server-1.0 /usr/bin/ssh-agent -s /usr/libexec/gam_server all left behined. These in turn keep /usr/libexec/gconfd-2 around, but that will quit once the others are killed. Colin - you beat me to it! I've slowly been building up these "programs that keep running after logout" bugs. ssh-agent is in bug 139372 artsd under GNOME is in bug 140262 A quick scan just now showed loads of ssh-agent, one lingering evolution-data-server, several machines with multiple stray gam_server and one left over esd. However there are not always clear steps for reproducing some of these (I could not reliably reproduce left over esd processes). I may have made some possible progress with the evolution-data-server
(which I think is probably what is keeping the dspam processes
around). I noticed I kept getting messages logged on my firewall at
exactly the same time I killed the evolution-data-server. They are
all of the form:
IN=ppp0 OUT= MAC= SRC=17.250.248.38 DST=142.150.240.56 LEN=40 TOS=0x00
PREC=0x00 TTL=46 ID=12569 DF PROTO=TCP SPT=80 DPT=40563 WINDOW=0
RES=0x00 RST URGP=1
17.250.248.38 is ical.mac.com
Running netstat I see that evolution-data-server has the following
connections open right now (i.e when logged in):
tcp 1 0 user06.megabit.utoron:40774 homepage.mac.com:http
CLOSE_WAIT 13652/evolution-dat
tcp 1 0 user06.megabit.utoron:40773 homepage.mac.com:http
CLOSE_WAIT 13652/evolution-dat
tcp 1 0 user06.megabit.utoron:40771 ical.mac.com:http
CLOSE_WAIT 13652/evolution-dat
tcp 1 0 user06.megabit.utoron:40772 ical.mac.com:http
CLOSE_WAIT 13652/evolution-dat
My web calendars are only setup to check every 5 days, so I wouldn't
have expected any connections to be open at all, and certainly not for
them to be persistently in the CLOSE_WAIT state.
Do you think this is related?
I'm not that convinced because a netstat --inet over here shows spamd is still running even though evolution-data-server has gone and there are no lingering network connections. There was an old "evolution-data-server hangs around" bug a year ago but I'd be surprised if this is the same one... Oh and I've filed gam_server keeps running as bug 140874 Undying evolution-data-server appears to be bug 134851 (it has a sibling for bonobo-activation-server - bug 134849) This appears to have been fixed in FC5's evolution-2.6.1-1.fc5.2... Resolving fixed CURRENTRELEASE. |