Bug 305999 - If user logs in/out multiple times, nepomukserver is run multiple times
Summary: If user logs in/out multiple times, nepomukserver is run multiple times
Status: RESOLVED DUPLICATE of bug 291519
Alias: None
Product: nepomuk
Classification: Miscellaneous
Component: nepomukserver (show other bugs)
Version: 4.9
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Nepomuk Bugs Coordination
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-29 15:59 UTC by Marco Menardi
Modified: 2012-08-29 16:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Menardi 2012-08-29 15:59:27 UTC
When the user logs, a /usr/bin/nepomukserver runs. If the user exits the session and then re-enters, there are 2 of such processes and so on. If enter 5 times, the last time 5 processes are listed

Reproducible: Always

Steps to Reproduce:
1. login
2. logout
3. login
4. logout
Actual Results:  
If the user is "alfred":
ps axu | grep alfred | grep nepomuk
shows 2 processes still running /usr/bin/nepomukserver

Expected Results:  
no /usr/bin/nepomukserver running belonging to that user

Also waiting for a long time does not solve the issue, processes are not killed, I have to slay the user.
Every 5,0s: ps axu | grep pippo | grep nepomuk | grep -v watch         Wed Aug 29 17:34:19 2012
alfred     3378  0.0  0.0  57980  8620 ?        S    17:01   0:00 /usr/bin/nepomukserver
alfred     3852  0.0  0.0  57980  8616 ?        S    17:02   0:00 /usr/bin/nepomukserver
alfred     7059  0.0  0.0  57980  8616 ?        S    17:26   0:00 /usr/bin/nepomukserver
Comment 1 Christoph Feck 2012-08-29 16:30:31 UTC

*** This bug has been marked as a duplicate of bug 291519 ***