unifi-utilities / unifios-utilities

A collection of enhancements for UnifiOS based devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniFi OS 3.2.12 on UDM SE: debootstrap fails with libssl3t64_3.1.5-1.1_arm64.deb

fuse314 opened this issue · comments

Describe the bug
I tried setting up an nspawn-container using the script interactive_setup.sh.
debootstrap fails with this error in debootstrap.log:

dpkg: version 1.0.9-1+b2 of nftables already installed, skipping
dpkg: regarding .../libssl3t64_3.1.5-1.1_arm64.deb containing libssl3t64:arm64:
 libssl3t64 breaks libssl3 (<< 3.1.5-1.1)
  libssl3:arm64 (version 3.1.5-1) is present and installed.

dpkg: error processing archive /var/cache/apt/archives/libssl3t64_3.1.5-1.1_arm64.deb (--unpack):
 installing libssl3t64:arm64 would break libssl3:arm64, and
 deconfiguration is not permitted (--auto-deconfigure might help)
dpkg: version 1.19+dfsg-1+b1 of libpopt0:arm64 already installed, skipping
dpkg: version 2:4.0.4-4 of libproc2-0:arm64 already installed, skipping
dpkg: version 2:4.0.4-4 of procps already installed, skipping
dpkg: version 8.2-3.1 of libreadline8t64:arm64 already installed, skipping
dpkg: version 8.2-3.1 of readline-common already installed, skipping
dpkg: version 0.0.22 of sensible-utils already installed, skipping
dpkg: version 2.3.3-3+b1 of libslang2:arm64 already installed, skipping
dpkg: version 255.4-1 of udev already installed, skipping
dpkg: version 3.75 of tasksel already installed, skipping
dpkg: version 3.75 of tasksel-data already installed, skipping
dpkg: version 2.39.3-10 of fdisk already installed, skipping
dpkg: version 2:9.1.0016-1 of vim-common already installed, skipping
dpkg: version 2:9.1.0016-1 of vim-tiny already installed, skipping
Errors were encountered while processing:
 /var/cache/apt/archives/libssl3t64_3.1.5-1.1_arm64.deb

does anyone have a working solution creating a nspawn container?

To Reproduce
Steps to reproduce the behavior:

  1. ssh into router console
  2. run debootstrap --include=systemd,dbus unstable debian-dns
  3. wait 10 minutes
  4. See error

Expected behavior
The command should finish without error.

Screenshots

Command output
I: Unpacking libncursesw6:arm64...
I: Unpacking netbase...
I: Unpacking libnewt0.52:arm64...
I: Unpacking whiptail...
I: Unpacking libnftables1:arm64...
I: Unpacking nftables...
I: Unpacking libpopt0:arm64...
I: Unpacking libproc2-0:arm64...
I: Unpacking procps...
I: Unpacking libreadline8t64:arm64...
I: Unpacking readline-common...
I: Unpacking sensible-utils...
I: Unpacking libslang2:arm64...
I: Unpacking udev...
I: Unpacking tasksel...
I: Unpacking tasksel-data...
I: Unpacking fdisk...
I: Unpacking vim-common...
I: Unpacking vim-tiny...
W: Failure while installing base packages.  This will be re-attempted up to five times.
W: See /data/custom/machines/debian-dns/debootstrap/debootstrap.log for details (possibly the package /var/cache/apt/archives/libssl3t64_3.1.5-1.1_arm64.deb is at fault)
W: Failure while installing base packages.  This will be re-attempted up to five times.
W: See /data/custom/machines/debian-dns/debootstrap/debootstrap.log for details (possibly the package /var/cache/apt/archives/libssl3t64_3.1.5-1.1_arm64.deb is at fault)
W: Failure while installing base packages.  This will be re-attempted up to five times.
W: See /data/custom/machines/debian-dns/debootstrap/debootstrap.log for details (possibly the package /var/cache/apt/archives/libssl3t64_3.1.5-1.1_arm64.deb is at fault)
W: Failure while installing base packages.  This will be re-attempted up to five times.
W: See /data/custom/machines/debian-dns/debootstrap/debootstrap.log for details (possibly the package /var/cache/apt/archives/libssl3t64_3.1.5-1.1_arm64.deb is at fault)
W: Failure while installing base packages.  This will be re-attempted up to five times.
W: See /data/custom/machines/debian-dns/debootstrap/debootstrap.log for details (possibly the package /var/cache/apt/archives/libssl3t64_3.1.5-1.1_arm64.deb is at fault)

UDM Information

  • UDM SE
  • Firmware Version: 3.2.12
  • Controller Version 8.0.28

Additional context
Add any other context about the problem here.

use debian stable, not unstable.

debootstrap --include=systemd,dbus stable debian-dns