The search returned 24 results

by lowix
December 3, 2024 - 2:06 PM
Forum: WAPT Server
Subject: [RESOLVED] Agents "DISCONNECTED" after update 2.4 -> 2.6
Answers: 6
Views : 5127

Re: Agents "DISCONNECTED" after update 2.4 -> 2.6

Hello Denis,

Thank you for your invaluable help regarding the client disconnection issue after updating to WAPT version 2.6.

Thanks to your advice, I was able to identify that the lack of a specific SSL certificate was the cause of the malfunction.

After...
by lowix
December 2, 2024 - 1:11 PM
Forum: WAPT Server
Subject: [RESOLVED] Agents "DISCONNECTED" after update 2.4 -> 2.6
Answers: 6
Views : 5127

Re: Agents "DISCONNECTED" after update 2.4 -> 2.6

Hello Denis,

Thank you for your detailed feedback.

Yes, the agents are correctly configured with an HTTPS server URL, and a `wapt-get update` on a client machine seems to work:
C:\Users\lonoel>wapt-get update
Waptservice User: lonoel ()
Update of packages index enqueued
: 100% completed
41 ...
by lowix
December 2, 2024 - 12:12
Forum: WAPT Server
Subject: [RESOLVED] Agents "DISCONNECTED" after update 2.4 -> 2.6
Answers: 6
Views : 5127

Re: Agents "DISCONNECTED" after update 2.4 -> 2.6

Hello Mr. Cardon,

Thank you for your reply!

I realize that my first message lacked detail. I will therefore provide some clarification.

First, let me introduce myself: I work for a university and I have deployed WAPT in three different universities over the past 10 years...
by lowix
November 28, 2024 - 4:30 PM
Forum: WAPT Server
Subject: [RESOLVED] Agents "DISCONNECTED" after update 2.4 -> 2.6
Answers: 6
Views : 5127

[RESOLVED] Agents "DISCONNECTED" after update 2.4 -> 2.6

Hello,

On a Linux Ubuntu 22.04 server, I recently updated WAPT from version 2.4 to version 2.6.

Although I followed the update procedure to the letter, including the post-configuration steps, all clients now appear as disconnected :(

On a brand new computer, after...
by lowix
May 24, 2019 - 3:27 PM
Forum: WAPT Server
Subject: HTTPError 403 client Error: Forbidden for URL ...
Answers: 3
Views : 4341

Re: HTTPError 403 client Error: Forbidden for URL ...

Thank you,
I applied your fix.
Perhaps it was due to the fact that I had initially set up a secondary repository with Syncthing, which I subsequently uninstalled. :|
by lowix
May 23, 2019 - 09:55
Forum: WAPT Server
Subject: [SOLVED] SubjectAltNameWarning
Answers: 13
Views : 11531

[SOLVED] SubjectAltNameWarning

- Installed WAPT version: 1.7.4
- Server OS: Linux
- Administration/package creation machine OS: Windows 10

Hello,
Since I applied the 1.7.4 update, I get this warning message when a package is installed:

C:\Program Files (x86)\wapt\lib\site-packages\urllib3 ...
by lowix
May 15, 2019 - 4:19 PM
Forum: WAPT Server
Subject: HTTPError 403 client Error: Forbidden for URL ...
Answers: 3
Views : 4341

Re: HTTPError 403 client Error: Forbidden for URL ...

I solved the problem with:
# chmod -R 754 /var/www/wapt*
before:
# ls -la /var/www/
total 180
drwxr-xr-x 7 www-data www-data 4096 Oct 3 2018 .
drwxr-xr-x 12 root root 4096 Apr 20 2018 ..
drwxr-xr-x 2 root root 4096 Apr 20 2018 html
-rw-r--r-- 1 root root 26 May 15 14:09 robots.txt ...
by lowix
May 15, 2019 - 2:59 PM
Forum: WAPT Server
Subject: HTTPError 403 client Error: Forbidden for URL ...
Answers: 3
Views : 4341

HTTPError 403 client Error: Forbidden for URL ...

Hello,

after applying update 1.7.4, I'm getting a 403 error on my main repository URL:

https://i.ibb.co/NFH4J05/erreur2.png
also:
https://i.ibb.co/VQprqgb/erreur1.png

# ls -la /var/www/
total 180
drwxr-xr-x 7 www-data www-data 4096 Oct. 3 2018 .
drwxr-xr-x 12 root root 4096 ...
by lowix
February 21, 2019 - 3:46 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: FATAL ERROR: 87 'NetLocalGroupGetMembers'
Answers: 1
Views : 4051

FATAL ERROR: 87 'NetLocalGroupGetMembers'

Hello,

I have a rather strange problem.

Following the 1.7 update, a number of my workstations are no longer uploading their inventory.

However, I can push installations in the console, but the configuration display for my workstations (also in the console) remains frozen.

And when I...
by lowix
December 3, 2018 - 4:20 PM
Forum: WAPT Packages
Subject: [SOLVED] Delete multiple files
Answers: 3
Views : 6095

Re: Question about remove_file

htouvet wrote: Dec 3, 2018 - 3:10 PM not directly...

Code: Select all

import glob

def install():
    for filename in glob.glob(r'C:\Users\Public\Desktop\*.lnk'):
        delete_file(filename)
        
However, unless I'm mistaken, it's a remove_file and not a delete_file
THANKS