Bug 1343435
| Summary: | registration LXC (docker) to spacewalk | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Pavel Studeník <pstudeni> |
| Component: | Clients | Assignee: | Tomáš Kašpárek <tkasparek> |
| Status: | CLOSED DUPLICATE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.5 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-24 13:57: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: | 1484117 | ||
*** This bug has been marked as a duplicate of bug 1394900 *** This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug. |
Description of problem: I try to install docker instance with image of Fedora 23 to spacewalk and it is not possible. Problems are importing module dbus and hwdata (No such file or directory: '/usr/share/hwdata/pci.ids') Version-Release number of selected component (if applicable): rhn-setup-2.5.16-1.fc23.noarch How reproducible: always Steps to Reproduce: 1. rhnreg_ks --profilename=docker-f23 --force; Actual results: Traceback (most recent call last): File "/usr/sbin/rhnreg_ks", line 37, in <module> from up2date_client import rhnreg File "/usr/share/rhn/up2date_client/rhnreg.py", line 12, in <module> import dbus ImportError: No module named 'dbus' Expected results: It is possible to register docker instance to spacewalk