Bug 414661

Summary: rhn-satellite-exporter --make-iso option breaks if mkisofs is not installed
Product: Red Hat Satellite 5 Reporter: Pradeep Kilambi <pkilambi>
Component: Satellite SynchronizationAssignee: Pradeep Kilambi <pkilambi>
Status: CLOSED CURRENTRELEASE QA Contact: wes hayutin <whayutin>
Severity: low Docs Contact:
Priority: low    
Version: 510   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: sat510 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-03 00:19:10 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:
Bug Depends On:    
Bug Blocks: 248627    

Description Pradeep Kilambi 2007-12-06 19:18:36 UTC
Description of problem:

rhn-satellite-exporter tool with --make-iso option  fails if mkisofs package is
not installed..

 [root@rlx-0-22 satellite_tools]# rhn-satellite-exporter
--db=rhnsat/rhnsat@rhnsat --dir=/tmp/dumps --start-date=20070106000000 -c
rhn-tools-rhel-i386-server-5 --debug=5 --make-iso=cd
....

18:13:14 Number of kickstart files exported: 0
sh: mkisofs: command not found
---------- 1/3
Creating /tmp/dumps/satellite-isos/rhn-export-20070106000000-20071206181310.0-01.iso

---------- 2/3
Creating /tmp/dumps/satellite-isos/rhn-export-20070106000000-20071206181310.0-02.iso

---------- 3/3
Creating /tmp/dumps/satellite-isos/rhn-export-20070106000000-20071206181310.0-03.iso

sh: mkisofs: command not found
sh: mkisofs: command not found

Comment 1 Pradeep Kilambi 2007-12-06 19:33:34 UTC
Sending        satellite_tools/geniso.py
Sending        satellite_tools/intersat_sync/iss.py
Transmitting file data ..
Committed revision 134567.

after the fix:

 [root@rlx-0-22 satellite_tools]# rhn-satellite-exporter
--db=rhnsat/rhnsat@rhnsat --dir=/tmp/dumps --start-date=20070106000000 -c
rhn-tools-rhel-i386-server-5 --debug=5 --make-iso=cd
....

Exporting: #################### - Done!
18:16:51 Amount of kickstart data exported: 0


18:16:51 Exporting kickstart files...
           ____________________
Exporting: #################### - Done!
18:16:51 Number of kickstart files exported: 0
ERROR:: mkisofs is not Installed. Cannot Proceed iso build. Please install
mkisofs and rerun this command.


Comment 2 wes hayutin 2007-12-12 14:34:03 UTC
verified build 28

Comment 3 Brandon Perkins 2008-04-03 00:19:10 UTC
5.1 Sat GA so Closed for Current Release.