Bug 1173266
Summary: | Satellite 6 can't be installed if syslog not running - /dev/log does not exist | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Thom Carlin <tcarlin> |
Component: | Installation | Assignee: | Chris Roberts <chrobert> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Katello QA List <katello-qa-list> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0.6 | CC: | bbuckingham, bkearney, chrobert, cwelton, ehelms, mmccune, phess, stbenjam, tcarlin |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
URL: | http://projects.theforeman.org/issues/16778 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-01 20:03:02 UTC | Type: | Bug |
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: | 1171330 |
Description
Thom Carlin
2014-12-11 19:09:39 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. manage.py:119:main:AttributeError: 'NoneType' object has no attribute 'critical' connect() to /dev/log returns ENOENT No such file or directory Thanks to help from developers in #pulp, /dev/log doesn't exist. This is due to rsyslog not running. The client is running syslog-ng instead. Starting either rsyslog or syslog-ng creates /dev/log which got us past the Errno 2. New error in separate case :-) Is this still a bug or can we close this? Sounds like it works fine with syslog-ng, you just needed to start the service? I would suggest it be reclassified as a doc bz/RFE: Satellite 6 (pulp) requires a syslog service to be running. We could probably keep this against the installer and add a hook to check for this. Created redmine issue http://projects.theforeman.org/issues/15898 from this bug The fix to this bug will be delivered with release 6.3 of Satellite. |