Page 1 of 2

[SOLVED] Error downloading WSUSSCAN

Published: June 9, 2023 - 2:50 PM
by elchapulin
Hello,
I'm testing WAPT Enterprise for my association, and so far everything is working.
The agent is created and deployed on a VM in a "LAB" OU.
I can deploy packages, however, I'm getting the message "ERROR DOWNLOADING WSUSSCAN" in the WUA column, which I can't resolve.
Can you help me, please?
Sincerely,
El Chapulin.

Re: Error downloading WSUSSCAN

Published: June 9, 2023 - 3:32 PM
by sfonteneau
Hello,

in the Windows Update tab of the console, click on "Download the WSUSScan cab from Microsoft" (this is done automatically every night).
Then click on "View download history." A download task should have downloaded the wsusscn2.cab file.

Check for any errors.

You can now run another scan on the machines.

Re: Error downloading WSUSSCAN

Published: June 9, 2023 - 6:33 PM
by elchapulin
Hello,
thank you for your feedback.
It seems it's not working, see attached image.
Thank you for your help. :)

Re: Error downloading WSUSSCAN

Published: June 12, 2023 - 09:38
by sfonteneau
In the message column you can read the error message.

Often this happens when you have a proxy and it has not been declared in the wapt configuration.

https://www.wapt.fr/fr/doc/wapt-securit ... server-ini

Add http_proxy to the options section of the /opt/wapt/conf/waptserver.ini file

Code: Select all

[section]
http_proxy=http://srvproxy.mydomain.lan:8080

Re: Error downloading WSUSSCAN

Published: June 12, 2023 - 10:08 PM
by elchapulin
Sir,

here is the error message:

Exception: wget: not enough free space on target drive to get http://download.windowsupdate.com/micro ... usscn2.cab MB. Total size: 807 MB. Free space: 520 MB.

Thank you!

Re: Error downloading WSUSSCAN

Published: June 12, 2023 - 11:53 PM
by sfonteneau
elchapulin wrote: June 12, 2023 - 10:08 p.m. Exception: wget: not enough free space on target drive to get http://download.windowsupdate.com/micro ... usscn2.cab MB. Total size: 807 MB. Free space: 520 MB
Great, you just need to increase your server's disk space and you're good to go ;)

Re: Error downloading WSUSSCAN

Published: June 13, 2023 - 09:55
by elchapulin
I have 78% free disk space on my Debian system....

Re: Error downloading WSUSSCAN

Published: June 13, 2023 - 10:08 AM
by sfonteneau

Code: Select all

df -Ph /var/www/waptwua/
What does this yield?

Re: Error downloading WSUSSCAN

Published: June 13, 2023 - 12:12
by elchapulin
/dev/mapper/collectifalliance--wapt--vg-var 1.6G 1.1G 481M 69% /var

Re: Error downloading WSUSSCAN

Published: June 13, 2023 - 12:27
by dcardon
Hi Anthony,

the last column shows the used space, not the available space. ;)
And 31% of 1.6GB isn't enough for a wsuscn2.cab file... :-)

Regards,

Denis