MarcSamD
MarcSamD
Hi there, I have similar issue and didn't find the root cause but still have some findings and guess below: 1. This issue does not appear on manual installation of...
Hi @g-bougard The VBS script that I used is the [Dec 22, 2023](https://github.com/glpi-project/glpi-agent/blob/develop/contrib/windows/glpi-agent-deployment.vbs ) one (feat: GLPI Agent 1.7.1 release). The service error in my previous screenshot is the first...
All the properties are the same, the only difference is the user (system vs normal admin user). #### Details of the differences: All the `*Folder` properties will be `C:\Windows\system32\config\systemprofile\*` vs...
Hi @g-bougard , no the OS is Windows 10 Enterprise 22H2. WindowsBuild = 9600 is not reserved only for Windows 8.1. Windows 10 can be from [9400 and higher](https://tarma.com/support/im9/using/symbols/variables/windowsbuild.htm) and...
1. I did reproduce the issue with a nightly build (1.8-gitb99231f3). 2. There are error messages before, about failing to stop the service: ``` MSI (s) (40:D0) [16:51:44:258]: Executing op:...
That's not completely the same case, but still find below my feedback about a closely related issue (**single question** with nested queries and Field Filters): ### First case: This nested...
Hi @g-bougard , we still have this error on 1.8. Also happening on Windows 10 with slightly different message: `[Thu May 16 09:40:31 2024][error] cannot parse C:\Program Files\GLPI-Agent\perl\vendor\lib\Mozilla\CA\cacert.pem as PEM...
1. Logs: ``` C:\Program Files\GLPI-Agent>glpi-agent --logger=stderr --debug --debug --force --task=Collect [debug] Logger backend Stderr initialized [debug] Logger backend File initialized [debug] GLPI Agent (1.8) [debug] Configuration directory: C:/Program Files/GLPI-Agent/etc [debug]...
Many sensitive information so I sent them to your email. And adding GLPI to the PATH did not work.
> * copy `libssl-3__.dll` & `libcrypto-3__.dll` from `C:\Program Files\GLPI-Agent\perl\bin` to the `C:\Program Files\GLPI-Agent\perl\vendor\lib\auto\Net\SSLeay` folder. I also confirm that it solved the issue (even no need to restart GLPI-Agent). So I...