glass-isc-dhcp
glass-isc-dhcp copied to clipboard
Permission Denied
Running in a docker container: I don't think I'm use DHCPD pools, DHCPD is in another container, any ideas? ror: Command failed: ./bin/dhcpd-pools -c /etc/dhcp/dhcpd.conf -l /var/lib/dhcp/dhcpd.leases -f j -A -s e /bin/sh: 1: ./bin/dhcpd-pools: Permission denied
problem seems to be that dhcpd-pools is not executable do a chmod +x dhcpd-pools will solve the problem
Is that run on the host or inside the container?
$ docker-compose up -d glass && docker-compose exec glass chmod +x ./bin/dhcpd-pools