Hello,
here's the error I encountered when installing a package on a client from the WAPT console on the server side:
TimeoutExpired: Command '('"WD170PACKDVD056g.exe" /VERYSILENT',)' timed out after seconds with output '600.0'.
The package is 2.3 GB.
There seems to be a timeout issue, as discussed in this post: http://forum.tranquil.it/viewtopic.php?f=9&t=13 .
I'll try installing it from the client side.
Timeout when installing a package
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
During installation from the client with this command:
He replied to me:
He didn't download it or install it.
So I download it manually:
I tried the installation command again, but got the same result. So I changed the syntax and used the previously downloaded package, which gave me this:
and it works 
The solution is not very flexible (first the timeout of the installation from the WAPT console on the server and then the laborious installation from the client).
The software in question is a development tool called Windev from PC Soft. I tried a silent installation during the package creation process, but it might not be possible (due to the many options during installation), and that could be the cause of the problems. I admit I'm a bit tired tonight, so I'll revisit the installation flexibility with its little brother, WebDev.
Hmm, let's talk about this client-side installation flexibility. Why this "skipped package"? It should have downloaded and installed it silently, or not. But no. A bug here!?
Yours sincerely.
Code: Select all
wapt-get install NOM_PAQUETCode: Select all
=== skipped packages ===
NOM_PAQUETSo I download it manually:
Code: Select all
wapt-get download NOM_PAQUETCode: Select all
wapt-get install c:\wapt\cache\NOM_PAQUETThe solution is not very flexible (first the timeout of the installation from the WAPT console on the server and then the laborious installation from the client).
The software in question is a development tool called Windev from PC Soft. I tried a silent installation during the package creation process, but it might not be possible (due to the many options during installation), and that could be the cause of the problems. I admit I'm a bit tired tonight, so I'll revisit the installation flexibility with its little brother, WebDev.
Hmm, let's talk about this client-side installation flexibility. Why this "skipped package"? It should have downloaded and installed it silently, or not. But no. A bug here!?
Yours sincerely.
