Custom Query (15 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 15)

1 2 3 4 5
Ticket Resolution Summary Owner Reporter
#6 fixed Adding pading character bas bas
Description

Hi Bas,

I'm about to add 50 new servers to our cluster, and I came across a minor bug in pxeconfig. The new nodes will be q089...q138, but how do I specify this with pxeconfig ? The obvious way is to use 3-digit start and end numbers, but pxeconfig doesn't like that:

# pxeconfig --basename q -s 089 -e 138 -f default.memdisk_x3455_broadcom_fw_204 q89 not an valid hostname: (-2, 'Name or service not known')

The workaround is to split the range into 89..99 and 100..138. But perhaps pxeconfig could be modified into using 3 digits is I specify the numbers with 3 digits ?

Thanks a lot, Ole

#8 fixed replace getopt function by OptionParser somebody bas
Description

Is much simpler

#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.