From: vasos g <ba...@gm...> - 2013-09-11 10:04:51
|
Nope, I just checked it. Its broken duo to a php incobatibility. Quick patch attached. But it raises warnings caused by php 5.4 incompatibilites.... On 11/09/13 11:53, vasos g wrote: > Sorry, can we continue discussion on the mailing list? Please no CC to > specific mails. > V.g. > > On 11/09/13 10:55, Radovan Drahovsky wrote: >> Hello Vasos >> >> Thank you very much for your kindly reply and support. >> >> I have tested and doublechecked everything but unfortunately apache >> user can read file without any problem. >> >> I would like to ask you very kindly if you can please suggest some >> another stuff which is worth to doublechesk, please? >> I really appreciate all your support. >> Please see attached report from my findings, please. >> >> Find out http user: >> >> [root@manitou ~]# *ps -ef | grep http* >> root 1873 1 0 Sep09 ? 00:00:05 /usr/sbin/httpd -k start >> apache 2027 1873 0 Sep09 ? 00:00:00 /usr/sbin/httpd -k start >> apache 2028 1873 0 Sep09 ? 00:00:00 /usr/sbin/httpd -k start >> apache 2029 1873 0 Sep09 ? 00:00:00 /usr/sbin/httpd -k start >> apache 2030 1873 0 Sep09 ? 00:00:00 /usr/sbin/httpd -k start >> apache 2031 1873 0 Sep09 ? 00:00:00 /usr/sbin/httpd -k start >> apache 2032 1873 0 Sep09 ? 00:00:00 /usr/sbin/httpd -k start >> apache 2034 1873 0 Sep09 ? 00:00:00 /usr/sbin/httpd -k start >> apache 2036 1873 0 Sep09 ? 00:00:00 /usr/sbin/httpd -k start >> root 8836 8652 0 19:37 pts/0 00:00:00 grep --color=auto http >> [root@manitou ~]# >> >> >> Verify routers.ini permissions: >> >> [root@manitou ~]# *ls -l /var/www/html/wifiadmin/config/routers.ini* >> -rw-r--r--. 1 root apache 86 Sep 8 19:15 >> /var/www/html/wifiadmin/config/routers.ini >> [root@manitou ~]# *ls -lZ /var/www/html/wifiadmin/config/routers.ini* >> -rw-r--r--. root apache system_u:object_r:httpd_sys_content_t:s0 >> /var/www/html/wifiadmin/config/routers.ini >> >> >> Verify if apache user can read routers.ini file: >> >> [root@manitou ~]# *sudo -u apache cat >> /var/www/html/wifiadmin/config/routers.ini* >> [manitou] >> access_mode = local >> description = >> system_flavor = linux >> url = >> username = >> >> >> Version of PHP: >> >> [root@manitou wifiadmin]# *rpm -qa | grep php* >> php-mysql-5.4.17-2.fc17.x86_64 <http://php-mysql-5.4.17-2.fc17.x86_64/> >> php-common-5.4.17-2.fc17.x86_64 <http://php-common-5.4.17-2.fc17.x86_64/> >> php-ldap-5.4.17-2.fc17.x86_64 <http://php-ldap-5.4.17-2.fc17.x86_64/> >> rrdtool-php-1.4.7-5.fc17.x86_64 <http://rrdtool-php-1.4.7-5.fc17.x86_64/> >> php-cli-5.4.17-2.fc17.x86_64 <http://php-cli-5.4.17-2.fc17.x86_64/> >> php-pdo-5.4.17-2.fc17.x86_64 <http://php-pdo-5.4.17-2.fc17.x86_64/> >> >> >> Thank you very much. >> >> Regards. >> >> Rad. >> >> >> ---------- Pu*vodní zpráva ---------- >> Od: vasos g <ba...@gm...> >> Datum: 10. 9. 2013 >> Pr(edme(t: Re: routers.ini >> >> >> On 10/09/13 11:21, Radovan Drahovsky wrote: >> > Dear WiFiAdmin Developers, >> > >> > Thank you very much for your very valuable and interesting work. I >> > really very apreciate your great work. >> > >> > I would like to ask you very kindly if you can help me with >> following >> > error, please? >> > (my hostapd is working fine - I just want to add your very nice >> and >> > very usefull GUI) >> > >> > Error from webserver on webbrowser: >> > ROUTER SELECTION Error: Please verify the contents of >> > config/routers.ini. Read the README for more information. Current >> > router name: >> > >> > routers.ini file: >> > /var/www/html/wifiadmin/config/routers.ini >> > [manitou] >> > access_mode = local >> > description = >> > system_flavor = linux >> > url = >> > username = >> > >> > >> > Thank you very much. >> > Regards. >> > Rad >> >> >> Hello >> please verify that this file (routers.ini) is readable as the >> webserver >> user. >> E.g. in a root shell try >> # sudo -u <webserver-user> cat <full/path/to/routers.ini> >> > > Can you try theese (one at a time): > 1) Clear you browser cookies and retry > 2) Verify that that the mysql database is populated correctly (e.g. > reinstall) > > Did you upgrade from a previous wifiadmin version ? > > By the way this software has not been tested with php 5.4 so be prepared. > > V.g. > > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > > > _______________________________________________ > Wifiadmin-users mailing list > Wif...@li... > https://lists.sourceforge.net/lists/listinfo/wifiadmin-users |