You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2020. It is now read-only.
Last command in the installation script is:
sudo make install
This results in the execution of:
chmod +x iouyap
sudo cp iouyap /usr/local/bin
sudo setcap cap_net_admin,cap_net_raw=ep iouyap
Executing '/sbin/getcap $(which iouyap)' to verify capabilities yields nothing.
I believe that the command:
'sudo setcap cap_net_admin,cap_net_raw=ep iouyap'
needs to be run on the iouyap in /usr/local/bin ala perhaps:
'sudo setcap cap_net_admin,cap_net_raw=ep $(which iouyap)'
After I did that, my capabilities were set.
Thanks for all of your hard work, developers!
The text was updated successfully, but these errors were encountered:
I raised this a while ago ( see closed issue #5 ) and although the issue was closed, the 'fix' did not address the issue. I did not catch it as I had already created a wrapper update script that set the capabilities on the appropriate iouyap file in /usr/local/bin.
I hope it is fixed once and for all this time around!
Cheers,
ak.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Last command in the installation script is:
sudo make install
This results in the execution of:
chmod +x iouyap
sudo cp iouyap /usr/local/bin
sudo setcap cap_net_admin,cap_net_raw=ep iouyap
Executing '/sbin/getcap $(which iouyap)' to verify capabilities yields nothing.
I believe that the command:
'sudo setcap cap_net_admin,cap_net_raw=ep iouyap'
needs to be run on the iouyap in /usr/local/bin ala perhaps:
'sudo setcap cap_net_admin,cap_net_raw=ep $(which iouyap)'
After I did that, my capabilities were set.
Thanks for all of your hard work, developers!
The text was updated successfully, but these errors were encountered: