@Infojoe And a real question : How can I mark this as “solved” ?
Posts
-
RE: Slow computer listing and high CPU with version 1.5.1.01798posted in FOG Problems
-
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… -
Snapin Pack Arguments double-quotes problemposted in FOG Problems
Hello everyone !
When snapin pack management page is loaded, double quotes in snapin arguments are not well escaped and only ‘/c’ remains (batch script) instead of ‘/c “[FOG_SNAPIN_PATH]\drivers.cmd”’. It looks like this :

In page code, it looks like this :
<input type=“text” class=“snapinrwa-input cmdlet2 form-control” name=“rwa” id=“snaprwa” value=“/c " [fog_snapin_path]=”" drivers.cmd"“=”">If I update snapin without full putting the whole again code, only “/c” remains.
Am I the only one with this problem ?
Thank you for the great job on this software anyway
