Bug 661850
Summary: | Need to add dependency for pulp on crontabs package for server install | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Todd Sanders <tsanders> |
Component: | rel-eng | Assignee: | Jay Dobies <jason.dobies> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | Keywords: | Triaged |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:01:49 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: | 647488 |
Description
Todd Sanders
2010-12-09 19:12:14 UTC
commit 70bdb9d38fd24551a130917314f1625d1052659a tree e756d07133be2ed8a0bebd4df7bed17bfd96dbe8 661850 - Added crontabs as a dependency. It is used for scheduled events, such as repo syncs and auditing/consumer history culling. pulp.spec Fixed in build 0.114. Here is what I see, Please let me know if this is ok. [root@pulp2 ~]# yum install pulp --> Processing Dependency: crontabs for package: pulp-0.0.119-1.fc14.noarch [root@pulp2 ~]# rpm -q crontabs crontabs-1.11-1.20101115git.fc14.noarch [root@pulp2 ~]# rpm -q pulp pulp-0.0.119-1.fc14.noarch [root@pulp2 ~]# service pulp-server init Starting mongod: [ OK ] no crontab for root database migration to version 1 complete I see the no crontab for root message above [root@pulp2 ~]# service pulp-server start Starting Qpid AMQP daemon: [ OK ] Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 10.16.79.226 for ServerName [ OK ] The "no crontab" message is only saying that there wasn't a crontab entry for root yet. If you see that, it means cron is installed and able to do that check. If you didn't have crontab installed, instead of that message you'd see an error that cron could not be found. The easiest way to verify this is to uninstall crontab and install pulp, checking that pulp installed it in the process. For completeness, it'd be ideal to test this on both RHEL 5 and Fedora 13/14 to make sure that the package is named correctly in both cases. So, it helps if I pay attention when I read your comment. Looks like you already verified that "yum install pulp" pulls in crontabs as a dependency. The "no crontab" isn't an error and just a result of using cron. Moving to verified as per the comments above in 119 Closing with Community Release 15 pulp-0.0.223-4. |