Bug 608935
| Summary: | Beanstalkd user does not always get created on package install | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Tavis Aitken <tavisto> |
| Component: | beanstalkd | Assignee: | Jeremy Hinegardner <jeremy> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | el5 | CC: | jeremy, tavisto |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | beanstalkd-1.4.6-2.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-07-21 20:01:38 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: | |||
I looked up the spec file at http://cvs.fedoraproject.org/viewvc/EL-5/beanstalkd/beanstalkd.spec?revision=1.5&view=markup On line 64 the useradd should use the -g flag to add the user to the group that was just created. The line would end up looking like this: %{_sbindir}/useradd -r -m -c "beanstalkd user" -s /bin/false \ -d %{beanstalkd_home} -g %{beanstalkd_gropu} %{beanstalkd_user} 2>/dev/null || : Yup, I just had this happen to me today too. It looks like the machine I tested the install on already had a beanstalkd user in it. I'll be fixing it tomorrow and pushing through the new package ASAP. beanstalkd-1.4.6-2.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/beanstalkd-1.4.6-2.el5 Tavis, if you can do a test and the bump the karma on updates this should get propagated faster. -jeremy beanstalkd-1.4.6-2.el5 has been pushed to the Fedora EPEL 5 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 beanstalkd'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/beanstalkd-1.4.6-2.el5 beanstalkd-1.4.6-2.el5 has been pushed to the Fedora EPEL 5 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 beanstalkd'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/beanstalkd-1.4.6-2.el5 beanstalkd-1.4.6-2.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The beanstalkd user does not get created. Version-Release number of selected component (if applicable): 1.4.6-1 How reproducible: Every time Steps to Reproduce: 1. Install the beanstalkd package 4. attempt to start the beanstalkd service Actual results: Starting beanstalkd: /usr/bin/beanstalkd: beanstalkd.c:91 in su: getpwnam("beanstalkd"): No such file or directory Expected results: The beanstalkd service starts Additional info: This was on a CentOS 5.4 clean install, As well as a CentOS 5.5 clean install.