Custom Query (15 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 15)

1 2 3 4 5
Ticket Resolution Summary Owner Reporter
#11 fixed client_script_hook required somebody ramonb
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# 
#10 fixed Python module pxeconfig not found bas Ole.H.Nielsen@…
Description

I installed pxeconfig-3.0.3 according to instructions and did the testing successfully. However, the pxeconfig command fails:

# pxeconfig --version

Traceback (most recent call last):

File "/usr/local/bin/pxeconfig", line 30, in ?

import pxeconfig

ImportError?: No module named pxeconfig

The system is running RedHat? RHEL5.3.

#9 fixed shouldn't need to specify default file upon removal with -r somebody ramon.bastiaans@…
Description
boot.irc.sara.nl:/data/cfengine/config/lisa_ng 
root# pxeconfig -r gb-r26n10
Which pxe config file must we use: ?
1 : default.amd64_base_lenny
2 : default.amd64_debian_installer
3 : default.amd64_lenny_ldap
4 : default.amd64_lenny_lisa
5 : default.amd64_lenny_lisa.torrent
6 : default.batch-ng
7 : default.diagnose_1850
8 : default.flashbackplane
9 : default.flashbios
10 : default.flashbios_a02
11 : default.flashbios_a04
12 : default.flashbmc
13 : default.flashqla
14 : default.gfs_install
15 : default.harddisk
16 : default.i386_debian_installer
17 : default.i686_etch_lisa.torrent
18 : default.memtest
19 : default.rescue_shell
20 : default.wipe
Select a number: 18

boot.irc.sara.nl:/data/cfengine/config/lisa_ng 
root# 

since there can be only 1 symlink per MAC address and -r removes it, it seems pointless to specify a default file

1 2 3 4 5
Note: See TracQuery for help on using queries.