Works well ! 
Posts
-
Error in creating hostposted in FOG Problems
Hello everyone !
Thereās an error coming from packages/web/lib/fog/hostmanager.class.php at line 195.
In apache error log, it says that strlen function is waiting for a string, but array given.
So new host canāt be created from management page (did not try from fog pxe menu).
If I delete "
$macs = array_values(array_filter((array)$macs, āstrlenā));
if (count($macs) < 1) {
return;
}"
everything works fine.
Version : dev 1.5.10.1862
Thantās all ! -
Error in sending inventoryposted in FOG Problems
Hello everyone !
First, there is a typo in packages/web/service/inventory.php line 23:
āFOGCoree:checkAuthAndCSRF()ā instead of āFOGCore::checkAuthAndCSRF()ā
That creates an error in apache error.log.Second, even after I corrected this typo in my own server, inventory is not sent. No error anymore, everything seems to go fine, but there no inventory in host page.
Version : dev 1.5.10.1862
Thatās all ! -
RE: Filters duplicating from table to othersposted in FOG Problems
@Infojoe I forgot an important information : version 1.5.10.1826
-
Filters duplicating from table to othersposted in FOG Problems
Hello everyone !
Once again āmerci beaucoupā for the job !
I have a problem that exists for a long time.When I filter a table (host name for example), filter is duplicated to other tables in other pages.
Steps to reproduce :
- In hosts page, filter table by hostname (āA01ā for example)
- Go to Snapins management page. Snapin name is filtered with āA01ā
- Reload Snapins management page, filter disappears
In some page, filters causes table to be empty without showing the filter string. Example : Groups page. Reload, itās ok.
Itās seems that filter is copied to the column with the same ādata-columnā id (3 in my example).
Am I alone with this problem ?
-
RE: Slow computer listing and high CPU with version 1.5.1.01798posted in FOG Problems
@Infojoe And a real question : How can I mark this as āsolvedā ?
-
RE: Slow computer listing and high CPU with version 1.5.1.01798posted in FOG Problems
@Tom-Elliott Tested and⦠Perfect ! Thank you very very very much !
Where can change topic status to āSolved by the masterā ? -
RE: Slow computer listing and high CPU with version 1.5.1.01798posted in FOG Problems
@Tom-Elliott I modified the file. No change.
-
RE: Slow computer listing and high CPU with version 1.5.1.01798posted in FOG Problems
@Tom-Elliott No problem.
On my side, I have about 630 hosts. Usually, hosts page loads in a second. -
Slow computer listing and high CPU with version 1.5.1.01798posted in FOG Problems
Hi everyone !
Since I update to 1.5.10.1798, it takes up to 3mn to show full computers listing on index.php?node=host. During this time, php-fpm8.3 consume 100% CPU time.
And all others pages (groups for ex) donāt respond during this time. But they load fine after computers list finally loads.And sometimes, it end up with a gateway timeoutā¦
Am I alone with this problem ?
-
RE: Snapin Pack Arguments double-quotes problemposted in FOG Problems
@Tom-Elliott
Corrected in 1.5.10.1744 !
Thank you mastacontrola and Tom

-
RE: Snapin Pack Arguments double-quotes problemposted in FOG Problems
@slackenberg
New version 1.5.10.1742, same problem.
Itās very dangerous ! In fact, if you update a snapin without writing whole arguments with double-quotes again, theyāre lost and snapin is not executed. -
RE: Snapin Pack Arguments double-quotes problemposted in FOG Problems
My Fog version : 1.5.10.1734 over Ubuntu 22.
It just looks like double-quotes escaping problemā¦
