Debian server WAPT2.4.14080
WAPT2.4.14080 Windows console
Repo in Windows 10 Pro 22H2
We currently have two repositories that are working well. We wanted to install a third one as a complement, but when we install the necessary packages..
remote-repo-Nginx
remote-Repo-Conf
We have an error on the NGINX package.
However, the repository appears correctly in the secondary repository and synchronizes properly. On the other hand, the GPO is not applied on any of the workstations because it cannot find the necessary information to install the agent.
Once we remove the rule pointing to this repository, which is causing an error, all machines install correctly. Therefore, I think the repository is completely broken. Installed multiple times and still getting the NGINX error
The future REPO will only include Windows and Chrome.
installing questeducation-remote-repo-nginx(=1.22.1-24)
Install nginx to permit WAPTAgent to become a repository
Create WAPTService directories for nginx
Copy conf file for nginx
Install nginx
Register nginx frontend
Register service "WAPTRepoNginx" with nssm
running command: "W:\wapt\waptservice\win64\nssm.exe" install "WAPTRepoNginx" "W:\wapt\waptservice\nginx\nginx.exe"
Traceback (most recent call last):
File "W:\wapt\common.py", line 4082, in install_wapt
exitstatus = setup.install()
File "C:\Windows\TEMP\wapt_m4zuwu_\setup.py", line 173, in install
File "C:\Windows\TEMP\wapt_m4zuwu_\setup.py", line 150, in install_nginx_service
File "C:\Windows\TEMP\wapt_m4zuwu_\setup.py", line 44, in install_windows_nssm_service
File "W:\wapt\common.py", line 3859, in run
return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))
File "W:\wapt\waptutils.py", line 2118, in run
raise CalledProcessErrorOutput(proc.returncode, cmd, ''.join(output))
waptutils.CalledProcessErrorOutput: Command '"W:\\wapt\\waptservice\\win64\\nssm.exe" install "WAPTRepoNginx" "W:\\wapt\\waptservice\\nginx\\nginx.exe" ' returned non-zero exit status 1.
Output:The specified path could not be found.
CalledProcessErrorOutput: Command '"W:\\wapt\\waptservice\\win64\\nssm.exe" install "WAPTRepoNginx" "W:\\wapt\\waptservice\\nginx\\nginx.exe" ' returned non-zero exit status 1.
Output: The specified path could not be found.
