The search returned 9 results

by bkeller
November 14, 2023 - 09:12
Forum: WAPT Packages
Subject: setuphelpers.run_powershell
Answers: 0
Views : 4244

setuphelpers.run_powershell

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 ...
by bkeller
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.
by bkeller
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...
by bkeller
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...)
by bkeller
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...
by bkeller
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 ...
by bkeller
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 ...
by bkeller
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 ...
by bkeller
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...