glass-isc-dhcp icon indicating copy to clipboard operation
glass-isc-dhcp copied to clipboard

Permission Denied

Open josjaf opened this issue 5 years ago • 3 comments

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

josjaf avatar Aug 24 '19 22:08 josjaf

problem seems to be that dhcpd-pools is not executable do a chmod +x dhcpd-pools will solve the problem

idefixcert avatar Oct 04 '19 09:10 idefixcert

Is that run on the host or inside the container?

josjaf avatar Oct 18 '19 14:10 josjaf

$ docker-compose up -d glass && docker-compose exec glass chmod +x ./bin/dhcpd-pools

paulb-smartit avatar Sep 08 '20 10:09 paulb-smartit