@george1421
Fog failed to connect to the backend (FCGI: attempt to connect to 127.0.0.1:9000 (*) failed)
Posts made by ElNatcho
-
RE: Slow Fog 1.5.X WebUI due to Storage Node
-
RE: Slow Fog 1.5.X WebUI due to Storage Node
@george1421
I tried both (commenting only “SetHandler appplication/x-httpd-php” out and commenting both out) -
RE: Slow Fog 1.5.X WebUI due to Storage Node
@george1421
The grep command gave the following output:mods-available/php7.0.conf: SetHandler application/x-httpd-php mods-available/php7.0.conf: SetHandler application/x-httpd-php-source mods-enabled/php7.0.conf: SetHandler application/x-httpd-php mods-enabled/php7.0.conf: SetHandler application/x-httpd-php-source
I’ve commented all of them out and now only the “php -q …” processes are on top of top (and logically the login page won’t display properly any more)
-
RE: Slow Fog 1.5.X WebUI due to Storage Node
@george1421
I doubled the “pm.” entrys by mistake and after deleting the surplus entries the service started without errors. But now even accessing the login page is very slow. My current settings are:php_admin_value[memory_limit] = 256M pm.max_requests = 0 pm.max_children = 5 pm.min_spare_servers = 1 pm.start_servers = 2
I also tried altering all setting to your values and then I could access the login page normally again. But the login still wont work
-
RE: Slow Fog 1.5.X WebUI due to Storage Node
@george1421
I’ve added your lines to the php-fpm but after that the php7.0-fpm.service wont start at all (code=exited status=78). -
RE: Slow Fog 1.5.X WebUI due to Storage Node
@george1421
I looked up the CPU usage and it appears that apache is on top of the process list often but not always. php-fpm is shown but needs very little processing power.
I noticed that while logging in apache is on the top the most of the time. But I also see “/usr/bin/php -q /opt/fog/service/<fogstuff>” very often. -
RE: Slow Fog 1.5.X WebUI due to Storage Node
Hey george1421,
sorry for my late reply but I wasn’t able to access the fog server in the last week and won’t be able to access it in the next two days. But as soon as I can I’ll test if the php-fpm is the alleged cause of my problem.
One thing which I forgot to mention is that after I noticed the slow UI I upgraded it to 1.5.4. -
Slow Fog 1.5.X WebUI due to Storage Node
Hello,
I recently installed fog 1.5.1 on a Debian 9.4 system. Until then I used FOG 1.2.0.
Everything worked fine until I added a Windows Storage Node. Since then the
WebUI is incredible slow (Especially when I log in or when I open the Storage-Tab. Most of the time the login page will time out).I found some forum entries and articles which suggest that something is wrong
with the php Code which accesses the storage node but I didn’t find a fix.
I also tried downgrading to 1.4.4. That solved the speed issue but brought overall more problems than solutions.So can anyone imagine what the problem is and how I could fix it?
Any help would be greatly appreciated and thanks in advanced.