-
Notifications
You must be signed in to change notification settings - Fork 348
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
OS Compatibility Code Needed #16
Comments
@kylegato Can you let me know what command syntaxes you changed? Thanks |
First, ps needs to be changed. I used: Second, there's no "shred" command on FreeBSD.The coreutils package provides the "gshred" port, which is the gnu shred. This needs to be manually installed. The ping ping, traceoute, etc commands are located elsewhere. The config checks should also check /sbin/, not only /bin: However now when I run "ping" it does nothing and the button becomes clickable right away. Nothing in the Apache logs regarding this. So I assume it's statically looking for the locations defined in configure.sh. And lastly, the test files all give blank pages on FreeBSD. Again, no errors in Apache. Hope this helps. |
OMG... This issue is still not fixed now. Ping/Mtr do not work on CentOS 6 with Apache. |
@Ezerbeth Actually I found the way to solve the blank page in CentOS. It may be caused by the SELinux module. This module, when it is enabled, prevents user I just simply disabled SELinux and it works now. |
There needs to be a method for detecting the operating system, as some program tools have different flags or are missing flags that others may have.
For example LookingGlass does not work out of the box with FreeBSD, you have to change some of the command syntaxes.
The text was updated successfully, but these errors were encountered: