-
Notifications
You must be signed in to change notification settings - Fork 251
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
fping not working on Synology DiskStation. #201
Comments
I've run into this issue while running a newer version of the While the code does include a message for this problem the error happens before the options are parsed and Considering |
Hi, Best regards, |
We should implement a better failure mode when this happens, i.e. output an error when getprotobyname fails. Anybody willing to create a pull request? |
I was experiencing this issue on an ASUSTOR AS6604 NAS with fping 5.0-1 installed via entware. I fixed it by copying the /etc/protocols file from an Ubuntu 21.10 machine to the NAS /etc/protocols file. The Ubuntu file was significantly longer and had more entries, specifically for IPv6 protocols. fping responded correctly after that. |
Hi, from a cursory glance at the code I think moving
|
error message behavior has been improved in #303 |
Tried from Entware, and compiling myself.
It installs, I can change permissions for setuid, but only fping -h returns something. Anything else returns nothing (and return code 4), even fping -v
The text was updated successfully, but these errors were encountered: