Hello,
after searching and various tests, I haven't been able to use or find any information regarding the possibility of "multi-line" execution with the `run_powershell` function.
https://www.wapt.fr/apidoc/wapt-2.4/windows/index_setuphelpers.html#setuphelpers.run_powershell
setuphelpers ...
The search returned 9 results
- November 14, 2023 - 09:12
- Forum: WAPT Packages
- Subject: setuphelpers.run_powershell
- Answers: 0
- Views : 4244
- May 6, 2022 - 2:19 PM
- Forum: WAPT Server
- Subject: [SOLVED] Discovery License
- Answers: 3
- Views : 4295
Re: Discovery License
Hello,
Okay, I saw account: 1/0 machines, I was thinking it should be 1/300 machines ?
And many elements are grayed out in the administration interface, so I had a doubt...
Thank you
. Best regards.
Okay, I saw account: 1/0 machines, I was thinking it should be 1/300 machines ?
And many elements are grayed out in the administration interface, so I had a doubt...
Thank you
. Best regards.
- May 6, 2022 - 12:39
- Forum: WAPT Server
- Subject: [SOLVED] Discovery License
- Answers: 3
- Views : 4295
[RESOLVED] Discovery License
Hello,
Rocky Linux 8.5 (Green Obsidian)
waptserver 2.2.1.11899-2d82654e.el8
Windows 10 Pro 21H2 administration machine.
I'm testing wapt for our organization; the entire installation went smoothly, except for a licensing issue. I'd like to test the Discovery version for...
Rocky Linux 8.5 (Green Obsidian)
waptserver 2.2.1.11899-2d82654e.el8
Windows 10 Pro 21H2 administration machine.
I'm testing wapt for our organization; the entire installation went smoothly, except for a licensing issue. I'd like to test the Discovery version for...
- May 6, 2022 - 09:21
- Forum: WAPT Server
- Subject: [SOLVED] Installation on Rocky Linux
- Answers: 11
- Views : 9788
Re: [SOLVED] installation on Rocky Linux
Hello Denis,
and thank you for all these explanations!
Just one last thing, the entire installation went smoothly. I only have one remaining issue with the license; I'd like to test the Discovery version for now, but it doesn't seem to be activated by default... (see attached screenshot...)
and thank you for all these explanations!
Just one last thing, the entire installation went smoothly. I only have one remaining issue with the license; I'd like to test the Discovery version for now, but it doesn't seem to be activated by default... (see attached screenshot...)
- May 5, 2022 - 3:22 PM
- Forum: WAPT Server
- Subject: [SOLVED] Installation on Rocky Linux
- Answers: 11
- Views : 9788
Re: [SOLVED] installation on Rocky Linux
Thanks for all the info.
I wanted to let you know that I enabled the nginx module like this:
`dnf module enable nginx:mainline`
and that version 1.21.x is installed:
`[root@wapt ~]# nginx -v
nginx version: nginx/1.21.6`.
I know that RH backports security patches to...
I wanted to let you know that I enabled the nginx module like this:
`dnf module enable nginx:mainline`
and that version 1.21.x is installed:
`[root@wapt ~]# nginx -v
nginx version: nginx/1.21.6`.
I know that RH backports security patches to...
- May 5, 2022 - 1:42 PM
- Forum: WAPT Server
- Subject: [SOLVED] Installation on Rocky Linux
- Answers: 11
- Views : 9788
Re: installation on Rocky Linux
on the other hand at the end of the nginx configuration script, there is a problem
Traceback (most recent call last):
File "/opt/wapt/waptserver/scripts/postconf.py", line 648, in main
print(restart_nginx())
File "/opt/wapt/waptserver/scripts/postconf.py", line 278, in restart_nginx
return run('systemctl restart ...
Traceback (most recent call last):
File "/opt/wapt/waptserver/scripts/postconf.py", line 648, in main
print(restart_nginx())
File "/opt/wapt/waptserver/scripts/postconf.py", line 278, in restart_nginx
return run('systemctl restart ...
- May 5, 2022 - 1:33 PM
- Forum: WAPT Server
- Subject: [SOLVED] Installation on Rocky Linux
- Answers: 11
- Views : 9788
Re: installation on Rocky Linux
by modifying lines 71 and 74 of the setuphelpers_linux.py file as follows:
def type_redhat():
return linux_distribution is not None and linux_distribution[0].lower() in ('rhel', 'centos', 'fedora', 'oracle','almalinux','rocky')
def type_rhel():
return linux_distribution is not None and linux ...
def type_redhat():
return linux_distribution is not None and linux_distribution[0].lower() in ('rhel', 'centos', 'fedora', 'oracle','almalinux','rocky')
def type_rhel():
return linux_distribution is not None and linux ...
- May 5, 2022 - 1:02 PM
- Forum: WAPT Server
- Subject: [SOLVED] Installation on Rocky Linux
- Answers: 11
- Views : 9788
Re: installation on Rocky Linux
Hi Denis,
I missed that, I'll correct it:
WAPT version
[root@wapt ~]# dnf list *wapt*
Last metadata expiration check: 0:29:31 ago on Thu 05 May 2022 12:22:19 PM CEST.
Installed Packages
tis-waptserver.x86_64 2.2.1.11899-2d82654e.el8 @wapt
tis-waptsetup.noarch 2.2.1.11899-2d82654e @wapt ...
I missed that, I'll correct it:
WAPT version
[root@wapt ~]# dnf list *wapt*
Last metadata expiration check: 0:29:31 ago on Thu 05 May 2022 12:22:19 PM CEST.
Installed Packages
tis-waptserver.x86_64 2.2.1.11899-2d82654e.el8 @wapt
tis-waptsetup.noarch 2.2.1.11899-2d82654e @wapt ...
- May 4, 2022 - 4:29 PM
- Forum: WAPT Server
- Subject: [SOLVED] Installation on Rocky Linux
- Answers: 11
- Views : 9788
[SOLVED] installation on Rocky Linux
Hello,
I'm trying to install WAPT on a RockyLinux 8.5 VM, but I'm having difficulties:
I followed the documentation here
https://www.wapt.fr/en/doc/wapt-server-install-redhat-based.html
. The prerequisites installed are:
nginx.x86_64 1:1.21.6-1,
postgresql.x86_64 10.17-2,
and everything else...
I'm trying to install WAPT on a RockyLinux 8.5 VM, but I'm having difficulties:
I followed the documentation here
https://www.wapt.fr/en/doc/wapt-server-install-redhat-based.html
. The prerequisites installed are:
nginx.x86_64 1:1.21.6-1,
postgresql.x86_64 10.17-2,
and everything else...
