Problem with Release/Expiry "Raw packet not avaiable"

Daniel D G ddgoncalves at gmail.com
Tue Jan 27 21:00:53 UTC 2009


I have the following problem using "on release" and "on expiry:

Version: 3.1.1

Inside the "subnet":

on release { execute("/tmp/ac.sh", "del", binary-to-ascii (16, 8, ":",
substring(hardware, 1, 6)), binary-to-ascii (10, 8, ".", leased-address)); }
on expiry { execute("/tmp/ac.sh", "del", binary-to-ascii (16, 8, ":",
substring(hardware, 1, 6)), binary-to-ascii (10, 8, ".", leased-address)); }

log:

Jan 27 18:36:19 hostname dhcpd: execute_statement argv[0] = /tmp/ac.sh
Jan 27 18:36:19 hostname dhcpd: execute_statement argv[1] = del
Jan 27 18:36:19 hostname dhcpd: data: hardware: raw packet not available

/tmp/ac.sh:

#!/bin/sh

echo "$1 $2 $3" >> /tmp/action

which means this ?
Jan 27 18:36:19 hostname dhcpd: data: hardware: raw packet not available


--
Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20090127/42da2901/attachment.html>


More information about the dhcp-users mailing list