With debian 11 (bulseye) there is an issue with dp...
# client
w
With debian 11 (bulseye) there is an issue with dpkg and zst compression. Can't install 0.14.0 from repo. Probably this bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892664 > lsb_release -a > No LSB modules are available. > Distributor ID: Debian > Description: Debian GNU/Linux 11 (bullseye) > Release: 11 > Codename: bullseye > > uname -a > Linux xxx 5.15.35-1-pve #1 SMP PVE 5.15.35-2 (Thu, 05 May 2022 13:54:35 +0200) x86_64 GNU/Linux > > apt install netclient > Reading package lists... Done > Building dependency tree... Done > Reading state information... Done > The following NEW packages will be installed: > netclient > 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. > Need to get 0 B/8841 kB of archives. > After this operation, 0 B of additional disk space will be used. > dpkg-deb: error: archive '/var/cache/apt/archives/netclient_0.14.0_amd64.deb' uses unknown compression for member 'control.tar.zst', giving up > dpkg: error processing archive /var/cache/apt/archives/netclient_0.14.0_amd64.deb (--unpack): > dpkg-deb --control subprocess returned error exit status 2 > Errors were encountered while processing: > /var/cache/apt/archives/netclient_0.14.0_amd64.deb > E: Sub-process /usr/bin/dpkg returned an error code (1) > > dpkg --version > Debian 'dpkg' package management program version 1.20.9 (amd64). > This is free software; see the GNU General Public License version 2 or > later for copying conditions. There is NO warranty.
j
this will be a question for @bored-island-21407, we'll have to look tomorrow. For now just open a ticket
b
deb has been updated to use compression xz . tested on debian 11
root@debian:/tmp# apt install netclient Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be installed: wireguard-tools The following NEW packages will be installed: netclient wireguard-tools 0 upgraded, 2 newly installed, 0 to remove and 31 not upgraded. Need to get 8525 kB of archives. After this operation, 327 kB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://deb.debian.org/debian bullseye/main amd64 wireguard-tools amd64 1.0.20210223-1 [86.2 kB] Get:2 https://apt.netmaker.org stable/main amd64 netclient amd64 0.14.0 [8439 kB] Fetched 8525 kB in 0s (34.3 MB/s) Selecting previously unselected package wireguard-tools. (Reading database ... 25456 files and directories currently installed.) Preparing to unpack .../wireguard-tools_1.0.20210223-1_amd64.deb ... Unpacking wireguard-tools (1.0.20210223-1) ... Selecting previously unselected package netclient. Preparing to unpack .../netclient_0.14.0_amd64.deb ... Unpacking netclient (0.14.0) ... Setting up wireguard-tools (1.0.20210223-1) ... wg-quick.target is a disabled or a static unit, not starting it. Setting up netclient (0.14.0) ... Processing triggers for man-db (2.9.4-2) ... root@debian:/tmp#
w
Much appreciated.
2 Views