The search returned 47 results

by jdziadek
November 10, 2023 - 2:18 PM
Forum: WAPT Server
Subject: Websocket sid not in database
Answers: 0
Views : 4924

Websocket sid not in database

Hello, I just discovered a small problem on our server:
the waptserver log is full of:
[waptserver] CRITICAL host_tasks_status failed EWaptHostUnreachable('Host not connected, Websocket sid not in database')

I have absolutely no idea what could have happened to cause this. And...
by jdziadek
June 27, 2023 - 08:39
Forum: WAPT Packages
Subject: Adding the current user to the admin group
Answers: 11
Views : 12011

Re: Adding the current user to the admin group


Hi Julien,



what software do you need to put your users on restricted access and offer them self-service software installation?

Could we collaborate on this?


The problem is, we don't know at all; we have...
by jdziadek
May 31, 2023 - 10:12
Forum: WAPT Packages
Subject: Adding the current user to the admin group
Answers: 11
Views : 12011

Re: Adding the current user to the admin group


What software do you need to put your users on restricted access and offer them self-service software installation?

Can we collaborate to achieve this?


The problem is, we don't know at all; we have a lot of...
by jdziadek
May 30, 2023 - 1:09 PM
Forum: WAPT Server
Subject: WADS error after updating to 2.4
Answers: 2
Views : 2531

Re: WADS error after update to 2.4

Yes, it works much better. ;)
If you could duplicate the update information in the documentation for those coming from an earlier version...
Great job on the interface, by the way.
Julien
by jdziadek
May 30, 2023 - 12:37
Forum: WAPT Server
Subject: WADS error after updating to 2.4
Answers: 2
Views : 2531

WADS error after updating to 2.4

Hello, I just tested deploying a machine to see the new WADS interface. It looks pretty good, but I'm getting an error. :)

Picture

Any ideas?
Julien
by jdziadek
May 30, 2023 - 11:56
Forum: WAPT Packages
Subject: tis-wampserver
Answers: 1
Views : 2076

tis-wampserver

Hello, I tried to deploy the tis-wampserver package.
The installation works correctly, but once the package is installed, it asks me for admin rights to run it. Is this normal behavior? How can I run it on a machine that doesn't have admin rights?
Julien
by jdziadek
May 30, 2023 - 08:34
Forum: WAPT Packages
Subject: Adding the current user to the admin group
Answers: 11
Views : 12011

Re: Adding the current user to the admin group

Hello,
to put it simply, we have a fleet of 20 to 30 loaner PCs, loaned for a maximum of two months, either to students or staff. We would just like users to be able to install the software they want. We are at the very beginning of our WAPT infrastructure, and therefore the list...
by jdziadek
May 26, 2023 - 6:32 PM
Forum: WAPT Packages
Subject: Adding the current user to the admin group
Answers: 11
Views : 12011

Re: Adding the current user to the admin group

Hello, yes, indeed, I hadn't realized that session setup didn't use the system account; it wasn't explicitly stated in the documentation.
Is there any way to run a command as the system account using session setup? (For any purpose whatsoever)
Julien
by jdziadek
May 26, 2023 - 09:27
Forum: WAPT Packages
Subject: Adding the current user to the admin group
Answers: 11
Views : 12011

Adding the current user to the admin group

Hello, I'm creating a package for our fleet of loaner PCs to grant admin rights to the current user.


def install():
user = get_current_user()
if ( user):
add_user_to_group("centralelille\\" + user, "administrators")
def session_setup():
user = get_current_user()
add_user_to ...
by jdziadek
May 25, 2023 - 6:26 PM
Forum: WAPT Server
Subject: TFTP port range
Answers: 2
Views : 2964

Re: TFTP port range

Great, thank you very much :)