joula Posted March 19, 2023 Posted March 19, 2023 Hi all, I succeded to install Armbian bullseye on a S905x TV box Works well. I succeeded to install OpenVPN server I failed to install OpenVPN Access Server Option 1: E: Unable to locate package openvpn-as apt update && apt -y install ca-certificates wget net-tools gnupg wget https://as-repository.openvpn.net/as-repo-public.asc -qO /etc/apt/trusted.gpg.d/as-repository.asc echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/as-repository.asc] http://as-repository.openvpn.net/as/debian bullseye main">/etc/apt/sources.list.d/openvpn-as-repo.list apt update && apt -y install openvpn-as Option 2: dpkg: error: cannot access archive 'openvpn-as-bundled-clients-27.deb': No such file or directory apt update apt install -y bridge-utils dmidecode iptables iproute2 libc6 libffi7 libgcc-s1 liblz4-1 liblzo2-2 libmariadb3 libpcap0.8 libssl1.1 libstdc++6 zlib1g libsasl2-2 libsqlite3-0 net-tools python3-pkg-resources python3-migrate python3-sqlalchemy python3-mysqldb python3-ldap3 sqlite3 python3-netaddr python3-arrow python3-lxml python3-openssl python3-incremental libxmlsec1 libxmlsec1-openssl python3-constantly python3-hyperlink python3-automat python3-service-identity python3-cffi python3-defusedxml dpkg -i openvpn-as-bundled-clients-27.deb openvpn-as_2.11.3-af31575c-Debian11_amd64.deb I was looking on internet for hours but I cannot find solutions. Maybe debian package does not exist for arm platform Thanks for your support 0 Quote
Solution Werner Posted March 19, 2023 Solution Posted March 19, 2023 12 minutes ago, joula said: amd64 You cannot install amd64 binaries on arm hardware. 0 Quote
joula Posted March 19, 2023 Author Posted March 19, 2023 Thanks Werner for your quick reply. I understand Armbian firmware for s905x are 64-bit. I found there is no OpenVPN Access Server for ARM64 platforms with debian. But this is for Ubuntu: https://openvpn.net/faq/is-access-server-available-for-arm-platforms/ 0 Quote
Werner Posted March 19, 2023 Posted March 19, 2023 Even though it is 64 bit you still cannot install packages for Intel architecture on ARM architecture. Check if there are arm64 binaries available. 0 Quote
joula Posted March 19, 2023 Author Posted March 19, 2023 Yes I found there is OpenVPN Access Server for ARM64 platforms with Ubuntu: https://openvpn.net/faq/is-access-server-available-for-arm-platforms/ 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.