Apache is giving error message when attempting to use ping scan.
Here is the error in the log file:
sh: warning: setlocale: LC_ALL: cannot change locale (en): No such file or directory
Running version IPAM v1.0
CentOS 6.5
Kernel 2.6.32-431.11.2.el6.x86_64
Server version: Apache/2.2.15 (Unix)
Mysql 5.1.73
PHP 5.3.3
echo $LANG
en_US.UTF-8
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2014-06-06
Hi George, try this command:
locale -a
and search for en. If it is missing you can either generate with locale-gen or change from en to en_US in settings and copy lang directory with new name.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2014-06-17
The problem wasn't the locale setting, it was the language named on the website Languages page. So the error has disappeared now, but ping doesn't do anything.
The real problem was that selinux was blocking ping from working. I tested by turning it off and testing (seenforce 0). Then I made a rule to allow it to work with selinux.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
it is normal for no return to be provided but if you are not seeing anything change, check the timestamps on the last seen date.
I have lodged a bug report for a problem i have found here:
https://sourceforge.net/p/phpipam/bugs/203/
Apache is giving error message when attempting to use ping scan.
Here is the error in the log file:
sh: warning: setlocale: LC_ALL: cannot change locale (en): No such file or directory
Running version IPAM v1.0
CentOS 6.5
Kernel 2.6.32-431.11.2.el6.x86_64
Server version: Apache/2.2.15 (Unix)
Mysql 5.1.73
PHP 5.3.3
echo $LANG
en_US.UTF-8
Hi George, try this command:
locale -a
and search for en. If it is missing you can either generate with locale-gen or change from en to en_US in settings and copy lang directory with new name.
The problem wasn't the locale setting, it was the language named on the website Languages page. So the error has disappeared now, but ping doesn't do anything.
The real problem was that selinux was blocking ping from working. I tested by turning it off and testing (seenforce 0). Then I made a rule to allow it to work with selinux.