Page 3 of 5

Re: Windows 10 WAPT Deployment

Published: April 28, 2022 - 12:26 PM
by dcardon
Just so you know, what Windows ISO is that's 16GB? What did you add to it?
Denis

Re: Windows 10 WAPT Deployment

Published: April 28, 2022 - 1:28 PM
by florian777
Yes, it's an ISO with a modified install.wim file; there are some additional pre-installed programs

Re: Windows 10 WAPT Deployment

Published: April 28, 2022 - 1:36 PM
by sfonteneau
Did you upload the ISO file from the console?

You didn't upload it using rsync or something similar?

Let's try it on our end.

Re: Windows 10 WAPT Deployment

Published: April 28, 2022 - 1:59 PM
by florian777
Here is the error I was able to extract:

Code: Select all

Status: Running Iso download
2022-04-28 13:54:49 [INFO] Downloading 81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso:
2022-04-28 13:54:49 [INFO] Downloading 81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso: Download error
2022-04-28 13:54:49 [INFO] Downloading 81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso: Finish
2022-04-28 13:54:49 [INFO] Downloading 81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso: Finish
An unhandled exception occurred at $000000010005AB58:
EHttpSocket: THttpClientSocket.WGet: 10.109.35.5:443/wads/iso/81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso failed as HTTP Error 404 - Not Found
  $000000010005AB58
  $000000010005A396
  $000000010006A40F
  $0000000100004D10
  $0000000100006A7A
  $0000000100006B36
  $00000001000197D0
  $0000000100001ED0
  $00007FFB3FB254E0
  $00007FFB4162485B

Re: Windows 10 WAPT Deployment

Published: April 28, 2022 - 4:33 PM
by florian777
After some testing, I get the impression that there's a limit between 12 and 12.5 GB

Re: Windows 10 WAPT Deployment

Published: April 28, 2022 - 4:45 PM
by sfonteneau
This refers to:

Code: Select all

EHttpSocket: THttpClientSocket.WGet: 10.109.35.5:443/wads/iso/81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso failed as HTTP Error 404 - Not Found
Therefore, the ISO is not present on the server

Did the upload go smoothly?

By default, WAPT servers are blocked from uploading with

Code: Select all

    client_max_body_size 12288m;
You probably need to increase this in your nginx configuration

Also:
https://www.wapt.fr/fr/doc/wapt-advance ... p_path#id4

Code: Select all

En fonction du partitionnement de votre serveur WAPT, vous devrez peut-être faire attention au répertoire de téléchargement de fichiers temporaires de Nginx. Nginx agit comme un proxy inverse pour le moteur Python du serveur WAPT et fait une mise en cache des paquets téléchargés lors du téléchargement d’un nouveau paquet depuis la console.

Les paquets sont stockés dans le répertoire /var/lib/nginx/proxy. Vous devez vous assurer que la partition qui héberge ce répertoire est suffisamment grande. Vous pouvez modifier l’emplacement de ce répertoire en utilisant le paramètre de configuration suivant de Nginx.

$client_body_temp_path

Re: Windows 10 WAPT Deployment

Published: April 29, 2022 - 8:29 AM
by florian777
This returns:
EHttpSocket: THttpClientSocket.WGet: 10.109.35.5:443/wads/iso/81054d0d5735cd73d9a34772ee8bc9afa7df1fc88cf29c80209865b76aa9a45a.iso failed as HTTP Error 404 - Not Found,

so the ISO is not present on the server

. Did the upload go smoothly?
I tried re-uploading the file several times but without success
By default, WAPT servers are blocked from uploading with
`client_max_body_size` set to 12288m;
you probably need to increase this in your Nginx configuration.
I tried setting it to: client_max_body_size 20000m;
but a 15GB ISO still won't work.

I don't think this parameter has any influence because even when I set it to a very small value: 200m, I can still send 6GB ISO files

Finally, regarding $client_body_temp_path, my Wapt server is installed on a partition with more than enough space (200 GB free)

Re: Windows 10 WAPT Deployment

Published: April 29, 2022 - 10:38 AM
by sfonteneau
We'll look into it internally.

Did you restart the nginx service on the server after making the change?

Re: Windows 10 WAPT Deployment

Published: April 29, 2022 - 10:43 AM
by florian777
I even restarted the server itself

Re: Windows 10 WAPT Deployment

Published: May 11, 2022 - 3:32 PM
by chris2b
Hello, I'm writing again to get back to you. Following the various messages, I've made the necessary changes, and it's improved. It boots correctly and I get to the menu, but when I choose any of the options, I always end up with the same thing and I'm stuck there:
Untitled 1.gif
Untitled 1.gif (39.95 KB) Viewed 8168 times
I'm completely stuck here, I don't understand. I've tried starting all over again from scratch and it's still the same