Andrea Lenarduzzi via Kea-users writes:
> I've Kea 2.6 on Debian 12 vm
> This is error lunching:
> kea-shell --host 127.0.0.1  --port 8000 --auth-user admin --auth-password
> "xxxxxxxx" --service dhcp4 list-commands
> -bash: /usr/sbin/kea-shell: cannot execute: required file not found
>
> root@kea-lab:~# find / -name kea-shell
> /usr/sbin/kea-shell
> Then executable file there is in my system
>
> What is missing file?

=> it is a bash error usually from a bad shebang: please check the first
line of /usr/sbin/kea-shell: it should be a shebang for a python interpreter
which must exist in your path.

Regards

Francis Dupont <fdup...@isc.org>

PS: "shebang" is the nickname for the #! magic construct.
-- 
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.

Kea-users mailing list
Kea-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to