FOG service is too long to stop
-
Hello,
on my clients Linux - Ubuntu 20 and CentOS 7 - when I stop FOGService, it takes exactly 1m30 to stop.
The version on the server is FOG 1.5.8 and the version on the clients is 0.11.19
I have not found any parameter which could explain that long time.
Thanks for your help,
Adrien17 -
@adrien17 If I had to guess, it’s likely related to mono.
Please see if installing the latest stable of Mono helps:
https://www.mono-project.com/download/stable/#download-lin-ubuntu
Thank you,
-
@adrien17 That version of the fog-client software is still using an older version of a library (called Quartz) which is causing this issue. See more details on this here: https://github.com/FOGProject/fog-client/issues/93
The issue is fixed in fog-client version 0.12.0.
-
Yes, it works.
Thanks a lot.
Adrien17