Bug 478005

Summary: smoltSendProfile ImportError: No module named os_detect
Product: [Fedora] Fedora Reporter: Jerry Amundson <jamundso>
Component: smoltAssignee: Mike McGrath <mmcgrath>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: 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:

Description Jerry Amundson 2008-12-27 05:20:34 UTC
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

Comment 1 Christopher Beland 2009-01-11 08:06:57 UTC
I was trying to generate a Smolt profile to help debug a kernel issue, but I am having the same problem.

Comment 2 antonio montagnani 2009-01-15 05:39:26 UTC
Same here, trying to generate report for bug #479525 .

Comment 3 Jerry Amundson 2009-01-23 04:23:20 UTC
Fixed with 1.2.3.

Comment 4 Christopher Beland 2009-01-29 07:12:29 UTC
Confirmed the fix in smolt-1.2-3.fc11.noarch.  Thanks!