Page 1 of 1

error deposited on Windows client

Published: September 3, 2020 - 5:42 PM
by Jonathan K.
Good morning,

I'm continuing my repository tests, this time on a Windows 7 (64-bit) system

The client is configured with the repo-conf package as well as with the repo-nginx package.
It does indeed bring up the repository tab and the synchronization with the main server is OK.
When I test the link: https://ip_dudepot/waptwua/wsusscn2.cab I get a 404 error from nginx.
Here is the error that a customer reported to me:

Code: Select all

Start Windows Updates Scans

Ensure wuauserv Auto Update option is disabled
Scanning with windows updates rules:
{
 "direct_download": false, 
 "default_allow": false, 
 "install_delay": "7d", 
 "download_scheduling": "1d", 
 "filter": "Type='Software' or Type='Driver'", 
 "install_scheduling": null
}

Unable to refresh wsusscan cab, using old one. (error: HTTPError: 404 Client Error: Not Found for url: https://ip/waptwua/wsusscn2.cab)
Looking for updates with filter: Type='Software' or Type='Driver'
   Connecting to local update searcher using offline wsusscn2 file...
   Offline Update searcher ready...
   

Re: Error filing on Windows client

Published: September 4, 2020 - 11:05 AM
by Jonathan K.
Good morning,

After testing, it seems that the configuration

Code: Select all

local_repo_path = S:\wapt\
This is a problem. If I place the files from the folder above into the folder C:\Program Files (x86)\wapt\repository\waptwua Everything works well.

Have I missed something? Are there any special permissions to apply to the folder chosen for the local_repo_path?