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.
[SOLVED] Error downloading WSUSSCAN
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
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.
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.
-
elchapulin
- Messages: 11
- Registration: June 9, 2023 - 2:47 PM
Hello,
thank you for your feedback.
It seems it's not working, see attached image.
Thank you for your help.
thank you for your feedback.
It seems it's not working, see attached image.
Thank you for your help.
- Attachments
-
- 2023-06-09_18h32_27.png (154.11 KB) Viewed 4470 times
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
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
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
-
elchapulin
- Messages: 11
- Registration: June 9, 2023 - 2:47 PM
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!
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!
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Great, you just need to increase your server's disk space and you're good to goelchapulin 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
-
elchapulin
- Messages: 11
- Registration: June 9, 2023 - 2:47 PM
I have 78% free disk space on my Debian system....
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Code: Select all
df -Ph /var/www/waptwua/
-
elchapulin
- Messages: 11
- Registration: June 9, 2023 - 2:47 PM
/dev/mapper/collectifalliance--wapt--vg-var 1.6G 1.1G 481M 69% /var
- dcardon
- WAPT Expert
- Messages: 1932
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
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
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
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
