Bug 478005
| Summary: | smoltSendProfile ImportError: No module named os_detect | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jerry Amundson <jamundso> |
| Component: | smolt | Assignee: | Mike McGrath <mmcgrath> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | antonio.montagnani, beland, jeff, mmcgrath |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-01-23 04:23:20 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 was trying to generate a Smolt profile to help debug a kernel issue, but I am having the same problem. Same here, trying to generate report for bug #479525 . Fixed with 1.2.3. Confirmed the fix in smolt-1.2-3.fc11.noarch. Thanks! |
Description of problem: smoltSendProfile ImportError: No module named os_detect Version-Release number of selected component (if applicable): smolt-1.2-2.fc11.noarch How reproducible: always Steps to Reproduce: 1. smoltSendProfile 2. 3. Actual results: Error Expected results: Sent profile. Additional info: [root@walnut ~]# smoltSendProfile -d -a Traceback (most recent call last): File "/usr/bin/smoltSendProfile", line 32, in <module> import smolt File "/usr/share/smolt/client/smolt.py", line 46, in <module> import config File "/usr/share/smolt/client/config.py", line 4, in <module> import os_detect ImportError: No module named os_detect