slow to open
Posts made by wanderson
-
Updating FOG 1.40 to FOG 1.5.0 RC9 (Slow load Fog Settings)
Updating FOG 1.40 to FOG 1.5.0 RC9
Slow load:
- Fog settings
- Storage
HELP-ME
I am Brazilian
-
RE: 1 active task found (error)
solved: update mysql.user set plugin=‘mysql_native_password’;
-
RE: Search failedSyntaxError: Unexpected token < in JSON at position 0
solved: update mysql.user set plugin=‘mysql_native_password’;
-
RE: Ubuntu is FOG's enemy
update mysql.user set plugin=‘mysql_native_password’;
-
RE: Ubuntu is FOG's enemy
@Tom-Elliott said in Ubuntu is FOG's enemy:
ALTER USER ‘root’@‘127.0.0.1’ IDENTIFIED WITH mysql_native_password BY ‘’;
I still have the error, can not I leave the mysql password blank?
-
RE: Search failedSyntaxError: Unexpected token < in JSON at position 0
Problems began to appear after I started adding more than 20 nodes, I’m currently using 34 fog nodes
-
RE: Search failedSyntaxError: Unexpected token < in JSON at position 0
@Tom-Elliott, yes, Was giving HTTP 500 connection errors while doing the image upload task
-
RE: 1 active task found (error)
Thanks, The task was completed correctly, I was just scared even if something went wrong.
-
RE: Ubuntu is FOG's enemy
@Tom-Elliott It seems that so far this command has resolved:
SET PASSWORD FOR ‘root’@‘localhost’ = PASSWORD(‘’);
SET PASSWORD FOR ‘root’@‘127.0.0.1’ = PASSWORD(‘’);chown -R apache:root /var/www/
Praying that the mistake will not happen again!
thanks!!!
-
1 active task found (error)
Server
- FOG Version: 1.40
- OS: CENTOS 7
Client
- Service Version: 1.35
- OS: Windows 7 Professional
Description
-
RE: Search failedSyntaxError: Unexpected token < in JSON at position 0
I will try to apply this rule in apache
<IfModule mpm_prefork_module> StartServers 4 MinSpareServers 20 MaxSpareServers 40 MaxClients 200 MaxRequestsPerChild 4500 </IfModule>```
-
RE: Search failedSyntaxError: Unexpected token < in JSON at position 0
@Tom-Elliott Yes, after a few minutes, give the error http 500
-
RE: Search failedSyntaxError: Unexpected token < in JSON at position 0
@Tom-Elliott Would not the httpd be down?
-
RE: Search failedSyntaxError: Unexpected token < in JSON at position 0
@Tom-Elliott When I restart the server, it works again, but then the error happens again
-
RE: Search failedSyntaxError: Unexpected token < in JSON at position 0
update fog sucess fog 1.40
-
RE: Search failedSyntaxError: Unexpected token < in JSON at position 0
Apache is not able to answer all requests, would it?