Page 2 of 2

Re: [SOLVED] Update to Discovery: Error logging into the console

Published: August 22, 2022 - 6:30 PM
by dcardon
Hi Joel,
the nightly updates are here: https://wapt.tranquil.it/wapt/nightly/
Denis

Re: [SOLVED] Update to Discovery: Error logging into the console

Published: August 23, 2022 - 08:46
by jlatieule
Thanks Denis for the feedback, but I didn't express my need clearly.

The question was more along the lines of: what do I need to change in the /etc/apt/sources.list.d/wapt.list file to install the nightly version https://wapt.tranquil.it/wapt/nightly/w ... 5-3fd94bd1?

Unless I need to install the .deb files manually (no problem). If so, which ones?

I'm eager to test this version. ;-)

Re: [SOLVED] Update to Discovery: Error logging into the console

Published: August 23, 2022 - 3:05 PM
by dcardon
Hi Joël,

there's no deb repository for nightly builds, only for releases and RCs. So you have to download the deb files and install them manually.

There have been quite a few changes in version 2.3, so it's best to avoid it for now. I think Simon was referring to the latest version, 2.2.2: https://wapt.tranquil.it/wapt/nightly/w ... -3fd94bd1/

Regards,

Denis

Re: [SOLVED] Update to Discovery: Error logging into the console

Published: August 29, 2022 - 2:51 PM
by jlatieule
Hello team


I'm a bit late, but I just installed the nightly build and there seems to be a dependency issue with GLIBC

Code: Select all

@serv-wapt:~$ sudo /opt/wapt/waptserver/scripts/postconf.sh
[sudo] password for administrateur: 
/opt/wapt/bin/python: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /opt/wapt/bin/../lib/libpython3.8.so.1.0)

Re: [SOLVED] Update to Discovery: Error logging into the console

Published: August 29, 2022 - 3:16 PM
by sfonteneau
I recognize the message. ;)

In my opinion, you made a small mistake and installed waptserver deb10 on a deb11 or something like that.

I often make that mistake.

Re: [SOLVED] Update to Discovery: Error logging into the console

Published: August 29, 2022 - 4:50 PM
by jlatieule
That's exactly it, I hadn't seen your reply and I ended up upgrading Debian 10 to 11, then I upgraded WAPT from 1.8 to 2.2, and then switched to the nightly build.

I just need to update the agent and everything will be perfect.

I can confirm that this version fixes my problem. I haven't noticed any bugs.

WAPT Server version: 2.2.2
WAPT Agent version: 1.8.2.7373
WAPT Setup version: 2.2.2.12388
WAPT Deploy version: 2.2.2.12388
Database status: OK (2.2.6.1)
Disk space: 31.57% free

Re: [SOLVED] Update to Discovery: Error logging into the console

Published: September 15, 2022 - 7:16 PM
by ingemedia
You need to get the .deb file that corresponds to your Debian version: this one if you're on Buster: https://wapt.tranquil.it/wapt/nightly/w ... -amd64.deb

then run the command `sudo dpkg --install tis-waptserver-2.2.2.12405-3fd94bd1-debian-10-amd64.deb`.

I had the same problem, and I was able to access my console on my test server (before migrating my production server) thanks to this new build (Debian 11 amd64).

Thanks to the whole team for their responsiveness!