The search returned 47 results

by mart03
February 20, 2020 - 8:58 AM
Forum: WAPT Server
Subject: [RESOLVED] Server index not generated (secondary repository)
Answers: 9
Views : 8404

Re: Server index not generated (secondary repository)

I updated the server with my various repositories to version 1.8.1, and it has appeared since the update.
by mart03
February 19, 2020 - 3:54 PM
Forum: WAPT Server
Subject: [RESOLVED] Server index not generated (secondary repository)
Answers: 9
Views : 8404

Re: Server index not generated (secondary repository)

Hello,

thank you for your invaluable help!

I've since updated my server to version 1.8.1, the files were created correctly, but nothing is being written to them.

Here are the permission details in /var/www/:


-rw-r--r-- 1 wapt www-data 0 Feb 19 15:42 sync.json
-rw-r----- 1 wapt www-data 0 Jan ...
by mart03
February 14, 2020 - 2:39 PM
Forum: WAPT Server
Subject: [RESOLVED] Server index not generated (secondary repository)
Answers: 9
Views : 8404

Re: Server index not generated (secondary repository)

Hello,

that's exactly what I did, but the index isn't being created. :)

Thank you.
by mart03
February 14, 2020 - 09:08
Forum: WAPT Server
Subject: [RESOLVED] Server index not generated (secondary repository)
Answers: 9
Views : 8404

Re: Server index not generated (secondary repository)

Thank you.

You mention the [global] section in the documentation, but there is no global section in waptserver.ini, only [options].

So I added the section and tested with and without it, but nothing happens with the index creation process...
by mart03
February 13, 2020 - 2:22 PM
Forum: WAPT Server
Subject: [RESOLVED] Server index not generated (secondary repository)
Answers: 9
Views : 8404

[RESOLVED] Server index not generated (secondary repository)

Specify installed WAPT version (1.8)
* Specify server OS (Linux) and version (Debian Buster
) * Specify OS of the administration/package creation machine (Linux)

Hello,

I now have my secondary repository configured, however when I go to the repository tab and I...
by mart03
February 13, 2020 - 9:00 AM
Forum: WAPT Server
Subject: [RESOLVED] Websocket Connect Error
Answers: 8
Views : 8538

Re: Websocket Connect Error

Okay, thank you for your help
by mart03
February 12, 2020 - 3:02 PM
Forum: WAPT Server
Subject: [RESOLVED] Websocket Connect Error
Answers: 8
Views : 8538

Re: Websocket Connect Error

Here:


wapt-get register -ldebug
2020-02-12 14:58:47,450 DEBUG Default encoding: ascii
2020-02-12 14:58:47,455 DEBUG Setting encoding for stdout and stderr to UTF-8
2020-02-12 14:58:47,455 DEBUG Python path ['/opt/wapt', '/opt/wapt', '/opt/wapt/lib/python2.7', '/opt/wapt/lib/python2.7/plat-x86 ...
by mart03
February 12, 2020 - 1:49 PM
Forum: WAPT Server
Subject: [RESOLVED] Websocket Connect Error
Answers: 8
Views : 8538

Re: Websocket Connect Error

Here's the return:

Code: Select all

root@XXXX:~# wapt-get register
Using config file: /opt/wapt/wapt-get.ini
Registering host against server: https://XXX.XXXX.dc/
FATAL ERROR : Error: [('x509 certificate routines', 'X509_check_private_key', 'key values mismatch')]
by mart03
February 12, 2020 - 11:16
Forum: WAPT Server
Subject: [RESOLVED] Websocket Connect Error
Answers: 8
Views : 8538

Re: Websocket Connect Error

Thank you for your reply.

I removed the personal_certificate_path line

and I can confirm that the public key is indeed in the opt/wapt/ssl folder.
Does it need specific permissions? Owner/group?

Thank you.
by mart03
February 11, 2020 - 6:38 PM
Forum: WAPT Server
Subject: [RESOLVED] Websocket Connect Error
Answers: 8
Views : 8538

[SOLVED] Websocket connect error

Specify installed WAPT version (1.8)
* Specify server OS (Linux) and version (Debian Buster)
* Specify OS of the administration/package creation machine (Debian Buster)

Hello,

After installing the Linux Agent package and configuring wapt-get.ini, I'm encountering the following...