@Infojoe I forgot an important information : version 1.5.10.1826
Posts
-
RE: Filters duplicating from table to othersposted in FOG Problems
-
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… -
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
