Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chybějící balíčky - Debian 10 (Buster) #14

Open
TrustWire opened this issue Sep 16, 2019 · 0 comments
Open

Chybějící balíčky - Debian 10 (Buster) #14

TrustWire opened this issue Sep 16, 2019 · 0 comments

Comments

@TrustWire
Copy link

Pro správnou funkčnost rad_eap_test je potřeba v Debianu Buster doinstalovat balíčky bc a libnl-genl-3-200

root@radius:~# rad_eap_test -H 127.0.0.1 -P 1812 -S secret -u testuser@realm.domain -p password -m WPA-EAP -e PEAP -t 5 2>&1 | head -n 2
bc is required by rad_eap_test, please install if first.
root@radius:~# apt -y install bc
root@radius:~# rad_eap_test -H 127.0.0.1 -P 1812 -S secret -u testuser@realm.domain -p password -m WPA-EAP -e PEAP -t 5 2>&1 | head -n 1
eapol_test returned error: /usr/local/bin/eapol_test: error while loading shared libraries: libnl-genl-3.so.200: cannot open shared object file: No such file or directory
root@radius:~# apt -y install libnl-genl-3-200
root@radius:~# rad_eap_test -H 127.0.0.1 -P 1812 -S secret -u testuser@realm.domain -p password -m WPA-EAP -e PEAP -t 5
access-accept; 0.53 sec |rtt=533ms;;;0;5000 accept=1;0.5:;0:;0;1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant