|
Bugzilla – Full Text Bug Listing |
| Summary: | can't remove user with yast | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Stephan - <hi-du> |
| Component: | YaST2 | Assignee: | Jiří Suchomel <jsuchome> |
| Status: | RESOLVED INVALID | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | /var/log/YaST2 | ||
|
Description
Stephan -
2006-11-22 17:58:44 UTC
Can you please attach whole y2logs. If you are in doubt please follow http://en.opensuse.org/Bugs/YaST but i suppose you know what to do. Thanks! Created attachment 106779 [details]
/var/log/YaST2
Why do you think it is wrong? What does "ps --no-headers -u <username>" report at the time you want to delete it? The output of this command is used to check if user is somehow present in the system. ps --no-headers -u system 5773 ? 00:00:00 dbus-daemon I think here's the problem the username 'system' Yes, look's like. How did you add it? dbus-daemon should be run by messagebus user - did you added 'system' user and changed its UID? noo.. I added this user with yast.. that's all. I only changed the group rights for another user with yast. I added this another user to uucp and cyberjack (card reader). At the moment I'm not on this computer, so I check this later. Anyway, this is not yast2-users problem - ps reports there is process running by your user so you cannot delete it. ok and now? should I open a new bug report? I'm not sure for what - that dbus-daemon is run as user 'system'? Is it? What is uid of that user? /etc/passwd: ... messagebus:x:100:101:User for D-Bus:/var/run/dbus:/bin/false system:x:1002:100:System:/home/system:/bin/bash ps u -u system: system 4986 0.0 0.1 3776 544 ? Ss 22:57 0:00 /usr/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session I don't know. Maybe dbus maintainer can help? |