Custom Query (15 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 15)

1 2 3 4 5
Ticket Resolution Summary Owner Reporter
#17 fixed client_script_hook add/remove bas ramonb
Description

Whenever pxeconfig <host> is called, the client_script_hook is called.

But when you run pxeconfig <host> you want for example a firewall rule to be _added_, when you run pxeconfig -r <host> you want the firewall rule to be _removed_.

Perhaps there should be two types of hooks:

  • client_script_add_hook
  • client_script_remove_hook
#7 invalid PXE_CONF_DIR should be configurable somebody ramonb@…
Description

The 'PXE_CONF_DIR' path (/tftpboot/pxelinux.cfg) is now hardcoded in the pxeconfig utility.

Could this be made configurable? Perhaps through a configfile.

install.gina.sara.nl:/data/cfengine/data 
root# apt-show-versions | grep pxeconfig
pxeconfig/etch uptodate 2.0.0-1

install.gina.sara.nl:/data/cfengine/data 
root# grep ^PXE_CONF_DIR `which pxeconfig`
PXE_CONF_DIR='/tftpboot/pxelinux.cfg'

install.gina.sara.nl:/data/cfengine/data 
root#

Our pxelinux.cfg is in a alternate location (/data/tftpboot/pxelinux.cfg) and we now have to manually edit the pxeconfig utility after each upgrade.

#18 wontfix Question about Bittorrent and the masterscript bas Tissam
Description

Hi,

I actualy use this masterscript https://oss.trac.surfsara.nl/sali/browser/trunk/example/masterscript.new

It works very good with the rsync protocol but not with the bittorrent . I tried to edit the script, but i didn't succed. It stops when the bittorent transfert begin, after the call to function getimage. I obtain :

Starting download tarball image_ubuntu.tar.gz via torrent to location /tmp/usr/bin/aria2c --enable-rpc --human-readable=false --dir /tmp /torrent/image-ubuntu.tar.gz.torrent Downloading : 0 percent at bytes/sec Downloading : 0 percent at bytes/sec Downloading : 0 percent at bytes/sec ...

May i have your help please ?

Ibtissam

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