[Kea-users] Kea-shell error
Francis Dupont
fdupont at isc.org
Mon Jul 15 07:16:05 UTC 2024
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 at 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 <fdupont at isc.org>
PS: "shebang" is the nickname for the #! magic construct.
More information about the Kea-users
mailing list