Bug 170675 - rhn-satellite-exporter needs a --print-configuration option
Summary: rhn-satellite-exporter needs a --print-configuration option
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Network
Classification: Retired
Component: RHN/Backend
Version: rhn410
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: John Wregglesworth
QA Contact: Fanny Augustin
URL:
Whiteboard:
Depends On:
Blocks: 128866
TreeView+ depends on / blocked
 
Reported: 2005-10-13 17:42 UTC by John Wregglesworth
Modified: 2007-04-18 17:32 UTC (History)
1 user (show)

Fixed In Version: rhn405
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-25 05:52:41 UTC
Embargoed:


Attachments (Terms of Use)

Description John Wregglesworth 2005-10-13 17:42:00 UTC
Description of problem: rhn-satellite-exporter needs a --print-configuration
option that will let the user see the current configuration settings that
rhn-satellite-exporter will use.

Comment 1 John Wregglesworth 2005-11-14 17:29:00 UTC
Test Plan:

1. Run rhn-satellite-exporter with the --print-configuration option and make
sure that it prints out the configuration options contained in /etc/rhn/rhn.conf.

      rhn-satellite-exporter --print-configuration


Comment 2 Fanny Augustin 2005-11-22 17:42:56 UTC
The tool is broken.  Please see the two tracebacks below:


[root@rlx-3-14 ~]# rhn-satellite-exporter --channel=rhel-i386-as-4 --dir=myexports
Traceback (most recent call last):
  File "/usr/bin/rhn-satellite-exporter", line 5, in ?
    from satellite_tools.intersat_sync import iss
  File "/usr/share/rhn/satellite_tools/intersat_sync/iss.py", line 8, in ?
    import dumper
  File "/usr/share/rhn/satellite_tools/intersat_sync/dumper.py", line 20, in ?
    from string_buffer import StringBuffer
ImportError: No module named string_buffer


[root@rlx-3-14 ~]# rhn-satellite-exporter --help
Traceback (most recent call last):
  File "/usr/bin/rhn-satellite-exporter", line 5, in ?
    from satellite_tools.intersat_sync import iss
  File "/usr/share/rhn/satellite_tools/intersat_sync/iss.py", line 8, in ?
    import dumper
  File "/usr/share/rhn/satellite_tools/intersat_sync/dumper.py", line 20, in ?
    from string_buffer import StringBuffer
ImportError: No module named string_buffer


ISO: rhn-satellite-4.0.5-2-redhat-linux-as-i386-4-embedded-oracle.iso

Comment 3 John Wregglesworth 2005-11-29 17:45:47 UTC
The reason it failed was because I missed a file in the Makefile and spec file.
string_buffer.py has been added and the rhns packages rebuilt. The changes are
in the 4.0.5-28 or later rhns-satellite-tools package.

Comment 4 Fanny Augustin 2005-12-05 20:53:01 UTC
Looks good on QA

Comment 5 Todd Warner 2006-01-25 05:52:41 UTC
Released.


Note You need to log in before you can comment on or make changes to this bug.