|
Bugzilla – Full Text Bug Listing |
| Summary: | Identical UID 100 for users messagabus and stunnel | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Stephan Wefing <wefing> |
| Component: | Basesystem | Assignee: | Timo Hoenig <thoenig> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | dkukawka |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stephan Wefing
2005-10-24 07:01:06 UTC
Peter? Timo? Seems that dbus-1.spec is to blame. It uses -o to add users:
-o, --non-unique
Allow duplicate (non-unique) User IDs.
I'll remove this flag from dbus-1.spec.
HAL seems to suffer from the same problem, cc'ing Danny.
Hum. Actually most packages add users with -o. Maybe stunnel needs to add its user with -o, too, rather than dbus-1 without -o ;-) Does -o without -u make any sense? -o is ignored if you use -r at the same time (and don't specify a fix UID). For me it looks like as if all spec files are ok and this should not have happend. So, before starting changing spec files, find out why UID 100 was used twice. Just checked with OS10.2, the issue is fixed. |