Hello,
My Linux server, WAPT 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64,
WAPT Server version: 1.7.4
, WAPT Agent version: 1.7.4.6143,
WAPT Setup version: 1.7.4.6143
, tends to crash sporadically and randomly, to the point of blocking access to the console (Error 504...).
The search returned 31 results
- October 15, 2019 - 3:19 PM
- Forum: WAPT Server
- Subject: WAPT server keeps crashing
- Answers: 2
- Views : 4010
- June 5, 2019 - 4:36 PM
- Forum: WAPT Packages
- Subject: [SOLVED] registry_set not working?
- Answers: 3
- Views : 4198
Re: registry_set not working? [SOLVED]
Hi Patrice, 
as I said earlier, I did try the path with backslashes, but it didn't work for me. :/
Maybe just luck?
Cheers
as I said earlier, I did try the path with backslashes, but it didn't work for me. :/
Maybe just luck?
Cheers
- June 5, 2019 - 2:47 PM
- Forum: WAPT Packages
- Subject: [SOLVED] registry_set not working?
- Answers: 3
- Views : 4198
Re: registry_set not working? [SOLVED]
I was able to fix my problem with this line:
registry_set(HKEY_LOCAL_MACHINE,makepath('SOFTWARE','Policies','Microsoft','Windows','WindowsUpdate','AU'),'NoAutoRebootWithLoggedOnUsers',1,type=REG_DWORD)
registry_set(HKEY_LOCAL_MACHINE,makepath('SOFTWARE','Policies','Microsoft','Windows','WindowsUpdate','AU'),'NoAutoRebootWithLoggedOnUsers',1,type=REG_DWORD)
- June 5, 2019 - 11:53
- Forum: WAPT Packages
- Subject: Windows 10 1809 Upgrade Package
- Answers: 2
- Views : 5527
Re: Windows 10 1809 upgrade package
Hello,
in my opinion, your package is too large to upload via PyScripter.
You can compile it and then transfer it using Samba/FTP, and finally rescan the store folder; that should prevent this error.
in my opinion, your package is too large to upload via PyScripter.
You can compile it and then transfer it using Samba/FTP, and finally rescan the store folder; that should prevent this error.
- June 5, 2019 - 11:39
- Forum: WAPT Packages
- Subject: [SOLVED] registry_set not working?
- Answers: 3
- Views : 4198
[SOLVED] registry_set not working?
Hello everyone,
Currently running on servers
: WAPT Server version: 1.7.4,
WAPT Agent version: 1.7.4.6077,
WAPT Setup version: 1.7.4.6077,
WAPT Deploy version: 1.7.4.6077,
Database status: OK (1.7.4.0).
I have this new script to block automatic Windows 10 restarts with Windows Update...
Currently running on servers
: WAPT Server version: 1.7.4,
WAPT Agent version: 1.7.4.6077,
WAPT Setup version: 1.7.4.6077,
WAPT Deploy version: 1.7.4.6077,
Database status: OK (1.7.4.0).
I have this new script to block automatic Windows 10 restarts with Windows Update...
- March 7, 2019 - 2:35 PM
- Forum: WAPT Server
- Subject: [WAPTAGENTBuilder] Unable to create an agent, System error
- Answers: 7
- Views : 11885
Re: [WAPTAGENTBuilder] Unable to create an agent, System error
It's not the most elegant solution, but:
I managed to compile my agent using the console by installing it on a Windows 7 x86 system.
I didn't get any errors like "console not admin" messages, nor any compilation errors. But instead, it asked for the key password...
I managed to compile my agent using the console by installing it on a Windows 7 x86 system.
I didn't get any errors like "console not admin" messages, nor any compilation errors. But instead, it asked for the key password...
- March 6, 2019 - 4:52 PM
- Forum: WAPT Server
- Subject: [WAPTAGENTBuilder] Unable to create an agent, System error
- Answers: 7
- Views : 11885
Re: [WAPTAGENTBuilder] Unable to create an agent, System error
Okay, I tried using the "waptconsolepostconf.exe" tool after deleting waptagent.exe from the server. It compiles up to the .crt file, where I get an error and it stops.
The same thing happens if I create a new certificate and its key pair; the compilation crashes at the same point. C:\Program Files (x86)\wapt ...
The same thing happens if I create a new certificate and its key pair; the compilation crashes at the same point. C:\Program Files (x86)\wapt ...
- March 6, 2019 - 2:43 PM
- Forum: WAPT Server
- Subject: [WAPTAGENTBuilder] Unable to create an agent, System error
- Answers: 7
- Views : 11885
Re: [WAPTAGENTBuilder] Unable to create an agent, System error
Hello,
I have the same problem :(
I installed the setup agent for 1.7.3.5 Community Edition.
I am indeed launching the console as administrator (right-click > run as administrator) and even put it in compatibility mode (on two different versions of Windows 10).
However, it keeps telling me to run the...
I have the same problem :(
I installed the setup agent for 1.7.3.5 Community Edition.
I am indeed launching the console as administrator (right-click > run as administrator) and even put it in compatibility mode (on two different versions of Windows 10).
However, it keeps telling me to run the...
- October 26, 2018 - 12:54
- Forum: WAPT Server
- Subject: Wiki incomplete / vague / erroneous? > Server update
- Answers: 2
- Views : 3908
Re: Wiki incomplete / vague / erroneous? > Server update
Hello Denis,
Thank you for all your replies and the minor corrections. My apologies if my message seemed abrupt or harsh; that was far from my intention.
Regarding the blog, I don't think I have enough experience with your system for that :mrgreen:
As for the part you haven't...
Thank you for all your replies and the minor corrections. My apologies if my message seemed abrupt or harsh; that was far from my intention.
Regarding the blog, I don't think I have enough experience with your system for that :mrgreen:
As for the part you haven't...
- October 25, 2018 - 2:48 PM
- Forum: WAPT Server
- Subject: Wiki incomplete / vague / erroneous? > Server update
- Answers: 2
- Views : 3908
Wiki incomplete / vague / incorrect? > Server update
Hello everyone (it's me again),
I'd like to understand why server updates aren't actually that simple.
On the Wiki:
https://www.wapt.fr/fr/doc-1.6/waptserver_update/waptserver_update_debian.html
apt-get update && apt-get upgrade
apt-get install apt-transport-https lsb-release
wget -O ...
I'd like to understand why server updates aren't actually that simple.
On the Wiki:
https://www.wapt.fr/fr/doc-1.6/waptserver_update/waptserver_update_debian.html
apt-get update && apt-get upgrade
apt-get install apt-transport-https lsb-release
wget -O ...
