Page 1 of 1

WUA

Published: November 21, 2018 - 09:11
by guigeek
Hi,
I'm testing the enterprise version, specifically the WUA section.
I'm having trouble with updates that won't download. I'm behind a proxy server, and I'm not sure where to specify that... Also, since there were download errors, I can't force the download; no downloads will start at all.
Finally, a minor bug, but I thought I'd mention it: in the Windows Update downloads section, if I delete a record, it reappears as soon as I switch tabs and come back...
That's all.
Thanks for your help!
Best regards,
Guillaume

Re: WUA

Published: November 21, 2018 - 10:55 AM
by htouvet
For the downloading part, you might need to add a proxy declaration on the server
file /opt/wapt/waptserver.ini
Add something like this:

Code: Select all

http_proxy=http://proxy.mondomaine.local:3128
and restart the waptserver and wapttasks services

Code: Select all

systemctl restart waptserver
systemctl restart wapttasks

The feature to delete Windows updates not included in the grids was added in version 1.7.1.1 (in the nightly builds...)

Thank you for the feedback.

Re: WUA

Published: November 21, 2018 - 2:07 PM
by guigeek
THANKS ;)

Re: WUA

Published: November 28, 2018 - 4:13 PM
by guigeek
Hi,
thanks for the info.
I'm getting some strange behavior when I click on "Trigger the scan of missing updates." The computer appears as RUNNING on the console, but nothing happens on the client side.
There's nothing in the logs...
It's very strange... any ideas?
Thanks in advance.