amnezia-vpn / amneziawg-linux-kernel-module

AmneziaWG Linux kernel module
https://www.wireguard.com
GNU General Public License v2.0
67 stars 15 forks source link

debian trixie fails to install #33

Open outbackdingo opened 1 week ago

outbackdingo commented 1 week ago

sudo apt install -y software-properties-common python3-launchpadlib gnupg2 linux-headers-$(uname -r) sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 57290828 echo "deb https://ppa.launchpadcontent.net/amnezia/ppa/ubuntu focal main" | sudo tee -a /etc/apt/sources.list echo "deb-src https://ppa.launchpadcontent.net/amnezia/ppa/ubuntu focal main" | sudo tee -a /etc/apt/sources.list sudo apt-get update sudo apt-get install -y amneziawg

result: sudo apt-get install -y amneziawg

Reading package lists... Done Building dependency tree... Done Reading state information... Done amneziawg is already the newest version (1.0.20210914-0~202410011334+c0b400c~ubuntu20.04.1). 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up amneziawg-dkms (1.0.0-0~202409181554+8d1b073~ubuntu20.04.1) ... Loading new amneziawg-1.0.0 DKMS files... Deprecated feature: REMAKE_INITRD (/usr/src/amneziawg-1.0.0/dkms.conf) Building for 6.10.11-amd64 Building initial module for 6.10.11-amd64 Deprecated feature: REMAKE_INITRD (/var/lib/dkms/amneziawg/1.0.0/source/dkms.conf) Error! Bad return status for module build on kernel: 6.10.11-amd64 (x86_64) Consult /var/lib/dkms/amneziawg/1.0.0/build/make.log for more information. dpkg: error processing package amneziawg-dkms (--configure): installed amneziawg-dkms package post-installation script subprocess returned error exit status 10 dpkg: dependency problems prevent configuration of amneziawg: amneziawg depends on amneziawg-dkms (>= 0.0.20200121-2) | amneziawg-modules (>= 0.0.20191219); however: Package amneziawg-dkms is not configured yet. Package amneziawg-modules is not installed.

dpkg: error processing package amneziawg (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: amneziawg-dkms amneziawg E: Sub-process /usr/bin/dpkg returned an error code (1)

make.log

leninalive commented 2 days ago

@outbackdingo could you please provide more details? As far as I see you are installing on Debian. Could you explain which Debian release is it and how did you obtain 6.10 kernel there?

outbackdingo commented 2 days ago

Debian Trixie is on 6.10 now