Modify ↓
Opened 13 years ago
Closed 13 years ago
#11 closed defect (fixed)
client_script_hook required
Reported by: | ramonb | Owned by: | somebody |
---|---|---|---|
Priority: | major | Component: | pxeconfig |
Version: | 3.1.0 | Keywords: | |
Cc: |
Description
if client_script_hook is not set in /etc/pxeconfig.conf, the pxeconfig command gives an error. It seems the option is required.
08:42 newinstall.gina.sara.nl:/ root# pxeconfig am93-01 Which pxe config file must we use: ? 1 : default.ce_install 2 : default.ce_install.old 3 : default.centos5 4 : default.centos5_netinstall 5 : default.check_harddisks 6 : default.delldiag 7 : default.dellhddietstool 8 : default.flash_mgt_bios 9 : default.flash_twin_bios 10 : default.maarten.bla 11 : default.memtest 12 : default.oldkernel 13 : default.rescue_shell 14 : default.rescue_shell64 15 : default.sl47_netinstall 16 : default.sl4_blade 17 : default.wn_install 18 : default.wn_install.sl3 19 : default.wn_install.twin 20 : default.wn_install.twin.mgt 21 : default.xen_install Select a number: 3 Traceback (most recent call last): File "/usr/bin/pxeconfig", line 41, in ? pxeconfig.main() File "/usr/lib/python2.4/site-packages/pxeconfig/pxeconfig.py", line 317, in main parser(sys.argv, settings) File "/usr/lib/python2.4/site-packages/pxeconfig/pxeconfig.py", line 291, in parser if settings['client_script_hook']: KeyError: 'client_script_hook' 08:43 newinstall.gina.sara.nl:/ root# rpm -qa | grep pxeconfig pxeconfig-3.1.0-1 08:43 newinstall.gina.sara.nl:/ root#
Attachments (0)
Change History (1)
comment:1 Changed 13 years ago by bas
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [177]) New version with some minor bug fixes, closes #11