[SOLVED] Installing WAPT Community 1.8 Linux Debian 11

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
Bloody56
Messages: 2
Registration: January 9, 2022 - 11:08 PM

January 9, 2022 - 11:27 PM

Hello / Good evening.

I'm setting up a lab around WAPT Community, and I hope it will meet some of our needs.
I'm following the tutorial on the website, and I've reached this step:

Follow this procedure to obtain the correct packages for the Community edition of WAPT. For the WAPT Enterprise edition, please refer to the previous section.

apt update && apt upgrade -y
apt install apt-transport-https lsb-release gnupg
wget -O - https://wapt.tranquil.it/debian/tiswapt-pub.gpg | apt-key add -
echo "deb https://wapt.tranquil.it/debian/wapt-1.8/ $(lsb_release -c -s) main" > /etc/apt/sources.list.d/wapt.list


Arrived at this step

Install additional packages

apt update
apt install tis-waptserver tis-waptsetup


apt update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
Ign:3 https://wapt.tranquil.it/debian/wapt-1.8 bullseye InRelease
Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
Err:5 https://wapt.tranquil.it/debian/wapt-1.8 bullseye Release
404 Not Found [IP: 195.154.18.13 443]

Reading package lists... Done
E: The repository 'https://wapt.tranquil.it/debian/wapt-1.8 bullseye Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@srvwapt:~# apt install tis-waptserver tis-waptsetup
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package tis-waptserver
E: Unable to locate package tis-waptsetup


And I find myself stuck there
Bloody56
Messages: 2
Registration: January 9, 2022 - 11:08 PM

January 10, 2022 - 09:33

I think I can answer my own question

. I started by reading the WAPT 2.1 documentation, which was for Debian 11, but I worked on WAPT Community 1.8 because version 2.1 doesn't seem to be available in the community edition, which is for Debian 10.

Can we confirm this?
DC29
Messages: 3
Registration: February 11, 2022 - 10:03

February 11, 2022 - 10:19

Hello,

I've installed Debian 11 and I'd like to install WAPT Community 1.8, but I'm encountering the same problem as user Bloody56 (errors...).

Could you help me resolve this persistent issue?

Sincerely,
DC29
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

February 11, 2022 - 4:14 PM

Hello everyone,

@Bloody56,

WAPT version 2.2 Discovery runs on Debian 11. The Release Candidate should be released today along with the Enterprise RC 2.2 version. The Discovery version is free (but not open source) and includes the features of the Community version. The main difference is the 300-user limit.

@DC29

With the release of the Discovery version, Tranquil IT will stop contributing to version 1.8.2 Community. By the end of April, support will therefore be entirely community-based. If you want to contribute to recompiling WAPTServer/WAPTAgent for Debian 11 and maintain it in the community, you can fork the public repository https://github.com/tranquilit/WAPT and recompile it on Debian 11 (see https://github.com/tranquilit/WAPT/blob ... eatedeb.py).

Have a good afternoon and a good weekend!

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

February 15, 2022 - 3:52 PM

Hello again,

you can test version 2.2rc1 of wapt discovery on Debian 11: https://wapt.tranquil.it/releases/wapt- ... -amd64.deb

Regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Locked