Unable to install version 2.4

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
MathieuNG
Messages: 3
Registration: May 22, 2023 - 3:32 p.m.

May 26, 2023 - 10:33

Good morning,

To begin, here is my setup:

- Installed WAPT version: 2.3
- Server OS: Debian GNU/Linux 11 (bullseye)
- Operating system of the administration/package creation machine: Windows 11

While testing WAPT, I wanted to download the latest version, but it was impossible. So I had to install version 2.3, which works

Code: Select all

root@TEST:~$ apt install apt-transport-https lsb-release gnupg wget -y
wget -O - https://wapt.tranquil.it/$(lsb_release -is)/tiswapt-pub.gpg | apt-key add -
echo "deb https://wapt.tranquil.it/$(lsb_release -is)/wapt-2.4/ $(lsb_release -c -s) main" > /etc/apt/sources.list.d/wapt.list
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
apt-transport-https is already the newest version (2.2.4).
gnupg is already the newest version (2.2.27-2+deb11u2).
lsb-release is already the newest version (11.1.0).
wget is already the newest version (1.21-1+deb11u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
--2023-05-26 10:27:12--  https://wapt.tranquil.it/Debian/tiswapt-pub.gpg
Resolving wapt.tranquil.it (wapt.tranquil.it)... 195.154.18.13, 2001:bc8:392f:101::13
Connecting to wapt.tranquil.it (wapt.tranquil.it)|195.154.18.13|:443... Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
connected.
HTTP request sent, awaiting response... 200 OK
Length: 3839 (3.7K) [application/octet-stream]
Saving to: ‘STDOUT’

-                                       100%[===============================================================================>]   3.75K  --.-KB/s    in 0s

2023-05-26 10:27:12 (446 MB/s) - written to stdout [3839/3839]

OK
root@TEST:~$ export DEBIAN_FRONTEND=noninteractive
apt update
apt install tis-waptserver tis-waptsetup -y
unset DEBIAN_FRONTEND
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Ign:4 https://wapt.tranquil.it/Debian/wapt-2.4 bullseye InRelease
Err:5 https://wapt.tranquil.it/Debian/wapt-2.4 bullseye Release
  404  Not Found [IP: 195.154.18.13 443]
Reading package lists... Done
E: The repository 'https://wapt.tranquil.it/Debian/wapt-2.4 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.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
tis-waptserver is already the newest version (2.3.0.13516-69968974-debian-11-amd64).
tis-waptsetup is already the newest version (2.3.0.13516-69968974-debian-10-amd64).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@TEST:~$
Furthermore, when I go to the URL "https://wapt.tranquil.it/Debian/wapt-2.4", I get "404 not found" but on the URL "https://wapt.tranquil.it/debian/wapt-2.3/"I do have a tree structure.

Sincerely,
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

May 26, 2023 - 12:00

Version 2.4 was a Release Candidate.

I've just moved it to Release (communications are coming in).

So you can try again.
Locked