Bug 584161
Summary: | squid userid not added to wbpriv group | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mark Orenstein <morenstein> | |
Component: | squid | Assignee: | Jiri Skala <jskala> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 14 | CC: | aglotov, gdeschner, henrik, jlayton, jonathansteffan, jskala, sjensen, ssorce | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | squid-3.1.8-2.fc13 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 643362 797571 (view as bug list) | Environment: | ||
Last Closed: | 2010-11-01 20:47:36 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 643362 |
Description
Mark Orenstein
2010-04-20 20:48:58 UTC
Same here on F13 This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. Reassigning to squid I've renewed trigger in squid.spec then I've extended it about this lines: if ! getent group wbpriv >/dev/null 2>&1 ; then /usr/sbin/groupadd -g 88 wbpriv >/dev/null 2>&1 || : fi It works fine for me. This trigger is invoked when samba-common (required by samba-winbind) is installed/upgraded. I've made a build in rawhide and the one should be available to test in rawhide repository in next hours. Please, give me a feedback. I'll backport it into f14 and olders when it works fine. Guenther, is this extension fine for you? What about the same conditional group 'wbpriv' insertion in samba-common subpackage? Jiri we discussed exactly this approach a few days ago. Can you open a samba bug (maybe just clone) so that we can make sure to remember to do the change on our side? squid-3.1.8-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/squid-3.1.8-2.fc14 squid-3.1.8-2.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/squid-3.1.8-2.fc13 squid-3.1.8-2.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update squid'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/squid-3.1.8-2.fc14 squid-3.1.8-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. squid-3.1.8-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |