Bug 476291 - Cobbler : missing genisoimage in Require
Summary: Cobbler : missing genisoimage in Require
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: cobbler
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Michael DeHaan
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-12-12 21:07 UTC by Fabien Georget
Modified: 2008-12-13 16:13 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-12-13 16:13:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Fabien Georget 2008-12-12 21:07:10 UTC
Description of problem:

"mkisofs", provided by "genisoimage" package is not installed with cobbler.


Version-Release number of selected component (if applicable):
cobbler-1.2.9-1.fc10.noarch
genisoimage-1.1.8-1.fc10.x86_64


Steps to Reproduce:
just run "cobbler buildiso"

Actual results :
# cobbler buildiso                                                                                   
- using/creating tempdir: /root/buildiso                                                                            
- building tree for isolinux                                                                                        
- copying miscellaneous files                                                                                       
- copying kernels and initrds - for profiles                                                                        
- generating a isolinux.cfg                                                                                         
- generating profile list...                                                                                        
- done writing config                                                                                               
- running: mkisofs -o kickstart.iso -r -b isolinux/isolinux.bin -c isolinux/boot.cat  -no-emul-boot -boot-load-size 4   -boot-info-table -V Cobbler\ Install -R -J -T /root/buildiso
/bin/sh: mkisofs: command not found                                                                                                                                                 
mkisofs failed  

Expected results :
# cobbler buildiso
(...)
- running: mkisofs -o kickstart.iso -r -b isolinux/isolinux.bin -c isolinux/boot.cat  -no-emul-boot -boot-load-size 4   -boot-info-table -V Cobbler\ Install -R -J -T /root/buildiso
I: -input-charset not specified, using utf-8 (detected in locale settings)
Size of boot image is 4 sectors -> No emulation
 50.65% done, estimate finish Fri Dec 12 21:43:53 2008
Total translation table size: 4029
Total rockridge attributes bytes: 1320
Total directory bytes: 4700
Path table size(bytes): 40
Max brk space used 0
9881 extents written (19 MB)
ISO build complete
You may wish to delete: /root/buildiso
The output file is: kickstart.iso

Comment 1 Michael DeHaan 2008-12-13 16:13:19 UTC
Fixed in next release, thanks


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