Package: apt
Version: 2.3.8
Severity: normal

Hi,

APT seems to have trouble downloading packages, when not all configured
repositories are reachable. Attached is the result of running

sudo LC_ALL=C apt-get upgrade 2>&1 | tee apt.log

As you can see, at first apt-get (rightly) shows a lot of Ign lines for mirror.home.weltraumschlangen.de, as that mirror is not reachable at the moment. Then it crashes with a failed assertion at the end.

It is my understanding, that apt should deal with unreachable mirrors gracefully and download packages from one of the available mirrors instead. I also never had this problems before with this setup before (including unreachable mirror), so I think this is a regression in apt 2.3.8.

When I move my device to a network location where all configured mirros are available, the crash doesn't occur and I can successfully complete the upgrade.

Using apt or apt-get doesn't seem to make a difference.

Regards
Sven

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::Sandbox "";
APT::Sandbox::User "_apt";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image-[a-z0-9]*$";
APT::NeverAutoRemove:: "^linux-image-[a-z0-9]*-[a-z0-9]*$";
APT::NeverAutoRemove:: "^postgresql.*-13";
APT::VersionedKernelPackages "";
APT::VersionedKernelPackages:: "linux-.*";
APT::VersionedKernelPackages:: "kfreebsd-.*";
APT::VersionedKernelPackages:: "gnumach-.*";
APT::VersionedKernelPackages:: ".*-modules";
APT::VersionedKernelPackages:: ".*-kernel";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "contrib/metapackages";
APT::Never-MarkAuto-Sections:: "non-free/metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Move-Autobit-Sections "";
APT::Move-Autobit-Sections:: "oldlibs";
APT::Move-Autobit-Sections:: "contrib/oldlibs";
APT::Move-Autobit-Sections:: "non-free/oldlibs";
APT::Move-Autobit-Sections:: "restricted/oldlibs";
APT::Move-Autobit-Sections:: "universe/oldlibs";
APT::Move-Autobit-Sections:: "multiverse/oldlibs";
APT::LastInstalledKernel "5.10.0-8-amd64";
APT::Architectures "";
APT::Architectures:: "amd64";
APT::Compressor "";
APT::Compressor::. "";
APT::Compressor::.::Name ".";
APT::Compressor::.::Extension "";
APT::Compressor::.::Binary "";
APT::Compressor::.::Cost "0";
APT::Compressor::zstd "";
APT::Compressor::zstd::Name "zstd";
APT::Compressor::zstd::Extension ".zst";
APT::Compressor::zstd::Binary "zstd";
APT::Compressor::zstd::Cost "60";
APT::Compressor::zstd::CompressArg "";
APT::Compressor::zstd::CompressArg:: "-19";
APT::Compressor::zstd::UncompressArg "";
APT::Compressor::zstd::UncompressArg:: "-d";
APT::Compressor::lz4 "";
APT::Compressor::lz4::Name "lz4";
APT::Compressor::lz4::Extension ".lz4";
APT::Compressor::lz4::Binary "lz4";
APT::Compressor::lz4::Cost "50";
APT::Compressor::lz4::CompressArg "";
APT::Compressor::lz4::CompressArg:: "-1";
APT::Compressor::lz4::UncompressArg "";
APT::Compressor::lz4::UncompressArg:: "-d";
APT::Compressor::gzip "";
APT::Compressor::gzip::Name "gzip";
APT::Compressor::gzip::Extension ".gz";
APT::Compressor::gzip::Binary "gzip";
APT::Compressor::gzip::Cost "100";
APT::Compressor::gzip::CompressArg "";
APT::Compressor::gzip::CompressArg:: "-6n";
APT::Compressor::gzip::UncompressArg "";
APT::Compressor::gzip::UncompressArg:: "-d";
APT::Compressor::xz "";
APT::Compressor::xz::Name "xz";
APT::Compressor::xz::Extension ".xz";
APT::Compressor::xz::Binary "xz";
APT::Compressor::xz::Cost "200";
APT::Compressor::xz::CompressArg "";
APT::Compressor::xz::CompressArg:: "-6";
APT::Compressor::xz::UncompressArg "";
APT::Compressor::xz::UncompressArg:: "-d";
APT::Compressor::bzip2 "";
APT::Compressor::bzip2::Name "bzip2";
APT::Compressor::bzip2::Extension ".bz2";
APT::Compressor::bzip2::Binary "bzip2";
APT::Compressor::bzip2::Cost "300";
APT::Compressor::bzip2::CompressArg "";
APT::Compressor::bzip2::CompressArg:: "-6";
APT::Compressor::bzip2::UncompressArg "";
APT::Compressor::bzip2::UncompressArg:: "-d";
APT::Compressor::lzma "";
APT::Compressor::lzma::Name "lzma";
APT::Compressor::lzma::Extension ".lzma";
APT::Compressor::lzma::Binary "xz";
APT::Compressor::lzma::Cost "400";
APT::Compressor::lzma::CompressArg "";
APT::Compressor::lzma::CompressArg:: "--format=lzma";
APT::Compressor::lzma::CompressArg:: "-6";
APT::Compressor::lzma::UncompressArg "";
APT::Compressor::lzma::UncompressArg:: "--format=lzma";
APT::Compressor::lzma::UncompressArg:: "-d";
Dir "/";
Dir::State "var/lib/apt";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::extended_states "extended_states";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::netrcparts "auth.conf.d";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
Dir::Etc::apt-listchanges-main "listchanges.conf";
Dir::Etc::apt-listchanges-parts "listchanges.conf.d";
Dir::Etc::apt-file-main "apt-file.conf";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::solvers "";
Dir::Bin::solvers:: "/usr/lib/apt/solvers";
Dir::Bin::planners "";
Dir::Bin::planners:: "/usr/lib/apt/planners";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Bin::gzip "/bin/gzip";
Dir::Bin::bzip2 "/bin/bzip2";
Dir::Bin::xz "/usr/bin/xz";
Dir::Bin::lz4 "/usr/bin/lz4";
Dir::Bin::zstd "/usr/bin/zstd";
Dir::Bin::lzma "/usr/bin/xz";
Dir::Media "";
Dir::Media::MountPath "/media/cdrom";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Log::Planner "eipp.log.xz";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.ucf-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.save$";
Dir::Ignore-Files-Silently:: "\.orig$";
Dir::Ignore-Files-Silently:: "\.distUpgrade$";
Acquire "";
Acquire::AllowInsecureRepositories "0";
Acquire::AllowWeakRepositories "0";
Acquire::AllowDowngradeToInsecureRepositories "0";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom";
Acquire::IndexTargets "";
Acquire::IndexTargets::deb "";
Acquire::IndexTargets::deb::Packages "";
Acquire::IndexTargets::deb::Packages::MetaKey
"$(COMPONENT)/binary-$(ARCHITECTURE)/Packages";
Acquire::IndexTargets::deb::Packages::flatMetaKey "Packages";
Acquire::IndexTargets::deb::Packages::ShortDescription "Packages";
Acquire::IndexTargets::deb::Packages::Description
"$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Packages";
Acquire::IndexTargets::deb::Packages::flatDescription "$(RELEASE) Packages";
Acquire::IndexTargets::deb::Packages::Optional "0";
Acquire::IndexTargets::deb::Translations "";
Acquire::IndexTargets::deb::Translations::MetaKey
"$(COMPONENT)/i18n/Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::flatMetaKey "$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::ShortDescription
"Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::Description
"$(RELEASE)/$(COMPONENT) Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Translations::flatDescription "$(RELEASE)
Translation-$(LANGUAGE)";
Acquire::IndexTargets::deb::Contents-deb "";
Acquire::IndexTargets::deb::Contents-deb::MetaKey
"$(COMPONENT)/Contents-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-deb::ShortDescription
"Contents-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-deb::Description
"$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Contents (deb)";
Acquire::IndexTargets::deb::Contents-deb::flatMetaKey
"Contents-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-deb::flatDescription "$(RELEASE)
Contents (deb)";
Acquire::IndexTargets::deb::Contents-deb::PDiffs "true";
Acquire::IndexTargets::deb::Contents-deb::KeepCompressed "true";
Acquire::IndexTargets::deb::Contents-udeb "";
Acquire::IndexTargets::deb::Contents-udeb::MetaKey
"$(COMPONENT)/Contents-udeb-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-udeb::ShortDescription
"Contents-udeb-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-udeb::Description
"$(RELEASE)/$(COMPONENT) $(ARCHITECTURE) Contents (udeb)";
Acquire::IndexTargets::deb::Contents-udeb::flatMetaKey
"Contents-udeb-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-udeb::flatDescription "$(RELEASE)
Contents (udeb)";
Acquire::IndexTargets::deb::Contents-udeb::KeepCompressed "true";
Acquire::IndexTargets::deb::Contents-udeb::PDiffs "true";
Acquire::IndexTargets::deb::Contents-udeb::DefaultEnabled "false";
Acquire::IndexTargets::deb::Contents-deb-legacy "";
Acquire::IndexTargets::deb::Contents-deb-legacy::MetaKey
"Contents-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-deb-legacy::ShortDescription
"Contents-$(ARCHITECTURE)";
Acquire::IndexTargets::deb::Contents-deb-legacy::Description "$(RELEASE)
$(ARCHITECTURE) Contents (deb)";
Acquire::IndexTargets::deb::Contents-deb-legacy::PDiffs "true";
Acquire::IndexTargets::deb::Contents-deb-legacy::KeepCompressed "true";
Acquire::IndexTargets::deb::Contents-deb-legacy::Fallback-Of "Contents-deb";
Acquire::IndexTargets::deb::Contents-deb-legacy::Identifier "Contents-deb";
Acquire::IndexTargets::deb-src "";
Acquire::IndexTargets::deb-src::Sources "";
Acquire::IndexTargets::deb-src::Sources::MetaKey
"$(COMPONENT)/source/Sources";
Acquire::IndexTargets::deb-src::Sources::flatMetaKey "Sources";
Acquire::IndexTargets::deb-src::Sources::ShortDescription "Sources";
Acquire::IndexTargets::deb-src::Sources::Description
"$(RELEASE)/$(COMPONENT) Sources";
Acquire::IndexTargets::deb-src::Sources::flatDescription "$(RELEASE)
Sources";
Acquire::IndexTargets::deb-src::Sources::Optional "0";
Acquire::IndexTargets::deb-src::Contents-dsc "";
Acquire::IndexTargets::deb-src::Contents-dsc::MetaKey
"$(COMPONENT)/Contents-source";
Acquire::IndexTargets::deb-src::Contents-dsc::ShortDescription
"Contents-source";
Acquire::IndexTargets::deb-src::Contents-dsc::Description
"$(RELEASE)/$(COMPONENT) source Contents (dsc)";
Acquire::IndexTargets::deb-src::Contents-dsc::flatMetaKey "Contents-source";
Acquire::IndexTargets::deb-src::Contents-dsc::flatDescription
"$(RELEASE) Contents (dsc)";
Acquire::IndexTargets::deb-src::Contents-dsc::PDiffs "true";
Acquire::IndexTargets::deb-src::Contents-dsc::KeepCompressed "true";
Acquire::IndexTargets::deb-src::Contents-dsc::DefaultEnabled "false";
Acquire::Changelogs "";
Acquire::Changelogs::URI "";
Acquire::Changelogs::URI::Origin "";
Acquire::Changelogs::URI::Origin::Debian
"https://metadata.ftp-master.debian.org/changelogs/@CHANGEPATH@_changelog";;
Acquire::Changelogs::URI::Origin::Ubuntu
"https://changelogs.ubuntu.com/changelogs/pool/@CHANGEPATH@/changelog";;
Acquire::Changelogs::AlwaysOnline "";
Acquire::Changelogs::AlwaysOnline::Origin "";
Acquire::Changelogs::AlwaysOnline::Origin::Ubuntu "1";
Acquire::Languages "";
Acquire::Languages:: "en";
Acquire::Languages:: "none";
Acquire::Languages:: "de_DE";
Acquire::Languages:: "de";
Acquire::CompressionTypes "";
Acquire::CompressionTypes::xz "xz";
Acquire::CompressionTypes::bz2 "bzip2";
Acquire::CompressionTypes::lzma "lzma";
Acquire::CompressionTypes::gz "gzip";
Acquire::CompressionTypes::lz4 "lz4";
Acquire::CompressionTypes::zst "zstd";
DPkg "";
DPkg::Path "/usr/sbin:/usr/bin:/sbin:/bin";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/bin/apt-listchanges --apt || test $? -lt 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/bin/apt-listchanges "";
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
DPkg::Tools::Options::/usr/bin/apt-listchanges::InfoFD "20";
DPkg::Pre-Invoke "";
DPkg::Pre-Invoke:: "if [ -e /etc/default/snapper ]; then .
/etc/default/snapper; fi; if [ -x /usr/bin/snapper ] && [ !
x$DISABLE_APT_SNAPSHOT = 'xyes' ] && [ -e /etc/snapper/configs/root ];
then rm -f /var/tmp/snapper-apt || true ; snapper create -d apt -c
number -t pre -p > /var/tmp/snapper-apt || true ; snapper cleanup number
|| true ; fi";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -e /etc/default/snapper ]; then .
/etc/default/snapper; fi; if [ -x /usr/bin/snapper ] && [ !
x$DISABLE_APT_SNAPSHOT = 'xyes' ] && [ -e /var/tmp/snapper-apt ]; then
snapper create -d apt -c number -t post --pre-number=`cat
/var/tmp/snapper-apt` || true ; snapper cleanup number || true ; fi";
Aptitude "";
Aptitude::Get-Root-Command "sudo:/usr/bin/sudo";
AptCli "";
AptCli::Hooks "";
AptCli::Hooks::Install "";
AptCli::Hooks::Install:: "[ ! -f /usr/bin/snap ] || /usr/bin/snap
advise-snap --from-apt 2>/dev/null || true";
apt-file "";
apt-file::Index-Names "deb";
apt-file::Parser "";
apt-file::Parser::Check-For-Description-Header "false";
Binary "apt-config";
Binary::apt "";
Binary::apt::APT "";
Binary::apt::APT::Color "1";
Binary::apt::APT::Cache "";
Binary::apt::APT::Cache::Show "";
Binary::apt::APT::Cache::Show::Version "2";
Binary::apt::APT::Cache::AllVersions "0";
Binary::apt::APT::Cache::ShowVirtuals "1";
Binary::apt::APT::Cache::Search "";
Binary::apt::APT::Cache::Search::Version "2";
Binary::apt::APT::Cache::ShowDependencyType "1";
Binary::apt::APT::Cache::ShowVersion "1";
Binary::apt::APT::Get "";
Binary::apt::APT::Get::Upgrade-Allow-New "1";
Binary::apt::APT::Get::Update "";
Binary::apt::APT::Get::Update::InteractiveReleaseInfoChanges "1";
Binary::apt::APT::Cmd "";
Binary::apt::APT::Cmd::Show-Update-Stats "1";
Binary::apt::APT::Cmd::Pattern-Only "1";
Binary::apt::APT::Keep-Downloaded-Packages "0";
Binary::apt::DPkg "";
Binary::apt::DPkg::Progress-Fancy "1";
Binary::apt::DPkg::Lock "";
Binary::apt::DPkg::Lock::Timeout "-1";
CommandLine "";
CommandLine::AsString "apt-config dump";

-- /etc/apt/preferences --

Package: *
Pin: release a=testing
Pin-Priority: 990

Package: *
Pin: release a=testing-updates
Pin-Priority: 990

Package: *
Pin: release a=testing-security
Pin-Priority: 990

Package: *
Pin: release a=unstable
Pin-Priority: 102

Package: *
Pin: release a=experimental
Pin-Priority: 101

Package: *
Pin: release a=testing-debug
Pin-Priority: 990

Package: *
Pin: release a=unstable-debug
Pin-Priority: 102

Package: *
Pin: release a=experimental-debug
Pin-Priority: 101

Package: firefox*
Pin: release a=unstable
Pin-Priority: 990

-- (no /etc/apt/preferences.d/* present) --


-- (no /etc/apt/sources.list present) --


-- /etc/apt/sources.list.d/debian.sources --

Types: deb deb-src
URIs: http://mirror.home.weltraumschlangen.de/debian-security/
http://mirror.credativ.com/debian-security/
http://deb.debian.org/debian-security/
http://security.debian.org/debian-security/
Suites: testing-security
Components: main contrib non-free

Types: deb deb-src
URIs: http://mirror.home.weltraumschlangen.de/debian/
http://mirror.credativ.com/debian/ http://deb.debian.org/debian/
Suites: testing testing-updates unstable experimental
Components: main non-free contrib

Types: deb
URIs: http://mirror.home.weltraumschlangen.de/debian-debug/
http://deb.debian.org/debian-debug/
Suites: testing-debug unstable-debug experimental-debug
Components: main contrib non-free

-- /etc/apt/sources.list.d/docker.sources --

Types: deb
URIs:
http://mirror.home.weltraumschlangen.de:3142/download.docker.com/linux/debian/
https://download.docker.com/linux/debian/
Suites: bullseye
Components: stable
Signed-By: /usr/local/share/keyrings/docker.asc

-- /etc/apt/sources.list.d/google.sources --

Types: deb
URIs:
http://mirror.home.weltraumschlangen.de:3142/packages.cloud.google.com/apt
https://packages.cloud.google.com/apt
Suites: kubernetes-yakkety cloud-sdk-bullseye
Components: main
Signed-By: /usr/local/share/keyrings/google.asc

-- /etc/apt/sources.list.d/teams.list --

### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
#deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main

-- /etc/apt/sources.list.d/teams.sources --

Types: deb
URIs:
http://mirror.home.weltraumschlangen.de:3142/packages.microsoft.com/repos/ms-teams
https://packages.microsoft.com/repos/ms-teams
Suites: stable
Components: main
Architectures: amd64
-- System Information:
Debian Release: 11.0
    APT prefers testing-debug
    APT policy: (990, 'testing-debug'), (990, 'testing'), (102,
'unstable-debug'), (102, 'unstable'), (101, 'experimental-debug'), (101,
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-8-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE
not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages apt depends on:
ii  adduser                 3.118
ii  debian-archive-keyring  2021.1.1
ii  gpgv                    2.2.27-2
ii  libapt-pkg6.0           2.3.8
ii  libc6                   2.31-13
ii  libgcc-s1               10.2.1-6
ii  libgnutls30             3.7.1-5
ii  libseccomp2             2.5.1-1
ii  libstdc++6              10.2.1-6
ii  libsystemd0             247.9-1

Versions of packages apt recommends:
ii  ca-certificates  20210119

Versions of packages apt suggests:
pn  apt-doc         <none>
ii  aptitude        0.8.13-3
ii  dpkg-dev        1.20.9
ii  gnupg           2.2.27-2
ii  gnupg1          1.4.23-1.1
ii  gnupg2          2.2.27-2
ii  powermgmt-base  1.36
ii  synaptic        0.90.2+b1

-- no debconf information




Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages have been kept back:
  lib32asan6 lib32atomic1 lib32gcc-s1 lib32gomp1 lib32itm1 lib32quadmath0
  lib32stdc++6 lib32ubsan1 libasan6 libatomic1 libc-dev-bin libc6 libc6-dbg
  libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0
  libgcc-s1 libgfortran5 libgomp1 libitm1 liblsan0 libobjc4 libquadmath0
  libstdc++6 libtsan0 libubsan1 libx32asan6 libx32atomic1 libx32gcc-s1
  libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++6 libx32ubsan1
The following packages will be upgraded:
  base-files binutils binutils-common binutils-multiarch
  binutils-x86-64-linux-gnu busybox ccze coinor-libcoinutils3v5 containerd.io
  cups-browsed cups-filters cups-filters-core-drivers diffoscope-minimal
  elpa-epl firmware-iwlwifi firmware-misc-nonfree firmware-realtek fuse3
  gir1.2-gsound-1.0 gir1.2-soup-2.4 glibc-doc gvfs gvfs-backends gvfs-common
  gvfs-daemons gvfs-libs ipmitool libapr1 libarmadillo10 libasound2-plugins
  libatkmm-1.6-1v5 libbinutils libc-ares2 libc-bin libc-devtools libc-l10n
  libccid libctf-nobfd0 libctf0 libcupsfilters1 libfontembed1 libfuse3-3
  libglade2-0 libgnome-autoar-0-0 libgnome-autoar-gtk-0-0 libgpg-error-l10n
  libgpg-error0 libgsound0 libgtkmm-3.0-1v5 libgudev-1.0-0 libjs-sphinxdoc
  libnma-common libnma0 libpangomm-1.4-1v5 libpcsclite1 libpipewire-0.3-0
  libpipewire-0.3-common libpolkit-qt5-1-1 libpq-dev libpq5
  libproc-processtable-perl libsoup-gnome2.4-1 libsoup2.4-1
  libspa-0.2-bluetooth libspa-0.2-modules libsys-virt-perl libtext-csv-perl
  libtsk19 libupower-glib3 libvirt-clients libvirt-daemon
  libvirt-daemon-config-network libvirt-daemon-config-nwfilter
  libvirt-daemon-driver-lxc libvirt-daemon-driver-qemu libvirt-daemon-system
  libvirt-daemon-system-systemd libvirt-dev libvirt-login-shell libvirt0
  libxom-java locales mlocate mtd-utils network-manager-gnome
  network-manager-openvpn network-manager-openvpn-gnome opencl-clhpp-headers
  pci.ids pcscd plocate postgresql-13 postgresql-client-13 python3-pdfminer
  python3-pyscard python3-reportbug reportbug sensible-utils sleuthkit
  squashfs-tools supermin upower virt-p2v xfce4-sensors-plugin xfsprogs
  xserver-xorg-input-libinput xterm
107 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
Need to get 90.4 MB/106 MB of archives.
After this operation, 19.5 MB of additional disk space will be used.
Do you want to continue? [Y/n] Ign:1 http://mirror.home.weltraumschlangen.de:3142/download.docker.com/linux/debian bullseye/stable amd64 containerd.io amd64 1.4.9-1
Ign:2 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 cups-filters-core-drivers amd64 1.28.10-1
Ign:3 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libfontembed1 amd64 1.28.10-1
Ign:4 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 cups-filters amd64 1.28.10-1
Ign:5 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 diffoscope-minimal all 182
Ign:6 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 elpa-epl all 0.9-4
Ign:7 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-iwlwifi all 20210818-1
Ign:8 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-misc-nonfree all 20210818-1
Ign:9 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-realtek all 20210818-1
Ign:10 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 fuse3 amd64 3.10.4-1
Ign:11 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libfuse3-3 amd64 3.10.4-1
Ign:12 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgsound0 amd64 1.0.3-2
Ign:13 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gir1.2-gsound-1.0 amd64 1.0.3-2
Ign:14 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gir1.2-soup-2.4 amd64 2.74.0-1
Ign:15 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libsoup-gnome2.4-1 amd64 2.74.0-1
Ign:16 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libsoup2.4-1 amd64 2.74.0-1
Ign:17 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 glibc-doc all 2.31-17
Ign:18 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgudev-1.0-0 amd64 237-2
Ign:19 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-backends amd64 1.48.1-2
Ign:20 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs amd64 1.48.1-2
Ign:21 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-daemons amd64 1.48.1-2
Ign:22 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-libs amd64 1.48.1-2
Ign:23 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-common all 1.48.1-2
Ign:24 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libapr1 amd64 1.7.0-8
Ign:25 http://mirror.home.weltraumschlangen.de/debian unstable/main amd64 libarmadillo10 amd64 1:10.6.2+dfsg-1+b1
Ign:26 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libasound2-plugins amd64 1.2.5-2
Ign:27 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libatkmm-1.6-1v5 amd64 2.28.2-1
Ign:28 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libc-ares2 amd64 1.17.2-1
Ign:29 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libglade2-0 amd64 1:2.6.4-2.4
Ign:30 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgnome-autoar-0-0 amd64 0.4.0-1
Ign:31 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgnome-autoar-gtk-0-0 amd64 0.4.0-1
Ign:32 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpangomm-1.4-1v5 amd64 2.46.1-1
Ign:33 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgtkmm-3.0-1v5 amd64 3.24.5-1
Ign:34 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libjs-sphinxdoc all 3.5.4-2
Ign:35 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libnma0 amd64 1.8.32-1
Ign:36 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libnma-common all 1.8.32-1
Ign:37 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libspa-0.2-bluetooth amd64 0.3.34-1
Ign:38 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpipewire-0.3-0 amd64 0.3.34-1
Ign:39 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libspa-0.2-modules amd64 0.3.34-1
Ign:40 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpipewire-0.3-common all 0.3.34-1
Ign:41 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpolkit-qt5-1-1 amd64 0.114.0-2
Ign:42 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpq-dev amd64 13.4-2
Ign:43 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpq5 amd64 13.4-2
Ign:44 http://mirror.home.weltraumschlangen.de/debian unstable/main amd64 libproc-processtable-perl amd64 0.611-1
Ign:45 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-config-network all 7.6.0-1
Ign:46 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-login-shell amd64 7.6.0-1
Ign:47 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-driver-qemu amd64 7.6.0-1
Ign:48 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-clients amd64 7.6.0-1
Ign:49 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-dev amd64 7.6.0-1
Ign:50 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-driver-lxc amd64 7.6.0-1
Ign:51 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt0 amd64 7.6.0-1
Ign:52 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon amd64 7.6.0-1
Ign:53 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-system amd64 7.6.0-1
Ign:54 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-config-nwfilter all 7.6.0-1
Ign:55 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-system-systemd all 7.6.0-1
Ign:56 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libsys-virt-perl amd64 7.5.0-1
Ign:57 http://mirror.home.weltraumschlangen.de/debian unstable/main amd64 libtext-csv-perl all 2.01-1
Ign:58 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libtsk19 amd64 4.11.0+dfsg-1
Ign:59 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libupower-glib3 amd64 0.99.13-1
Ign:60 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libxom-java all 1.2.10-2
Ign:61 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 plocate amd64 1.1.10-2
Ign:62 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 mlocate all 1.1.10-2
Ign:63 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 mtd-utils amd64 1:2.1.3-1
Ign:64 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 network-manager-gnome amd64 1.24.0-1
Ign:65 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 network-manager-openvpn-gnome amd64 1.8.14-3
Ign:66 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 network-manager-openvpn amd64 1.8.14-3
Ign:67 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 opencl-clhpp-headers all 3.0~2.0.15-1
Ign:68 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 pci.ids all 0.0~2021.08.22-1
Ign:69 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 postgresql-client-13 amd64 13.4-2
Ign:70 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 postgresql-13 amd64 13.4-2
Ign:71 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 python3-pdfminer all 20201018+dfsg-1
Ign:72 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 python3-pyscard amd64 2.0.1-2
Ign:73 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 sleuthkit amd64 4.11.0+dfsg-1
Ign:74 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 squashfs-tools amd64 1:4.5-2
Ign:75 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 supermin amd64 5.2.1-5
Ign:76 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 upower amd64 0.99.13-1
Ign:77 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 virt-p2v amd64 1.42.0-3
Ign:78 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xfce4-sensors-plugin amd64 1.4.1-1
Ign:79 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xfsprogs amd64 5.13.0-1
Ign:80 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xserver-xorg-input-libinput amd64 1.1.0-1
Ign:81 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xterm amd64 368-2
Ign:1 http://mirror.home.weltraumschlangen.de:3142/download.docker.com/linux/debian bullseye/stable amd64 containerd.io amd64 1.4.9-1
Ign:2 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 cups-filters-core-drivers amd64 1.28.10-1
Ign:3 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libfontembed1 amd64 1.28.10-1
Ign:4 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 cups-filters amd64 1.28.10-1
Ign:5 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 diffoscope-minimal all 182
Ign:6 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 elpa-epl all 0.9-4
Ign:7 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-iwlwifi all 20210818-1
Ign:8 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-misc-nonfree all 20210818-1
Ign:9 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-realtek all 20210818-1
Ign:10 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 fuse3 amd64 3.10.4-1
Ign:11 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libfuse3-3 amd64 3.10.4-1
Ign:12 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgsound0 amd64 1.0.3-2
Ign:13 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gir1.2-gsound-1.0 amd64 1.0.3-2
Ign:14 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gir1.2-soup-2.4 amd64 2.74.0-1
Ign:15 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libsoup-gnome2.4-1 amd64 2.74.0-1
Ign:16 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libsoup2.4-1 amd64 2.74.0-1
Ign:17 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 glibc-doc all 2.31-17
Ign:18 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgudev-1.0-0 amd64 237-2
Ign:19 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-backends amd64 1.48.1-2
Ign:20 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs amd64 1.48.1-2
Ign:21 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-daemons amd64 1.48.1-2
Ign:22 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-libs amd64 1.48.1-2
Ign:23 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-common all 1.48.1-2
Ign:24 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libapr1 amd64 1.7.0-8
Ign:25 http://mirror.home.weltraumschlangen.de/debian unstable/main amd64 libarmadillo10 amd64 1:10.6.2+dfsg-1+b1
Ign:26 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libasound2-plugins amd64 1.2.5-2
Ign:27 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libatkmm-1.6-1v5 amd64 2.28.2-1
Ign:28 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libc-ares2 amd64 1.17.2-1
Ign:29 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libglade2-0 amd64 1:2.6.4-2.4
Ign:30 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgnome-autoar-0-0 amd64 0.4.0-1
Ign:31 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgnome-autoar-gtk-0-0 amd64 0.4.0-1
Ign:32 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpangomm-1.4-1v5 amd64 2.46.1-1
Ign:33 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgtkmm-3.0-1v5 amd64 3.24.5-1
Ign:34 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libjs-sphinxdoc all 3.5.4-2
Ign:35 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libnma0 amd64 1.8.32-1
Ign:36 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libnma-common all 1.8.32-1
Ign:37 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libspa-0.2-bluetooth amd64 0.3.34-1
Ign:38 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpipewire-0.3-0 amd64 0.3.34-1
Ign:39 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libspa-0.2-modules amd64 0.3.34-1
Ign:40 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpipewire-0.3-common all 0.3.34-1
Ign:41 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpolkit-qt5-1-1 amd64 0.114.0-2
Ign:42 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpq-dev amd64 13.4-2
Ign:43 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpq5 amd64 13.4-2
Ign:44 http://mirror.home.weltraumschlangen.de/debian unstable/main amd64 libproc-processtable-perl amd64 0.611-1
Ign:45 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-config-network all 7.6.0-1
Ign:46 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-login-shell amd64 7.6.0-1
Ign:47 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-driver-qemu amd64 7.6.0-1
Ign:48 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-clients amd64 7.6.0-1
Ign:49 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-dev amd64 7.6.0-1
Ign:50 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-driver-lxc amd64 7.6.0-1
Ign:51 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt0 amd64 7.6.0-1
Ign:52 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon amd64 7.6.0-1
Ign:53 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-system amd64 7.6.0-1
Ign:54 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-config-nwfilter all 7.6.0-1
Ign:55 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-system-systemd all 7.6.0-1
Ign:56 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libsys-virt-perl amd64 7.5.0-1
Ign:57 http://mirror.home.weltraumschlangen.de/debian unstable/main amd64 libtext-csv-perl all 2.01-1
Ign:58 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libtsk19 amd64 4.11.0+dfsg-1
Ign:59 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libupower-glib3 amd64 0.99.13-1
Ign:60 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libxom-java all 1.2.10-2
Ign:61 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 plocate amd64 1.1.10-2
Ign:62 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 mlocate all 1.1.10-2
Ign:63 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 mtd-utils amd64 1:2.1.3-1
Ign:64 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 network-manager-gnome amd64 1.24.0-1
Ign:65 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 network-manager-openvpn-gnome amd64 1.8.14-3
Ign:66 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 network-manager-openvpn amd64 1.8.14-3
Ign:67 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 opencl-clhpp-headers all 3.0~2.0.15-1
Ign:68 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 pci.ids all 0.0~2021.08.22-1
Ign:69 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 postgresql-client-13 amd64 13.4-2
Ign:70 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 postgresql-13 amd64 13.4-2
Ign:71 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 python3-pdfminer all 20201018+dfsg-1
Ign:72 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 python3-pyscard amd64 2.0.1-2
Ign:73 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 sleuthkit amd64 4.11.0+dfsg-1
Ign:74 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 squashfs-tools amd64 1:4.5-2
Ign:75 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 supermin amd64 5.2.1-5
Ign:76 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 upower amd64 0.99.13-1
Ign:77 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 virt-p2v amd64 1.42.0-3
Ign:78 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xfce4-sensors-plugin amd64 1.4.1-1
Ign:79 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xfsprogs amd64 5.13.0-1
Ign:80 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xserver-xorg-input-libinput amd64 1.1.0-1
Ign:81 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xterm amd64 368-2
Ign:1 http://mirror.home.weltraumschlangen.de:3142/download.docker.com/linux/debian bullseye/stable amd64 containerd.io amd64 1.4.9-1
Ign:2 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 cups-filters-core-drivers amd64 1.28.10-1
Ign:3 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libfontembed1 amd64 1.28.10-1
Ign:4 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 cups-filters amd64 1.28.10-1
Ign:5 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 diffoscope-minimal all 182
Ign:6 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 elpa-epl all 0.9-4
Ign:7 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-iwlwifi all 20210818-1
Ign:8 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-misc-nonfree all 20210818-1
Ign:9 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-realtek all 20210818-1
Ign:10 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 fuse3 amd64 3.10.4-1
Ign:11 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libfuse3-3 amd64 3.10.4-1
Ign:12 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgsound0 amd64 1.0.3-2
Ign:13 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gir1.2-gsound-1.0 amd64 1.0.3-2
Ign:14 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gir1.2-soup-2.4 amd64 2.74.0-1
Ign:15 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libsoup-gnome2.4-1 amd64 2.74.0-1
Ign:16 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libsoup2.4-1 amd64 2.74.0-1
Ign:17 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 glibc-doc all 2.31-17
Ign:18 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgudev-1.0-0 amd64 237-2
Ign:19 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-backends amd64 1.48.1-2
Ign:20 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs amd64 1.48.1-2
Ign:21 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-daemons amd64 1.48.1-2
Ign:22 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-libs amd64 1.48.1-2
Ign:23 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gvfs-common all 1.48.1-2
Ign:24 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libapr1 amd64 1.7.0-8
Ign:25 http://mirror.home.weltraumschlangen.de/debian unstable/main amd64 libarmadillo10 amd64 1:10.6.2+dfsg-1+b1
Ign:26 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libasound2-plugins amd64 1.2.5-2
Ign:27 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libatkmm-1.6-1v5 amd64 2.28.2-1
Ign:28 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libc-ares2 amd64 1.17.2-1
Ign:29 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libglade2-0 amd64 1:2.6.4-2.4
Ign:30 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgnome-autoar-0-0 amd64 0.4.0-1
Ign:31 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgnome-autoar-gtk-0-0 amd64 0.4.0-1
Ign:32 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpangomm-1.4-1v5 amd64 2.46.1-1
Ign:33 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgtkmm-3.0-1v5 amd64 3.24.5-1
Ign:34 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libjs-sphinxdoc all 3.5.4-2
Ign:35 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libnma0 amd64 1.8.32-1
Ign:36 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libnma-common all 1.8.32-1
Ign:37 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libspa-0.2-bluetooth amd64 0.3.34-1
Ign:38 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpipewire-0.3-0 amd64 0.3.34-1
Ign:39 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libspa-0.2-modules amd64 0.3.34-1
Ign:40 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpipewire-0.3-common all 0.3.34-1
Ign:41 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpolkit-qt5-1-1 amd64 0.114.0-2
Ign:42 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpq-dev amd64 13.4-2
Ign:43 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libpq5 amd64 13.4-2
Ign:44 http://mirror.home.weltraumschlangen.de/debian unstable/main amd64 libproc-processtable-perl amd64 0.611-1
Ign:45 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-config-network all 7.6.0-1
Ign:46 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-login-shell amd64 7.6.0-1
Ign:47 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-driver-qemu amd64 7.6.0-1
Ign:48 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-clients amd64 7.6.0-1
Ign:49 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-dev amd64 7.6.0-1
Ign:50 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-driver-lxc amd64 7.6.0-1
Ign:51 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt0 amd64 7.6.0-1
Ign:52 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon amd64 7.6.0-1
Ign:53 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-system amd64 7.6.0-1
Ign:54 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-config-nwfilter all 7.6.0-1
Ign:55 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libvirt-daemon-system-systemd all 7.6.0-1
Ign:56 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libsys-virt-perl amd64 7.5.0-1
Ign:57 http://mirror.home.weltraumschlangen.de/debian unstable/main amd64 libtext-csv-perl all 2.01-1
Ign:58 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libtsk19 amd64 4.11.0+dfsg-1
Ign:59 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libupower-glib3 amd64 0.99.13-1
Ign:60 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libxom-java all 1.2.10-2
Ign:61 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 plocate amd64 1.1.10-2
Ign:62 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 mlocate all 1.1.10-2
Ign:63 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 mtd-utils amd64 1:2.1.3-1
Ign:64 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 network-manager-gnome amd64 1.24.0-1
Ign:65 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 network-manager-openvpn-gnome amd64 1.8.14-3
Ign:66 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 network-manager-openvpn amd64 1.8.14-3
Ign:67 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 opencl-clhpp-headers all 3.0~2.0.15-1
Ign:68 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 pci.ids all 0.0~2021.08.22-1
Ign:69 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 postgresql-client-13 amd64 13.4-2
Ign:70 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 postgresql-13 amd64 13.4-2
Ign:71 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 python3-pdfminer all 20201018+dfsg-1
Ign:72 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 python3-pyscard amd64 2.0.1-2
Ign:73 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 sleuthkit amd64 4.11.0+dfsg-1
Ign:74 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 squashfs-tools amd64 1:4.5-2
Ign:75 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 supermin amd64 5.2.1-5
Ign:76 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 upower amd64 0.99.13-1
Ign:77 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 virt-p2v amd64 1.42.0-3
Ign:78 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xfce4-sensors-plugin amd64 1.4.1-1
Ign:79 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xfsprogs amd64 5.13.0-1
Ign:80 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xserver-xorg-input-libinput amd64 1.1.0-1
Ign:81 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 xterm amd64 368-2
Ign:1 http://mirror.home.weltraumschlangen.de:3142/download.docker.com/linux/debian bullseye/stable amd64 containerd.io amd64 1.4.9-1
Ign:2 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 cups-filters-core-drivers amd64 1.28.10-1
Ign:3 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libfontembed1 amd64 1.28.10-1
Ign:4 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 cups-filters amd64 1.28.10-1
Ign:5 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 diffoscope-minimal all 182
Ign:6 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 elpa-epl all 0.9-4
Ign:7 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-iwlwifi all 20210818-1
Ign:8 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-misc-nonfree all 20210818-1
Ign:9 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-realtek all 20210818-1
Ign:10 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 fuse3 amd64 3.10.4-1
Ign:11 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libfuse3-3 amd64 3.10.4-1
Ign:12 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgsound0 amd64 1.0.3-2
Ign:2 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 cups-filters-core-drivers amd64 1.28.10-1
Ign:3 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libfontembed1 amd64 1.28.10-1
Ign:4 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 cups-filters amd64 1.28.10-1
Ign:5 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 diffoscope-minimal all 182
Ign:6 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 elpa-epl all 0.9-4
Ign:7 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-iwlwifi all 20210818-1
Ign:8 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-misc-nonfree all 20210818-1
Ign:9 http://mirror.home.weltraumschlangen.de/debian testing/non-free amd64 firmware-realtek all 20210818-1
Ign:10 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 fuse3 amd64 3.10.4-1
Ign:11 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libfuse3-3 amd64 3.10.4-1
Ign:12 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 libgsound0 amd64 1.0.3-2
Ign:13 http://mirror.home.weltraumschlangen.de/debian testing/main amd64 gir1.2-gsound-1.0 amd64 1.0.3-2
apt-get: ../apt-pkg/acquire.cc:742: pkgAcquire::RunResult pkgAcquire::Run(int): Assertion `I->Items->Owner->Status != pkgAcquire::Item::StatIdle' failed.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to