|
Bugzilla – Full Text Bug Listing |
| Summary: | dbus-daemon does not end with users sessions and has many instances for each user | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Antonio Martins <digiplan.pt> |
| Component: | X11 Applications | Assignee: | Timo Hoenig <thoenig> |
| Status: | VERIFIED FIXED | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | behlert |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Antonio Martins
2006-03-14 21:33:27 UTC
Apparently there is no major impact in having these processes. Reassigning to the maintainer for a comment. Antonio, are you fine with closing this one as you are not experiencing any impact? I have impact, as dozens of processes take time, and they increase in number indefinitely. I have been studying it with more carefull, and i see that in the first place, only one dbus-daemon process exists. However, as i am using LTSP, and they encourage the users to just press the power button to stop the terminal, they do not always logout from X session. In that case, many processes stay open until the next login: bribeiro 1166 1 0 16:28 ? 00:00:00 xfce-mcs-manager bribeiro 1368 1 0 16:30 ? 00:00:00 dbus-daemon --fork --print-pid 9 --print-address 7 --session bribeiro 1387 1 0 16:30 ? 00:00:00 xfce-mcs-manager bribeiro 1774 1 0 16:34 ? 00:00:00 dbus-daemon --fork --print-pid 9 --print-address 7 --session bribeiro 1790 1 0 16:34 ? 00:00:00 xfce-mcs-manager bribeiro 2108 2085 0 16:46 ? 00:00:00 /bin/sh /home/perfil2/.config//xfce4/xinitrc bribeiro 2195 2108 0 16:46 ? 00:00:00 ssh-agent /etc/X11/xinit/xinitrc bribeiro 2209 1 0 16:46 ? 00:00:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session /usr/bin/startxfce4 bribeiro 2211 1 0 16:46 ? 00:00:00 dbus-daemon --fork --print-pid 9 --print-address 7 --session bribeiro 2222 2108 0 16:46 ? 00:00:00 /bin/sh /home/perfil2/.config//xfce4/xinitrc bribeiro 2223 2222 0 16:46 ? 00:00:00 xscreensaver -no-splash bribeiro 2226 2108 3 16:46 ? 00:00:02 /usr/bin/xfce4-session bribeiro 2229 1 0 16:46 ? 00:00:00 xfce-mcs-manager bribeiro 2232 1 0 16:46 ? 00:00:00 xfwm4 bribeiro 2236 1 1 16:46 ? 00:00:00 xfce4-panel bribeiro 2240 1 0 16:47 ? 00:00:00 xftaskbar4 bribeiro 2242 1 1 16:47 ? 00:00:00 xfdesktop Once the user login again, every process recycles, except for: bribeiro 1166 1 0 16:28 ? 00:00:00 xfce-mcs-manager bribeiro 1368 1 0 16:30 ? 00:00:00 dbus-daemon --fork --print-pid 9 --print-address 7 --session If the user now logs out correctly, every process closes correctly except for these ones. If you think that dbus-daemon process is acting normal, please close the bug. Is there any chance to check for previous dbus-daemon processes when a user starts a session? in that case it would reuse the already created process of dbus-daemon, or even close this before oppening another. As it is fixed in newer versions we'll close the bug. We will not deliver an online-update for 10.0 fro this bug, sorry. |