Your message dated Tue, 18 Feb 2025 12:30:35 +0000 with message-id <E1tkMkF-004lwf-QA@fasolo.debian.org> and subject line Bug#1091858: fixed in linux 6.13.3-1~exp1 has caused the Debian Bug report #1091858, regarding zstd: -9 SIGILLs on mips64el (under QEMU -M malta => invalid baselining?) to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1091858: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091858 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: zstd: -9 SIGILLs on mips64el (under QEMU -M malta => invalid baselining?)
- From: наб <nabijaczleweli@nabijaczleweli.xyz>
- Date: Wed, 1 Jan 2025 17:43:33 +0100
- Message-id: <qsh5lxur646yuhpjg3qd3wbn4pqe3hhmqopg43lrpjg3htqe3b@tarta.nabijaczleweli.xyz>
- Mail-followup-to: Debian Bug Tracking System <submit@bugs.debian.org>
Package: zstd Version: 1.5.4+dfsg2-5 Severity: grave Justification: renders package unusable X-Debbugs-CC: debian-mips@lists.debian.org Dear Maintainer, I'm trying to install mips64el in QEMU. I'm using the kernel and initrd (malta/netboot/) from https://cdimage.debian.org/debian-cd/current/mips64el/iso-cd/debian-12.8.0-mips64el-netinst.iso and $ truncate -s 40G 40G $ qemu-system-mips64el -machine malta -m 1g -cpu 5KEc -kernel malta/netboot/vmlinuz-6.1.0-27-5kc-malta -initrd malta/netboot/initrd.gz -drive if=none,file=40G,id=hd -device virtio-blk-pci,drive=hd -netdev user,id=qemunet -device virtio-net-pci,netdev=qemunet -nographic -no-reboot -append console=ttyS0 The installation goes fine, then generating the initrd fails. I'm attaching the syslog but the interesting bit is Jan 1 16:02:27 in-target: I: /boot/initrd.img is now a symlink to initrd.img-6.1.0-27-5kc-malta Jan 1 16:02:27 in-target: ^M Jan 1 16:02:27 in-target: /etc/kernel/postinst.d/initramfs-tools: Jan 1 16:02:27 in-target: ^M Jan 1 16:02:27 in-target: update-initramfs: Generating /boot/initrd.img-6.1.0-27-5kc-malta Jan 1 16:02:27 in-target: ^M Jan 1 16:11:57 in-target: Caught SIGILL signal, printing stack: Jan 1 16:11:57 in-target: ^M Jan 1 16:11:57 in-target: Illegal instruction^M Jan 1 16:11:57 in-target: E: mkinitramfs failure zstd -q -9 -T0 132^M Jan 1 16:11:59 in-target: update-initramfs: failed for /boot/initrd.img-6.1.0-27-5kc-malta with 1.^M Jan 1 16:11:59 in-target: run-parts: Jan 1 16:11:59 in-target: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Jan 1 16:11:59 in-target: ^M Jan 1 16:11:59 in-target: dpkg: error processing package linux-image-6.1.0-27-5kc-malta (--configure): Jan 1 16:11:59 in-target: ^M Jan 1 16:11:59 in-target: installed linux-image-6.1.0-27-5kc-malta package post-installation script subprocess returned error exit status 1 Jan 1 16:11:59 in-target: ^M And I can repro this directly in the target with ~ # chroot target/ # zstd -q -9 -T0 < /etc/fstab > /dev/null Caught SIGILL signal, printing stack: Illegal instruction This does NOT happen with # zstd < /etc/fstab > /dev/null # zstd -q < /etc/fstab > /dev/null # zstd -T0 < /etc/fstab > /dev/null but does with # zstd -9 < /etc/fstab > /dev/null Caught SIGILL signal, printing stack: Illegal instruction so it's the -9 bit. I'm assuming this activates some sort of inline assembly that is not correctly baselined for malta? I'm attaching a coredump from # zstd -9 < /etc/fstab > /dev/null Caught SIGILL signal, printing stack: Illegal instruction (core dumped) This may have something to do with https://lists.debian.org/debian-mips/2024/12/msg00000.htmlJan 1 14:46:14 syslogd started: BusyBox v1.35.0 Jan 1 14:46:14 kernel: klogd started: BusyBox v1.35.0 (Debian 1:1.35.0-4+b3) Jan 1 14:46:14 kernel: [ 0.000000] Linux version 6.1.0-27-5kc-malta (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP Debian 6.1.115-1 (2024-11-01) Jan 1 14:46:14 kernel: [ 0.000000] earlycon: uart8250 at I/O port 0x3f8 (options '38400n8') Jan 1 14:46:14 kernel: [ 0.000000] printk: bootconsole [uart8250] enabled Jan 1 14:46:14 kernel: [ 0.000000] CPU0 revision is: 00018900 (MIPS 5KE) Jan 1 14:46:14 kernel: [ 0.000000] MIPS: machine is mti,malta Jan 1 14:46:14 kernel: [ 0.000000] Software DMA cache coherency enabled Jan 1 14:46:14 kernel: [ 0.000000] Initial ramdisk at: 0x900000000e580000 (27684926 bytes) Jan 1 14:46:14 kernel: [ 0.000000] Primary instruction cache 8kB, VIPT, 2-way, linesize 32 bytes. Jan 1 14:46:14 kernel: [ 0.000000] Primary data cache 8kB, 2-way, VIPT, no aliases, linesize 32 bytes Jan 1 14:46:14 kernel: [ 0.000000] Zone ranges: Jan 1 14:46:14 kernel: [ 0.000000] DMA [mem 0x0000000000000000-0x0000000000ffffff] Jan 1 14:46:14 kernel: [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] Jan 1 14:46:14 kernel: [ 0.000000] Normal empty Jan 1 14:46:14 kernel: [ 0.000000] Movable zone start for each node Jan 1 14:46:14 kernel: [ 0.000000] Early memory node ranges Jan 1 14:46:14 kernel: [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000fffffff] Jan 1 14:46:14 kernel: [ 0.000000] node 0: [mem 0x0000000090000000-0x00000000bfffffff] Jan 1 14:46:14 kernel: [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000bfffffff] Jan 1 14:46:14 kernel: [ 0.000000] On node 0, zone DMA32: 524288 pages in unavailable ranges Jan 1 14:46:14 kernel: [ 0.000000] random: crng init done Jan 1 14:46:14 kernel: [ 0.000000] percpu: Embedded 27 pages/cpu s73648 r8192 d28752 u110592 Jan 1 14:46:14 kernel: [ 0.000000] pcpu-alloc: s73648 r8192 d28752 u110592 alloc=27*4096 Jan 1 14:46:14 kernel: [ 0.000000] pcpu-alloc: [0] 0 Jan 1 14:46:14 kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 249856 Jan 1 14:46:14 kernel: [ 0.000000] Kernel command line: rd_start=0xffffffff8e580000 rd_size=27684926 console=ttyS0 Jan 1 14:46:14 kernel: [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) Jan 1 14:46:14 kernel: [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear) Jan 1 14:46:14 kernel: [ 0.000000] Cache parity protection disabled Jan 1 14:46:14 kernel: [ 0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off Jan 1 14:46:14 kernel: [ 0.000000] Memory: 951508K/1048576K available (10528K kernel code, 1643K rwdata, 2988K rodata, 2548K init, 448K bss, 97068K reserved, 0K cma-reserved) Jan 1 14:46:14 kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 Jan 1 14:46:14 kernel: [ 0.000000] ftrace: allocating 30480 entries in 120 pages Jan 1 14:46:14 kernel: [ 0.000000] ftrace: allocated 120 pages with 4 groups Jan 1 14:46:14 kernel: [ 0.000000] trace event string verifier disabled Jan 1 14:46:14 kernel: [ 0.000000] rcu: Hierarchical RCU implementation. Jan 1 14:46:14 kernel: [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1. Jan 1 14:46:14 kernel: [ 0.000000] Rude variant of Tasks RCU enabled. Jan 1 14:46:14 kernel: [ 0.000000] Tracing variant of Tasks RCU enabled. Jan 1 14:46:14 kernel: [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. Jan 1 14:46:14 kernel: [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 Jan 1 14:46:14 kernel: [ 0.000000] NR_IRQS: 256 Jan 1 14:46:14 kernel: [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. Jan 1 14:46:14 kernel: [ 0.000000] CPU frequency 320.02 MHz Jan 1 14:46:14 kernel: [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 11944553841 ns Jan 1 14:46:14 kernel: [ 0.000275] sched_clock: 32 bits at 160MHz, resolution 6ns, wraps every 13420847100ns Jan 1 14:46:14 kernel: [ 0.014930] spurious 8259A interrupt: IRQ7. Jan 1 14:46:14 kernel: [ 0.021188] Console: colour dummy device 80x25 Jan 1 14:46:14 kernel: [ 0.025326] Calibrating delay loop... 835.58 BogoMIPS (lpj=1671168) Jan 1 14:46:14 kernel: [ 0.073516] pid_max: default: 32768 minimum: 301 Jan 1 14:46:14 kernel: [ 0.075816] LSM: Security Framework initializing Jan 1 14:46:14 kernel: [ 0.078864] landlock: Up and running. Jan 1 14:46:14 kernel: [ 0.079166] Yama: disabled by default; enable with sysctl kernel.yama.* Jan 1 14:46:14 kernel: [ 0.087096] AppArmor: AppArmor initialized Jan 1 14:46:14 kernel: [ 0.087498] TOMOYO Linux initialized Jan 1 14:46:14 kernel: [ 0.089258] LSM support for eBPF active Jan 1 14:46:14 kernel: [ 0.093522] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) Jan 1 14:46:14 kernel: [ 0.094166] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear) Jan 1 14:46:14 kernel: [ 0.176299] cblist_init_generic: Setting adjustable number of callback queues. Jan 1 14:46:14 kernel: [ 0.176860] cblist_init_generic: Setting shift to 0 and lim to 1. Jan 1 14:46:14 kernel: [ 0.178137] cblist_init_generic: Setting adjustable number of callback queues. Jan 1 14:46:14 kernel: [ 0.178623] cblist_init_generic: Setting shift to 0 and lim to 1. Jan 1 14:46:14 kernel: [ 0.180571] Performance counters: Either hardware does not support performance counters, or not yet implemented. Jan 1 14:46:14 kernel: [ 0.183589] rcu: Hierarchical SRCU implementation. Jan 1 14:46:14 kernel: [ 0.183998] rcu: Max phase no-delay instances is 1000. Jan 1 14:46:14 kernel: [ 0.205013] smp: Bringing up secondary CPUs ... Jan 1 14:46:14 kernel: [ 0.205581] smp: Brought up 1 node, 1 CPU Jan 1 14:46:14 kernel: [ 0.235338] devtmpfs: initialized Jan 1 14:46:14 kernel: [ 0.253684] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns Jan 1 14:46:14 kernel: [ 0.254688] futex hash table entries: 256 (order: 2, 16384 bytes, linear) Jan 1 14:46:14 kernel: [ 0.277405] NET: Registered PF_NETLINK/PF_ROUTE protocol family Jan 1 14:46:14 kernel: [ 0.284525] audit: initializing netlink subsys (disabled) Jan 1 14:46:14 kernel: [ 0.292065] audit: type=2000 audit(1735742757.264:1): state=initialized audit_enabled=0 res=1 Jan 1 14:46:14 kernel: [ 0.299101] thermal_sys: Registered thermal governor 'fair_share' Jan 1 14:46:14 kernel: [ 0.299455] thermal_sys: Registered thermal governor 'bang_bang' Jan 1 14:46:14 kernel: [ 0.299891] thermal_sys: Registered thermal governor 'step_wise' Jan 1 14:46:14 kernel: [ 0.300301] thermal_sys: Registered thermal governor 'user_space' Jan 1 14:46:14 kernel: [ 0.303061] FPU Affinity set after 6680 emulations Jan 1 14:46:14 kernel: [ 0.392238] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages Jan 1 14:46:14 kernel: [ 0.392744] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page Jan 1 14:46:14 kernel: [ 0.435771] iommu: Default domain type: Translated Jan 1 14:46:14 kernel: [ 0.436403] iommu: DMA domain TLB invalidation policy: strict mode Jan 1 14:46:14 kernel: [ 0.444869] SCSI subsystem initialized Jan 1 14:46:14 kernel: [ 0.453090] libata version 3.00 loaded. Jan 1 14:46:14 kernel: [ 0.454340] pps_core: LinuxPPS API ver. 1 registered Jan 1 14:46:14 kernel: [ 0.454829] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> Jan 1 14:46:14 kernel: [ 0.455743] PTP clock support registered Jan 1 14:46:14 kernel: [ 0.499080] NetLabel: Initializing Jan 1 14:46:14 kernel: [ 0.499367] NetLabel: domain hash size = 128 Jan 1 14:46:14 kernel: [ 0.499674] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO Jan 1 14:46:14 kernel: [ 0.502669] NetLabel: unlabeled traffic allowed by default Jan 1 14:46:14 kernel: [ 0.505574] PCI host bridge to bus 0000:00 Jan 1 14:46:14 kernel: [ 0.506866] pci_bus 0000:00: root bus resource [mem 0x10000000-0x17ffffff] Jan 1 14:46:14 kernel: [ 0.508469] pci_bus 0000:00: root bus resource [io 0x1000-0x1fffff] Jan 1 14:46:14 kernel: [ 0.509307] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] Jan 1 14:46:14 kernel: [ 0.513745] pci 0000:00:00.0: [11ab:4620] type 00 class 0x060000 Jan 1 14:46:14 kernel: [ 0.515963] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff pref] Jan 1 14:46:14 kernel: [ 0.516666] pci 0000:00:00.0: reg 0x14: [mem 0x01000000-0x01000fff pref] Jan 1 14:46:14 kernel: [ 0.517225] pci 0000:00:00.0: reg 0x18: [mem 0x1c000000-0x1c000fff] Jan 1 14:46:14 kernel: [ 0.517843] pci 0000:00:00.0: reg 0x1c: [mem 0x1f000000-0x1f000fff] Jan 1 14:46:14 kernel: [ 0.518309] pci 0000:00:00.0: reg 0x20: [mem 0x1be00000-0x1be00fff] Jan 1 14:46:14 kernel: [ 0.518808] pci 0000:00:00.0: reg 0x24: [io 0x14000000-0x14000fff] Jan 1 14:46:14 kernel: [ 0.528386] pci 0000:00:0a.0: [8086:7110] type 00 class 0x060100 Jan 1 14:46:14 kernel: [ 0.530492] pci 0000:00:0a.1: [8086:7111] type 00 class 0x010180 Jan 1 14:46:14 kernel: [ 0.531082] pci 0000:00:0a.1: reg 0x20: [io 0x0000-0x000f] Jan 1 14:46:14 kernel: [ 0.531628] pci 0000:00:0a.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] Jan 1 14:46:14 kernel: [ 0.532153] pci 0000:00:0a.1: legacy IDE quirk: reg 0x14: [io 0x03f6] Jan 1 14:46:14 kernel: [ 0.532731] pci 0000:00:0a.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] Jan 1 14:46:14 kernel: [ 0.533262] pci 0000:00:0a.1: legacy IDE quirk: reg 0x1c: [io 0x0376] Jan 1 14:46:14 kernel: [ 0.534828] pci 0000:00:0a.2: [8086:7112] type 00 class 0x0c0300 Jan 1 14:46:14 kernel: [ 0.535397] pci 0000:00:0a.2: reg 0x20: [io 0x0000-0x001f] Jan 1 14:46:14 kernel: [ 0.537192] pci 0000:00:0a.3: [8086:7113] type 00 class 0x068000 Jan 1 14:46:14 kernel: [ 0.538812] pci 0000:00:0a.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI Jan 1 14:46:14 kernel: [ 0.539475] pci 0000:00:0a.3: quirk: [io 0x1100-0x110f] claimed by PIIX4 SMB Jan 1 14:46:14 kernel: [ 0.541136] pci 0000:00:12.0: [1013:00b8] type 00 class 0x030000 Jan 1 14:46:14 kernel: [ 0.541619] pci 0000:00:12.0: reg 0x10: [mem 0x00000000-0x01ffffff pref] Jan 1 14:46:14 kernel: [ 0.542143] pci 0000:00:12.0: reg 0x14: [mem 0x00000000-0x00000fff] Jan 1 14:46:14 kernel: [ 0.542841] pci 0000:00:12.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] Jan 1 14:46:14 kernel: [ 0.544353] pci 0000:00:13.0: [1af4:1001] type 00 class 0x010000 Jan 1 14:46:14 kernel: [ 0.544871] pci 0000:00:13.0: reg 0x10: [io 0x0000-0x007f] Jan 1 14:46:14 kernel: [ 0.545529] pci 0000:00:13.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref] Jan 1 14:46:14 kernel: [ 0.547135] pci 0000:00:14.0: [1af4:1000] type 00 class 0x020000 Jan 1 14:46:14 kernel: [ 0.547669] pci 0000:00:14.0: reg 0x10: [io 0x0000-0x001f] Jan 1 14:46:14 kernel: [ 0.548169] pci 0000:00:14.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref] Jan 1 14:46:14 kernel: [ 0.548688] pci 0000:00:14.0: reg 0x30: [mem 0x00000000-0x0003ffff pref] Jan 1 14:46:14 kernel: [ 0.550799] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00 Jan 1 14:46:14 kernel: [ 0.554614] pci 0000:00:12.0: BAR 0: assigned [mem 0x10000000-0x11ffffff pref] Jan 1 14:46:14 kernel: [ 0.555778] pci 0000:00:14.0: BAR 6: assigned [mem 0x12000000-0x1203ffff pref] Jan 1 14:46:14 kernel: [ 0.556413] pci 0000:00:12.0: BAR 6: assigned [mem 0x12040000-0x1204ffff pref] Jan 1 14:46:14 kernel: [ 0.557140] pci 0000:00:13.0: BAR 4: assigned [mem 0x12050000-0x12053fff 64bit pref] Jan 1 14:46:14 kernel: [ 0.557904] pci 0000:00:14.0: BAR 4: assigned [mem 0x12054000-0x12057fff 64bit pref] Jan 1 14:46:14 kernel: [ 0.558535] pci 0000:00:12.0: BAR 1: assigned [mem 0x12058000-0x12058fff] Jan 1 14:46:14 kernel: [ 0.559120] pci 0000:00:13.0: BAR 0: assigned [io 0x1080-0x10ff] Jan 1 14:46:14 kernel: [ 0.559751] pci 0000:00:0a.2: BAR 4: assigned [io 0x1040-0x105f] Jan 1 14:46:14 kernel: [ 0.560211] pci 0000:00:14.0: BAR 0: assigned [io 0x1060-0x107f] Jan 1 14:46:14 kernel: [ 0.560693] pci 0000:00:0a.1: BAR 4: assigned [io 0x1400-0x140f] Jan 1 14:46:14 kernel: [ 0.574748] pci 0000:00:12.0: vgaarb: setting as boot VGA device Jan 1 14:46:14 kernel: [ 0.575321] pci 0000:00:12.0: vgaarb: bridge control possible Jan 1 14:46:14 kernel: [ 0.575879] pci 0000:00:12.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none Jan 1 14:46:14 kernel: [ 0.576660] vgaarb: loaded Jan 1 14:46:14 kernel: [ 0.581483] clocksource: Switched to clocksource MIPS Jan 1 14:46:14 kernel: [ 0.790879] VFS: Disk quotas dquot_6.6.0 Jan 1 14:46:14 kernel: [ 0.791658] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Jan 1 14:46:14 kernel: [ 0.811681] AppArmor: AppArmor Filesystem Enabled Jan 1 14:46:14 kernel: [ 0.892187] NET: Registered PF_INET protocol family Jan 1 14:46:14 kernel: [ 0.895876] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) Jan 1 14:46:14 kernel: [ 0.926056] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear) Jan 1 14:46:14 kernel: [ 0.927429] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) Jan 1 14:46:14 kernel: [ 0.928172] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear) Jan 1 14:46:14 kernel: [ 0.929673] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear) Jan 1 14:46:14 kernel: [ 0.930708] TCP: Hash tables configured (established 8192 bind 8192) Jan 1 14:46:14 kernel: [ 0.936995] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear) Jan 1 14:46:14 kernel: [ 0.938751] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) Jan 1 14:46:14 kernel: [ 0.939771] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) Jan 1 14:46:14 kernel: [ 0.944763] NET: Registered PF_UNIX/PF_LOCAL protocol family Jan 1 14:46:14 kernel: [ 0.948315] NET: Registered PF_XDP protocol family Jan 1 14:46:14 kernel: [ 0.950758] pci 0000:00:0a.2: enabling device (0000 -> 0001) Jan 1 14:46:14 kernel: [ 0.953153] PCI: CLS 0 bytes, default 32 Jan 1 14:46:14 kernel: [ 0.972055] Initialise system trusted keyrings Jan 1 14:46:14 kernel: [ 0.975698] Trying to unpack rootfs image as initramfs... Jan 1 14:46:14 kernel: [ 0.988223] Key type blacklist registered Jan 1 14:46:14 kernel: [ 0.993944] workingset: timestamp_bits=46 max_order=18 bucket_order=0 Jan 1 14:46:14 kernel: [ 1.050258] zbud: loaded Jan 1 14:46:14 kernel: [ 1.074016] integrity: Platform Keyring initialized Jan 1 14:46:14 kernel: [ 1.074520] Key type asymmetric registered Jan 1 14:46:14 kernel: [ 1.074984] Asymmetric key parser 'x509' registered Jan 1 14:46:14 kernel: [ 4.371047] Freeing initrd memory: 27036K Jan 1 14:46:14 kernel: [ 4.406614] process '/bin/kmod' started with executable stack Jan 1 14:46:14 kernel: [ 4.691147] alg: self-tests for CTR-KDF (hmac(sha256)) passed Jan 1 14:46:14 kernel: [ 4.692741] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) Jan 1 14:46:14 kernel: [ 4.694775] io scheduler mq-deadline registered Jan 1 14:46:14 kernel: [ 4.724995] cirrusfb 0000:00:12.0: enabling device (0000 -> 0002) Jan 1 14:46:14 kernel: [ 4.727518] cirrusfb 0000:00:12.0: Cirrus Logic chipset on PCI bus, RAM (4096 kB) at 0x10000000 Jan 1 14:46:14 kernel: [ 4.964374] Console: switching to colour frame buffer device 80x30 Jan 1 14:46:14 kernel: [ 4.992944] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Jan 1 14:46:14 kernel: [ 5.012583] printk: console [ttyS0] disabled Jan 1 14:46:14 kernel: [ 5.041260] serial8250.0: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A Jan 1 14:46:14 kernel: [ 5.041883] serial8250.0: ttyS0 extra baud rates supported: 230400, 460800 Jan 1 14:46:14 kernel: [ 5.046118] printk: console [ttyS0] enabled Jan 1 14:46:14 kernel: [ 5.048394] printk: bootconsole [uart8250] disabled Jan 1 14:46:14 kernel: [ 5.075210] serial8250.0: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A Jan 1 14:46:14 kernel: [ 5.075777] serial8250.0: ttyS1 extra baud rates supported: 230400, 460800 Jan 1 14:46:14 kernel: [ 5.100606] serial8250.0: ttyS2 at MMIO 0x1f000900 (irq = 20, base_baud = 230400) is a 16550A Jan 1 14:46:14 kernel: [ 5.115310] mousedev: PS/2 mouse device common for all mice Jan 1 14:46:14 kernel: [ 5.126426] rtc_cmos 70.rtc: registered as rtc0 Jan 1 14:46:14 kernel: [ 5.128350] rtc_cmos 70.rtc: setting system clock to 2025-01-01T14:46:04 UTC (1735742764) Jan 1 14:46:14 kernel: [ 5.133222] rtc_cmos 70.rtc: alarms up to one day, 242 bytes nvram Jan 1 14:46:14 kernel: [ 5.140452] ledtrig-cpu: registered to indicate activity on CPUs Jan 1 14:46:14 kernel: [ 5.145204] NET: Registered PF_INET6 protocol family Jan 1 14:46:14 kernel: [ 5.353555] Segment Routing with IPv6 Jan 1 14:46:14 kernel: [ 5.354468] In-situ OAM (IOAM) with IPv6 Jan 1 14:46:14 kernel: [ 5.355830] mip6: Mobile IPv6 Jan 1 14:46:14 kernel: [ 5.357140] NET: Registered PF_PACKET protocol family Jan 1 14:46:14 kernel: [ 5.358353] mpls_gso: MPLS GSO support Jan 1 14:46:14 kernel: [ 5.363256] registered taskstats version 1 Jan 1 14:46:14 kernel: [ 5.364269] Loading compiled-in X.509 certificates Jan 1 14:46:14 kernel: [ 5.745209] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1' Jan 1 14:46:14 kernel: [ 5.746701] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f' Jan 1 14:46:14 kernel: [ 5.747439] Problem parsing in-kernel X.509 certificate list Jan 1 14:46:14 kernel: [ 5.765374] zswap: loaded using pool lzo/zbud Jan 1 14:46:14 kernel: [ 5.769213] Key type .fscrypt registered Jan 1 14:46:14 kernel: [ 5.769604] Key type fscrypt-provisioning registered Jan 1 14:46:14 kernel: [ 5.979561] Key type encrypted registered Jan 1 14:46:14 kernel: [ 5.980174] AppArmor: AppArmor sha1 policy hashing enabled Jan 1 14:46:14 kernel: [ 5.982190] ima: No TPM chip found, activating TPM-bypass! Jan 1 14:46:14 kernel: [ 5.982799] ima: Allocated hash algorithm: sha256 Jan 1 14:46:14 kernel: [ 5.988016] ima: No architecture policies found Jan 1 14:46:14 kernel: [ 5.991018] evm: Initialising EVM extended attributes: Jan 1 14:46:14 kernel: [ 5.991642] evm: security.selinux Jan 1 14:46:14 kernel: [ 5.992105] evm: security.SMACK64 (disabled) Jan 1 14:46:14 kernel: [ 5.992912] evm: security.SMACK64EXEC (disabled) Jan 1 14:46:14 kernel: [ 5.993516] evm: security.SMACK64TRANSMUTE (disabled) Jan 1 14:46:14 kernel: [ 5.994162] evm: security.SMACK64MMAP (disabled) Jan 1 14:46:14 kernel: [ 5.994752] evm: security.apparmor Jan 1 14:46:14 kernel: [ 5.995226] evm: security.ima Jan 1 14:46:14 kernel: [ 5.995630] evm: security.capability Jan 1 14:46:14 kernel: [ 5.996164] evm: HMAC attrs: 0x1 Jan 1 14:46:14 kernel: [ 6.449272] clk: Disabling unused clocks Jan 1 14:46:14 kernel: [ 6.587056] Freeing unused kernel image (initmem) memory: 2548K Jan 1 14:46:14 kernel: [ 6.587946] This architecture does not have kernel memory protection. Jan 1 14:46:14 kernel: [ 6.589333] Run /init as init process Jan 1 14:46:14 kernel: [ 6.589881] with arguments: Jan 1 14:46:14 kernel: [ 6.590023] /init Jan 1 14:46:14 kernel: [ 6.590103] with environment: Jan 1 14:46:14 kernel: [ 6.590177] HOME=/ Jan 1 14:46:14 kernel: [ 6.590247] TERM=linux Jan 1 14:46:14 kernel: [ 9.422656] virtio-pci 0000:00:13.0: enabling device (0000 -> 0003) Jan 1 14:46:14 kernel: [ 9.479583] usbcore: registered new interface driver usbfs Jan 1 14:46:14 kernel: [ 9.496133] virtio-pci 0000:00:14.0: enabling device (0000 -> 0003) Jan 1 14:46:14 kernel: [ 9.512280] usbcore: registered new interface driver hub Jan 1 14:46:14 kernel: [ 9.513525] usbcore: registered new device driver usb Jan 1 14:46:14 kernel: [ 9.592831] uhci_hcd 0000:00:0a.2: UHCI Host Controller Jan 1 14:46:14 kernel: [ 9.609447] uhci_hcd 0000:00:0a.2: new USB bus registered, assigned bus number 1 Jan 1 14:46:14 kernel: [ 9.611109] uhci_hcd 0000:00:0a.2: detected 2 ports Jan 1 14:46:14 kernel: [ 9.612276] uhci_hcd 0000:00:0a.2: irq 10, io port 0x00001040 Jan 1 14:46:14 kernel: [ 9.737477] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01 Jan 1 14:46:14 kernel: [ 9.738148] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Jan 1 14:46:14 kernel: [ 9.738621] usb usb1: Product: UHCI Host Controller Jan 1 14:46:14 kernel: [ 9.739003] usb usb1: Manufacturer: Linux 6.1.0-27-5kc-malta uhci_hcd Jan 1 14:46:14 kernel: [ 9.739443] usb usb1: SerialNumber: 0000:00:0a.2 Jan 1 14:46:14 kernel: [ 9.795719] hub 1-0:1.0: USB hub found Jan 1 14:46:14 kernel: [ 9.812824] hub 1-0:1.0: 2 ports detected Jan 1 14:46:14 kernel: [ 12.064119] virtio_net virtio1 enp0s20: renamed from eth0 Jan 1 14:46:26 entropy-source: haveged needed: starting Jan 1 14:46:32 haveged: haveged starting up Jan 1 14:46:39 reopen-console: Looking at console ttyS0 from /proc/consoles Jan 1 14:46:39 reopen-console: Adding ttyS0 to possible consoles list Jan 1 14:46:39 reopen-console: ttyS0 is preferred Jan 1 14:46:39 reopen-console: Adding tty0 to possible consoles list Jan 1 14:46:39 reopen-console: Adding inittab entry for ttyS0 Jan 1 14:46:39 reopen-console: Adding inittab entry for tty1 Jan 1 14:46:39 reopen-console: Restarting init to start d-i on the console(s) we found Jan 1 14:46:39 init: reloading /etc/inittab Jan 1 14:46:39 init: starting pid 209, tty '/dev/tty4': '/usr/bin/tail -f /var/log/syslog' Jan 1 14:46:39 init: starting pid 210, tty '/dev/ttyS0': '/sbin/debian-installer' Jan 1 14:46:39 init: starting pid 211, tty '/dev/tty1': '/sbin/debian-installer' Jan 1 14:46:50 debconf: Setting debconf/language to en Jan 1 14:46:52 main-menu[242]: INFO: Menu item 'localechooser' selected Jan 1 14:46:53 debconf: Setting debconf/language to en Jan 1 14:46:56 main-menu[261]: INFO: Menu item 'localechooser' selected Jan 1 14:46:57 debconf: Setting debconf/language to Jan 1 14:47:02 localechooser: info: Language = 'C' Jan 1 14:47:03 localechooser: info: line=C;0;;C;en; Jan 1 14:47:03 localechooser: info: Set debian-installer/language = 'en' Jan 1 14:47:03 localechooser: info: Default locale = 'C' Jan 1 14:47:03 localechooser: info: Set debian-installer/consoledisplay = '' Jan 1 14:47:04 debconf: Setting debconf/language to en Jan 1 14:47:10 localechooser: info: Set debian-installer/country = 'PL' Jan 1 14:47:10 localechooser: info: Set debian-installer/locale = 'C' Jan 1 14:47:11 localechooser: info: System locale (debian-installer/locale) = 'C' Jan 1 14:47:12 main-menu[242]: INFO: Menu item 'console-setup-udeb' selected Jan 1 14:47:21 debconf: Setting debconf/language to en Jan 1 14:47:21 main-menu[242]: INFO: Menu item 'ethdetect' selected Jan 1 14:47:34 net/hw-detect.hotplug: Detected hotpluggable network interface enp0s20 Jan 1 14:47:34 net/hw-detect.hotplug: Detected hotpluggable network interface lo Jan 1 14:47:38 apt-install: Queueing package udev for later installation Jan 1 14:47:38 apt-install: Queueing package pciutils for later installation Jan 1 14:47:38 apt-install: Queueing package usbutils for later installation Jan 1 14:47:39 hw-detect: Missing modules 'usb-storage (USB storage) Jan 1 14:47:40 check-missing-firmware: looking at dmesg for the first time Jan 1 14:47:40 check-missing-firmware: saving timestamp for a later use: [ 12.064119] Jan 1 14:47:40 check-missing-firmware: no missing firmware in loaded kernel modules Jan 1 14:47:44 check-missing-firmware: taking network interface enp0s20 up/down Jan 1 14:47:45 check-missing-firmware: looking at dmesg again, restarting from timestamp: [ 12.064119] Jan 1 14:47:46 check-missing-firmware: timestamp found, truncating dmesg accordingly Jan 1 14:47:46 check-missing-firmware: keeping timestamp (no new lines): [ 12.064119] Jan 1 14:47:46 check-missing-firmware: no missing firmware in loaded kernel modules Jan 1 14:47:49 main-menu[242]: INFO: Menu item 'netcfg' selected Jan 1 14:47:50 main-menu[242]: INFO: Falling back to the package description for crypto-modules-6.1.0-27-5kc-malta-di Jan 1 14:47:50 main-menu[242]: INFO: Falling back to the package description for crypto-modules-6.1.0-27-5kc-malta-di Jan 1 14:47:51 netcfg[1410]: INFO: Starting netcfg v.1.187+deb12u1 Jan 1 14:47:51 netcfg[1410]: WARNING **: Couldn't read Wpasupplicant pid file, not trying to kill. Jan 1 14:47:51 netcfg[1410]: INFO: Could not find valid BOOTIF= entry in /proc/cmdline Jan 1 14:47:51 netcfg[1410]: INFO: Taking down interface enp0s20 Jan 1 14:47:52 netcfg[1410]: INFO: Taking down interface lo Jan 1 14:47:52 netcfg[1410]: INFO: Activating interface enp0s20 Jan 1 14:47:52 netcfg[1410]: DEBUG: State is now 0 Jan 1 14:47:52 netcfg[1410]: DEBUG: Want link on enp0s20 Jan 1 14:47:52 netcfg[1410]: INFO: Waiting time set to 3 Jan 1 14:47:53 netcfg[1410]: INFO: ethtool-lite: enp0s20: carrier up Jan 1 14:47:53 netcfg[1410]: INFO: Found link on enp0s20 Jan 1 14:47:53 netcfg[1410]: DEBUG: Commencing network autoconfiguration on enp0s20 Jan 1 14:47:53 netcfg[1410]: DEBUG: rdnssd started; PID: 1420 Jan 1 14:47:53 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope local) Jan 1 14:47:53 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:53 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:53 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:53 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link tentative Jan 1 14:47:53 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:54 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope local) Jan 1 14:47:54 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:54 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:54 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:54 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link tentative Jan 1 14:47:54 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:54 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope local) Jan 1 14:47:54 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:54 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:54 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:54 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link tentative Jan 1 14:47:54 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:55 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope local) Jan 1 14:47:55 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:55 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:55 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:55 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site tentative dynamic flags 100 Jan 1 14:47:55 netcfg[1410]: DEBUG: ip line: valid_lft 86400sec preferred_lft 14400sec Jan 1 14:47:55 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:47:55 netcfg[1410]: DEBUG: Configured address found Jan 1 14:47:55 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:55 netcfg[1410]: DEBUG: Running rdisc6 -1 -r 1 -w 500 -n enp0s20 to get IPv6 config flags Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on enp0s20... Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Hop limit : 64 ( 0x40) Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Stateful address conf. : No Jan 1 14:47:55 netcfg[1410]: DEBUG: Got stateful address line Jan 1 14:47:55 netcfg[1410]: DEBUG: stateful=0 Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Stateful other conf. : No Jan 1 14:47:55 netcfg[1410]: DEBUG: stateless=0 Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Mobile home agent : No Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Router preference : medium Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Neighbor discovery proxy : No Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Router lifetime : 1800 (0x00000708) seconds Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Reachable time : unspecified (0x00000000) Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Retransmit time : unspecified (0x00000000) Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Source link-layer address: 52:56:00:00:00:02 Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Prefix : fec0::/64 Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: On-link : Yes Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Autonomous address conf.: Yes Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Valid time : 86400 (0x00015180) seconds Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: Pref. time : 14400 (0x00003840) seconds Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 line: from fe80::2 Jan 1 14:47:55 netcfg[1410]: DEBUG: rdisc6 parsing finished Jan 1 14:47:55 netcfg[1410]: DEBUG: Reading nameservers from /tmp/rdnssd_resolv Jan 1 14:47:55 netcfg[1410]: DEBUG: Stopping rdnssd, PID 1420 Jan 1 14:47:55 netcfg[1410]: DEBUG: IPv6 found Jan 1 14:47:55 netcfg[1410]: DEBUG: IPv6 stateless autoconfig requested Jan 1 14:47:55 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:47:55 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site tentative dynamic flags 100 Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: valid_lft 86400sec preferred_lft 14400sec Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:56 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:47:56 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site tentative dynamic flags 100 Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: valid_lft 86399sec preferred_lft 14399sec Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:56 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:47:56 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: valid_lft 86399sec preferred_lft 14399sec Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:47:56 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:57 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:47:57 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: valid_lft 86399sec preferred_lft 14399sec Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:57 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:47:57 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: valid_lft 86398sec preferred_lft 14398sec Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:47:57 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:58 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:47:58 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: valid_lft 86398sec preferred_lft 14398sec Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:58 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:47:58 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: valid_lft 86397sec preferred_lft 14397sec Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:47:58 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:59 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:47:59 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: valid_lft 86397sec preferred_lft 14397sec Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:47:59 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:47:59 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: valid_lft 86396sec preferred_lft 14396sec Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:47:59 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:00 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:48:00 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: valid_lft 86396sec preferred_lft 14396sec Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:00 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:48:00 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: valid_lft 86395sec preferred_lft 14395sec Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:48:00 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:00 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:48:00 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: valid_lft 86395sec preferred_lft 14395sec Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:01 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:48:01 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: valid_lft 86394sec preferred_lft 14394sec Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:48:01 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:01 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:48:01 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: valid_lft 86394sec preferred_lft 14394sec Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:02 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:48:02 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: valid_lft 86394sec preferred_lft 14394sec Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:02 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:48:02 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: valid_lft 86393sec preferred_lft 14393sec Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:48:02 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:03 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:48:03 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: valid_lft 86393sec preferred_lft 14393sec Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:03 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:48:03 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: valid_lft 86392sec preferred_lft 14392sec Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:48:03 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:04 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:48:04 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: valid_lft 86392sec preferred_lft 14392sec Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:04 netcfg[1410]: DEBUG: nc_v6_interface_configured(enp0s20, scope global) Jan 1 14:48:04 netcfg[1410]: DEBUG: Running ip addr show enp0s20 to look for address Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: 2: enp0s20: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel qlen 1000 Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: inet6 fec0::5054:ff:fe12:3456/64 scope site dynamic flags 100 Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: valid_lft 86391sec preferred_lft 14391sec Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: inet6 fe80::5054:ff:fe12:3456/64 scope link Jan 1 14:48:04 netcfg[1410]: DEBUG: ip line: valid_lft forever preferred_lft forever Jan 1 14:48:04 netcfg[1410]: DEBUG: Trying IPv4 autoconfig as well Jan 1 14:48:04 netcfg[1410]: WARNING **: Started DHCP client; PID is 1447 Jan 1 14:48:05 udhcpc: Got IP 10.0.2.15 (using enp0s20) and routing through 10.0.2.2 Jan 1 14:48:08 netcfg[1410]: DEBUG: Reading domain name returned via DHCP Jan 1 14:48:08 netcfg[1410]: DEBUG: Reading nameservers from /etc/resolv.conf Jan 1 14:48:08 netcfg[1410]: DEBUG: Read nameserver 10.0.2.3 Jan 1 14:48:08 netcfg[1410]: DEBUG: State is now 1 Jan 1 14:48:08 netcfg[1410]: DEBUG: State is now 2 Jan 1 14:48:08 netcfg[1410]: DEBUG: State is now 5 Jan 1 14:48:08 netcfg[1410]: DEBUG: Using DNS to try and obtain default hostname Jan 1 14:48:08 netcfg[1410]: DEBUG: Getting default hostname from rDNS lookup of autoconfigured address 10.0.2.15 Jan 1 14:48:08 netcfg[1410]: DEBUG: getnameinfo() returned -2 (Name or service not known) Jan 1 14:48:08 netcfg[1410]: DEBUG: Getting default hostname from rDNS lookup of autoconfigured address fec0::5054:ff:fe12:3456 Jan 1 14:48:09 netcfg[1410]: DEBUG: getnameinfo() returned -2 (Name or service not known) Jan 1 14:48:09 netcfg[1410]: DEBUG: Getting default hostname from rDNS lookup of autoconfigured address fe80::5054:ff:fe12:3456 Jan 1 14:48:09 netcfg[1410]: DEBUG: getnameinfo() returned -2 (Name or service not known) Jan 1 14:48:15 netcfg[1410]: DEBUG: State is now 6 Jan 1 14:48:19 netcfg[1410]: DEBUG: Network config complete Jan 1 14:48:19 netcfg[1410]: DEBUG: No interface given; clearing /etc/network/interfaces Jan 1 14:48:19 netcfg[1410]: DEBUG: Writing informative header Jan 1 14:48:19 netcfg[1410]: DEBUG: Success! Jan 1 14:48:19 netcfg[1410]: DEBUG: Writing loopback interface Jan 1 14:48:19 netcfg[1410]: DEBUG: Success! Jan 1 14:48:19 netcfg[1410]: DEBUG: Writing DHCP stanza for enp0s20 Jan 1 14:48:19 netcfg[1410]: INFO: Detected enp0s20 as a hotpluggable device Jan 1 14:48:19 netcfg[1410]: DEBUG: Success! Jan 1 14:48:21 main-menu[242]: (process:1409): udhcpc: started, v1.35.0 Jan 1 14:48:21 main-menu[242]: (process:1409): udhcpc: broadcasting discover Jan 1 14:48:21 main-menu[242]: (process:1409): udhcpc: broadcasting select for 10.0.2.15, server 10.0.2.2 Jan 1 14:48:21 main-menu[242]: (process:1409): udhcpc: lease of 10.0.2.15 obtained from 10.0.2.2, lease time 86400 Jan 1 14:48:23 main-menu[242]: INFO: Menu item 'choose-mirror' selected Jan 1 14:48:23 anna-install: Queueing udeb apt-mirror-setup for later installation Jan 1 14:48:28 choose-mirror[1504]: DEBUG: command: wget --no-verbose http://deb.debian.org/debian/dists/oldstable/Release -O - | grep -E '^(Suite|Codename|Architectures):' Jan 1 14:48:28 choose-mirror[1504]: DEBUG: command: wget --no-verbose http://deb.debian.org/debian/dists/bullseye/Release -O - | grep -E '^(Suite|Codename|Architectures):' Jan 1 14:48:29 choose-mirror[1504]: DEBUG: command: wget --no-verbose http://deb.debian.org/debian/dists/stable/Release -O - | grep -E '^(Suite|Codename|Architectures):' Jan 1 14:48:29 choose-mirror[1504]: DEBUG: command: wget --no-verbose http://deb.debian.org/debian/dists/bookworm/Release -O - | grep -E '^(Suite|Codename|Architectures):' Jan 1 14:48:30 choose-mirror[1504]: DEBUG: command: wget --no-verbose http://deb.debian.org/debian/dists/testing/Release -O - | grep -E '^(Suite|Codename|Architectures):' Jan 1 14:48:31 choose-mirror[1504]: DEBUG: command: wget --no-verbose http://deb.debian.org/debian/dists/trixie/Release -O - | grep -E '^(Suite|Codename|Architectures):' Jan 1 14:48:31 choose-mirror[1504]: DEBUG: command: wget --no-verbose http://deb.debian.org/debian/dists/unstable/Release -O - | grep -E '^(Suite|Codename|Architectures):' Jan 1 14:48:32 choose-mirror[1504]: DEBUG: command: wget --no-verbose http://deb.debian.org/debian/dists/sid/Release -O - | grep -E '^(Suite|Codename|Architectures):' Jan 1 14:48:33 choose-mirror[1504]: INFO: suite/codename set to: stable/bookworm Jan 1 14:48:33 choose-mirror[1504]: DEBUG: command: wget --no-verbose http://deb.debian.org/debian//dists/bookworm/main/binary-mips64el/Release -O - | grep ^Architecture: Jan 1 14:48:34 anna-install: Queueing udeb bookworm-support for later installation Jan 1 14:48:34 main-menu[242]: (process:1497): 2025-01-01 14:48:28 URL:http://deb.debian.org/debian/dists/oldstable/Release [113526/113526] -> "-" [1] Jan 1 14:48:34 main-menu[242]: (process:1497): 2025-01-01 14:48:29 URL:http://deb.debian.org/debian/dists/bullseye/Release [113526/113526] -> "-" [1] Jan 1 14:48:34 main-menu[242]: (process:1497): 2025-01-01 14:48:29 URL:http://deb.debian.org/debian/dists/stable/Release [149229/149229] -> "-" [1] Jan 1 14:48:34 main-menu[242]: (process:1497): 2025-01-01 14:48:30 URL:http://deb.debian.org/debian/dists/bookworm/Release [149229/149229] -> "-" [1] Jan 1 14:48:34 main-menu[242]: (process:1497): 2025-01-01 14:48:31 URL:http://deb.debian.org/debian/dists/testing/Release [173561/173561] -> "-" [1] Jan 1 14:48:34 main-menu[242]: (process:1497): 2025-01-01 14:48:31 URL:http://deb.debian.org/debian/dists/trixie/Release [173561/173561] -> "-" [1] Jan 1 14:48:34 main-menu[242]: (process:1497): 2025-01-01 14:48:32 URL:http://deb.debian.org/debian/dists/unstable/Release [203539/203539] -> "-" [1] Jan 1 14:48:34 main-menu[242]: (process:1497): 2025-01-01 14:48:33 URL:http://deb.debian.org/debian/dists/sid/Release [203539/203539] -> "-" [1] Jan 1 14:48:34 main-menu[242]: (process:1497): 2025-01-01 14:48:33 URL:http://deb.debian.org/debian//dists/bookworm/main/binary-mips64el/Release [119/119] -> "-" [1] Jan 1 14:48:35 main-menu[242]: INFO: Menu item 'download-installer' selected Jan 1 14:48:37 net-retriever: regular: dists/bookworm/Release /tmp/net-retriever-1570-Release Jan 1 14:48:38 anna[1568]: 2025-01-01 14:48:38 URL:http://deb.debian.org/debian//dists/bookworm/Release [149229/149229] -> "/tmp/_fetch-url_net-retriever-1570-Release.1575" [1] Jan 1 14:48:38 net-retriever: regular: dists/bookworm/Release.gpg /tmp/net-retriever-1570-Release.gpg Jan 1 14:48:39 anna[1568]: 2025-01-01 14:48:39 URL:http://deb.debian.org/debian//dists/bookworm/Release.gpg [1804/1804] -> "/tmp/_fetch-url_net-retriever-1570-Release.gpg.1586" [1] Jan 1 14:48:40 net-retriever: gpgv: Signature made Sat Nov 9 10:11:43 2024 UTC Jan 1 14:48:40 net-retriever: gpgv: using RSA key A7236886F3CCCAAD148A27F80E98404D386FA1D9 Jan 1 14:48:40 net-retriever: gpgv: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>" Jan 1 14:48:40 net-retriever: Jan 1 14:48:40 net-retriever: gpgv: Signature made Sat Nov 9 10:11:43 2024 UTC Jan 1 14:48:40 net-retriever: Jan 1 14:48:40 net-retriever: gpgv: using RSA key 4CB50190207B4758A3F73A796ED0E7B82643E131 Jan 1 14:48:40 net-retriever: Jan 1 14:48:40 net-retriever: gpgv: Good signature from "Debian Archive Automatic Signing Key (12/bookworm) <ftpmaster@debian.org>" Jan 1 14:48:40 net-retriever: Jan 1 14:48:40 net-retriever: gpgv: Signature made Sat Nov 9 10:14:43 2024 UTC Jan 1 14:48:40 net-retriever: Jan 1 14:48:40 net-retriever: gpgv: using EDDSA key 4D64FEC119C2029067D6E791F8D2585B8783D481 Jan 1 14:48:40 net-retriever: Jan 1 14:48:40 net-retriever: gpgv: issuer "debian-release@lists.debian.org" Jan 1 14:48:40 net-retriever: gpgv: Good signature from "Debian Stable Release Key (12/bookworm) <debian-release@lists.debian.org>" Jan 1 14:48:40 net-retriever: Jan 1 14:48:41 net-retriever: regular: dists/bookworm/main/debian-installer/binary-mips64el/Packages.xz /tmp/net-retriever-1570-Packages Jan 1 14:48:42 anna[1568]: 2025-01-01 14:48:42 URL:http://deb.debian.org/debian//dists/bookworm/main/debian-installer/binary-mips64el/Packages.xz [72476/72476] -> "/tmp/_fetch-url_net-retriever-1570-Packages.1606" [1] Jan 1 14:48:48 net-retriever: regular: dists/bookworm/contrib/debian-installer/binary-mips64el/Packages.xz /tmp/net-retriever-1570-Packages Jan 1 14:48:49 anna[1568]: 2025-01-01 14:48:49 URL:http://deb.debian.org/debian//dists/bookworm/contrib/debian-installer/binary-mips64el/Packages.xz [448/448] -> "/tmp/_fetch-url_net-retriever-1570-Packages.1628" [1] Jan 1 14:48:55 net-retriever: regular: dists/bookworm/non-free-firmware/debian-installer/binary-mips64el/Packages.xz /tmp/net-retriever-1570-Packages Jan 1 14:48:56 anna[1568]: 2025-01-01 14:48:56 URL:http://deb.debian.org/debian//dists/bookworm/non-free-firmware/debian-installer/binary-mips64el/Packages.xz [32/32] -> "/tmp/_fetch-url_net-retriever-1570-Packages.1650" [1] Jan 1 14:49:02 net-retriever: regular: dists/bookworm/non-free/debian-installer/binary-mips64el/Packages.xz /tmp/net-retriever-1570-Packages Jan 1 14:49:03 anna[1568]: 2025-01-01 14:49:03 URL:http://deb.debian.org/debian//dists/bookworm/non-free/debian-installer/binary-mips64el/Packages.xz [500/500] -> "/tmp/_fetch-url_net-retriever-1570-Packages.1672" [1] Jan 1 14:49:09 anna[1568]: DEBUG: resolver (open-iscsi-udeb): package doesn't exist (ignored) Jan 1 14:49:09 anna[1568]: DEBUG: resolver (open-iscsi-udeb): package doesn't exist (ignored) Jan 1 14:49:09 anna[1568]: DEBUG: retrieving apt-mirror-setup 1:0.182 Jan 1 14:49:09 net-retriever: regular: pool/main/a/apt-setup/apt-mirror-setup_0.182_all.udeb /var/cache/anna/apt-mirror-setup_0.182_all.udeb Jan 1 14:49:10 anna[1568]: 2025-01-01 14:49:10 URL:http://deb.debian.org/debian//pool/main/a/apt-setup/apt-mirror-setup_0.182_all.udeb [52212/52212] -> "/var/cache/anna/_fetch-url_apt-mirror-setup_0.182_all.udeb.1693" [1] Jan 1 14:49:15 anna[1568]: DEBUG: retrieving apt-setup-udeb 1:0.182 Jan 1 14:49:15 net-retriever: regular: pool/main/a/apt-setup/apt-setup-udeb_0.182_mips64el.udeb /var/cache/anna/apt-setup-udeb_0.182_mips64el.udeb Jan 1 14:49:16 anna[1568]: 2025-01-01 14:49:16 URL:http://deb.debian.org/debian//pool/main/a/apt-setup/apt-setup-udeb_0.182_mips64el.udeb [78408/78408] -> "/var/cache/anna/_fetch-url_apt-setup-udeb_0.182_mips64el.udeb.1721" [1] Jan 1 14:49:20 anna[1568]: DEBUG: retrieving base-installer 1.213 Jan 1 14:49:21 net-retriever: regular: pool/main/b/base-installer/base-installer_1.213_all.udeb /var/cache/anna/base-installer_1.213_all.udeb Jan 1 14:49:21 anna[1568]: 2025-01-01 14:49:21 URL:http://deb.debian.org/debian//pool/main/b/base-installer/base-installer_1.213_all.udeb [41980/41980] -> "/var/cache/anna/_fetch-url_base-installer_1.213_all.udeb.1749" [1] Jan 1 14:49:25 anna[1568]: DEBUG: retrieving bootstrap-base 1.213 Jan 1 14:49:26 net-retriever: regular: pool/main/b/base-installer/bootstrap-base_1.213_mips64el.udeb /var/cache/anna/bootstrap-base_1.213_mips64el.udeb Jan 1 14:49:27 anna[1568]: 2025-01-01 14:49:27 URL:http://deb.debian.org/debian//pool/main/b/base-installer/bootstrap-base_1.213_mips64el.udeb [136868/136868] -> "/var/cache/anna/_fetch-url_bootstrap-base_1.213_mips64el.udeb.1777" [1] Jan 1 14:49:33 anna[1568]: DEBUG: retrieving btrfs-progs-udeb 6.2-1+deb12u1 Jan 1 14:49:33 net-retriever: regular: pool/main/b/btrfs-progs/btrfs-progs-udeb_6.2-1+deb12u1_mips64el.udeb /var/cache/anna/btrfs-progs-udeb_6.2-1+deb12u1_mips64el.udeb Jan 1 14:49:34 anna[1568]: 2025-01-01 14:49:34 URL:http://deb.debian.org/debian//pool/main/b/btrfs-progs/btrfs-progs-udeb_6.2-1+deb12u1_mips64el.udeb [414428/414428] -> "/var/cache/anna/_fetch-url_btrfs-progs-udeb_6.2-1+deb12u1_mips64el.udeb.1805" [1] Jan 1 14:49:36 anna[1568]: DEBUG: retrieving clock-setup 0.161 Jan 1 14:49:36 net-retriever: regular: pool/main/c/clock-setup/clock-setup_0.161_mips64el.udeb /var/cache/anna/clock-setup_0.161_mips64el.udeb Jan 1 14:49:37 anna[1568]: 2025-01-01 14:49:37 URL:http://deb.debian.org/debian//pool/main/c/clock-setup/clock-setup_0.161_mips64el.udeb [49112/49112] -> "/var/cache/anna/_fetch-url_clock-setup_0.161_mips64el.udeb.1831" [1] Jan 1 14:49:41 anna[1568]: DEBUG: retrieving di-utils-mapdevfs 1.146 Jan 1 14:49:41 net-retriever: regular: pool/main/d/debian-installer-utils/di-utils-mapdevfs_1.146_mips64el.udeb /var/cache/anna/di-utils-mapdevfs_1.146_mips64el.udeb Jan 1 14:49:42 anna[1568]: 2025-01-01 14:49:42 URL:http://deb.debian.org/debian//pool/main/d/debian-installer-utils/di-utils-mapdevfs_1.146_mips64el.udeb [2488/2488] -> "/var/cache/anna/_fetch-url_di-utils-mapdevfs_1.146_mips64el.udeb.1859" [1] Jan 1 14:49:44 anna[1568]: DEBUG: retrieving debootstrap-udeb 1.0.128+nmu2+deb12u1 Jan 1 14:49:44 net-retriever: regular: pool/main/d/debootstrap/debootstrap-udeb_1.0.128+nmu2+deb12u1_all.udeb /var/cache/anna/debootstrap-udeb_1.0.128+nmu2+deb12u1_all.udeb Jan 1 14:49:45 anna[1568]: 2025-01-01 14:49:45 URL:http://deb.debian.org/debian//pool/main/d/debootstrap/debootstrap-udeb_1.0.128+nmu2+deb12u1_all.udeb [28996/28996] -> "/var/cache/anna/_fetch-url_debootstrap-udeb_1.0.128+nmu2+deb12u1_all.udeb.1885" [1] Jan 1 14:49:47 anna[1568]: DEBUG: retrieving depthcharge-tools-installer 2 Jan 1 14:49:47 net-retriever: regular: pool/main/d/depthcharge-tools-installer/depthcharge-tools-installer_2_all.udeb /var/cache/anna/depthcharge-tools-installer_2_all.udeb Jan 1 14:49:49 anna[1568]: 2025-01-01 14:49:49 URL:http://deb.debian.org/debian//pool/main/d/depthcharge-tools-installer/depthcharge-tools-installer_2_all.udeb [2488/2488] -> "/var/cache/anna/_fetch-url_depthcharge-tools-installer_2_all.udeb.1911" [1] Jan 1 14:49:56 anna[1568]: DEBUG: retrieving dosfstools-udeb 4.2-1 Jan 1 14:49:57 net-retriever: regular: pool/main/d/dosfstools/dosfstools-udeb_4.2-1_mips64el.udeb /var/cache/anna/dosfstools-udeb_4.2-1_mips64el.udeb Jan 1 14:49:58 anna[1568]: 2025-01-01 14:49:58 URL:http://deb.debian.org/debian//pool/main/d/dosfstools/dosfstools-udeb_4.2-1_mips64el.udeb [55988/55988] -> "/var/cache/anna/_fetch-url_dosfstools-udeb_4.2-1_mips64el.udeb.1939" [1] Jan 1 14:50:00 anna[1568]: DEBUG: retrieving e2fsprogs-udeb 1.47.0-2 Jan 1 14:50:00 net-retriever: regular: pool/main/e/e2fsprogs/e2fsprogs-udeb_1.47.0-2_mips64el.udeb /var/cache/anna/e2fsprogs-udeb_1.47.0-2_mips64el.udeb Jan 1 14:50:01 anna[1568]: 2025-01-01 14:50:01 URL:http://deb.debian.org/debian//pool/main/e/e2fsprogs/e2fsprogs-udeb_1.47.0-2_mips64el.udeb [384128/384128] -> "/var/cache/anna/_fetch-url_e2fsprogs-udeb_1.47.0-2_mips64el.udeb.1965" [1] Jan 1 14:50:04 anna[1568]: DEBUG: retrieving finish-install 2.117 Jan 1 14:50:04 net-retriever: regular: pool/main/f/finish-install/finish-install_2.117_all.udeb /var/cache/anna/finish-install_2.117_all.udeb Jan 1 14:50:05 anna[1568]: 2025-01-01 14:50:05 URL:http://deb.debian.org/debian//pool/main/f/finish-install/finish-install_2.117_all.udeb [21448/21448] -> "/var/cache/anna/_fetch-url_finish-install_2.117_all.udeb.1991" [1] Jan 1 14:50:09 anna[1568]: DEBUG: retrieving disk-detect 1.159 Jan 1 14:50:10 net-retriever: regular: pool/main/h/hw-detect/disk-detect_1.159_mips64el.udeb /var/cache/anna/disk-detect_1.159_mips64el.udeb Jan 1 14:50:10 anna[1568]: 2025-01-01 14:50:10 URL:http://deb.debian.org/debian//pool/main/h/hw-detect/disk-detect_1.159_mips64el.udeb [21532/21532] -> "/var/cache/anna/_fetch-url_disk-detect_1.159_mips64el.udeb.2019" [1] Jan 1 14:50:19 anna[1568]: DEBUG: retrieving jfsutils-udeb 1.1.15-5 Jan 1 14:50:19 net-retriever: regular: pool/main/j/jfsutils/jfsutils-udeb_1.1.15-5_mips64el.udeb /var/cache/anna/jfsutils-udeb_1.1.15-5_mips64el.udeb Jan 1 14:50:20 anna[1568]: 2025-01-01 14:50:20 URL:http://deb.debian.org/debian//pool/main/j/jfsutils/jfsutils-udeb_1.1.15-5_mips64el.udeb [167152/167152] -> "/var/cache/anna/_fetch-url_jfsutils-udeb_1.1.15-5_mips64el.udeb.2047" [1] Jan 1 14:50:21 anna[1568]: DEBUG: retrieving kickseed-common 0.63 Jan 1 14:50:22 net-retriever: regular: pool/main/k/kickseed/kickseed-common_0.63_all.udeb /var/cache/anna/kickseed-common_0.63_all.udeb Jan 1 14:50:23 anna[1568]: 2025-01-01 14:50:22 URL:http://deb.debian.org/debian//pool/main/k/kickseed/kickseed-common_0.63_all.udeb [11152/11152] -> "/var/cache/anna/_fetch-url_kickseed-common_0.63_all.udeb.2073" [1] Jan 1 14:50:24 anna[1568]: DEBUG: retrieving libbsd0-udeb 0.11.7-2 Jan 1 14:50:24 net-retriever: regular: pool/main/libb/libbsd/libbsd0-udeb_0.11.7-2_mips64el.udeb /var/cache/anna/libbsd0-udeb_0.11.7-2_mips64el.udeb Jan 1 14:50:25 anna[1568]: 2025-01-01 14:50:25 URL:http://deb.debian.org/debian//pool/main/libb/libbsd/libbsd0-udeb_0.11.7-2_mips64el.udeb [31208/31208] -> "/var/cache/anna/_fetch-url_libbsd0-udeb_0.11.7-2_mips64el.udeb.2099" [1] Jan 1 14:50:27 anna[1568]: DEBUG: retrieving libinih1-udeb 55-1 Jan 1 14:50:27 net-retriever: regular: pool/main/libi/libinih/libinih1-udeb_55-1_mips64el.udeb /var/cache/anna/libinih1-udeb_55-1_mips64el.udeb Jan 1 14:50:28 anna[1568]: 2025-01-01 14:50:28 URL:http://deb.debian.org/debian//pool/main/libi/libinih/libinih1-udeb_55-1_mips64el.udeb [4168/4168] -> "/var/cache/anna/_fetch-url_libinih1-udeb_55-1_mips64el.udeb.2125" [1] Jan 1 14:50:30 anna[1568]: DEBUG: retrieving libmd0-udeb 1.0.4-2 Jan 1 14:50:30 net-retriever: regular: pool/main/libm/libmd/libmd0-udeb_1.0.4-2_mips64el.udeb /var/cache/anna/libmd0-udeb_1.0.4-2_mips64el.udeb Jan 1 14:50:31 anna[1568]: 2025-01-01 14:50:31 URL:http://deb.debian.org/debian//pool/main/libm/libmd/libmd0-udeb_1.0.4-2_mips64el.udeb [17448/17448] -> "/var/cache/anna/_fetch-url_libmd0-udeb_1.0.4-2_mips64el.udeb.2151" [1] Jan 1 14:50:33 anna[1568]: DEBUG: retrieving liburcu8-udeb 0.13.2-1 Jan 1 14:50:33 net-retriever: regular: pool/main/libu/liburcu/liburcu8-udeb_0.13.2-1_mips64el.udeb /var/cache/anna/liburcu8-udeb_0.13.2-1_mips64el.udeb Jan 1 14:50:34 anna[1568]: 2025-01-01 14:50:34 URL:http://deb.debian.org/debian//pool/main/libu/liburcu/liburcu8-udeb_0.13.2-1_mips64el.udeb [40804/40804] -> "/var/cache/anna/_fetch-url_liburcu8-udeb_0.13.2-1_mips64el.udeb.2177" [1] Jan 1 14:50:35 anna[1568]: DEBUG: retrieving libzstd1-udeb 1.5.4+dfsg2-5 Jan 1 14:50:36 net-retriever: regular: pool/main/libz/libzstd/libzstd1-udeb_1.5.4+dfsg2-5_mips64el.udeb /var/cache/anna/libzstd1-udeb_1.5.4+dfsg2-5_mips64el.udeb Jan 1 14:50:37 anna[1568]: 2025-01-01 14:50:37 URL:http://deb.debian.org/debian//pool/main/libz/libzstd/libzstd1-udeb_1.5.4+dfsg2-5_mips64el.udeb [256216/256216] -> "/var/cache/anna/_fetch-url_libzstd1-udeb_1.5.4+dfsg2-5_mips64el.udeb.2203" [1] Jan 1 14:50:38 anna[1568]: DEBUG: retrieving ata-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:50:39 net-retriever: regular: pool/main/l/linux/ata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/ata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:50:40 anna[1568]: 2025-01-01 14:50:40 URL:http://deb.debian.org/debian//pool/main/l/linux/ata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [4268/4268] -> "/var/cache/anna/_fetch-url_ata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2229" [1] Jan 1 14:50:41 anna[1568]: DEBUG: retrieving btrfs-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:50:41 net-retriever: regular: pool/main/l/linux/btrfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/btrfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:50:42 anna[1568]: 2025-01-01 14:50:42 URL:http://deb.debian.org/debian//pool/main/l/linux/btrfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [628840/628840] -> "/var/cache/anna/_fetch-url_btrfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2255" [1] Jan 1 14:50:45 anna[1568]: DEBUG: retrieving cdrom-core-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:50:45 net-retriever: regular: pool/main/l/linux/cdrom-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/cdrom-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:50:46 anna[1568]: 2025-01-01 14:50:46 URL:http://deb.debian.org/debian//pool/main/l/linux/cdrom-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [36956/36956] -> "/var/cache/anna/_fetch-url_cdrom-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2281" [1] Jan 1 14:50:48 anna[1568]: DEBUG: retrieving ext4-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:50:48 net-retriever: regular: pool/main/l/linux/ext4-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/ext4-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:50:49 anna[1568]: 2025-01-01 14:50:49 URL:http://deb.debian.org/debian//pool/main/l/linux/ext4-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [362336/362336] -> "/var/cache/anna/_fetch-url_ext4-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2307" [1] Jan 1 14:50:51 anna[1568]: DEBUG: retrieving fat-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:50:51 net-retriever: regular: pool/main/l/linux/fat-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/fat-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:50:52 anna[1568]: 2025-01-01 14:50:52 URL:http://deb.debian.org/debian//pool/main/l/linux/fat-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [48336/48336] -> "/var/cache/anna/_fetch-url_fat-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2333" [1] Jan 1 14:50:54 anna[1568]: DEBUG: retrieving firewire-core-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:50:54 net-retriever: regular: pool/main/l/linux/firewire-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/firewire-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:50:55 anna[1568]: 2025-01-01 14:50:55 URL:http://deb.debian.org/debian//pool/main/l/linux/firewire-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [63332/63332] -> "/var/cache/anna/_fetch-url_firewire-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2359" [1] Jan 1 14:50:56 anna[1568]: DEBUG: retrieving isofs-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:50:57 net-retriever: regular: pool/main/l/linux/isofs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/isofs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:50:58 anna[1568]: 2025-01-01 14:50:57 URL:http://deb.debian.org/debian//pool/main/l/linux/isofs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [20852/20852] -> "/var/cache/anna/_fetch-url_isofs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2385" [1] Jan 1 14:50:59 anna[1568]: DEBUG: retrieving jfs-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:50:59 net-retriever: regular: pool/main/l/linux/jfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/jfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:51:00 anna[1568]: 2025-01-01 14:51:00 URL:http://deb.debian.org/debian//pool/main/l/linux/jfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [98312/98312] -> "/var/cache/anna/_fetch-url_jfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2411" [1] Jan 1 14:51:01 anna[1568]: DEBUG: retrieving loop-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:51:02 net-retriever: regular: pool/main/l/linux/loop-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/loop-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:51:03 anna[1568]: 2025-01-01 14:51:03 URL:http://deb.debian.org/debian//pool/main/l/linux/loop-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [17556/17556] -> "/var/cache/anna/_fetch-url_loop-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2437" [1] Jan 1 14:51:05 anna[1568]: DEBUG: retrieving md-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:51:05 net-retriever: regular: pool/main/l/linux/md-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/md-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:51:07 anna[1568]: 2025-01-01 14:51:07 URL:http://deb.debian.org/debian//pool/main/l/linux/md-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [525976/525976] -> "/var/cache/anna/_fetch-url_md-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2463" [1] Jan 1 14:51:09 anna[1568]: DEBUG: retrieving pata-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:51:10 net-retriever: regular: pool/main/l/linux/pata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/pata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:51:10 anna[1568]: 2025-01-01 14:51:10 URL:http://deb.debian.org/debian//pool/main/l/linux/pata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [40528/40528] -> "/var/cache/anna/_fetch-url_pata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2489" [1] Jan 1 14:51:12 anna[1568]: DEBUG: retrieving sata-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:51:12 net-retriever: regular: pool/main/l/linux/sata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/sata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:51:13 anna[1568]: 2025-01-01 14:51:13 URL:http://deb.debian.org/debian//pool/main/l/linux/sata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [129400/129400] -> "/var/cache/anna/_fetch-url_sata-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2515" [1] Jan 1 14:51:15 anna[1568]: DEBUG: retrieving scsi-core-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:51:16 net-retriever: regular: pool/main/l/linux/scsi-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/scsi-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:51:17 anna[1568]: 2025-01-01 14:51:17 URL:http://deb.debian.org/debian//pool/main/l/linux/scsi-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [26508/26508] -> "/var/cache/anna/_fetch-url_scsi-core-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2541" [1] Jan 1 14:51:18 anna[1568]: DEBUG: retrieving scsi-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:51:19 net-retriever: regular: pool/main/l/linux/scsi-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/scsi-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:51:22 anna[1568]: 2025-01-01 14:51:22 URL:http://deb.debian.org/debian//pool/main/l/linux/scsi-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [2295680/2295680] -> "/var/cache/anna/_fetch-url_scsi-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2567" [1] Jan 1 14:51:26 anna[1568]: DEBUG: retrieving usb-storage-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:51:27 net-retriever: regular: pool/main/l/linux/usb-storage-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/usb-storage-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:51:28 anna[1568]: 2025-01-01 14:51:27 URL:http://deb.debian.org/debian//pool/main/l/linux/usb-storage-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [86352/86352] -> "/var/cache/anna/_fetch-url_usb-storage-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2593" [1] Jan 1 14:51:29 anna[1568]: DEBUG: retrieving xfs-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:51:30 net-retriever: regular: pool/main/l/linux/xfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/xfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:51:31 anna[1568]: 2025-01-01 14:51:31 URL:http://deb.debian.org/debian//pool/main/l/linux/xfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [513972/513972] -> "/var/cache/anna/_fetch-url_xfs-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.2619" [1] Jan 1 14:51:33 anna[1568]: DEBUG: retrieving libdevmapper1.02.1-udeb 2:1.02.185-2 Jan 1 14:51:33 net-retriever: regular: pool/main/l/lvm2/libdevmapper1.02.1-udeb_1.02.185-2_mips64el.udeb /var/cache/anna/libdevmapper1.02.1-udeb_1.02.185-2_mips64el.udeb Jan 1 14:51:34 anna[1568]: 2025-01-01 14:51:34 URL:http://deb.debian.org/debian//pool/main/l/lvm2/libdevmapper1.02.1-udeb_1.02.185-2_mips64el.udeb [93100/93100] -> "/var/cache/anna/_fetch-url_libdevmapper1.02.1-udeb_1.02.185-2_mips64el.udeb.2645" [1] Jan 1 14:51:36 anna[1568]: DEBUG: retrieving liblzo2-2-udeb 2.10-2 Jan 1 14:51:36 net-retriever: regular: pool/main/l/lzo2/liblzo2-2-udeb_2.10-2_mips64el.udeb /var/cache/anna/liblzo2-2-udeb_2.10-2_mips64el.udeb Jan 1 14:51:37 anna[1568]: 2025-01-01 14:51:37 URL:http://deb.debian.org/debian//pool/main/l/lzo2/liblzo2-2-udeb_2.10-2_mips64el.udeb [35772/35772] -> "/var/cache/anna/_fetch-url_liblzo2-2-udeb_2.10-2_mips64el.udeb.2671" [1] Jan 1 14:51:39 anna[1568]: DEBUG: retrieving mdadm-udeb 4.2-5 Jan 1 14:51:39 net-retriever: regular: pool/main/m/mdadm/mdadm-udeb_4.2-5_mips64el.udeb /var/cache/anna/mdadm-udeb_4.2-5_mips64el.udeb Jan 1 14:51:40 anna[1568]: 2025-01-01 14:51:40 URL:http://deb.debian.org/debian//pool/main/m/mdadm/mdadm-udeb_4.2-5_mips64el.udeb [272292/272292] -> "/var/cache/anna/_fetch-url_mdadm-udeb_4.2-5_mips64el.udeb.2697" [1] Jan 1 14:51:42 anna[1568]: DEBUG: retrieving nobootloader 1.67 Jan 1 14:51:42 net-retriever: regular: pool/main/n/nobootloader/nobootloader_1.67_all.udeb /var/cache/anna/nobootloader_1.67_all.udeb Jan 1 14:51:43 anna[1568]: 2025-01-01 14:51:43 URL:http://deb.debian.org/debian//pool/main/n/nobootloader/nobootloader_1.67_all.udeb [52580/52580] -> "/var/cache/anna/_fetch-url_nobootloader_1.67_all.udeb.2723" [1] Jan 1 14:51:51 anna[1568]: DEBUG: retrieving libparted-fs-resize0-udeb 3.5-3 Jan 1 14:51:52 net-retriever: regular: pool/main/p/parted/libparted-fs-resize0-udeb_3.5-3_mips64el.udeb /var/cache/anna/libparted-fs-resize0-udeb_3.5-3_mips64el.udeb Jan 1 14:51:52 anna[1568]: 2025-01-01 14:51:52 URL:http://deb.debian.org/debian//pool/main/p/parted/libparted-fs-resize0-udeb_3.5-3_mips64el.udeb [33120/33120] -> "/var/cache/anna/_fetch-url_libparted-fs-resize0-udeb_3.5-3_mips64el.udeb.2751" [1] Jan 1 14:51:54 anna[1568]: DEBUG: retrieving libparted2-udeb 3.5-3 Jan 1 14:51:54 net-retriever: regular: pool/main/p/parted/libparted2-udeb_3.5-3_mips64el.udeb /var/cache/anna/libparted2-udeb_3.5-3_mips64el.udeb Jan 1 14:51:55 anna[1568]: 2025-01-01 14:51:55 URL:http://deb.debian.org/debian//pool/main/p/parted/libparted2-udeb_3.5-3_mips64el.udeb [91620/91620] -> "/var/cache/anna/_fetch-url_libparted2-udeb_3.5-3_mips64el.udeb.2777" [1] Jan 1 14:51:57 anna[1568]: DEBUG: retrieving partman-auto 162 Jan 1 14:51:57 net-retriever: regular: pool/main/p/partman-auto/partman-auto_162_mips64el.udeb /var/cache/anna/partman-auto_162_mips64el.udeb Jan 1 14:51:58 anna[1568]: 2025-01-01 14:51:58 URL:http://deb.debian.org/debian//pool/main/p/partman-auto/partman-auto_162_mips64el.udeb [66064/66064] -> "/var/cache/anna/_fetch-url_partman-auto_162_mips64el.udeb.2803" [1] Jan 1 14:52:07 anna[1568]: DEBUG: retrieving partman-auto-raid 51 Jan 1 14:52:07 net-retriever: regular: pool/main/p/partman-auto-raid/partman-auto-raid_51_all.udeb /var/cache/anna/partman-auto-raid_51_all.udeb Jan 1 14:52:08 anna[1568]: 2025-01-01 14:52:08 URL:http://deb.debian.org/debian//pool/main/p/partman-auto-raid/partman-auto-raid_51_all.udeb [19364/19364] -> "/var/cache/anna/_fetch-url_partman-auto-raid_51_all.udeb.2831" [1] Jan 1 14:52:15 anna[1568]: DEBUG: retrieving partman-base 226 Jan 1 14:52:16 net-retriever: regular: pool/main/p/partman-base/partman-base_226_mips64el.udeb /var/cache/anna/partman-base_226_mips64el.udeb Jan 1 14:52:17 anna[1568]: 2025-01-01 14:52:17 URL:http://deb.debian.org/debian//pool/main/p/partman-base/partman-base_226_mips64el.udeb [122824/122824] -> "/var/cache/anna/_fetch-url_partman-base_226_mips64el.udeb.2859" [1] Jan 1 14:52:22 anna[1568]: DEBUG: retrieving partman-utils 226 Jan 1 14:52:22 net-retriever: regular: pool/main/p/partman-base/partman-utils_226_mips64el.udeb /var/cache/anna/partman-utils_226_mips64el.udeb Jan 1 14:52:23 anna[1568]: 2025-01-01 14:52:23 URL:http://deb.debian.org/debian//pool/main/p/partman-base/partman-utils_226_mips64el.udeb [3528/3528] -> "/var/cache/anna/_fetch-url_partman-utils_226_mips64el.udeb.2887" [1] Jan 1 14:52:25 anna[1568]: DEBUG: retrieving partman-basicfilesystems 164 Jan 1 14:52:25 net-retriever: regular: pool/main/p/partman-basicfilesystems/partman-basicfilesystems_164_mips64el.udeb /var/cache/anna/partman-basicfilesystems_164_mips64el.udeb Jan 1 14:52:26 anna[1568]: 2025-01-01 14:52:26 URL:http://deb.debian.org/debian//pool/main/p/partman-basicfilesystems/partman-basicfilesystems_164_mips64el.udeb [136924/136924] -> "/var/cache/anna/_fetch-url_partman-basicfilesystems_164_mips64el.udeb.2913" [1] Jan 1 14:52:37 anna[1568]: DEBUG: retrieving partman-basicmethods 74 Jan 1 14:52:37 net-retriever: regular: pool/main/p/partman-basicmethods/partman-basicmethods_74_all.udeb /var/cache/anna/partman-basicmethods_74_all.udeb Jan 1 14:52:39 anna[1568]: 2025-01-01 14:52:38 URL:http://deb.debian.org/debian//pool/main/p/partman-basicmethods/partman-basicmethods_74_all.udeb [18912/18912] -> "/var/cache/anna/_fetch-url_partman-basicmethods_74_all.udeb.2941" [1] Jan 1 14:52:48 anna[1568]: DEBUG: retrieving partman-btrfs 59 Jan 1 14:52:48 net-retriever: regular: pool/main/p/partman-btrfs/partman-btrfs_59_all.udeb /var/cache/anna/partman-btrfs_59_all.udeb Jan 1 14:52:49 anna[1568]: 2025-01-01 14:52:49 URL:http://deb.debian.org/debian//pool/main/p/partman-btrfs/partman-btrfs_59_all.udeb [16916/16916] -> "/var/cache/anna/_fetch-url_partman-btrfs_59_all.udeb.2969" [1] Jan 1 14:52:56 anna[1568]: DEBUG: retrieving partman-cros 3 Jan 1 14:52:56 net-retriever: regular: pool/main/p/partman-cros/partman-cros_3_all.udeb /var/cache/anna/partman-cros_3_all.udeb Jan 1 14:52:57 anna[1568]: 2025-01-01 14:52:57 URL:http://deb.debian.org/debian//pool/main/p/partman-cros/partman-cros_3_all.udeb [4444/4444] -> "/var/cache/anna/_fetch-url_partman-cros_3_all.udeb.2997" [1] Jan 1 14:53:07 anna[1568]: DEBUG: retrieving partman-ext3 112 Jan 1 14:53:07 net-retriever: regular: pool/main/p/partman-ext3/partman-ext3_112_all.udeb /var/cache/anna/partman-ext3_112_all.udeb Jan 1 14:53:08 anna[1568]: 2025-01-01 14:53:08 URL:http://deb.debian.org/debian//pool/main/p/partman-ext3/partman-ext3_112_all.udeb [54364/54364] -> "/var/cache/anna/_fetch-url_partman-ext3_112_all.udeb.3025" [1] Jan 1 14:53:15 anna[1568]: DEBUG: retrieving partman-iscsi 76 Jan 1 14:53:15 net-retriever: regular: pool/main/p/partman-iscsi/partman-iscsi_76_all.udeb /var/cache/anna/partman-iscsi_76_all.udeb Jan 1 14:53:16 anna[1568]: 2025-01-01 14:53:16 URL:http://deb.debian.org/debian//pool/main/p/partman-iscsi/partman-iscsi_76_all.udeb [39728/39728] -> "/var/cache/anna/_fetch-url_partman-iscsi_76_all.udeb.3053" [1] Jan 1 14:53:26 anna[1568]: DEBUG: retrieving partman-jfs 62 Jan 1 14:53:27 net-retriever: regular: pool/main/p/partman-jfs/partman-jfs_62_all.udeb /var/cache/anna/partman-jfs_62_all.udeb Jan 1 14:53:27 anna[1568]: 2025-01-01 14:53:27 URL:http://deb.debian.org/debian//pool/main/p/partman-jfs/partman-jfs_62_all.udeb [5316/5316] -> "/var/cache/anna/_fetch-url_partman-jfs_62_all.udeb.3081" [1] Jan 1 14:53:37 anna[1568]: DEBUG: retrieving partman-md 106 Jan 1 14:53:37 net-retriever: regular: pool/main/p/partman-md/partman-md_106_all.udeb /var/cache/anna/partman-md_106_all.udeb Jan 1 14:53:38 anna[1568]: 2025-01-01 14:53:38 URL:http://deb.debian.org/debian//pool/main/p/partman-md/partman-md_106_all.udeb [143480/143480] -> "/var/cache/anna/_fetch-url_partman-md_106_all.udeb.3109" [1] Jan 1 14:53:44 anna[1568]: DEBUG: retrieving partman-partitioning 147 Jan 1 14:53:44 net-retriever: regular: pool/main/p/partman-partitioning/partman-partitioning_147_mips64el.udeb /var/cache/anna/partman-partitioning_147_mips64el.udeb Jan 1 14:53:45 anna[1568]: 2025-01-01 14:53:45 URL:http://deb.debian.org/debian//pool/main/p/partman-partitioning/partman-partitioning_147_mips64el.udeb [133456/133456] -> "/var/cache/anna/_fetch-url_partman-partitioning_147_mips64el.udeb.3137" [1] Jan 1 14:53:56 anna[1568]: DEBUG: retrieving partman-target 127 Jan 1 14:53:56 net-retriever: regular: pool/main/p/partman-target/partman-target_127_all.udeb /var/cache/anna/partman-target_127_all.udeb Jan 1 14:53:57 anna[1568]: 2025-01-01 14:53:57 URL:http://deb.debian.org/debian//pool/main/p/partman-target/partman-target_127_all.udeb [91488/91488] -> "/var/cache/anna/_fetch-url_partman-target_127_all.udeb.3165" [1] Jan 1 14:54:07 anna[1568]: DEBUG: retrieving partman-xfs 68 Jan 1 14:54:07 net-retriever: regular: pool/main/p/partman-xfs/partman-xfs_68_all.udeb /var/cache/anna/partman-xfs_68_all.udeb Jan 1 14:54:08 anna[1568]: 2025-01-01 14:54:08 URL:http://deb.debian.org/debian//pool/main/p/partman-xfs/partman-xfs_68_all.udeb [5320/5320] -> "/var/cache/anna/_fetch-url_partman-xfs_68_all.udeb.3193" [1] Jan 1 14:54:14 anna[1568]: DEBUG: retrieving libpcre3-udeb 2:8.39-15 Jan 1 14:54:14 net-retriever: regular: pool/main/p/pcre3/libpcre3-udeb_8.39-15_mips64el.udeb /var/cache/anna/libpcre3-udeb_8.39-15_mips64el.udeb Jan 1 14:54:15 anna[1568]: 2025-01-01 14:54:15 URL:http://deb.debian.org/debian//pool/main/p/pcre3/libpcre3-udeb_8.39-15_mips64el.udeb [158312/158312] -> "/var/cache/anna/_fetch-url_libpcre3-udeb_8.39-15_mips64el.udeb.3221" [1] Jan 1 14:54:17 anna[1568]: DEBUG: retrieving pkgsel 0.79 Jan 1 14:54:17 net-retriever: regular: pool/main/p/pkgsel/pkgsel_0.79_all.udeb /var/cache/anna/pkgsel_0.79_all.udeb Jan 1 14:54:18 anna[1568]: 2025-01-01 14:54:18 URL:http://deb.debian.org/debian//pool/main/p/pkgsel/pkgsel_0.79_all.udeb [30408/30408] -> "/var/cache/anna/_fetch-url_pkgsel_0.79_all.udeb.3247" [1] Jan 1 14:54:28 anna[1568]: DEBUG: retrieving rdate-udeb 1:1.11-3 Jan 1 14:54:28 net-retriever: regular: pool/main/r/rdate/rdate-udeb_1.11-3_mips64el.udeb /var/cache/anna/rdate-udeb_1.11-3_mips64el.udeb Jan 1 14:54:29 anna[1568]: 2025-01-01 14:54:29 URL:http://deb.debian.org/debian//pool/main/r/rdate/rdate-udeb_1.11-3_mips64el.udeb [7700/7700] -> "/var/cache/anna/_fetch-url_rdate-udeb_1.11-3_mips64el.udeb.3275" [1] Jan 1 14:54:30 anna[1568]: DEBUG: retrieving tzsetup-udeb 1:0.122 Jan 1 14:54:31 net-retriever: regular: pool/main/t/tzsetup/tzsetup-udeb_0.122_all.udeb /var/cache/anna/tzsetup-udeb_0.122_all.udeb Jan 1 14:54:32 anna[1568]: 2025-01-01 14:54:32 URL:http://deb.debian.org/debian//pool/main/t/tzsetup/tzsetup-udeb_0.122_all.udeb [65372/65372] -> "/var/cache/anna/_fetch-url_tzsetup-udeb_0.122_all.udeb.3301" [1] Jan 1 14:54:44 anna[1568]: DEBUG: retrieving user-setup-udeb 1.95 Jan 1 14:54:44 net-retriever: regular: pool/main/u/user-setup/user-setup-udeb_1.95_all.udeb /var/cache/anna/user-setup-udeb_1.95_all.udeb Jan 1 14:54:45 anna[1568]: 2025-01-01 14:54:45 URL:http://deb.debian.org/debian//pool/main/u/user-setup/user-setup-udeb_1.95_all.udeb [103440/103440] -> "/var/cache/anna/_fetch-url_user-setup-udeb_1.95_all.udeb.3329" [1] Jan 1 14:54:51 anna[1568]: DEBUG: retrieving xfsprogs-udeb 6.1.0-1 Jan 1 14:54:51 net-retriever: regular: pool/main/x/xfsprogs/xfsprogs-udeb_6.1.0-1_mips64el.udeb /var/cache/anna/xfsprogs-udeb_6.1.0-1_mips64el.udeb Jan 1 14:54:52 anna[1568]: 2025-01-01 14:54:52 URL:http://deb.debian.org/debian//pool/main/x/xfsprogs/xfsprogs-udeb_6.1.0-1_mips64el.udeb [149740/149740] -> "/var/cache/anna/_fetch-url_xfsprogs-udeb_6.1.0-1_mips64el.udeb.3357" [1] Jan 1 14:55:10 depthcharge-tools-installer: Not installing to non-ChromeOS board. Jan 1 14:55:10 main-menu[242]: INFO: Menu item 'user-setup-udeb' selected Jan 1 14:57:31 depthcharge-tools-installer: Not installing to non-ChromeOS board. Jan 1 14:57:32 main-menu[242]: INFO: Menu item 'clock-setup' selected Jan 1 14:57:33 clock-setup: rdate called using NTP server 0.debian.pool.ntp.org. Jan 1 14:57:34 clock-setup: Wed Jan 1 14:57:34 UTC 2025 Jan 1 14:57:34 clock-setup: rdate: adjust local clock by 0.029246 seconds Jan 1 14:57:40 depthcharge-tools-installer: Not installing to non-ChromeOS board. Jan 1 14:57:41 main-menu[242]: INFO: Menu item 'disk-detect' selected Jan 1 14:57:41 anna-install: Installing mmc-modules Jan 1 14:57:42 anna[3546]: DEBUG: retrieving mmc-modules-6.1.0-27-5kc-malta-di 6.1.115-1 Jan 1 14:57:42 net-retriever: regular: pool/main/l/linux/mmc-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb /var/cache/anna/mmc-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb Jan 1 14:57:44 anna[3546]: 2025-01-01 14:57:44 URL:http://deb.debian.org/debian//pool/main/l/linux/mmc-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb [183784/183784] -> "/var/cache/anna/_fetch-url_mmc-modules-6.1.0-27-5kc-malta-di_6.1.115-1_mips64el.udeb.3551" [1] Jan 1 14:57:52 kernel: [ 713.574404] ata_piix 0000:00:0a.1: version 2.13 Jan 1 14:57:53 kernel: [ 713.627960] ata_piix 0000:00:0a.1: enabling device (0000 -> 0001) Jan 1 14:57:53 kernel: [ 713.752150] virtio_blk virtio0: 1/0/0 default/read/poll queues Jan 1 14:57:53 kernel: [ 713.819571] scsi host0: ata_piix Jan 1 14:57:53 kernel: [ 713.905624] scsi host1: ata_piix Jan 1 14:57:53 kernel: [ 713.907117] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1400 irq 14 Jan 1 14:57:53 kernel: [ 713.907509] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1408 irq 15 Jan 1 14:57:53 kernel: [ 713.976025] virtio_blk virtio0: [vda] 83886080 512-byte logical blocks (42.9 GB/40.0 GiB) Jan 1 14:57:53 kernel: [ 714.077868] ata2: found unknown device (class 0) Jan 1 14:57:53 kernel: [ 714.112862] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 Jan 1 14:57:53 kernel: [ 714.266980] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 Jan 1 14:57:55 net/hw-detect.hotplug: Detected hotpluggable network interface enp0s20 Jan 1 14:57:55 net/hw-detect.hotplug: Detected hotpluggable network interface lo Jan 1 14:57:56 kernel: [ 716.777385] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray Jan 1 14:57:56 kernel: [ 716.778086] cdrom: Uniform CD-ROM driver Revision: 3.20 Jan 1 14:57:56 kernel: [ 716.834620] sr 1:0:0:0: Attached scsi CD-ROM sr0 Jan 1 14:57:59 hw-detect: Detected module 'usb-storage' for 'USB storage' Jan 1 14:58:00 kernel: [ 720.856740] usbcore: registered new interface driver usb-storage Jan 1 14:58:00 hw-detect: insmod /lib/modules/6.1.0-27-5kc-malta/kernel/drivers/usb/storage/usb-storage.ko Jan 1 14:58:05 apt-install: Queueing package eject for later installation Jan 1 14:58:07 check-missing-firmware: looking at dmesg again, restarting from timestamp: [ 12.064119] Jan 1 14:58:07 check-missing-firmware: timestamp found, truncating dmesg accordingly Jan 1 14:58:08 check-missing-firmware: saving timestamp for a later use: [ 720.856740] Jan 1 14:58:08 check-missing-firmware: no missing firmware in loaded kernel modules Jan 1 14:58:12 check-missing-firmware: looking at dmesg again, restarting from timestamp: [ 720.856740] Jan 1 14:58:12 check-missing-firmware: timestamp found, truncating dmesg accordingly Jan 1 14:58:13 check-missing-firmware: keeping timestamp (no new lines): [ 720.856740] Jan 1 14:58:13 check-missing-firmware: no missing firmware in loaded kernel modules Jan 1 14:58:19 depthcharge-tools-installer: Not installing to non-ChromeOS board. Jan 1 14:58:19 main-menu[242]: INFO: Menu item 'partman-base' selected Jan 1 14:58:20 anna-install: Installing partman-auto-lvm Jan 1 14:58:21 anna[3864]: DEBUG: retrieving libaio1-udeb 0.3.113-4 Jan 1 14:58:21 net-retriever: regular: pool/main/liba/libaio/libaio1-udeb_0.3.113-4_mips64el.udeb /var/cache/anna/libaio1-udeb_0.3.113-4_mips64el.udeb Jan 1 14:58:22 anna[3864]: 2025-01-01 14:58:22 URL:http://deb.debian.org/debian//pool/main/liba/libaio/libaio1-udeb_0.3.113-4_mips64el.udeb [3356/3356] -> "/var/cache/anna/_fetch-url_libaio1-udeb_0.3.113-4_mips64el.udeb.3869" [1] Jan 1 14:58:24 anna[3864]: DEBUG: retrieving lvm2-udeb 2.03.16-2 Jan 1 14:58:24 net-retriever: regular: pool/main/l/lvm2/lvm2-udeb_2.03.16-2_mips64el.udeb /var/cache/anna/lvm2-udeb_2.03.16-2_mips64el.udeb Jan 1 14:58:25 anna[3864]: 2025-01-01 14:58:25 URL:http://deb.debian.org/debian//pool/main/l/lvm2/lvm2-udeb_2.03.16-2_mips64el.udeb [571228/571228] -> "/var/cache/anna/_fetch-url_lvm2-udeb_2.03.16-2_mips64el.udeb.3895" [1] Jan 1 14:58:28 anna[3864]: DEBUG: retrieving partman-auto-lvm 91 Jan 1 14:58:28 net-retriever: regular: pool/main/p/partman-auto-lvm/partman-auto-lvm_91_all.udeb /var/cache/anna/partman-auto-lvm_91_all.udeb Jan 1 14:58:29 anna[3864]: 2025-01-01 14:58:29 URL:http://deb.debian.org/debian//pool/main/p/partman-auto-lvm/partman-auto-lvm_91_all.udeb [83904/83904] -> "/var/cache/anna/_fetch-url_partman-auto-lvm_91_all.udeb.3921" [1] Jan 1 14:58:39 anna[3864]: DEBUG: retrieving partman-lvm 146 Jan 1 14:58:39 net-retriever: regular: pool/main/p/partman-lvm/partman-lvm_146_all.udeb /var/cache/anna/partman-lvm_146_all.udeb Jan 1 14:58:40 anna[3864]: 2025-01-01 14:58:40 URL:http://deb.debian.org/debian//pool/main/p/partman-lvm/partman-lvm_146_all.udeb [192912/192912] -> "/var/cache/anna/_fetch-url_partman-lvm_146_all.udeb.3949" [1] Jan 1 14:58:49 anna-install: Installing partman-auto-crypto Jan 1 14:58:50 anna[3989]: DEBUG: retrieving partman-auto-crypto 34 Jan 1 14:58:50 net-retriever: regular: pool/main/p/partman-auto-crypto/partman-auto-crypto_34_all.udeb /var/cache/anna/partman-auto-crypto_34_all.udeb Jan 1 14:58:51 anna[3989]: 2025-01-01 14:58:51 URL:http://deb.debian.org/debian//pool/main/p/partman-auto-crypto/partman-auto-crypto_34_all.udeb [5728/5728] -> "/var/cache/anna/_fetch-url_partman-auto-crypto_34_all.udeb.3994" [1] Jan 1 14:59:02 anna[3989]: DEBUG: retrieving partman-crypto 121 Jan 1 14:59:03 net-retriever: regular: pool/main/p/partman-crypto/partman-crypto_121_mips64el.udeb /var/cache/anna/partman-crypto_121_mips64el.udeb Jan 1 14:59:04 anna[3989]: 2025-01-01 14:59:04 URL:http://deb.debian.org/debian//pool/main/p/partman-crypto/partman-crypto_121_mips64el.udeb [215940/215940] -> "/var/cache/anna/_fetch-url_partman-crypto_121_mips64el.udeb.4022" [1] Jan 1 14:59:24 kernel: [ 804.368549] raid6: int64x8 gen() 324 MB/s Jan 1 14:59:24 kernel: [ 804.436472] raid6: int64x4 gen() 726 MB/s Jan 1 14:59:24 kernel: [ 804.504474] raid6: int64x2 gen() 872 MB/s Jan 1 14:59:24 kernel: [ 804.572464] raid6: int64x1 gen() 678 MB/s Jan 1 14:59:24 kernel: [ 804.572568] raid6: using algorithm int64x2 gen() 872 MB/s Jan 1 14:59:24 kernel: [ 804.640546] raid6: .... xor() 513 MB/s, rmw enabled Jan 1 14:59:24 kernel: [ 804.640782] raid6: using intx1 recovery algorithm Jan 1 14:59:24 kernel: [ 804.659122] xor: measuring software checksum speed Jan 1 14:59:24 kernel: [ 804.662614] 8regs : 1003 MB/sec Jan 1 14:59:24 kernel: [ 804.666120] 8regs_prefetch : 960 MB/sec Jan 1 14:59:24 kernel: [ 804.669165] 32regs : 1105 MB/sec Jan 1 14:59:24 kernel: [ 804.672519] 32regs_prefetch : 997 MB/sec Jan 1 14:59:24 kernel: [ 804.672629] xor: using function: 32regs (1105 MB/sec) Jan 1 14:59:24 kernel: [ 804.848903] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes Jan 1 14:59:25 kernel: [ 805.671731] JFS: nTxBlock = 7664, nTxLock = 61318 Jan 1 14:59:25 kernel: [ 806.461347] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled Jan 1 14:59:31 md-devices: mdadm: No arrays found in config file or automatically Jan 1 14:59:36 kernel: [ 817.336944] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. Jan 1 14:59:36 kernel: [ 817.337739] device-mapper: uevent: version 1.0.3 Jan 1 14:59:36 kernel: [ 817.346819] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com Jan 1 14:59:37 partman: No matching physical volumes found Jan 1 15:08:53 kernel: [ 1374.182182] vda: vda1 Jan 1 15:08:58 net/hw-detect.hotplug: Detected hotpluggable network interface enp0s20 Jan 1 15:08:58 net/hw-detect.hotplug: Detected hotpluggable network interface lo Jan 1 15:09:02 partman: mke2fs 1.47.0 (5-Feb-2023) Jan 1 15:09:07 kernel: [ 1387.998725] EXT4-fs (vda1): mounted filesystem with ordered data mode. Quota mode: none. Jan 1 15:09:18 apt-install: Queueing package e2fsprogs for later installation Jan 1 15:09:21 main-menu[242]: (process:3850): depmod: WARNING: could not open modules.builtin.modinfo at /lib/modules/6.1.0-27-5kc-malta: No such file or directory Jan 1 15:09:21 main-menu[242]: (process:3850): File descriptor 3 (pipe:[8433]) leaked on pvs invocation. Jan 1 15:09:21 main-menu[242]: (process:3850): Parent PID 6094: /bin/sh Jan 1 15:09:21 main-menu[242]: (process:3850): File descriptor 4 (/dev/pts/4) leaked on pvs invocation. Parent PID 6094: /bin/sh Jan 1 15:09:21 main-menu[242]: (process:3850): File descriptor 5 (/dev/pts/4) leaked on pvs invocation. Parent PID 6094: /bin/sh Jan 1 15:09:21 main-menu[242]: (process:3850): File descriptor 3 (pipe:[8433]) leaked on pvs invocation. Jan 1 15:09:21 main-menu[242]: (process:3850): Parent PID 6133: /bin/sh Jan 1 15:09:21 main-menu[242]: (process:3850): File descriptor 4 (/dev/pts/4) leaked on pvs invocation. Jan 1 15:09:21 main-menu[242]: (process:3850): Parent PID 6133: /bin/sh Jan 1 15:09:21 main-menu[242]: (process:3850): File descriptor 5 (/dev/pts/4) leaked on pvs invocation. Jan 1 15:09:21 main-menu[242]: (process:3850): Parent PID 6133: /bin/sh Jan 1 15:09:28 depthcharge-tools-installer: Not installing to non-ChromeOS board. Jan 1 15:09:29 main-menu[242]: INFO: Menu item 'bootstrap-base' selected Jan 1 15:09:32 debootstrap: /usr/sbin/debootstrap --components=main --debian-installer --resolve-deps --keyring=/usr/share/keyrings/archive.gpg bookworm /target http://deb.debian.org/debian/ Jan 1 15:09:42 debootstrap: gpgv: Signature made Sat Nov 9 10:11:44 2024 UTC Jan 1 15:09:42 debootstrap: Jan 1 15:09:42 debootstrap: gpgv: using RSA key A7236886F3CCCAAD148A27F80E98404D386FA1D9 Jan 1 15:09:42 debootstrap: Jan 1 15:09:42 debootstrap: gpgv: Good signature from "Debian Archive Automatic Signing Key (11/bullseye) <ftpmaster@debian.org>" Jan 1 15:09:42 debootstrap: Jan 1 15:09:42 debootstrap: gpgv: Signature made Sat Nov 9 10:11:45 2024 UTC Jan 1 15:09:42 debootstrap: Jan 1 15:09:42 debootstrap: gpgv: using RSA key 4CB50190207B4758A3F73A796ED0E7B82643E131 Jan 1 15:09:42 debootstrap: Jan 1 15:09:42 debootstrap: gpgv: Good signature from "Debian Archive Automatic Signing Key (12/bookworm) <ftpmaster@debian.org>" Jan 1 15:09:42 debootstrap: Jan 1 15:09:42 debootstrap: gpgv: Signature made Sat Nov 9 10:15:16 2024 UTC Jan 1 15:09:42 debootstrap: Jan 1 15:09:42 debootstrap: gpgv: using EDDSA key 4D64FEC119C2029067D6E791F8D2585B8783D481 Jan 1 15:09:42 debootstrap: Jan 1 15:09:42 debootstrap: gpgv: issuer "debian-release@lists.debian.org Jan 1 15:09:42 debootstrap: " Jan 1 15:09:43 debootstrap: gpgv: Good signature from "Debian Stable Release Key (12/bookworm) <debian-release@lists.debian.org>" Jan 1 15:09:43 debootstrap: Jan 1 15:19:26 debootstrap: dpkg: warning: parsing file '/var/lib/dpkg/status' near line 5 package 'dpkg': Jan 1 15:19:26 debootstrap: missing 'Description' field Jan 1 15:19:26 debootstrap: dpkg: warning: parsing file '/var/lib/dpkg/status' near line 5 package 'dpkg': Jan 1 15:19:26 debootstrap: missing 'Architecture' field Jan 1 15:19:27 debootstrap: Selecting previously unselected package base-passwd. Jan 1 15:19:27 debootstrap: (Reading database ... 0 files and directories currently installed.) Jan 1 15:19:27 debootstrap: Preparing to unpack .../base-passwd_3.6.1_mips64el.deb ... Jan 1 15:19:28 debootstrap: Unpacking base-passwd (3.6.1) ... Jan 1 15:19:29 debootstrap: dpkg: base-passwd: dependency problems, but configuring anyway as you requested: Jan 1 15:19:29 debootstrap: base-passwd depends on libc6 (>= 2.34); however: Jan 1 15:19:29 debootstrap: Package libc6 is not installed. Jan 1 15:19:29 debootstrap: base-passwd depends on libdebconfclient0 (>= 0.145); however: Jan 1 15:19:29 debootstrap: Package libdebconfclient0 is not installed. Jan 1 15:19:29 debootstrap: base-passwd depends on libselinux1 (>= 3.1~); however: Jan 1 15:19:29 debootstrap: Package libselinux1 is not installed. Jan 1 15:19:29 debootstrap: Jan 1 15:19:29 debootstrap: Setting up base-passwd (3.6.1) ... Jan 1 15:20:02 debootstrap: dpkg: warning: parsing file '/var/lib/dpkg/status' near line 24 package 'dpkg': Jan 1 15:20:02 debootstrap: missing 'Description' field Jan 1 15:20:02 debootstrap: dpkg: warning: parsing file '/var/lib/dpkg/status' near line 24 package 'dpkg': Jan 1 15:20:02 debootstrap: missing 'Architecture' field Jan 1 15:20:03 debootstrap: Selecting previously unselected package base-files. Jan 1 15:20:03 debootstrap: dpkg: regarding .../base-files_12.4+deb12u8_mips64el.deb containing base-files, pre-dependency problem: Jan 1 15:20:03 debootstrap: base-files pre-depends on awk Jan 1 15:20:03 debootstrap: awk is not installed. Jan 1 15:20:03 debootstrap: Jan 1 15:20:03 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:20:03 debootstrap: (Reading database ... 41 files and directories currently installed.) Jan 1 15:20:03 debootstrap: Preparing to unpack .../base-files_12.4+deb12u8_mips64el.deb ... Jan 1 15:20:03 debootstrap: Unpacking base-files (12.4+deb12u8) ... Jan 1 15:20:05 debootstrap: dpkg: base-files: dependency problems, but configuring anyway as you requested: Jan 1 15:20:05 debootstrap: base-files depends on awk; however: Jan 1 15:20:05 debootstrap: Package awk is not installed. Jan 1 15:20:05 debootstrap: Jan 1 15:20:05 debootstrap: Setting up base-files (12.4+deb12u8) ... Jan 1 15:20:15 debootstrap: dpkg: warning: parsing file '/var/lib/dpkg/status' near line 51 package 'dpkg': Jan 1 15:20:15 debootstrap: missing 'Description' field Jan 1 15:20:15 debootstrap: dpkg: warning: parsing file '/var/lib/dpkg/status' near line 51 package 'dpkg': Jan 1 15:20:15 debootstrap: missing 'Architecture' field Jan 1 15:20:15 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:20:15 debootstrap: dpkg pre-depends on libbz2-1.0 Jan 1 15:20:15 debootstrap: libbz2-1.0 is not installed. Jan 1 15:20:15 debootstrap: Jan 1 15:20:15 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:20:15 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:20:15 debootstrap: dpkg pre-depends on libc6 (>= 2.34) Jan 1 15:20:15 debootstrap: libc6 is not installed. Jan 1 15:20:15 debootstrap: Jan 1 15:20:15 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:20:15 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:20:15 debootstrap: dpkg pre-depends on liblzma5 (>= 5.4.0) Jan 1 15:20:15 debootstrap: liblzma5 is not installed. Jan 1 15:20:15 debootstrap: Jan 1 15:20:15 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:20:15 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:20:15 debootstrap: dpkg pre-depends on libmd0 (>= 0.0.0) Jan 1 15:20:15 debootstrap: libmd0 is not installed. Jan 1 15:20:15 debootstrap: Jan 1 15:20:15 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:20:15 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:20:15 debootstrap: dpkg pre-depends on libselinux1 (>= 3.1~) Jan 1 15:20:15 debootstrap: libselinux1 is not installed. Jan 1 15:20:15 debootstrap: Jan 1 15:20:15 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:20:15 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:20:15 debootstrap: dpkg pre-depends on libzstd1 (>= 1.5.2) Jan 1 15:20:15 debootstrap: libzstd1 is not installed. Jan 1 15:20:15 debootstrap: Jan 1 15:20:15 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:20:15 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:20:15 debootstrap: dpkg pre-depends on zlib1g (>= 1:1.1.4) Jan 1 15:20:15 debootstrap: zlib1g is not installed. Jan 1 15:20:15 debootstrap: Jan 1 15:20:15 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:20:15 debootstrap: (Reading database ... 121 files and directories currently installed.) Jan 1 15:20:15 debootstrap: Preparing to unpack .../dpkg_1.21.22_mips64el.deb ... Jan 1 15:20:16 debootstrap: Unpacking dpkg (1.21.22) over (1.21.22) ... Jan 1 15:21:00 debootstrap: dpkg: dpkg: dependency problems, but configuring anyway as you requested: Jan 1 15:21:00 debootstrap: dpkg depends on libbz2-1.0; however: Jan 1 15:21:00 debootstrap: Package libbz2-1.0 is not installed. Jan 1 15:21:00 debootstrap: dpkg depends on libc6 (>= 2.34); however: Jan 1 15:21:00 debootstrap: Package libc6 is not installed. Jan 1 15:21:00 debootstrap: dpkg depends on liblzma5 (>= 5.4.0); however: Jan 1 15:21:00 debootstrap: Package liblzma5 is not installed. Jan 1 15:21:00 debootstrap: dpkg depends on libmd0 (>= 0.0.0); however: Jan 1 15:21:00 debootstrap: Package libmd0 is not installed. Jan 1 15:21:00 debootstrap: dpkg depends on libselinux1 (>= 3.1~); however: Jan 1 15:21:00 debootstrap: Package libselinux1 is not installed. Jan 1 15:21:00 debootstrap: dpkg depends on libzstd1 (>= 1.5.2); however: Jan 1 15:21:00 debootstrap: Package libzstd1 is not installed. Jan 1 15:21:00 debootstrap: dpkg depends on zlib1g (>= 1:1.1.4); however: Jan 1 15:21:00 debootstrap: Package zlib1g is not installed. Jan 1 15:21:00 debootstrap: dpkg depends on tar (>= 1.28-1); however: Jan 1 15:21:00 debootstrap: Package tar is not installed. Jan 1 15:21:00 debootstrap: Jan 1 15:21:00 debootstrap: Setting up dpkg (1.21.22) ... Jan 1 15:21:29 debootstrap: Selecting previously unselected package libc6:mips64el. Jan 1 15:21:29 debootstrap: (Reading database ... 420 files and directories currently installed.) Jan 1 15:21:29 debootstrap: Preparing to unpack .../libc6_2.36-9+deb12u9_mips64el.deb ... Jan 1 15:22:13 debootstrap: Unpacking libc6:mips64el (2.36-9+deb12u9) ... Jan 1 15:22:23 debootstrap: dpkg: libc6:mips64el: dependency problems, but configuring anyway as you requested: Jan 1 15:22:23 debootstrap: libc6:mips64el depends on libgcc-s1; however: Jan 1 15:22:23 debootstrap: Package libgcc-s1 is not installed. Jan 1 15:22:23 debootstrap: Jan 1 15:22:23 debootstrap: Setting up libc6:mips64el (2.36-9+deb12u9) ... Jan 1 15:22:38 debootstrap: Selecting previously unselected package perl-base. Jan 1 15:22:38 debootstrap: dpkg: regarding .../perl-base_5.36.0-7+deb12u1_mips64el.deb containing perl-base, pre-dependency problem: Jan 1 15:22:38 debootstrap: perl-base pre-depends on libcrypt1 (>= 1:4.1.0) Jan 1 15:22:38 debootstrap: libcrypt1 is not installed. Jan 1 15:22:38 debootstrap: Jan 1 15:22:38 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:22:56 debootstrap: (Reading database ... 712 files and directories currently installed.) Jan 1 15:22:56 debootstrap: Preparing to unpack .../perl-base_5.36.0-7+deb12u1_mips64el.deb ... Jan 1 15:22:57 debootstrap: Unpacking perl-base (5.36.0-7+deb12u1) ... Jan 1 15:23:10 debootstrap: dpkg: perl-base: dependency problems, but configuring anyway as you requested: Jan 1 15:23:10 debootstrap: perl-base depends on libcrypt1 (>= 1:4.1.0); however: Jan 1 15:23:10 debootstrap: Package libcrypt1 is not installed. Jan 1 15:23:10 debootstrap: Jan 1 15:23:10 debootstrap: Setting up perl-base (5.36.0-7+deb12u1) ... Jan 1 15:23:13 debootstrap: Selecting previously unselected package mawk. Jan 1 15:23:13 debootstrap: (Reading database ... 1440 files and directories currently installed.) Jan 1 15:23:13 debootstrap: Preparing to unpack .../mawk_1.3.4.20200120-3.1_mips64el.deb ... Jan 1 15:23:13 debootstrap: Unpacking mawk (1.3.4.20200120-3.1) ... Jan 1 15:23:14 debootstrap: Setting up mawk (1.3.4.20200120-3.1) ... Jan 1 15:23:15 debootstrap: update-alternatives: Jan 1 15:23:15 debootstrap: using /usr/bin/mawk to provide /usr/bin/awk (awk) in auto mode Jan 1 15:23:15 debootstrap: Jan 1 15:23:17 debootstrap: Selecting previously unselected package debconf. Jan 1 15:23:17 debootstrap: (Reading database ... 1459 files and directories currently installed.) Jan 1 15:23:17 debootstrap: Preparing to unpack .../debconf_1.5.82_all.deb ... Jan 1 15:23:17 debootstrap: Unpacking debconf (1.5.82) ... Jan 1 15:23:20 debootstrap: Setting up debconf (1.5.82) ... Jan 1 15:23:58 debootstrap: Selecting previously unselected package libacl1:mips64el. Jan 1 15:23:58 debootstrap: (Reading database ... 1619 files and directories currently installed.) Jan 1 15:23:58 debootstrap: Preparing to unpack .../libacl1_2.3.1-3_mips64el.deb ... Jan 1 15:23:58 debootstrap: Unpacking libacl1:mips64el (2.3.1-3) ... Jan 1 15:23:59 debootstrap: Selecting previously unselected package adduser. Jan 1 15:23:59 debootstrap: Preparing to unpack .../archives/adduser_3.134_all.deb ... Jan 1 15:24:00 debootstrap: Unpacking adduser (3.134) ... Jan 1 15:24:03 debootstrap: Selecting previously unselected package apt. Jan 1 15:24:03 debootstrap: Preparing to unpack .../apt_2.6.1_mips64el.deb ... Jan 1 15:24:05 debootstrap: Unpacking apt (2.6.1) ... Jan 1 15:24:12 debootstrap: Selecting previously unselected package libapt-pkg6.0:mips64el. Jan 1 15:24:12 debootstrap: Preparing to unpack .../libapt-pkg6.0_2.6.1_mips64el.deb ... Jan 1 15:24:12 debootstrap: Unpacking libapt-pkg6.0:mips64el (2.6.1) ... Jan 1 15:24:17 debootstrap: Selecting previously unselected package libattr1:mips64el. Jan 1 15:24:17 debootstrap: Preparing to unpack .../libattr1_1%3a2.5.1-4_mips64el.deb ... Jan 1 15:24:18 debootstrap: Unpacking libattr1:mips64el (1:2.5.1-4) ... Jan 1 15:24:19 debootstrap: Selecting previously unselected package libaudit-common. Jan 1 15:24:19 debootstrap: Preparing to unpack .../libaudit-common_1%3a3.0.9-1_all.deb ... Jan 1 15:24:19 debootstrap: Unpacking libaudit-common (1:3.0.9-1) ... Jan 1 15:24:21 debootstrap: Selecting previously unselected package libaudit1:mips64el. Jan 1 15:24:21 debootstrap: Preparing to unpack .../libaudit1_1%3a3.0.9-1_mips64el.deb ... Jan 1 15:24:21 debootstrap: Unpacking libaudit1:mips64el (1:3.0.9-1) ... Jan 1 15:24:22 debootstrap: Preparing to unpack .../base-files_12.4+deb12u8_mips64el.deb ... Jan 1 15:24:22 debootstrap: Unpacking base-files (12.4+deb12u8) over (12.4+deb12u8) ... Jan 1 15:24:25 debootstrap: Preparing to unpack .../base-passwd_3.6.1_mips64el.deb ... Jan 1 15:24:25 debootstrap: Unpacking base-passwd (3.6.1) over (3.6.1) ... Jan 1 15:24:27 debootstrap: Selecting previously unselected package bash. Jan 1 15:24:27 debootstrap: dpkg: regarding .../bash_5.2.15-2+b7_mips64el.deb containing bash, pre-dependency problem: Jan 1 15:24:27 debootstrap: bash pre-depends on libtinfo6 (>= 6) Jan 1 15:24:27 debootstrap: libtinfo6 is not installed. Jan 1 15:24:27 debootstrap: Jan 1 15:24:27 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:24:27 debootstrap: Preparing to unpack .../bash_5.2.15-2+b7_mips64el.deb ... Jan 1 15:24:27 debootstrap: Unpacking bash (5.2.15-2+b7) ... Jan 1 15:24:34 debootstrap: Selecting previously unselected package libbz2-1.0:mips64el. Jan 1 15:24:34 debootstrap: Preparing to unpack .../libbz2-1.0_1.0.8-5+b1_mips64el.deb ... Jan 1 15:24:34 debootstrap: Unpacking libbz2-1.0:mips64el (1.0.8-5+b1) ... Jan 1 15:24:35 debootstrap: Selecting previously unselected package libdebconfclient0:mips64el. Jan 1 15:24:35 debootstrap: Preparing to unpack .../libdebconfclient0_0.270_mips64el.deb ... Jan 1 15:24:35 debootstrap: Unpacking libdebconfclient0:mips64el (0.270) ... Jan 1 15:24:37 debootstrap: Selecting previously unselected package coreutils. Jan 1 15:24:37 debootstrap: dpkg: regarding .../coreutils_9.1-1_mips64el.deb containing coreutils, pre-dependency problem: Jan 1 15:24:37 debootstrap: coreutils pre-depends on libacl1 (>= 2.2.23) Jan 1 15:24:37 debootstrap: libacl1:mips64el is unpacked, but has never been configured. Jan 1 15:24:37 debootstrap: Jan 1 15:24:37 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:24:37 debootstrap: dpkg: regarding .../coreutils_9.1-1_mips64el.deb containing coreutils, pre-dependency problem: Jan 1 15:24:37 debootstrap: coreutils pre-depends on libattr1 (>= 1:2.4.44) Jan 1 15:24:37 debootstrap: libattr1:mips64el is unpacked, but has never been configured. Jan 1 15:24:37 debootstrap: Jan 1 15:24:37 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:24:37 debootstrap: dpkg: regarding .../coreutils_9.1-1_mips64el.deb containing coreutils, pre-dependency problem: Jan 1 15:24:37 debootstrap: coreutils pre-depends on libgmp10 (>= 2:6.2.1+dfsg1) Jan 1 15:24:37 debootstrap: libgmp10 is not installed. Jan 1 15:24:37 debootstrap: Jan 1 15:24:37 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:24:37 debootstrap: dpkg: regarding .../coreutils_9.1-1_mips64el.deb containing coreutils, pre-dependency problem: Jan 1 15:24:37 debootstrap: coreutils pre-depends on libselinux1 (>= 3.1~) Jan 1 15:24:37 debootstrap: libselinux1 is not installed. Jan 1 15:24:37 debootstrap: Jan 1 15:24:37 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:24:37 debootstrap: Preparing to unpack .../coreutils_9.1-1_mips64el.deb ... Jan 1 15:24:37 debootstrap: Unpacking coreutils (9.1-1) ... Jan 1 15:24:50 debootstrap: Selecting previously unselected package dash. Jan 1 15:24:50 debootstrap: Preparing to unpack .../dash_0.5.12-2_mips64el.deb ... Jan 1 15:24:50 debootstrap: Unpacking dash (0.5.12-2) ... Jan 1 15:24:51 debootstrap: Selecting previously unselected package libdb5.3:mips64el. Jan 1 15:24:51 debootstrap: Preparing to unpack .../libdb5.3_5.3.28+dfsg2-1_mips64el.deb ... Jan 1 15:24:51 debootstrap: Unpacking libdb5.3:mips64el (5.3.28+dfsg2-1) ... Jan 1 15:24:53 debootstrap: Preparing to unpack .../debconf_1.5.82_all.deb ... Jan 1 15:24:53 debootstrap: Unpacking debconf (1.5.82) over (1.5.82) ... Jan 1 15:24:55 debootstrap: Selecting previously unselected package debian-archive-keyring. Jan 1 15:24:55 debootstrap: Preparing to unpack .../debian-archive-keyring_2023.3+deb12u1_all.deb ... Jan 1 15:25:01 debootstrap: Unpacking debian-archive-keyring (2023.3+deb12u1) ... Jan 1 15:25:02 debootstrap: Selecting previously unselected package debianutils. Jan 1 15:25:02 debootstrap: Preparing to unpack .../debianutils_5.7-0.5~deb12u1_mips64el.deb ... Jan 1 15:25:02 debootstrap: Unpacking debianutils (5.7-0.5~deb12u1) ... Jan 1 15:25:03 debootstrap: Selecting previously unselected package diffutils. Jan 1 15:25:03 debootstrap: Preparing to unpack .../diffutils_1%3a3.8-4_mips64el.deb ... Jan 1 15:25:03 debootstrap: Unpacking diffutils (1:3.8-4) ... Jan 1 15:25:05 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:25:05 debootstrap: dpkg pre-depends on libbz2-1.0 Jan 1 15:25:05 debootstrap: libbz2-1.0:mips64el is unpacked, but has never been configured. Jan 1 15:25:05 debootstrap: Jan 1 15:25:05 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:05 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:25:05 debootstrap: dpkg pre-depends on liblzma5 (>= 5.4.0) Jan 1 15:25:05 debootstrap: liblzma5 is not installed. Jan 1 15:25:05 debootstrap: Jan 1 15:25:05 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:05 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:25:05 debootstrap: dpkg pre-depends on libmd0 (>= 0.0.0) Jan 1 15:25:05 debootstrap: libmd0 is not installed. Jan 1 15:25:05 debootstrap: Jan 1 15:25:05 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:05 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:25:05 debootstrap: dpkg pre-depends on libselinux1 (>= 3.1~) Jan 1 15:25:05 debootstrap: libselinux1 is not installed. Jan 1 15:25:05 debootstrap: Jan 1 15:25:05 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:05 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:25:05 debootstrap: dpkg pre-depends on libzstd1 (>= 1.5.2) Jan 1 15:25:05 debootstrap: libzstd1 is not installed. Jan 1 15:25:05 debootstrap: Jan 1 15:25:05 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:05 debootstrap: dpkg: regarding .../dpkg_1.21.22_mips64el.deb containing dpkg, pre-dependency problem: Jan 1 15:25:05 debootstrap: dpkg pre-depends on zlib1g (>= 1:1.1.4) Jan 1 15:25:05 debootstrap: zlib1g is not installed. Jan 1 15:25:05 debootstrap: Jan 1 15:25:05 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:05 debootstrap: Preparing to unpack .../dpkg_1.21.22_mips64el.deb ... Jan 1 15:25:05 debootstrap: Unpacking dpkg (1.21.22) over (1.21.22) ... Jan 1 15:25:09 debootstrap: Selecting previously unselected package e2fsprogs. Jan 1 15:25:09 debootstrap: dpkg: regarding .../e2fsprogs_1.47.0-2_mips64el.deb containing e2fsprogs, pre-dependency problem: Jan 1 15:25:09 debootstrap: e2fsprogs pre-depends on libblkid1 (>= 2.36) Jan 1 15:25:09 debootstrap: libblkid1 is not installed. Jan 1 15:25:09 debootstrap: Jan 1 15:25:09 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:09 debootstrap: dpkg: regarding .../e2fsprogs_1.47.0-2_mips64el.deb containing e2fsprogs, pre-dependency problem: Jan 1 15:25:09 debootstrap: e2fsprogs pre-depends on libcom-err2 (>= 1.43.9) Jan 1 15:25:09 debootstrap: libcom-err2 is not installed. Jan 1 15:25:09 debootstrap: Jan 1 15:25:09 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:09 debootstrap: dpkg: regarding .../e2fsprogs_1.47.0-2_mips64el.deb containing e2fsprogs, pre-dependency problem: Jan 1 15:25:09 debootstrap: e2fsprogs pre-depends on libext2fs2 (= 1.47.0-2) Jan 1 15:25:09 debootstrap: libext2fs2 is not installed. Jan 1 15:25:09 debootstrap: Jan 1 15:25:09 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:09 debootstrap: dpkg: regarding .../e2fsprogs_1.47.0-2_mips64el.deb containing e2fsprogs, pre-dependency problem: Jan 1 15:25:09 debootstrap: e2fsprogs pre-depends on libss2 (>= 1.38) Jan 1 15:25:09 debootstrap: libss2 is not installed. Jan 1 15:25:09 debootstrap: Jan 1 15:25:09 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:09 debootstrap: dpkg: regarding .../e2fsprogs_1.47.0-2_mips64el.deb containing e2fsprogs, pre-dependency problem: Jan 1 15:25:09 debootstrap: e2fsprogs pre-depends on libuuid1 (>= 2.16) Jan 1 15:25:09 debootstrap: libuuid1 is not installed. Jan 1 15:25:09 debootstrap: Jan 1 15:25:09 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:09 debootstrap: Preparing to unpack .../e2fsprogs_1.47.0-2_mips64el.deb ... Jan 1 15:25:09 debootstrap: Unpacking e2fsprogs (1.47.0-2) ... Jan 1 15:25:12 debootstrap: Selecting previously unselected package libcom-err2:mips64el. Jan 1 15:25:12 debootstrap: Preparing to unpack .../libcom-err2_1.47.0-2_mips64el.deb ... Jan 1 15:25:12 debootstrap: Unpacking libcom-err2:mips64el (1.47.0-2) ... Jan 1 15:25:12 debootstrap: Selecting previously unselected package libext2fs2:mips64el. Jan 1 15:25:12 debootstrap: Preparing to unpack .../libext2fs2_1.47.0-2_mips64el.deb ... Jan 1 15:25:13 debootstrap: Unpacking libext2fs2:mips64el (1.47.0-2) ... Jan 1 15:25:14 debootstrap: Selecting previously unselected package findutils. Jan 1 15:25:14 debootstrap: dpkg: regarding .../findutils_4.9.0-4_mips64el.deb containing findutils, pre-dependency problem: Jan 1 15:25:14 debootstrap: findutils pre-depends on libselinux1 (>= 3.1~) Jan 1 15:25:14 debootstrap: libselinux1 is not installed. Jan 1 15:25:14 debootstrap: Jan 1 15:25:14 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:14 debootstrap: Preparing to unpack .../findutils_4.9.0-4_mips64el.deb ... Jan 1 15:25:14 debootstrap: Unpacking findutils (4.9.0-4) ... Jan 1 15:25:15 debootstrap: Selecting previously unselected package gcc-12-base:mips64el. Jan 1 15:25:16 debootstrap: Preparing to unpack .../gcc-12-base_12.2.0-14_mips64el.deb ... Jan 1 15:25:16 debootstrap: Unpacking gcc-12-base:mips64el (12.2.0-14) ... Jan 1 15:25:16 debootstrap: Selecting previously unselected package libgcc-s1:mips64el. Jan 1 15:25:16 debootstrap: Preparing to unpack .../libgcc-s1_12.2.0-14_mips64el.deb ... Jan 1 15:25:16 debootstrap: Unpacking libgcc-s1:mips64el (12.2.0-14) ... Jan 1 15:25:18 debootstrap: Selecting previously unselected package libc-bin. Jan 1 15:25:18 debootstrap: Preparing to unpack .../libc-bin_2.36-9+deb12u9_mips64el.deb ... Jan 1 15:25:18 debootstrap: Unpacking libc-bin (2.36-9+deb12u9) ... Jan 1 15:25:21 debootstrap: Preparing to unpack .../libc6_2.36-9+deb12u9_mips64el.deb ... Jan 1 15:25:35 debootstrap: Unpacking libc6:mips64el (2.36-9+deb12u9) over (2.36-9+deb12u9) ... Jan 1 15:25:42 debootstrap: Selecting previously unselected package libgmp10:mips64el. Jan 1 15:25:42 debootstrap: Preparing to unpack .../libgmp10_2%3a6.2.1+dfsg1-1.1_mips64el.deb ... Jan 1 15:25:42 debootstrap: Unpacking libgmp10:mips64el (2:6.2.1+dfsg1-1.1) ... Jan 1 15:25:43 debootstrap: Selecting previously unselected package gpgv. Jan 1 15:25:43 debootstrap: Preparing to unpack .../gpgv_2.2.40-1.1_mips64el.deb ... Jan 1 15:25:43 debootstrap: Unpacking gpgv (2.2.40-1.1) ... Jan 1 15:25:45 debootstrap: Selecting previously unselected package libgnutls30:mips64el. Jan 1 15:25:45 debootstrap: Preparing to unpack .../libgnutls30_3.7.9-2+deb12u3_mips64el.deb ... Jan 1 15:25:45 debootstrap: Unpacking libgnutls30:mips64el (3.7.9-2+deb12u3) ... Jan 1 15:25:47 debootstrap: Selecting previously unselected package grep. Jan 1 15:25:47 debootstrap: dpkg: regarding .../grep_3.8-5_mips64el.deb containing grep, pre-dependency problem: Jan 1 15:25:47 debootstrap: grep pre-depends on libpcre2-8-0 (>= 10.32) Jan 1 15:25:47 debootstrap: libpcre2-8-0 is not installed. Jan 1 15:25:47 debootstrap: Jan 1 15:25:47 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:25:47 debootstrap: Preparing to unpack .../grep_3.8-5_mips64el.deb ... Jan 1 15:25:47 debootstrap: Unpacking grep (3.8-5) ... Jan 1 15:25:49 debootstrap: Selecting previously unselected package gzip. Jan 1 15:25:49 debootstrap: Preparing to unpack .../gzip_1.12-1_mips64el.deb ... Jan 1 15:25:49 debootstrap: Unpacking gzip (1.12-1) ... Jan 1 15:25:50 debootstrap: Selecting previously unselected package hostname. Jan 1 15:25:50 debootstrap: Preparing to unpack .../hostname_3.23+nmu1_mips64el.deb ... Jan 1 15:25:50 debootstrap: Unpacking hostname (3.23+nmu1) ... Jan 1 15:25:51 debootstrap: Selecting previously unselected package init-system-helpers. Jan 1 15:25:51 debootstrap: Preparing to unpack .../init-system-helpers_1.65.2_all.deb ... Jan 1 15:25:51 debootstrap: Unpacking init-system-helpers (1.65.2) ... Jan 1 15:25:52 debootstrap: Selecting previously unselected package libcap-ng0:mips64el. Jan 1 15:25:52 debootstrap: Preparing to unpack .../libcap-ng0_0.8.3-1+b3_mips64el.deb ... Jan 1 15:25:52 debootstrap: Unpacking libcap-ng0:mips64el (0.8.3-1+b3) ... Jan 1 15:25:53 debootstrap: Selecting previously unselected package libcap2:mips64el. Jan 1 15:25:53 debootstrap: Preparing to unpack .../libcap2_1%3a2.66-4_mips64el.deb ... Jan 1 15:25:53 debootstrap: Unpacking libcap2:mips64el (1:2.66-4) ... Jan 1 15:25:54 debootstrap: Selecting previously unselected package libffi8:mips64el. Jan 1 15:25:54 debootstrap: Preparing to unpack .../libffi8_3.4.4-1_mips64el.deb ... Jan 1 15:25:54 debootstrap: Unpacking libffi8:mips64el (3.4.4-1) ... Jan 1 15:25:55 debootstrap: Selecting previously unselected package libgcrypt20:mips64el. Jan 1 15:25:55 debootstrap: Preparing to unpack .../libgcrypt20_1.10.1-3_mips64el.deb ... Jan 1 15:25:55 debootstrap: Unpacking libgcrypt20:mips64el (1.10.1-3) ... Jan 1 15:25:56 debootstrap: Selecting previously unselected package libgpg-error0:mips64el. Jan 1 15:25:56 debootstrap: Preparing to unpack .../libgpg-error0_1.46-1_mips64el.deb ... Jan 1 15:25:56 debootstrap: Unpacking libgpg-error0:mips64el (1.46-1) ... Jan 1 15:25:57 debootstrap: Selecting previously unselected package libidn2-0:mips64el. Jan 1 15:25:57 debootstrap: Preparing to unpack .../libidn2-0_2.3.3-1+b1_mips64el.deb ... Jan 1 15:25:57 debootstrap: Unpacking libidn2-0:mips64el (2.3.3-1+b1) ... Jan 1 15:25:59 debootstrap: Selecting previously unselected package libmd0:mips64el. Jan 1 15:25:59 debootstrap: Preparing to unpack .../libmd0_1.0.4-2_mips64el.deb ... Jan 1 15:25:59 debootstrap: Unpacking libmd0:mips64el (1.0.4-2) ... Jan 1 15:25:59 debootstrap: Selecting previously unselected package libseccomp2:mips64el. Jan 1 15:26:00 debootstrap: Preparing to unpack .../libseccomp2_2.5.4-1+deb12u1_mips64el.deb ... Jan 1 15:26:00 debootstrap: Unpacking libseccomp2:mips64el (2.5.4-1+deb12u1) ... Jan 1 15:26:00 debootstrap: Selecting previously unselected package libcrypt1:mips64el. Jan 1 15:26:00 debootstrap: Preparing to unpack .../libcrypt1_1%3a4.4.33-2_mips64el.deb ... Jan 1 15:26:01 debootstrap: Unpacking libcrypt1:mips64el (1:4.4.33-2) ... Jan 1 15:26:02 debootstrap: Selecting previously unselected package liblz4-1:mips64el. Jan 1 15:26:02 debootstrap: Preparing to unpack .../liblz4-1_1.9.4-1_mips64el.deb ... Jan 1 15:26:02 debootstrap: Unpacking liblz4-1:mips64el (1.9.4-1) ... Jan 1 15:26:02 debootstrap: Selecting previously unselected package libhogweed6:mips64el. Jan 1 15:26:03 debootstrap: Preparing to unpack .../libhogweed6_3.8.1-2_mips64el.deb ... Jan 1 15:26:03 debootstrap: Unpacking libhogweed6:mips64el (3.8.1-2) ... Jan 1 15:26:04 debootstrap: Selecting previously unselected package libnettle8:mips64el. Jan 1 15:26:04 debootstrap: Preparing to unpack .../libnettle8_3.8.1-2_mips64el.deb ... Jan 1 15:26:04 debootstrap: Unpacking libnettle8:mips64el (3.8.1-2) ... Jan 1 15:26:05 debootstrap: Selecting previously unselected package libp11-kit0:mips64el. Jan 1 15:26:05 debootstrap: Preparing to unpack .../libp11-kit0_0.24.1-2_mips64el.deb ... Jan 1 15:26:05 debootstrap: Unpacking libp11-kit0:mips64el (0.24.1-2) ... Jan 1 15:26:06 debootstrap: Selecting previously unselected package libpam-modules:mips64el. Jan 1 15:26:06 debootstrap: dpkg: regarding .../libpam-modules_1.5.2-6+deb12u1_mips64el.deb containing libpam-modules:mips64el, pre-dependency problem: Jan 1 15:26:06 debootstrap: libpam-modules pre-depends on libaudit1 (>= 1:2.2.1) Jan 1 15:26:06 debootstrap: libaudit1:mips64el is unpacked, but has never been configured. Jan 1 15:26:06 debootstrap: Jan 1 15:26:06 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:06 debootstrap: dpkg: regarding .../libpam-modules_1.5.2-6+deb12u1_mips64el.deb containing libpam-modules:mips64el, pre-dependency problem: Jan 1 15:26:06 debootstrap: libpam-modules pre-depends on libcrypt1 (>= 1:4.3.0) Jan 1 15:26:06 debootstrap: libcrypt1:mips64el is unpacked, but has never been configured. Jan 1 15:26:06 debootstrap: Jan 1 15:26:06 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:06 debootstrap: dpkg: regarding .../libpam-modules_1.5.2-6+deb12u1_mips64el.deb containing libpam-modules:mips64el, pre-dependency problem: Jan 1 15:26:06 debootstrap: libpam-modules pre-depends on libdb5.3 Jan 1 15:26:06 debootstrap: libdb5.3:mips64el is unpacked, but has never been configured. Jan 1 15:26:06 debootstrap: Jan 1 15:26:06 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:06 debootstrap: dpkg: regarding .../libpam-modules_1.5.2-6+deb12u1_mips64el.deb containing libpam-modules:mips64el, pre-dependency problem: Jan 1 15:26:06 debootstrap: libpam-modules pre-depends on libpam0g (>= 1.4.1) Jan 1 15:26:06 debootstrap: libpam0g is not installed. Jan 1 15:26:06 debootstrap: Jan 1 15:26:06 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:06 debootstrap: dpkg: regarding .../libpam-modules_1.5.2-6+deb12u1_mips64el.deb containing libpam-modules:mips64el, pre-dependency problem: Jan 1 15:26:06 debootstrap: libpam-modules pre-depends on libselinux1 (>= 3.1~) Jan 1 15:26:06 debootstrap: libselinux1 is not installed. Jan 1 15:26:06 debootstrap: Jan 1 15:26:06 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:06 debootstrap: dpkg: regarding .../libpam-modules_1.5.2-6+deb12u1_mips64el.deb containing libpam-modules:mips64el, pre-dependency problem: Jan 1 15:26:06 debootstrap: libpam-modules pre-depends on libpam-modules-bin (= 1.5.2-6+deb12u1) Jan 1 15:26:06 debootstrap: libpam-modules-bin is not installed. Jan 1 15:26:06 debootstrap: Jan 1 15:26:06 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:06 debootstrap: Preparing to unpack .../libpam-modules_1.5.2-6+deb12u1_mips64el.deb ... Jan 1 15:26:16 debootstrap: Unpacking libpam-modules:mips64el (1.5.2-6+deb12u1) ... Jan 1 15:26:18 debootstrap: Selecting previously unselected package libpam-modules-bin. Jan 1 15:26:18 debootstrap: Preparing to unpack .../libpam-modules-bin_1.5.2-6+deb12u1_mips64el.deb ... Jan 1 15:26:18 debootstrap: Unpacking libpam-modules-bin (1.5.2-6+deb12u1) ... Jan 1 15:26:19 debootstrap: Selecting previously unselected package libpam-runtime. Jan 1 15:26:19 debootstrap: Preparing to unpack .../libpam-runtime_1.5.2-6+deb12u1_all.deb ... Jan 1 15:26:19 debootstrap: Unpacking libpam-runtime (1.5.2-6+deb12u1) ... Jan 1 15:26:21 debootstrap: Selecting previously unselected package libpam0g:mips64el. Jan 1 15:26:22 debootstrap: Preparing to unpack .../libpam0g_1.5.2-6+deb12u1_mips64el.deb ... Jan 1 15:26:22 debootstrap: Unpacking libpam0g:mips64el (1.5.2-6+deb12u1) ... Jan 1 15:26:23 debootstrap: Selecting previously unselected package libpcre2-8-0:mips64el. Jan 1 15:26:23 debootstrap: Preparing to unpack .../libpcre2-8-0_10.42-1_mips64el.deb ... Jan 1 15:26:23 debootstrap: Unpacking libpcre2-8-0:mips64el (10.42-1) ... Jan 1 15:26:24 debootstrap: Selecting previously unselected package bsdutils. Jan 1 15:26:24 debootstrap: dpkg: regarding .../bsdutils_1%3a2.38.1-5+deb12u2_mips64el.deb containing bsdutils, pre-dependency problem: Jan 1 15:26:24 debootstrap: bsdutils pre-depends on libsystemd0 Jan 1 15:26:24 debootstrap: libsystemd0 is not installed. Jan 1 15:26:24 debootstrap: Jan 1 15:26:24 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:24 debootstrap: Preparing to unpack .../bsdutils_1%3a2.38.1-5+deb12u2_mips64el.deb ... Jan 1 15:26:24 debootstrap: Unpacking bsdutils (1:2.38.1-5+deb12u2) ... Jan 1 15:26:25 debootstrap: Selecting previously unselected package libblkid1:mips64el. Jan 1 15:26:25 debootstrap: Preparing to unpack .../libblkid1_2.38.1-5+deb12u2_mips64el.deb ... Jan 1 15:26:25 debootstrap: Unpacking libblkid1:mips64el (2.38.1-5+deb12u2) ... Jan 1 15:26:26 debootstrap: Selecting previously unselected package libmount1:mips64el. Jan 1 15:26:26 debootstrap: Preparing to unpack .../libmount1_2.38.1-5+deb12u2_mips64el.deb ... Jan 1 15:26:26 debootstrap: Unpacking libmount1:mips64el (2.38.1-5+deb12u2) ... Jan 1 15:26:27 debootstrap: Selecting previously unselected package liblzma5:mips64el. Jan 1 15:26:27 debootstrap: Preparing to unpack .../liblzma5_5.4.1-0.2_mips64el.deb ... Jan 1 15:26:27 debootstrap: Unpacking liblzma5:mips64el (5.4.1-0.2) ... Jan 1 15:26:31 debootstrap: Selecting previously unselected package libss2:mips64el. Jan 1 15:26:31 debootstrap: Preparing to unpack .../libss2_1.47.0-2_mips64el.deb ... Jan 1 15:26:31 debootstrap: Unpacking libss2:mips64el (1.47.0-2) ... Jan 1 15:26:32 debootstrap: Selecting previously unselected package logsave. Jan 1 15:26:32 debootstrap: Preparing to unpack .../logsave_1.47.0-2_mips64el.deb ... Jan 1 15:26:32 debootstrap: Unpacking logsave (1.47.0-2) ... Jan 1 15:26:33 debootstrap: Selecting previously unselected package libstdc++6:mips64el. Jan 1 15:26:33 debootstrap: Preparing to unpack .../libstdc++6_12.2.0-14_mips64el.deb ... Jan 1 15:26:33 debootstrap: Unpacking libstdc++6:mips64el (12.2.0-14) ... Jan 1 15:26:34 debootstrap: Selecting previously unselected package libselinux1:mips64el. Jan 1 15:26:34 debootstrap: Preparing to unpack .../libselinux1_3.4-1+b6_mips64el.deb ... Jan 1 15:26:34 debootstrap: Unpacking libselinux1:mips64el (3.4-1+b6) ... Jan 1 15:26:35 debootstrap: Selecting previously unselected package libsemanage-common. Jan 1 15:26:35 debootstrap: Preparing to unpack .../libsemanage-common_3.4-1_all.deb ... Jan 1 15:26:35 debootstrap: Unpacking libsemanage-common (3.4-1) ... Jan 1 15:26:36 debootstrap: Selecting previously unselected package libsemanage2:mips64el. Jan 1 15:26:36 debootstrap: Preparing to unpack .../libsemanage2_3.4-1+b5_mips64el.deb ... Jan 1 15:26:36 debootstrap: Unpacking libsemanage2:mips64el (3.4-1+b5) ... Jan 1 15:26:37 debootstrap: Selecting previously unselected package libsepol2:mips64el. Jan 1 15:26:37 debootstrap: Preparing to unpack .../libsepol2_3.4-2.1_mips64el.deb ... Jan 1 15:26:37 debootstrap: Unpacking libsepol2:mips64el (3.4-2.1) ... Jan 1 15:26:38 debootstrap: Selecting previously unselected package libtasn1-6:mips64el. Jan 1 15:26:38 debootstrap: Preparing to unpack .../libtasn1-6_4.19.0-2_mips64el.deb ... Jan 1 15:26:38 debootstrap: Unpacking libtasn1-6:mips64el (4.19.0-2) ... Jan 1 15:26:39 debootstrap: Selecting previously unselected package libunistring2:mips64el. Jan 1 15:26:39 debootstrap: Preparing to unpack .../libunistring2_1.0-2_mips64el.deb ... Jan 1 15:26:39 debootstrap: Unpacking libunistring2:mips64el (1.0-2) ... Jan 1 15:26:41 debootstrap: Selecting previously unselected package libzstd1:mips64el. Jan 1 15:26:41 debootstrap: Preparing to unpack .../libzstd1_1.5.4+dfsg2-5_mips64el.deb ... Jan 1 15:26:41 debootstrap: Unpacking libzstd1:mips64el (1.5.4+dfsg2-5) ... Jan 1 15:26:42 debootstrap: Preparing to unpack .../mawk_1.3.4.20200120-3.1_mips64el.deb ... Jan 1 15:26:42 debootstrap: Unpacking mawk (1.3.4.20200120-3.1) over (1.3.4.20200120-3.1) ... Jan 1 15:26:43 debootstrap: Selecting previously unselected package libtinfo6:mips64el. Jan 1 15:26:43 debootstrap: Preparing to unpack .../libtinfo6_6.4-4_mips64el.deb ... Jan 1 15:26:43 debootstrap: Unpacking libtinfo6:mips64el (6.4-4) ... Jan 1 15:26:44 debootstrap: Selecting previously unselected package ncurses-base. Jan 1 15:26:44 debootstrap: Preparing to unpack .../ncurses-base_6.4-4_all.deb ... Jan 1 15:26:44 debootstrap: Unpacking ncurses-base (6.4-4) ... Jan 1 15:26:46 debootstrap: Selecting previously unselected package ncurses-bin. Jan 1 15:26:46 debootstrap: dpkg: regarding .../ncurses-bin_6.4-4_mips64el.deb containing ncurses-bin, pre-dependency problem: Jan 1 15:26:46 debootstrap: ncurses-bin pre-depends on libtinfo6 (>= 6.3) Jan 1 15:26:46 debootstrap: libtinfo6:mips64el is unpacked, but has never been configured. Jan 1 15:26:46 debootstrap: Jan 1 15:26:46 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:46 debootstrap: Preparing to unpack .../ncurses-bin_6.4-4_mips64el.deb ... Jan 1 15:26:46 debootstrap: Unpacking ncurses-bin (6.4-4) ... Jan 1 15:26:47 debootstrap: dpkg: regarding .../perl-base_5.36.0-7+deb12u1_mips64el.deb containing perl-base, pre-dependency problem: Jan 1 15:26:47 debootstrap: perl-base pre-depends on libcrypt1 (>= 1:4.1.0) Jan 1 15:26:47 debootstrap: libcrypt1:mips64el is unpacked, but has never been configured. Jan 1 15:26:47 debootstrap: Jan 1 15:26:47 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:47 debootstrap: Preparing to unpack .../perl-base_5.36.0-7+deb12u1_mips64el.deb ... Jan 1 15:26:48 debootstrap: Unpacking perl-base (5.36.0-7+deb12u1) over (5.36.0-7+deb12u1) ... Jan 1 15:26:56 debootstrap: Selecting previously unselected package sed. Jan 1 15:26:56 debootstrap: dpkg: regarding .../sed_4.9-1_mips64el.deb containing sed, pre-dependency problem: Jan 1 15:26:56 debootstrap: sed pre-depends on libacl1 (>= 2.2.23) Jan 1 15:26:56 debootstrap: libacl1:mips64el is unpacked, but has never been configured. Jan 1 15:26:56 debootstrap: Jan 1 15:26:56 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:56 debootstrap: dpkg: regarding .../sed_4.9-1_mips64el.deb containing sed, pre-dependency problem: Jan 1 15:26:56 debootstrap: sed pre-depends on libselinux1 (>= 3.1~) Jan 1 15:26:56 debootstrap: libselinux1:mips64el is unpacked, but has never been configured. Jan 1 15:26:56 debootstrap: Jan 1 15:26:56 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:56 debootstrap: Preparing to unpack .../sed_4.9-1_mips64el.deb ... Jan 1 15:26:56 debootstrap: Unpacking sed (4.9-1) ... Jan 1 15:26:58 debootstrap: Selecting previously unselected package login. Jan 1 15:26:58 debootstrap: dpkg: regarding .../login_1%3a4.13+dfsg1-1+b1_mips64el.deb containing login, pre-dependency problem: Jan 1 15:26:58 debootstrap: login pre-depends on libaudit1 (>= 1:2.2.1) Jan 1 15:26:58 debootstrap: libaudit1:mips64el is unpacked, but has never been configured. Jan 1 15:26:58 debootstrap: Jan 1 15:26:58 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:58 debootstrap: dpkg: regarding .../login_1%3a4.13+dfsg1-1+b1_mips64el.deb containing login, pre-dependency problem: Jan 1 15:26:58 debootstrap: login pre-depends on libcrypt1 (>= 1:4.1.0) Jan 1 15:26:58 debootstrap: libcrypt1:mips64el is unpacked, but has never been configured. Jan 1 15:26:58 debootstrap: Jan 1 15:26:58 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:58 debootstrap: dpkg: regarding .../login_1%3a4.13+dfsg1-1+b1_mips64el.deb containing login, pre-dependency problem: Jan 1 15:26:58 debootstrap: login pre-depends on libpam0g (>= 0.99.7.1) Jan 1 15:26:58 debootstrap: libpam0g:mips64el is unpacked, but has never been configured. Jan 1 15:26:58 debootstrap: Jan 1 15:26:58 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:58 debootstrap: dpkg: regarding .../login_1%3a4.13+dfsg1-1+b1_mips64el.deb containing login, pre-dependency problem: Jan 1 15:26:58 debootstrap: login pre-depends on libpam-runtime Jan 1 15:26:58 debootstrap: libpam-runtime is unpacked, but has never been configured. Jan 1 15:26:58 debootstrap: Jan 1 15:26:58 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:58 debootstrap: dpkg: regarding .../login_1%3a4.13+dfsg1-1+b1_mips64el.deb containing login, pre-dependency problem: Jan 1 15:26:58 debootstrap: login pre-depends on libpam-modules Jan 1 15:26:58 debootstrap: libpam-modules:mips64el is unpacked, but has never been configured. Jan 1 15:26:58 debootstrap: Jan 1 15:26:58 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:26:58 debootstrap: Preparing to unpack .../login_1%3a4.13+dfsg1-1+b1_mips64el.deb ... Jan 1 15:26:58 debootstrap: Unpacking login (1:4.13+dfsg1-1+b1) ... Jan 1 15:27:01 debootstrap: Selecting previously unselected package passwd. Jan 1 15:27:01 debootstrap: Preparing to unpack .../passwd_1%3a4.13+dfsg1-1+b1_mips64el.deb ... Jan 1 15:27:02 debootstrap: Unpacking passwd (1:4.13+dfsg1-1+b1) ... Jan 1 15:27:06 debootstrap: Selecting previously unselected package libsystemd0:mips64el. Jan 1 15:27:06 debootstrap: Preparing to unpack .../libsystemd0_252.31-1~deb12u1_mips64el.deb ... Jan 1 15:27:06 debootstrap: Unpacking libsystemd0:mips64el (252.31-1~deb12u1) ... Jan 1 15:27:07 debootstrap: Selecting previously unselected package libudev1:mips64el. Jan 1 15:27:07 debootstrap: Preparing to unpack .../libudev1_252.31-1~deb12u1_mips64el.deb ... Jan 1 15:27:07 debootstrap: Unpacking libudev1:mips64el (252.31-1~deb12u1) ... Jan 1 15:27:08 debootstrap: Selecting previously unselected package sysvinit-utils. Jan 1 15:27:08 debootstrap: Preparing to unpack .../sysvinit-utils_3.06-4_mips64el.deb ... Jan 1 15:27:08 debootstrap: Unpacking sysvinit-utils (3.06-4) ... Jan 1 15:27:09 debootstrap: Selecting previously unselected package tar. Jan 1 15:27:09 debootstrap: dpkg: regarding .../tar_1.34+dfsg-1.2+deb12u1_mips64el.deb containing tar, pre-dependency problem: Jan 1 15:27:09 debootstrap: tar pre-depends on libacl1 (>= 2.2.23) Jan 1 15:27:09 debootstrap: libacl1:mips64el is unpacked, but has never been configured. Jan 1 15:27:09 debootstrap: Jan 1 15:27:09 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:09 debootstrap: dpkg: regarding .../tar_1.34+dfsg-1.2+deb12u1_mips64el.deb containing tar, pre-dependency problem: Jan 1 15:27:09 debootstrap: tar pre-depends on libselinux1 (>= 3.1~) Jan 1 15:27:09 debootstrap: libselinux1:mips64el is unpacked, but has never been configured. Jan 1 15:27:09 debootstrap: Jan 1 15:27:09 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:09 debootstrap: Preparing to unpack .../tar_1.34+dfsg-1.2+deb12u1_mips64el.deb ... Jan 1 15:27:09 debootstrap: Unpacking tar (1.34+dfsg-1.2+deb12u1) ... Jan 1 15:27:12 debootstrap: Selecting previously unselected package tzdata. Jan 1 15:27:12 debootstrap: Preparing to unpack .../tzdata_2024a-0+deb12u1_all.deb ... Jan 1 15:27:16 debootstrap: Unpacking tzdata (2024a-0+deb12u1) ... Jan 1 15:27:27 debootstrap: Selecting previously unselected package usr-is-merged. Jan 1 15:27:27 debootstrap: Preparing to unpack .../usr-is-merged_37~deb12u1_all.deb ... Jan 1 15:27:27 debootstrap: Unpacking usr-is-merged (37~deb12u1) ... Jan 1 15:27:28 debootstrap: Selecting previously unselected package libsmartcols1:mips64el. Jan 1 15:27:28 debootstrap: Preparing to unpack .../libsmartcols1_2.38.1-5+deb12u2_mips64el.deb ... Jan 1 15:27:28 debootstrap: Unpacking libsmartcols1:mips64el (2.38.1-5+deb12u2) ... Jan 1 15:27:29 debootstrap: Selecting previously unselected package libuuid1:mips64el. Jan 1 15:27:29 debootstrap: Preparing to unpack .../libuuid1_2.38.1-5+deb12u2_mips64el.deb ... Jan 1 15:27:29 debootstrap: Unpacking libuuid1:mips64el (2.38.1-5+deb12u2) ... Jan 1 15:27:30 debootstrap: Selecting previously unselected package mount. Jan 1 15:27:30 debootstrap: dpkg: regarding .../mount_2.38.1-5+deb12u2_mips64el.deb containing mount, pre-dependency problem: Jan 1 15:27:30 debootstrap: mount pre-depends on libblkid1 (>= 2.17.2) Jan 1 15:27:30 debootstrap: libblkid1:mips64el is unpacked, but has never been configured. Jan 1 15:27:30 debootstrap: Jan 1 15:27:30 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:30 debootstrap: dpkg: regarding .../mount_2.38.1-5+deb12u2_mips64el.deb containing mount, pre-dependency problem: Jan 1 15:27:30 debootstrap: mount pre-depends on libmount1 (>= 2.38) Jan 1 15:27:30 debootstrap: libmount1:mips64el is unpacked, but has never been configured. Jan 1 15:27:30 debootstrap: Jan 1 15:27:30 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:30 debootstrap: dpkg: regarding .../mount_2.38.1-5+deb12u2_mips64el.deb containing mount, pre-dependency problem: Jan 1 15:27:30 debootstrap: mount pre-depends on libselinux1 (>= 3.1~) Jan 1 15:27:30 debootstrap: libselinux1:mips64el is unpacked, but has never been configured. Jan 1 15:27:30 debootstrap: Jan 1 15:27:30 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:30 debootstrap: dpkg: regarding .../mount_2.38.1-5+deb12u2_mips64el.deb containing mount, pre-dependency problem: Jan 1 15:27:30 debootstrap: mount pre-depends on libsmartcols1 (>= 2.33) Jan 1 15:27:30 debootstrap: libsmartcols1:mips64el is unpacked, but has never been configured. Jan 1 15:27:30 debootstrap: Jan 1 15:27:30 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:30 debootstrap: Preparing to unpack .../mount_2.38.1-5+deb12u2_mips64el.deb ... Jan 1 15:27:30 debootstrap: Unpacking mount (2.38.1-5+deb12u2) ... Jan 1 15:27:31 debootstrap: Selecting previously unselected package util-linux. Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on libblkid1 (>= 2.37.2) Jan 1 15:27:31 debootstrap: libblkid1:mips64el is unpacked, but has never been configured. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on libcap-ng0 (>= 0.7.9) Jan 1 15:27:31 debootstrap: libcap-ng0:mips64el is unpacked, but has never been configured. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on libcrypt1 (>= 1:4.1.0) Jan 1 15:27:31 debootstrap: libcrypt1:mips64el is unpacked, but has never been configured. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on libmount1 (>= 2.38) Jan 1 15:27:31 debootstrap: libmount1:mips64el is unpacked, but has never been configured. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on libpam0g (>= 0.99.7.1) Jan 1 15:27:31 debootstrap: libpam0g:mips64el is unpacked, but has never been configured. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on libselinux1 (>= 3.1~) Jan 1 15:27:31 debootstrap: libselinux1:mips64el is unpacked, but has never been configured. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on libsmartcols1 (>= 2.38) Jan 1 15:27:31 debootstrap: libsmartcols1:mips64el is unpacked, but has never been configured. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on libsystemd0 Jan 1 15:27:31 debootstrap: libsystemd0:mips64el is unpacked, but has never been configured. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on libtinfo6 (>= 6) Jan 1 15:27:31 debootstrap: libtinfo6:mips64el is unpacked, but has never been configured. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on libudev1 (>= 183) Jan 1 15:27:31 debootstrap: libudev1:mips64el is unpacked, but has never been configured. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on libuuid1 (>= 2.16) Jan 1 15:27:31 debootstrap: libuuid1:mips64el is unpacked, but has never been configured. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: dpkg: regarding .../util-linux_2.38.1-5+deb12u2_mips64el.deb containing util-linux, pre-dependency problem: Jan 1 15:27:31 debootstrap: util-linux pre-depends on zlib1g (>= 1:1.1.4) Jan 1 15:27:31 debootstrap: zlib1g is not installed. Jan 1 15:27:31 debootstrap: Jan 1 15:27:31 debootstrap: dpkg: warning: ignoring pre-dependency problem! Jan 1 15:27:31 debootstrap: Preparing to unpack .../util-linux_2.38.1-5+deb12u2_mips64el.deb ... Jan 1 15:27:31 debootstrap: Unpacking util-linux (2.38.1-5+deb12u2) ... Jan 1 15:27:36 debootstrap: Selecting previously unselected package util-linux-extra. Jan 1 15:27:36 debootstrap: Preparing to unpack .../util-linux-extra_2.38.1-5+deb12u2_mips64el.deb ... Jan 1 15:27:36 debootstrap: Unpacking util-linux-extra (2.38.1-5+deb12u2) ... Jan 1 15:27:37 debootstrap: Selecting previously unselected package libxxhash0:mips64el. Jan 1 15:27:37 debootstrap: Preparing to unpack .../libxxhash0_0.8.1-1_mips64el.deb ... Jan 1 15:27:37 debootstrap: Unpacking libxxhash0:mips64el (0.8.1-1) ... Jan 1 15:27:38 debootstrap: Selecting previously unselected package zlib1g:mips64el. Jan 1 15:27:38 debootstrap: Preparing to unpack .../zlib1g_1%3a1.2.13.dfsg-1_mips64el.deb ... Jan 1 15:27:38 debootstrap: Unpacking zlib1g:mips64el (1:1.2.13.dfsg-1) ... Jan 1 15:27:39 debootstrap: Setting up debian-archive-keyring (2023.3+deb12u1) ... Jan 1 15:27:54 debootstrap: Setting up usr-is-merged (37~deb12u1) ... Jan 1 15:27:55 debootstrap: Setting up libaudit-common (1:3.0.9-1) ... Jan 1 15:27:55 debootstrap: Setting up libsemanage-common (3.4-1) ... Jan 1 15:27:56 debootstrap: Setting up debconf (1.5.82) ... Jan 1 15:28:55 debootstrap: Setting up gcc-12-base:mips64el (12.2.0-14) ... Jan 1 15:28:55 debootstrap: Setting up tzdata (2024a-0+deb12u1) ... Jan 1 15:29:08 debootstrap: Jan 1 15:29:09 debootstrap: Current default time zone: 'Etc/UTC' Jan 1 15:29:09 debootstrap: Local time is now: Wed Jan 1 15:29:09 UTC 2025. Jan 1 15:29:09 debootstrap: Universal Time is now: Wed Jan 1 15:29:09 UTC 2025. Jan 1 15:29:09 debootstrap: Run 'dpkg-reconfigure tzdata' if you wish to change it. Jan 1 15:29:09 debootstrap: Jan 1 15:29:18 debootstrap: Setting up ncurses-base (6.4-4) ... Jan 1 15:29:18 debootstrap: Setting up init-system-helpers (1.65.2) ... Jan 1 15:29:18 debootstrap: Setting up libgcc-s1:mips64el (12.2.0-14) ... Jan 1 15:29:18 debootstrap: Setting up libc6:mips64el (2.36-9+deb12u9) ... Jan 1 15:29:34 debootstrap: Setting up libudev1:mips64el (252.31-1~deb12u1) ... Jan 1 15:29:34 debootstrap: Setting up libffi8:mips64el (3.4.4-1) ... Jan 1 15:29:34 debootstrap: Setting up libmd0:mips64el (1.0.4-2) ... Jan 1 15:29:34 debootstrap: Setting up libxxhash0:mips64el (0.8.1-1) ... Jan 1 15:29:34 debootstrap: Setting up libattr1:mips64el (1:2.5.1-4) ... Jan 1 15:29:34 debootstrap: Setting up sysvinit-utils (3.06-4) ... Jan 1 15:29:34 debootstrap: Setting up libtasn1-6:mips64el (4.19.0-2) ... Jan 1 15:29:35 debootstrap: Setting up debianutils (5.7-0.5~deb12u1) ... Jan 1 15:29:37 debootstrap: update-alternatives: Jan 1 15:29:37 debootstrap: using /usr/bin/which.debianutils to provide /usr/bin/which (which) in auto mode Jan 1 15:29:37 debootstrap: Jan 1 15:29:38 debootstrap: Setting up mawk (1.3.4.20200120-3.1) ... Jan 1 15:29:38 debootstrap: Setting up libdebconfclient0:mips64el (0.270) ... Jan 1 15:29:38 debootstrap: Setting up base-files (12.4+deb12u8) ... Jan 1 15:29:39 debootstrap: Setting up libbz2-1.0:mips64el (1.0.8-5+b1) ... Jan 1 15:29:39 debootstrap: Setting up libdb5.3:mips64el (5.3.28+dfsg2-1) ... Jan 1 15:29:39 debootstrap: Setting up libblkid1:mips64el (2.38.1-5+deb12u2) ... Jan 1 15:29:39 debootstrap: Setting up libstdc++6:mips64el (12.2.0-14) ... Jan 1 15:29:39 debootstrap: Setting up libtinfo6:mips64el (6.4-4) ... Jan 1 15:29:39 debootstrap: Setting up bash (5.2.15-2+b7) ... Jan 1 15:29:40 debootstrap: update-alternatives: Jan 1 15:29:40 debootstrap: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode Jan 1 15:29:40 debootstrap: Jan 1 15:29:40 debootstrap: Setting up libzstd1:mips64el (1.5.4+dfsg2-5) ... Jan 1 15:29:40 debootstrap: Setting up liblzma5:mips64el (5.4.1-0.2) ... Jan 1 15:29:40 debootstrap: Setting up libgpg-error0:mips64el (1.46-1) ... Jan 1 15:29:40 debootstrap: Setting up liblz4-1:mips64el (1.9.4-1) ... Jan 1 15:29:40 debootstrap: Setting up libc-bin (2.36-9+deb12u9) ... Jan 1 15:29:41 debootstrap: Setting up ncurses-bin (6.4-4) ... Jan 1 15:29:41 debootstrap: Setting up libacl1:mips64el (2.3.1-3) ... Jan 1 15:29:41 debootstrap: Setting up libunistring2:mips64el (1.0-2) ... Jan 1 15:29:41 debootstrap: Setting up libsmartcols1:mips64el (2.38.1-5+deb12u2) ... Jan 1 15:29:41 debootstrap: Setting up libgcrypt20:mips64el (1.10.1-3) ... Jan 1 15:29:42 debootstrap: Setting up zlib1g:mips64el (1:1.2.13.dfsg-1) ... Jan 1 15:29:42 debootstrap: Setting up libcrypt1:mips64el (1:4.4.33-2) ... Jan 1 15:29:42 debootstrap: Setting up libidn2-0:mips64el (2.3.3-1+b1) ... Jan 1 15:29:42 debootstrap: Setting up libcom-err2:mips64el (1.47.0-2) ... Jan 1 15:29:42 debootstrap: Setting up diffutils (1:3.8-4) ... Jan 1 15:29:42 debootstrap: Setting up libseccomp2:mips64el (2.5.4-1+deb12u1) ... Jan 1 15:29:42 debootstrap: Setting up libcap2:mips64el (1:2.66-4) ... Jan 1 15:29:42 debootstrap: Setting up hostname (3.23+nmu1) ... Jan 1 15:29:42 debootstrap: Setting up libcap-ng0:mips64el (0.8.3-1+b3) ... Jan 1 15:29:42 debootstrap: Setting up libext2fs2:mips64el (1.47.0-2) ... Jan 1 15:29:43 debootstrap: Setting up libnettle8:mips64el (3.8.1-2) ... Jan 1 15:29:43 debootstrap: Setting up libgmp10:mips64el (2:6.2.1+dfsg1-1.1) ... Jan 1 15:29:43 debootstrap: Setting up libp11-kit0:mips64el (0.24.1-2) ... Jan 1 15:29:43 debootstrap: Setting up libaudit1:mips64el (1:3.0.9-1) ... Jan 1 15:29:43 debootstrap: Setting up libuuid1:mips64el (2.38.1-5+deb12u2) ... Jan 1 15:29:43 debootstrap: Setting up libss2:mips64el (1.47.0-2) ... Jan 1 15:29:43 debootstrap: Setting up libsepol2:mips64el (3.4-2.1) ... Jan 1 15:29:43 debootstrap: Setting up libpcre2-8-0:mips64el (10.42-1) ... Jan 1 15:29:43 debootstrap: Setting up logsave (1.47.0-2) ... Jan 1 15:29:43 debootstrap: Setting up gpgv (2.2.40-1.1) ... Jan 1 15:29:43 debootstrap: Setting up util-linux-extra (2.38.1-5+deb12u2) ... Jan 1 15:29:45 debootstrap: Setting up libhogweed6:mips64el (3.8.1-2) ... Jan 1 15:29:45 debootstrap: Setting up e2fsprogs (1.47.0-2) ... Jan 1 15:30:16 debootstrap: Setting up libsystemd0:mips64el (252.31-1~deb12u1) ... Jan 1 15:30:17 debootstrap: Setting up libselinux1:mips64el (3.4-1+b6) ... Jan 1 15:30:17 debootstrap: Setting up libgnutls30:mips64el (3.7.9-2+deb12u3) ... Jan 1 15:30:17 debootstrap: Setting up libpam0g:mips64el (1.5.2-6+deb12u1) ... Jan 1 15:30:27 debootstrap: Setting up libapt-pkg6.0:mips64el (2.6.1) ... Jan 1 15:30:27 debootstrap: Setting up sed (4.9-1) ... Jan 1 15:30:27 debootstrap: Setting up findutils (4.9.0-4) ... Jan 1 15:30:27 debootstrap: Setting up libmount1:mips64el (2.38.1-5+deb12u2) ... Jan 1 15:30:27 debootstrap: Setting up libsemanage2:mips64el (3.4-1+b5) ... Jan 1 15:30:27 debootstrap: Setting up base-passwd (3.6.1) ... Jan 1 15:30:40 debootstrap: Setting up bsdutils (1:2.38.1-5+deb12u2) ... Jan 1 15:30:40 debootstrap: Setting up tar (1.34+dfsg-1.2+deb12u1) ... Jan 1 15:30:40 debootstrap: update-alternatives: Jan 1 15:30:40 debootstrap: using /usr/sbin/rmt-tar to provide /usr/sbin/rmt (rmt) in auto mode Jan 1 15:30:40 debootstrap: Jan 1 15:30:40 debootstrap: Setting up libpam-modules-bin (1.5.2-6+deb12u1) ... Jan 1 15:30:40 debootstrap: Setting up coreutils (9.1-1) ... Jan 1 15:30:41 debootstrap: Setting up util-linux (2.38.1-5+deb12u2) ... Jan 1 15:30:41 debootstrap: update-alternatives: Jan 1 15:30:41 debootstrap: using /bin/more to provide /usr/bin/pager (pager) in auto mode Jan 1 15:30:41 debootstrap: Jan 1 15:30:58 debootstrap: Setting up dpkg (1.21.22) ... Jan 1 15:31:19 debootstrap: Setting up mount (2.38.1-5+deb12u2) ... Jan 1 15:31:19 debootstrap: Setting up dash (0.5.12-2) ... Jan 1 15:31:20 debootstrap: No diversion 'diversion of /bin/sh by bash', none removed. Jan 1 15:31:21 debootstrap: Adding 'diversion of /bin/sh to /bin/sh.distrib by dash' Jan 1 15:31:22 debootstrap: No diversion 'diversion of /usr/share/man/man1/sh.1.gz by bash', none removed. Jan 1 15:31:22 debootstrap: Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash' Jan 1 15:31:23 debootstrap: Setting up libpam-modules:mips64el (1.5.2-6+deb12u1) ... Jan 1 15:31:23 debootstrap: Setting up grep (3.8-5) ... Jan 1 15:31:23 debootstrap: Setting up perl-base (5.36.0-7+deb12u1) ... Jan 1 15:31:24 debootstrap: Setting up gzip (1.12-1) ... Jan 1 15:31:24 debootstrap: Setting up passwd (1:4.13+dfsg1-1+b1) ... Jan 1 15:31:25 debootstrap: Shadow passwords are now on. Jan 1 15:31:26 debootstrap: Setting up libpam-runtime (1.5.2-6+deb12u1) ... Jan 1 15:31:40 debootstrap: Setting up login (1:4.13+dfsg1-1+b1) ... Jan 1 15:31:41 debootstrap: Setting up adduser (3.134) ... Jan 1 15:31:41 debootstrap: Setting up apt (2.6.1) ... Jan 1 15:32:15 debootstrap: Processing triggers for libc-bin (2.36-9+deb12u9) ... Jan 1 15:32:53 debootstrap: (Reading database ... 6084 files and directories currently installed.) Jan 1 15:32:53 debootstrap: Preparing to unpack .../libssl3_3.0.15-1~deb12u1_mips64el.deb ... Jan 1 15:32:53 debootstrap: Unpacking libssl3:mips64el (3.0.15-1~deb12u1) ... Jan 1 15:32:56 debootstrap: Setting up libssl3:mips64el (3.0.15-1~deb12u1) ... Jan 1 15:32:57 debootstrap: Processing triggers for libc-bin (2.36-9+deb12u9) ... Jan 1 15:33:54 debootstrap: (Reading database ... 6096 files and directories currently installed.) Jan 1 15:33:54 debootstrap: Preparing to unpack .../libapparmor1_3.0.8-3_mips64el.deb ... Jan 1 15:33:54 debootstrap: Unpacking libapparmor1:mips64el (3.0.8-3) ... Jan 1 15:33:55 debootstrap: Preparing to unpack .../libargon2-1_0~20171227-0.3+deb12u1_mips64el.deb ... Jan 1 15:33:55 debootstrap: Unpacking libargon2-1:mips64el (0~20171227-0.3+deb12u1) ... Jan 1 15:33:57 debootstrap: Preparing to unpack .../libcryptsetup12_2%3a2.6.1-4~deb12u2_mips64el.deb ... Jan 1 15:33:57 debootstrap: Unpacking libcryptsetup12:mips64el (2:2.6.1-4~deb12u2) ... Jan 1 15:33:59 debootstrap: Preparing to unpack .../libip4tc2_1.8.9-2_mips64el.deb ... Jan 1 15:33:59 debootstrap: Unpacking libip4tc2:mips64el (1.8.9-2) ... Jan 1 15:34:00 debootstrap: Preparing to unpack .../libjson-c5_0.16-2_mips64el.deb ... Jan 1 15:34:00 debootstrap: Unpacking libjson-c5:mips64el (0.16-2) ... Jan 1 15:34:02 debootstrap: Preparing to unpack .../libkmod2_30+20221128-1_mips64el.deb ... Jan 1 15:34:02 debootstrap: Unpacking libkmod2:mips64el (30+20221128-1) ... Jan 1 15:34:03 debootstrap: Preparing to unpack .../dmsetup_2%3a1.02.185-2_mips64el.deb ... Jan 1 15:34:04 debootstrap: Unpacking dmsetup (2:1.02.185-2) ... Jan 1 15:34:05 debootstrap: Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.185-2_mips64el.deb ... Jan 1 15:34:05 debootstrap: Unpacking libdevmapper1.02.1:mips64el (2:1.02.185-2) ... Jan 1 15:34:07 debootstrap: Preparing to unpack .../libfdisk1_2.38.1-5+deb12u2_mips64el.deb ... Jan 1 15:34:07 debootstrap: Unpacking libfdisk1:mips64el (2.38.1-5+deb12u2) ... Jan 1 15:34:09 debootstrap: Preparing to unpack .../libsystemd-shared_252.31-1~deb12u1_mips64el.deb ... Jan 1 15:34:09 debootstrap: Unpacking libsystemd-shared:mips64el (252.31-1~deb12u1) ... Jan 1 15:34:13 debootstrap: Preparing to unpack .../systemd_252.31-1~deb12u1_mips64el.deb ... Jan 1 15:34:16 debootstrap: Unpacking systemd (252.31-1~deb12u1) ... Jan 1 15:34:32 debootstrap: Setting up libapparmor1:mips64el (3.0.8-3) ... Jan 1 15:34:32 debootstrap: Setting up libargon2-1:mips64el (0~20171227-0.3+deb12u1) ... Jan 1 15:34:32 debootstrap: Setting up libip4tc2:mips64el (1.8.9-2) ... Jan 1 15:34:32 debootstrap: Setting up libjson-c5:mips64el (0.16-2) ... Jan 1 15:34:32 debootstrap: Setting up libkmod2:mips64el (30+20221128-1) ... Jan 1 15:34:32 debootstrap: Setting up libfdisk1:mips64el (2.38.1-5+deb12u2) ... Jan 1 15:34:32 debootstrap: Setting up libsystemd-shared:mips64el (252.31-1~deb12u1) ... Jan 1 15:34:33 debootstrap: Setting up libdevmapper1.02.1:mips64el (2:1.02.185-2) ... Jan 1 15:34:33 debootstrap: Setting up libcryptsetup12:mips64el (2:2.6.1-4~deb12u2) ... Jan 1 15:34:33 debootstrap: Setting up dmsetup (2:1.02.185-2) ... Jan 1 15:34:33 debootstrap: Setting up systemd (252.31-1~deb12u1) ... Jan 1 15:34:34 debootstrap: Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service -> /lib/systemd/system/getty@.service. Jan 1 15:34:35 debootstrap: Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target -> /lib/systemd/system/remote-fs.target. Jan 1 15:34:36 debootstrap: Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service -> /lib/systemd/system/systemd-pstore.service. Jan 1 15:34:36 debootstrap: Initializing machine ID from random generator. Jan 1 15:34:38 debootstrap: Creating group 'systemd-journal' with GID 999. Jan 1 15:34:38 debootstrap: Creating group 'systemd-network' with GID 998. Jan 1 15:34:38 debootstrap: Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. Jan 1 15:34:40 debootstrap: Processing triggers for libc-bin (2.36-9+deb12u9) ... Jan 1 15:35:51 debootstrap: (Reading database ... 7001 files and directories currently installed.) Jan 1 15:35:51 debootstrap: Preparing to unpack .../systemd-sysv_252.31-1~deb12u1_mips64el.deb ... Jan 1 15:35:51 debootstrap: Unpacking systemd-sysv (252.31-1~deb12u1) ... Jan 1 15:35:52 debootstrap: Setting up systemd-sysv (252.31-1~deb12u1) ... Jan 1 15:36:45 debootstrap: (Reading database ... 7019 files and directories currently installed.) Jan 1 15:36:45 debootstrap: Preparing to unpack .../cron-daemon-common_3.0pl1-162_all.deb ... Jan 1 15:36:46 debootstrap: Unpacking cron-daemon-common (3.0pl1-162) ... Jan 1 15:36:46 debootstrap: Setting up cron-daemon-common (3.0pl1-162) ... Jan 1 15:36:56 debootstrap: Adding group `crontab' (GID 101) ... Jan 1 15:36:57 debootstrap: Done. Jan 1 15:37:04 debootstrap: (Reading database ... 7037 files and directories currently installed.) Jan 1 15:37:04 debootstrap: Preparing to unpack .../apt-utils_2.6.1_mips64el.deb ... Jan 1 15:37:04 debootstrap: Unpacking apt-utils (2.6.1) ... Jan 1 15:37:07 debootstrap: Preparing to unpack .../cpio_2.13+dfsg-7.1_mips64el.deb ... Jan 1 15:37:07 debootstrap: Unpacking cpio (2.13+dfsg-7.1) ... Jan 1 15:37:10 debootstrap: Preparing to unpack .../cron_3.0pl1-162_mips64el.deb ... Jan 1 15:37:11 debootstrap: Unpacking cron (3.0pl1-162) ... Jan 1 15:37:13 debootstrap: Preparing to unpack .../debconf-i18n_1.5.82_all.deb ... Jan 1 15:37:13 debootstrap: Unpacking debconf-i18n (1.5.82) ... Jan 1 15:37:16 debootstrap: Preparing to unpack .../libelf1_0.188-2.1_mips64el.deb ... Jan 1 15:37:16 debootstrap: Unpacking libelf1:mips64el (0.188-2.1) ... Jan 1 15:37:18 debootstrap: Preparing to unpack .../ifupdown_0.8.41_mips64el.deb ... Jan 1 15:37:20 debootstrap: Unpacking ifupdown (0.8.41) ... Jan 1 15:37:22 debootstrap: Preparing to unpack .../init_1.65.2_mips64el.deb ... Jan 1 15:37:22 debootstrap: Unpacking init (1.65.2) ... Jan 1 15:37:24 debootstrap: Preparing to unpack .../iproute2_6.1.0-3_mips64el.deb ... Jan 1 15:37:24 debootstrap: Unpacking iproute2 (6.1.0-3) ... Jan 1 15:37:30 debootstrap: Preparing to unpack .../iputils-ping_3%3a20221126-1+deb12u1_mips64el.deb ... Jan 1 15:37:30 debootstrap: Unpacking iputils-ping (3:20221126-1+deb12u1) ... Jan 1 15:37:32 debootstrap: Preparing to unpack .../isc-dhcp-client_4.4.3-P1-2_mips64el.deb ... Jan 1 15:37:32 debootstrap: Unpacking isc-dhcp-client (4.4.3-P1-2) ... Jan 1 15:37:35 debootstrap: Preparing to unpack .../isc-dhcp-common_4.4.3-P1-2_mips64el.deb ... Jan 1 15:37:35 debootstrap: Unpacking isc-dhcp-common (4.4.3-P1-2) ... Jan 1 15:37:37 debootstrap: Preparing to unpack .../libjansson4_2.14-2_mips64el.deb ... Jan 1 15:37:37 debootstrap: Unpacking libjansson4:mips64el (2.14-2) ... Jan 1 15:37:38 debootstrap: Preparing to unpack .../libkeyutils1_1.6.3-2_mips64el.deb ... Jan 1 15:37:38 debootstrap: Unpacking libkeyutils1:mips64el (1.6.3-2) ... Jan 1 15:37:40 debootstrap: Preparing to unpack .../kmod_30+20221128-1_mips64el.deb ... Jan 1 15:37:40 debootstrap: Unpacking kmod (30+20221128-1) ... Jan 1 15:37:43 debootstrap: Preparing to unpack .../libgssapi-krb5-2_1.20.1-2+deb12u2_mips64el.deb ... Jan 1 15:37:43 debootstrap: Unpacking libgssapi-krb5-2:mips64el (1.20.1-2+deb12u2) ... Jan 1 15:37:44 debootstrap: Preparing to unpack .../libk5crypto3_1.20.1-2+deb12u2_mips64el.deb ... Jan 1 15:37:45 debootstrap: Unpacking libk5crypto3:mips64el (1.20.1-2+deb12u2) ... Jan 1 15:37:46 debootstrap: Preparing to unpack .../libkrb5-3_1.20.1-2+deb12u2_mips64el.deb ... Jan 1 15:37:46 debootstrap: Unpacking libkrb5-3:mips64el (1.20.1-2+deb12u2) ... Jan 1 15:37:47 debootstrap: Preparing to unpack .../libkrb5support0_1.20.1-2+deb12u2_mips64el.deb ... Jan 1 15:37:48 debootstrap: Unpacking libkrb5support0:mips64el (1.20.1-2+deb12u2) ... Jan 1 15:37:48 debootstrap: Preparing to unpack .../less_590-2.1~deb12u2_mips64el.deb ... Jan 1 15:37:49 debootstrap: Unpacking less (590-2.1~deb12u2) ... Jan 1 15:37:50 debootstrap: Preparing to unpack .../libbpf1_1%3a1.1.0-1_mips64el.deb ... Jan 1 15:37:50 debootstrap: Unpacking libbpf1:mips64el (1:1.1.0-1) ... Jan 1 15:37:51 debootstrap: Preparing to unpack .../libbsd0_0.11.7-2_mips64el.deb ... Jan 1 15:37:51 debootstrap: Unpacking libbsd0:mips64el (0.11.7-2) ... Jan 1 15:37:52 debootstrap: Preparing to unpack .../libcap2-bin_1%3a2.66-4_mips64el.deb ... Jan 1 15:37:52 debootstrap: Unpacking libcap2-bin (1:2.66-4) ... Jan 1 15:37:53 debootstrap: Preparing to unpack .../libedit2_3.1-20221030-2_mips64el.deb ... Jan 1 15:37:53 debootstrap: Unpacking libedit2:mips64el (3.1-20221030-2) ... Jan 1 15:37:54 debootstrap: Preparing to unpack .../liblocale-gettext-perl_1.07-5_mips64el.deb ... Jan 1 15:37:54 debootstrap: Unpacking liblocale-gettext-perl (1.07-5) ... Jan 1 15:37:55 debootstrap: Preparing to unpack .../libmnl0_1.0.4-3_mips64el.deb ... Jan 1 15:37:55 debootstrap: Unpacking libmnl0:mips64el (1.0.4-3) ... Jan 1 15:37:56 debootstrap: Preparing to unpack .../libnftnl11_1.2.4-2_mips64el.deb ... Jan 1 15:37:56 debootstrap: Unpacking libnftnl11:mips64el (1.2.4-2) ... Jan 1 15:37:57 debootstrap: Preparing to unpack .../libncursesw6_6.4-4_mips64el.deb ... Jan 1 15:37:57 debootstrap: Unpacking libncursesw6:mips64el (6.4-4) ... Jan 1 15:37:58 debootstrap: Preparing to unpack .../libnewt0.52_0.52.23-1+b1_mips64el.deb ... Jan 1 15:37:58 debootstrap: Unpacking libnewt0.52:mips64el (0.52.23-1+b1) ... Jan 1 15:38:00 debootstrap: Preparing to unpack .../libnftables1_1.0.6-2+deb12u2_mips64el.deb ... Jan 1 15:38:00 debootstrap: Unpacking libnftables1:mips64el (1.0.6-2+deb12u2) ... Jan 1 15:38:01 debootstrap: Preparing to unpack .../libpopt0_1.19+dfsg-1_mips64el.deb ... Jan 1 15:38:01 debootstrap: Unpacking libpopt0:mips64el (1.19+dfsg-1) ... Jan 1 15:38:02 debootstrap: Preparing to unpack .../libproc2-0_2%3a4.0.2-3_mips64el.deb ... Jan 1 15:38:02 debootstrap: Unpacking libproc2-0:mips64el (2:4.0.2-3) ... Jan 1 15:38:03 debootstrap: Preparing to unpack .../libreadline8_8.2-1.3_mips64el.deb ... Jan 1 15:38:03 debootstrap: Unpacking libreadline8:mips64el (8.2-1.3) ... Jan 1 15:38:04 debootstrap: Preparing to unpack .../fdisk_2.38.1-5+deb12u2_mips64el.deb ... Jan 1 15:38:04 debootstrap: Unpacking fdisk (2.38.1-5+deb12u2) ... Jan 1 15:38:05 debootstrap: Preparing to unpack .../libxtables12_1.8.9-2_mips64el.deb ... Jan 1 15:38:05 debootstrap: Unpacking libxtables12:mips64el (1.8.9-2) ... Jan 1 15:38:06 debootstrap: Preparing to unpack .../libtext-charwidth-perl_0.04-11_mips64el.deb ... Jan 1 15:38:06 debootstrap: Unpacking libtext-charwidth-perl:mips64el (0.04-11) ... Jan 1 15:38:07 debootstrap: Preparing to unpack .../libtext-iconv-perl_1.7-8_mips64el.deb ... Jan 1 15:38:07 debootstrap: Unpacking libtext-iconv-perl:mips64el (1.7-8) ... Jan 1 15:38:08 debootstrap: Preparing to unpack .../libtext-wrapi18n-perl_0.06-10_all.deb ... Jan 1 15:38:08 debootstrap: Unpacking libtext-wrapi18n-perl (0.06-10) ... Jan 1 15:38:09 debootstrap: Preparing to unpack .../libtirpc-common_1.3.3+ds-1_all.deb ... Jan 1 15:38:09 debootstrap: Unpacking libtirpc-common (1.3.3+ds-1) ... Jan 1 15:38:10 debootstrap: Preparing to unpack .../libtirpc3_1.3.3+ds-1_mips64el.deb ... Jan 1 15:38:10 debootstrap: Unpacking libtirpc3:mips64el (1.3.3+ds-1) ... Jan 1 15:38:11 debootstrap: Preparing to unpack .../logrotate_3.21.0-1_mips64el.deb ... Jan 1 15:38:11 debootstrap: Unpacking logrotate (3.21.0-1) ... Jan 1 15:38:12 debootstrap: Preparing to unpack .../nano_7.2-1+deb12u1_mips64el.deb ... Jan 1 15:38:12 debootstrap: Unpacking nano (7.2-1+deb12u1) ... Jan 1 15:38:14 debootstrap: Preparing to unpack .../archives/netbase_6.4_all.deb ... Jan 1 15:38:14 debootstrap: Unpacking netbase (6.4) ... Jan 1 15:38:15 debootstrap: Preparing to unpack .../whiptail_0.52.23-1+b1_mips64el.deb ... Jan 1 15:38:15 debootstrap: Unpacking whiptail (0.52.23-1+b1) ... Jan 1 15:38:16 debootstrap: Preparing to unpack .../nftables_1.0.6-2+deb12u2_mips64el.deb ... Jan 1 15:38:16 debootstrap: Unpacking nftables (1.0.6-2+deb12u2) ... Jan 1 15:38:17 debootstrap: Preparing to unpack .../procps_2%3a4.0.2-3_mips64el.deb ... Jan 1 15:38:18 debootstrap: Unpacking procps (2:4.0.2-3) ... Jan 1 15:38:21 debootstrap: Preparing to unpack .../readline-common_8.2-1.3_all.deb ... Jan 1 15:38:21 debootstrap: Unpacking readline-common (8.2-1.3) ... Jan 1 15:38:22 debootstrap: Preparing to unpack .../sensible-utils_0.0.17+nmu1_all.deb ... Jan 1 15:38:22 debootstrap: Unpacking sensible-utils (0.0.17+nmu1) ... Jan 1 15:38:23 debootstrap: Preparing to unpack .../libslang2_2.3.3-3_mips64el.deb ... Jan 1 15:38:23 debootstrap: Unpacking libslang2:mips64el (2.3.3-3) ... Jan 1 15:38:25 debootstrap: Preparing to unpack .../udev_252.31-1~deb12u1_mips64el.deb ... Jan 1 15:38:25 debootstrap: Unpacking udev (252.31-1~deb12u1) ... Jan 1 15:38:29 debootstrap: Preparing to unpack .../archives/tasksel_3.73_all.deb ... Jan 1 15:38:29 debootstrap: Unpacking tasksel (3.73) ... Jan 1 15:38:30 debootstrap: Preparing to unpack .../tasksel-data_3.73_all.deb ... Jan 1 15:38:30 debootstrap: Unpacking tasksel-data (3.73) ... Jan 1 15:38:32 debootstrap: Preparing to unpack .../vim-common_2%3a9.0.1378-2_all.deb ... Jan 1 15:38:32 debootstrap: Unpacking vim-common (2:9.0.1378-2) ... Jan 1 15:38:33 debootstrap: Preparing to unpack .../vim-tiny_2%3a9.0.1378-2_mips64el.deb ... Jan 1 15:38:33 debootstrap: Unpacking vim-tiny (2:9.0.1378-2) ... Jan 1 15:38:35 debootstrap: Processing triggers for libc-bin (2.36-9+deb12u9) ... Jan 1 15:38:36 debootstrap: Setting up cpio (2.13+dfsg-7.1) ... Jan 1 15:38:36 debootstrap: update-alternatives: Jan 1 15:38:36 debootstrap: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode Jan 1 15:38:36 debootstrap: Jan 1 15:38:36 debootstrap: Setting up libtext-iconv-perl:mips64el (1.7-8) ... Jan 1 15:38:37 debootstrap: Setting up libtext-charwidth-perl:mips64el (0.04-11) ... Jan 1 15:38:37 debootstrap: Setting up libkeyutils1:mips64el (1.6.3-2) ... Jan 1 15:38:37 debootstrap: Setting up apt-utils (2.6.1) ... Jan 1 15:38:37 debootstrap: Setting up init (1.65.2) ... Jan 1 15:38:37 debootstrap: Setting up libtirpc-common (1.3.3+ds-1) ... Jan 1 15:38:37 debootstrap: Setting up less (590-2.1~deb12u2) ... Jan 1 15:38:38 debootstrap: Setting up kmod (30+20221128-1) ... Jan 1 15:38:41 debootstrap: Setting up libtext-wrapi18n-perl (0.06-10) ... Jan 1 15:38:41 debootstrap: Setting up libjansson4:mips64el (2.14-2) ... Jan 1 15:38:41 debootstrap: Setting up libkrb5support0:mips64el (1.20.1-2+deb12u2) ... Jan 1 15:38:41 debootstrap: Setting up libcap2-bin (1:2.66-4) ... Jan 1 15:38:41 debootstrap: Setting up vim-common (2:9.0.1378-2) ... Jan 1 15:38:41 debootstrap: Setting up libslang2:mips64el (2.3.3-3) ... Jan 1 15:38:41 debootstrap: Setting up libproc2-0:mips64el (2:4.0.2-3) ... Jan 1 15:38:42 debootstrap: Setting up libmnl0:mips64el (1.0.4-3) ... Jan 1 15:38:42 debootstrap: Setting up udev (252.31-1~deb12u1) ... Jan 1 15:40:45 debootstrap: A chroot environment has been detected, udev not started. Jan 1 15:40:47 debootstrap: Setting up libncursesw6:mips64el (6.4-4) ... Jan 1 15:40:47 debootstrap: Setting up libk5crypto3:mips64el (1.20.1-2+deb12u2) ... Jan 1 15:40:48 debootstrap: Setting up libxtables12:mips64el (1.8.9-2) ... Jan 1 15:40:48 debootstrap: Setting up nano (7.2-1+deb12u1) ... Jan 1 15:40:48 debootstrap: update-alternatives: Jan 1 15:40:48 debootstrap: using /bin/nano to provide /usr/bin/editor (editor) in auto mode Jan 1 15:40:48 debootstrap: Jan 1 15:40:48 debootstrap: update-alternatives: Jan 1 15:40:48 debootstrap: using /bin/nano to provide /usr/bin/pico (pico) in auto mode Jan 1 15:40:48 debootstrap: Jan 1 15:40:48 debootstrap: Setting up sensible-utils (0.0.17+nmu1) ... Jan 1 15:40:48 debootstrap: Setting up procps (2:4.0.2-3) ... Jan 1 15:40:51 debootstrap: Setting up netbase (6.4) ... Jan 1 15:40:51 debootstrap: Setting up isc-dhcp-common (4.4.3-P1-2) ... Jan 1 15:40:51 debootstrap: Setting up libkrb5-3:mips64el (1.20.1-2+deb12u2) ... Jan 1 15:40:52 debootstrap: Setting up libbsd0:mips64el (0.11.7-2) ... Jan 1 15:40:52 debootstrap: Setting up libelf1:mips64el (0.188-2.1) ... Jan 1 15:40:52 debootstrap: Setting up iputils-ping (3:20221126-1+deb12u1) ... Jan 1 15:40:52 debootstrap: Setting up readline-common (8.2-1.3) ... Jan 1 15:40:53 debootstrap: Setting up liblocale-gettext-perl (1.07-5) ... Jan 1 15:40:53 debootstrap: Setting up libbpf1:mips64el (1:1.1.0-1) ... Jan 1 15:40:53 debootstrap: Setting up libpopt0:mips64el (1.19+dfsg-1) ... Jan 1 15:40:53 debootstrap: Setting up logrotate (3.21.0-1) ... Jan 1 15:41:12 debootstrap: Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer -> /lib/systemd/system/logrotate.timer. Jan 1 15:41:12 debootstrap: Setting up libnewt0.52:mips64el (0.52.23-1+b1) ... Jan 1 15:41:12 debootstrap: Setting up libedit2:mips64el (3.1-20221030-2) ... Jan 1 15:41:12 debootstrap: Setting up libreadline8:mips64el (8.2-1.3) ... Jan 1 15:41:12 debootstrap: Setting up cron (3.0pl1-162) ... Jan 1 15:41:14 debootstrap: Running in chroot, ignoring request. Jan 1 15:41:14 debootstrap: invoke-rc.d: policy-rc.d denied execution of start. Jan 1 15:41:29 debootstrap: Created symlink /etc/systemd/system/multi-user.target.wants/cron.service -> /lib/systemd/system/cron.service. Jan 1 15:41:30 debootstrap: Setting up debconf-i18n (1.5.82) ... Jan 1 15:41:30 debootstrap: Setting up libnftnl11:mips64el (1.2.4-2) ... Jan 1 15:41:30 debootstrap: Setting up vim-tiny (2:9.0.1378-2) ... Jan 1 15:41:30 debootstrap: update-alternatives: Jan 1 15:41:30 debootstrap: using /usr/bin/vim.tiny to provide /usr/bin/ex (ex) in auto mode Jan 1 15:41:30 debootstrap: Jan 1 15:41:30 debootstrap: update-alternatives: Jan 1 15:41:30 debootstrap: using /usr/bin/vim.tiny to provide /usr/bin/rview (rview) in auto mode Jan 1 15:41:30 debootstrap: Jan 1 15:41:31 debootstrap: update-alternatives: Jan 1 15:41:31 debootstrap: using /usr/bin/vim.tiny to provide /usr/bin/vi (vi) in auto mode Jan 1 15:41:31 debootstrap: Jan 1 15:41:31 debootstrap: update-alternatives: Jan 1 15:41:31 debootstrap: using /usr/bin/vim.tiny to provide /usr/bin/view (view) in auto mode Jan 1 15:41:31 debootstrap: Jan 1 15:41:31 debootstrap: Setting up fdisk (2.38.1-5+deb12u2) ... Jan 1 15:41:31 debootstrap: Setting up libgssapi-krb5-2:mips64el (1.20.1-2+deb12u2) ... Jan 1 15:41:31 debootstrap: Setting up whiptail (0.52.23-1+b1) ... Jan 1 15:41:31 debootstrap: Setting up libtirpc3:mips64el (1.3.3+ds-1) ... Jan 1 15:41:31 debootstrap: Setting up libnftables1:mips64el (1.0.6-2+deb12u2) ... Jan 1 15:41:31 debootstrap: Setting up nftables (1.0.6-2+deb12u2) ... Jan 1 15:41:42 debootstrap: Setting up iproute2 (6.1.0-3) ... Jan 1 15:42:03 debootstrap: Setting up isc-dhcp-client (4.4.3-P1-2) ... Jan 1 15:42:03 debootstrap: Setting up ifupdown (0.8.41) ... Jan 1 15:42:08 debootstrap: Creating /etc/network/interfaces. Jan 1 15:42:26 debootstrap: Created symlink /etc/systemd/system/multi-user.target.wants/networking.service -> /lib/systemd/system/networking.service. Jan 1 15:42:26 debootstrap: Created symlink /etc/systemd/system/network-online.target.wants/networking.service -> /lib/systemd/system/networking.service. Jan 1 15:42:36 debootstrap: Setting up tasksel (3.73) ... Jan 1 15:42:46 debootstrap: Setting up tasksel-data (3.73) ... Jan 1 15:42:47 debootstrap: Processing triggers for libc-bin (2.36-9+deb12u9) ... Jan 1 15:42:56 base-installer: Hit:1 http://deb.debian.org/debian bookworm InRelease Jan 1 15:43:06 base-installer: Get:2 http://deb.debian.org/debian bookworm/main Translation-en [6109 kB] Jan 1 15:43:33 base-installer: Fetched 6109 kB in 38s (160 kB/s) Jan 1 15:43:33 base-installer: Reading package lists... Jan 1 15:45:55 base-installer: Jan 1 15:45:57 localechooser: error: the command 'validlocale' is not available Jan 1 15:48:02 base-installer: info: kernel linux-image-octeon-dbg not usable on 5kc-malta Jan 1 15:48:02 base-installer: info: kernel linux-image-octeon not usable on 5kc-malta Jan 1 15:48:02 base-installer: info: kernel linux-image-mips64r2el-dbg not usable on 5kc-malta Jan 1 15:48:03 base-installer: info: kernel linux-image-mips64r2el not usable on 5kc-malta Jan 1 15:48:03 base-installer: info: kernel linux-image-loongson-3-dbg not usable on 5kc-malta Jan 1 15:48:03 base-installer: info: kernel linux-image-loongson-3 not usable on 5kc-malta Jan 1 15:48:03 base-installer: info: kernel linux-image-6.1.0-27-octeon-dbg not usable on 5kc-malta Jan 1 15:48:03 base-installer: info: kernel linux-image-6.1.0-27-octeon not usable on 5kc-malta Jan 1 15:48:03 base-installer: info: kernel linux-image-6.1.0-27-mips64r2el-dbg not usable on 5kc-malta Jan 1 15:48:04 base-installer: info: kernel linux-image-6.1.0-27-mips64r2el not usable on 5kc-malta Jan 1 15:48:04 base-installer: info: kernel linux-image-6.1.0-27-loongson-3-dbg not usable on 5kc-malta Jan 1 15:48:05 base-installer: info: kernel linux-image-6.1.0-27-loongson-3 not usable on 5kc-malta Jan 1 15:48:05 base-installer: info: kernel linux-image-6.1.0-27-5kc-malta-dbg usable on 5kc-malta Jan 1 15:48:05 base-installer: info: kernel linux-image-6.1.0-27-5kc-malta usable on 5kc-malta Jan 1 15:48:05 base-installer: info: kernel linux-image-6.1.0-25-octeon-dbg not usable on 5kc-malta Jan 1 15:48:05 base-installer: info: kernel linux-image-6.1.0-25-octeon not usable on 5kc-malta Jan 1 15:48:06 base-installer: info: kernel linux-image-6.1.0-25-mips64r2el-dbg not usable on 5kc-malta Jan 1 15:48:06 base-installer: info: kernel linux-image-6.1.0-25-mips64r2el not usable on 5kc-malta Jan 1 15:48:06 base-installer: info: kernel linux-image-6.1.0-25-loongson-3-dbg not usable on 5kc-malta Jan 1 15:48:06 base-installer: info: kernel linux-image-6.1.0-25-loongson-3 not usable on 5kc-malta Jan 1 15:48:06 base-installer: info: kernel linux-image-6.1.0-25-5kc-malta-dbg usable on 5kc-malta Jan 1 15:48:07 base-installer: info: kernel linux-image-6.1.0-25-5kc-malta usable on 5kc-malta Jan 1 15:48:07 base-installer: info: kernel linux-image-5kc-malta-dbg usable on 5kc-malta Jan 1 15:48:07 base-installer: info: kernel linux-image-5kc-malta usable on 5kc-malta Jan 1 15:48:07 base-installer: info: Found kernels 'linux-image-5kc-malta,linux-image-5kc-malta-dbg,linux-image-6.1.0-25-5kc-malta,linux-image-6.1.0-25-5kc-malta-dbg,linux-image-6.1.0-27-5kc-malta,linux-image-6.1.0-27-5kc-malta-dbg' Jan 1 15:48:08 base-installer: info: arch_kernel candidates: linux-image-5kc-malta Jan 1 15:48:08 base-installer: info: arch_kernel: linux-image-5kc-malta (present) Jan 1 15:48:08 base-installer: info: Using kernel 'linux-image-5kc-malta' Jan 1 15:48:09 base-installer: warning: Failed to get debconf answer 'base-installer/kernel/linux/initrd'. Jan 1 15:48:09 base-installer: info: Setting do_initrd='yes'. Jan 1 15:48:09 base-installer: info: Setting link_in_boot='yes'. Jan 1 15:48:10 base-installer: dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename Jan 1 15:48:12 /bin/in-target: warning: /target/etc/mtab won't be updated since it is a symlink. Jan 1 15:48:34 in-target: Reading package lists... Jan 1 15:48:34 in-target: Jan 1 15:48:34 in-target: Building dependency tree... Jan 1 15:48:45 in-target: Jan 1 15:49:26 in-target: The following NEW packages will be installed: Jan 1 15:49:26 in-target: busybox Jan 1 15:49:32 in-target: 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Jan 1 15:49:32 in-target: Need to get 477 kB of archives. Jan 1 15:49:32 in-target: After this operation, 1190 kB of additional disk space will be used. Jan 1 15:49:32 in-target: Get:1 http://deb.debian.org/debian bookworm/main mips64el busybox mips64el 1:1.35.0-4+b3 [477 kB] Jan 1 15:50:07 in-target: Fetched 477 kB in 2s (279 kB/s) Jan 1 15:50:07 in-target: Selecting previously unselected package busybox. Jan 1 15:50:07 in-target: ^M Jan 1 15:50:07 in-target: (Reading database ... ^M Jan 1 15:50:07 in-target: (Reading database ... 5%^M Jan 1 15:50:07 in-target: (Reading database ... 10%^M Jan 1 15:50:07 in-target: (Reading database ... 15%^M Jan 1 15:50:07 in-target: (Reading database ... 20%^M Jan 1 15:50:07 in-target: (Reading database ... 25%^M Jan 1 15:50:07 in-target: (Reading database ... 30%^M Jan 1 15:50:07 in-target: (Reading database ... 35%^M Jan 1 15:50:07 in-target: (Reading database ... 40%^M Jan 1 15:50:07 in-target: (Reading database ... 45%^M Jan 1 15:50:07 in-target: (Reading database ... 50%^M(Reading database ... 55%^M Jan 1 15:50:07 in-target: (Reading database ... 60%^M(Reading database ... 65%^M Jan 1 15:50:07 in-target: (Reading database ... 70%^M Jan 1 15:50:08 in-target: (Reading database ... 75%^M Jan 1 15:50:08 in-target: (Reading database ... 80%^M Jan 1 15:50:08 in-target: (Reading database ... 85%^M Jan 1 15:50:08 in-target: (Reading database ... 90%^M Jan 1 15:50:08 in-target: (Reading database ... 95%^M Jan 1 15:50:08 in-target: (Reading database ... 100%^M Jan 1 15:50:08 in-target: (Reading database ... Jan 1 15:50:08 in-target: 8696 files and directories currently installed.) Jan 1 15:50:08 in-target: ^M Jan 1 15:50:08 in-target: Preparing to unpack .../busybox_1%3a1.35.0-4+b3_mips64el.deb ... Jan 1 15:50:08 in-target: ^M Jan 1 15:50:08 in-target: Unpacking busybox (1:1.35.0-4+b3) ... Jan 1 15:50:08 in-target: ^M Jan 1 15:50:09 in-target: Setting up busybox (1:1.35.0-4+b3) ... Jan 1 15:50:09 in-target: ^M Jan 1 15:50:16 base-installer: dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename Jan 1 15:50:18 /bin/in-target: warning: /target/etc/mtab won't be updated since it is a symlink. Jan 1 15:50:38 in-target: Reading package lists... Jan 1 15:50:38 in-target: Jan 1 15:50:38 in-target: Building dependency tree... Jan 1 15:51:40 in-target: Jan 1 15:51:40 in-target: Reading state information... Jan 1 15:51:40 in-target: Jan 1 15:52:36 in-target: The following NEW packages will be installed: Jan 1 15:52:36 in-target: zstd Jan 1 15:52:42 in-target: 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Jan 1 15:52:42 in-target: Need to get 623 kB of archives. Jan 1 15:52:42 in-target: After this operation, 2353 kB of additional disk space will be used. Jan 1 15:52:42 in-target: Get:1 http://deb.debian.org/debian bookworm/main mips64el zstd mips64el 1.5.4+dfsg2-5 [623 kB] Jan 1 15:53:22 in-target: Fetched 623 kB in 2s (376 kB/s) Jan 1 15:53:23 in-target: Selecting previously unselected package zstd. Jan 1 15:53:23 in-target: ^M Jan 1 15:53:23 in-target: (Reading database ... ^M Jan 1 15:53:23 in-target: (Reading database ... 5%^M Jan 1 15:53:23 in-target: (Reading database ... 10%^M Jan 1 15:53:23 in-target: (Reading database ... 15%^M Jan 1 15:53:23 in-target: (Reading database ... 20%^M Jan 1 15:53:23 in-target: (Reading database ... 25%^M Jan 1 15:53:23 in-target: (Reading database ... 30%^M Jan 1 15:53:23 in-target: (Reading database ... 35%^M Jan 1 15:53:23 in-target: (Reading database ... 40%^M Jan 1 15:53:23 in-target: (Reading database ... 45%^M Jan 1 15:53:23 in-target: (Reading database ... 50%^M Jan 1 15:53:23 in-target: (Reading database ... 55%^M(Reading database ... 60%^M Jan 1 15:53:23 in-target: (Reading database ... 65%^M Jan 1 15:53:23 in-target: (Reading database ... 70%^M Jan 1 15:53:23 in-target: (Reading database ... 75%^M Jan 1 15:53:23 in-target: (Reading database ... 80%^M Jan 1 15:53:23 in-target: (Reading database ... 85%^M Jan 1 15:53:23 in-target: (Reading database ... 90%^M Jan 1 15:53:23 in-target: (Reading database ... 95%^M Jan 1 15:53:23 in-target: (Reading database ... 100%^M Jan 1 15:53:23 in-target: (Reading database ... Jan 1 15:53:23 in-target: 8707 files and directories currently installed.) Jan 1 15:53:23 in-target: ^M Jan 1 15:53:23 in-target: Preparing to unpack .../zstd_1.5.4+dfsg2-5_mips64el.deb ... Jan 1 15:53:23 in-target: ^M Jan 1 15:53:24 in-target: Unpacking zstd (1.5.4+dfsg2-5) ... Jan 1 15:53:24 in-target: ^M Jan 1 15:53:26 in-target: Setting up zstd (1.5.4+dfsg2-5) ... Jan 1 15:53:26 in-target: ^M Jan 1 15:53:32 base-installer: dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename Jan 1 15:53:34 /bin/in-target: warning: /target/etc/mtab won't be updated since it is a symlink. Jan 1 15:53:59 in-target: Reading package lists... Jan 1 15:53:59 in-target: Jan 1 15:53:59 in-target: Building dependency tree... Jan 1 15:55:08 in-target: Jan 1 15:55:08 in-target: Reading state information... Jan 1 15:55:08 in-target: Jan 1 15:55:54 in-target: The following additional packages will be installed: Jan 1 15:55:54 in-target: initramfs-tools-core klibc-utils libklibc linux-base Jan 1 15:55:55 in-target: Suggested packages: Jan 1 15:55:55 in-target: bash-completion Jan 1 15:55:59 in-target: The following NEW packages will be installed: Jan 1 15:55:59 in-target: initramfs-tools initramfs-tools-core klibc-utils libklibc linux-base Jan 1 15:56:05 in-target: 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. Jan 1 15:56:05 in-target: Need to get 249 kB of archives. Jan 1 15:56:05 in-target: After this operation, 1020 kB of additional disk space will be used. Jan 1 15:56:05 in-target: Get:1 http://deb.debian.org/debian bookworm/main mips64el libklibc mips64el 2.0.12-1 [47.7 kB] Jan 1 15:56:05 in-target: Get:2 http://deb.debian.org/debian bookworm/main mips64el klibc-utils mips64el 2.0.12-1 [106 kB] Jan 1 15:56:05 in-target: Get:3 http://deb.debian.org/debian bookworm/main mips64el initramfs-tools-core all 0.142+deb12u1 [47.9 kB] Jan 1 15:56:05 in-target: Get:4 http://deb.debian.org/debian bookworm/main mips64el linux-base all 4.9 [31.8 kB] Jan 1 15:56:05 in-target: Get:5 http://deb.debian.org/debian bookworm/main mips64el initramfs-tools all 0.142+deb12u1 [15.8 kB] Jan 1 15:56:33 in-target: Preconfiguring packages ... Jan 1 15:56:45 in-target: Fetched 249 kB in 2s (139 kB/s) Jan 1 15:56:46 in-target: Selecting previously unselected package libklibc:mips64el. Jan 1 15:56:46 in-target: ^M Jan 1 15:56:46 in-target: (Reading database ... ^M Jan 1 15:56:46 in-target: (Reading database ... 5%^M Jan 1 15:56:46 in-target: (Reading database ... 10%^M Jan 1 15:56:46 in-target: (Reading database ... 15%^M Jan 1 15:56:46 in-target: (Reading database ... 20%^M Jan 1 15:56:46 in-target: (Reading database ... 25%^M Jan 1 15:56:46 in-target: (Reading database ... 30%^M Jan 1 15:56:46 in-target: (Reading database ... 35%^M Jan 1 15:56:46 in-target: (Reading database ... 40%^M Jan 1 15:56:46 in-target: (Reading database ... 45%^M Jan 1 15:56:46 in-target: (Reading database ... 50%^M Jan 1 15:56:46 in-target: (Reading database ... 55%^M Jan 1 15:56:46 in-target: (Reading database ... 60%^M Jan 1 15:56:46 in-target: (Reading database ... 65%^M Jan 1 15:56:46 in-target: (Reading database ... 70%^M Jan 1 15:56:46 in-target: (Reading database ... 75%^M Jan 1 15:56:46 in-target: (Reading database ... 80%^M Jan 1 15:56:46 in-target: (Reading database ... 85%^M Jan 1 15:56:46 in-target: (Reading database ... 90%^M Jan 1 15:56:46 in-target: (Reading database ... 95%^M Jan 1 15:56:46 in-target: (Reading database ... 100%^M Jan 1 15:56:46 in-target: (Reading database ... Jan 1 15:56:46 in-target: 8729 files and directories currently installed.) Jan 1 15:56:46 in-target: ^M Jan 1 15:56:46 in-target: Preparing to unpack .../libklibc_2.0.12-1_mips64el.deb ... Jan 1 15:56:46 in-target: ^M Jan 1 15:56:46 in-target: Unpacking libklibc:mips64el (2.0.12-1) ... Jan 1 15:56:46 in-target: ^M Jan 1 15:56:47 in-target: Selecting previously unselected package klibc-utils. Jan 1 15:56:47 in-target: ^M Jan 1 15:56:47 in-target: Preparing to unpack .../klibc-utils_2.0.12-1_mips64el.deb ... Jan 1 15:56:47 in-target: ^M Jan 1 15:56:47 in-target: Unpacking klibc-utils (2.0.12-1) ... Jan 1 15:56:47 in-target: ^M Jan 1 15:56:49 in-target: Selecting previously unselected package initramfs-tools-core. Jan 1 15:56:49 in-target: ^M Jan 1 15:56:49 in-target: Preparing to unpack .../initramfs-tools-core_0.142+deb12u1_all.deb ... Jan 1 15:56:49 in-target: ^M Jan 1 15:56:49 in-target: Unpacking initramfs-tools-core (0.142+deb12u1) ... Jan 1 15:56:49 in-target: ^M Jan 1 15:56:51 in-target: Selecting previously unselected package linux-base. Jan 1 15:56:51 in-target: ^M Jan 1 15:56:51 in-target: Preparing to unpack .../linux-base_4.9_all.deb ... Jan 1 15:56:51 in-target: ^M Jan 1 15:56:51 in-target: Unpacking linux-base (4.9) ... Jan 1 15:56:51 in-target: ^M Jan 1 15:56:52 in-target: Selecting previously unselected package initramfs-tools. Jan 1 15:56:52 in-target: ^M Jan 1 15:56:52 in-target: Preparing to unpack .../initramfs-tools_0.142+deb12u1_all.deb ... Jan 1 15:56:52 in-target: ^M Jan 1 15:56:53 in-target: Unpacking initramfs-tools (0.142+deb12u1) ... Jan 1 15:56:53 in-target: ^M Jan 1 15:56:54 in-target: Setting up linux-base (4.9) ... Jan 1 15:56:54 in-target: ^M Jan 1 15:57:08 in-target: Setting up libklibc:mips64el (2.0.12-1) ... Jan 1 15:57:08 in-target: ^M Jan 1 15:57:08 in-target: Setting up klibc-utils (2.0.12-1) ... Jan 1 15:57:08 in-target: ^M Jan 1 15:57:09 in-target: No diversion 'diversion of /usr/share/initramfs-tools/hooks/klibc to /usr/share/initramfs-tools/hooks/klibc^i-t by klibc-utils', none removed. Jan 1 15:57:09 in-target: ^M Jan 1 15:57:09 in-target: Setting up initramfs-tools-core (0.142+deb12u1) ... Jan 1 15:57:09 in-target: ^M Jan 1 15:57:10 in-target: Setting up initramfs-tools (0.142+deb12u1) ... Jan 1 15:57:10 in-target: ^M Jan 1 15:57:11 in-target: update-initramfs: deferring update (trigger activated) Jan 1 15:57:11 in-target: ^M Jan 1 15:57:11 in-target: Processing triggers for initramfs-tools (0.142+deb12u1) ... Jan 1 15:57:11 in-target: ^M Jan 1 15:57:30 base-installer: dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename Jan 1 15:57:31 /bin/in-target: warning: /target/etc/mtab won't be updated since it is a symlink. Jan 1 15:57:53 in-target: Reading package lists... Jan 1 15:57:53 in-target: Jan 1 15:57:53 in-target: Building dependency tree... Jan 1 15:58:14 in-target: Jan 1 15:58:14 in-target: Reading state information... Jan 1 15:58:14 in-target: Jan 1 15:58:52 in-target: The following additional packages will be installed: Jan 1 15:58:53 in-target: apparmor firmware-linux-free linux-image-6.1.0-27-5kc-malta Jan 1 15:58:53 in-target: Suggested packages: Jan 1 15:58:53 in-target: apparmor-profiles-extra apparmor-utils linux-doc-6.1 debian-kernel-handbook Jan 1 15:58:57 in-target: The following NEW packages will be installed: Jan 1 15:58:58 in-target: apparmor firmware-linux-free linux-image-5kc-malta Jan 1 15:58:58 in-target: linux-image-6.1.0-27-5kc-malta Jan 1 15:59:04 in-target: 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Jan 1 15:59:04 in-target: Need to get 44.9 MB of archives. Jan 1 15:59:04 in-target: After this operation, 258 MB of additional disk space will be used. Jan 1 15:59:04 in-target: Get:1 http://deb.debian.org/debian bookworm/main mips64el apparmor mips64el 3.0.8-3 [597 kB] Jan 1 15:59:04 in-target: Get:2 http://deb.debian.org/debian bookworm/main mips64el firmware-linux-free all 20200122-1 [24.2 kB] Jan 1 15:59:05 in-target: Get:3 http://deb.debian.org/debian bookworm/main mips64el linux-image-6.1.0-27-5kc-malta mips64el 6.1.115-1 [44.3 MB] Jan 1 15:59:31 in-target: Get:4 http://deb.debian.org/debian bookworm/main mips64el linux-image-5kc-malta mips64el 6.1.115-1 [1416 B] Jan 1 16:00:07 in-target: Preconfiguring packages ... Jan 1 16:00:19 in-target: Fetched 44.9 MB in 28s (1587 kB/s) Jan 1 16:00:20 in-target: Selecting previously unselected package apparmor. Jan 1 16:00:20 in-target: ^M Jan 1 16:00:20 in-target: (Reading database ... ^M Jan 1 16:00:20 in-target: (Reading database ... 5%^M Jan 1 16:00:20 in-target: (Reading database ... 10%^M Jan 1 16:00:20 in-target: (Reading database ... 15%^M Jan 1 16:00:20 in-target: (Reading database ... 20%^M Jan 1 16:00:20 in-target: (Reading database ... 25%^M Jan 1 16:00:20 in-target: (Reading database ... 30%^M Jan 1 16:00:20 in-target: (Reading database ... 35%^M Jan 1 16:00:20 in-target: (Reading database ... 40%^M Jan 1 16:00:20 in-target: (Reading database ... 45%^M Jan 1 16:00:20 in-target: (Reading database ... 50%^M Jan 1 16:00:20 in-target: (Reading database ... 55%^M Jan 1 16:00:20 in-target: (Reading database ... 60%^M Jan 1 16:00:20 in-target: (Reading database ... 65%^M Jan 1 16:00:20 in-target: (Reading database ... 70%^M Jan 1 16:00:20 in-target: (Reading database ... 75%^M Jan 1 16:00:20 in-target: (Reading database ... 80%^M Jan 1 16:00:20 in-target: (Reading database ... 85%^M Jan 1 16:00:20 in-target: (Reading database ... 90%^M Jan 1 16:00:20 in-target: (Reading database ... 95%^M Jan 1 16:00:20 in-target: (Reading database ... 100%^M Jan 1 16:00:20 in-target: (Reading database ... Jan 1 16:00:20 in-target: 8861 files and directories currently installed.) Jan 1 16:00:20 in-target: ^M Jan 1 16:00:20 in-target: Preparing to unpack .../apparmor_3.0.8-3_mips64el.deb ... Jan 1 16:00:20 in-target: ^M Jan 1 16:00:21 in-target: Unpacking apparmor (3.0.8-3) ... Jan 1 16:00:21 in-target: ^M Jan 1 16:00:26 in-target: Selecting previously unselected package firmware-linux-free. Jan 1 16:00:26 in-target: ^M Jan 1 16:00:26 in-target: Preparing to unpack .../firmware-linux-free_20200122-1_all.deb ... Jan 1 16:00:26 in-target: ^M Jan 1 16:00:26 in-target: Unpacking firmware-linux-free (20200122-1) ... Jan 1 16:00:26 in-target: ^M Jan 1 16:00:27 in-target: Selecting previously unselected package linux-image-6.1.0-27-5kc-malta. Jan 1 16:00:27 in-target: ^M Jan 1 16:00:27 in-target: Preparing to unpack .../linux-image-6.1.0-27-5kc-malta_6.1.115-1_mips64el.deb ... Jan 1 16:00:27 in-target: ^M Jan 1 16:00:28 in-target: Unpacking linux-image-6.1.0-27-5kc-malta (6.1.115-1) ... Jan 1 16:00:28 in-target: ^M Jan 1 16:01:58 in-target: Selecting previously unselected package linux-image-5kc-malta. Jan 1 16:01:58 in-target: ^M Jan 1 16:01:58 in-target: Preparing to unpack .../linux-image-5kc-malta_6.1.115-1_mips64el.deb ... Jan 1 16:01:58 in-target: ^M Jan 1 16:01:58 in-target: Unpacking linux-image-5kc-malta (6.1.115-1) ... Jan 1 16:01:58 in-target: ^M Jan 1 16:01:59 in-target: Setting up firmware-linux-free (20200122-1) ... Jan 1 16:01:59 in-target: ^M Jan 1 16:02:00 in-target: Setting up linux-image-6.1.0-27-5kc-malta (6.1.115-1) ... Jan 1 16:02:00 in-target: ^M Jan 1 16:02:27 in-target: I: /boot/vmlinux.old is now a symlink to vmlinuz-6.1.0-27-5kc-malta Jan 1 16:02:27 in-target: ^M Jan 1 16:02:27 in-target: I: /boot/initrd.img.old is now a symlink to initrd.img-6.1.0-27-5kc-malta Jan 1 16:02:27 in-target: ^M Jan 1 16:02:27 in-target: I: /boot/vmlinux is now a symlink to vmlinuz-6.1.0-27-5kc-malta Jan 1 16:02:27 in-target: ^M Jan 1 16:02:27 in-target: I: /boot/initrd.img is now a symlink to initrd.img-6.1.0-27-5kc-malta Jan 1 16:02:27 in-target: ^M Jan 1 16:02:27 in-target: /etc/kernel/postinst.d/initramfs-tools: Jan 1 16:02:27 in-target: ^M Jan 1 16:02:27 in-target: update-initramfs: Generating /boot/initrd.img-6.1.0-27-5kc-malta Jan 1 16:02:27 in-target: ^M Jan 1 16:11:57 in-target: Caught SIGILL signal, printing stack: Jan 1 16:11:57 in-target: ^M Jan 1 16:11:57 in-target: Illegal instruction^M Jan 1 16:11:57 in-target: E: mkinitramfs failure zstd -q -9 -T0 132^M Jan 1 16:11:59 in-target: update-initramfs: failed for /boot/initrd.img-6.1.0-27-5kc-malta with 1.^M Jan 1 16:11:59 in-target: run-parts: Jan 1 16:11:59 in-target: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Jan 1 16:11:59 in-target: ^M Jan 1 16:11:59 in-target: dpkg: error processing package linux-image-6.1.0-27-5kc-malta (--configure): Jan 1 16:11:59 in-target: ^M Jan 1 16:11:59 in-target: installed linux-image-6.1.0-27-5kc-malta package post-installation script subprocess returned error exit status 1 Jan 1 16:11:59 in-target: ^M Jan 1 16:11:59 in-target: Setting up apparmor (3.0.8-3) ...^M Jan 1 16:12:39 in-target: Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service -> /lib/systemd/system/apparmor.service.^M Jan 1 16:12:39 in-target: ^M Jan 1 16:12:48 in-target: dpkg: dependency problems prevent configuration of linux-image-5kc-malta: Jan 1 16:12:48 in-target: ^M Jan 1 16:12:48 in-target: linux-image-5kc-malta depends on linux-image-6.1.0-27-5kc-malta (= 6.1.115-1); however: Jan 1 16:12:48 in-target: ^M Jan 1 16:12:48 in-target: Package linux-image-6.1.0-27-5kc-malta is not configured yet. Jan 1 16:12:48 in-target: ^M Jan 1 16:12:48 in-target: ^M Jan 1 16:12:48 in-target: dpkg: error processing package linux-image-5kc-malta (--configure):^M Jan 1 16:12:48 in-target: dependency problems - leaving unconfigured^M Jan 1 16:12:48 in-target: Processing triggers for initramfs-tools (0.142+deb12u1) ... Jan 1 16:12:48 in-target: ^M Jan 1 16:12:57 in-target: Errors were encountered while processing: Jan 1 16:12:57 in-target: ^M Jan 1 16:12:57 in-target: linux-image-6.1.0-27-5kc-malta Jan 1 16:12:57 in-target: ^M Jan 1 16:12:57 in-target: linux-image-5kc-malta Jan 1 16:12:58 in-target: ^M Jan 1 16:13:01 in-target: E Jan 1 16:13:01 in-target: : Jan 1 16:13:01 in-target: Sub-process /usr/bin/dpkg returned an error code (1) Jan 1 16:13:01 in-target: Jan 1 16:13:03 base-installer: error: exiting on error base-installer/kernel/failed-installAttachment: core.zst
Description: application/zstdAttachment: signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
- To: 1091858-close@bugs.debian.org
- Subject: Bug#1091858: fixed in linux 6.13.3-1~exp1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 18 Feb 2025 12:30:35 +0000
- Message-id: <E1tkMkF-004lwf-QA@fasolo.debian.org>
- Reply-to: Salvatore Bonaccorso <carnil@debian.org>
Source: linux Source-Version: 6.13.3-1~exp1 Done: Salvatore Bonaccorso <carnil@debian.org> We believe that the bug you reported is fixed in the latest version of linux, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1091858@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Salvatore Bonaccorso <carnil@debian.org> (supplier of updated linux package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Tue, 18 Feb 2025 12:49:42 +0100 Source: linux Architecture: source Version: 6.13.3-1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org> Changed-By: Salvatore Bonaccorso <carnil@debian.org> Closes: 1087807 1088159 1091517 1091858 1093371 1093734 1095232 1095435 1095647 Changes: linux (6.13.3-1~exp1) experimental; urgency=medium . * New upstream stable update: https://www.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.13.3 - [x86] xen: fix xen_hypercall_hvm() to not clobber %rbx (Closes: #1095435) - mips/math-emu: fix emulation of the prefx instruction (Closes: #1091858) . [ John Paul Adrian Glaubitz ] * [alpha] Disable CONFIG_COMPACTION to avoid memory corruption . [ Yoann Congal ] * [arm64/rt] Re-enable KVM . [ Salvatore Bonaccorso ] * [mips*] Increase RELOCATION_TABLE_SIZE to 0x00280000 (fixes FTBFS) * nfsd: validate the nfsd_serv pointer before calling svc_wake_up (Closes: #1093734) * [x86] xen: allow larger contiguous memory regions in PV guests (Closes: #1093371, #1088159, #1087807) * xen/swiotlb: relax alignment requirements (Closes: #1093371, #1088159, #1087807) * USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphone (Closes: #1091517) . [ Bastian Blank ] * [amd64, arm64] Enable NITRO_ENCLAVES, NSM. (closes: #1095647) * Enable DEVICE_PRIVATE, DRM_AMDGPU, HSA_AMD, HSA_AMD_SVM. (closes: #1095232) * Compress kernel with zstd where supported. * [arm64, riscv64] Enable EFI_ZBOOT. * Support zstd for firmware loader, enable FW_LOADER_COMPRESS_ZSTD. . [ Luca Boccassi ] * linux-bpf-dev: mark as MA: same Checksums-Sha1: b23f6b8e2b3e6fbfdfb8ec084391afb8fa3b301e 200433 linux_6.13.3-1~exp1.dsc 7e5ed6692f7592c209e845fbe7db84f9223c2290 151518868 linux_6.13.3.orig.tar.xz 53f8daeda01295a384f4849cc23b789bac362463 1545896 linux_6.13.3-1~exp1.debian.tar.xz 2b87a17f2daea6e1f9c16a9fe60c00f13956b821 7093 linux_6.13.3-1~exp1_source.buildinfo Checksums-Sha256: c938874612c3253fd3bea1773d3ed672e27fd4ee7be667ffc87f898ac22a5e33 200433 linux_6.13.3-1~exp1.dsc 04c2caa318adc0d7ff5a9071e11a35c6f4bc7ac0b40bc0c2c03e914f2bbc26c5 151518868 linux_6.13.3.orig.tar.xz a883ab7caa4825b427f6a5bb22a1b6b39cc276a550ed9796c7b9273f632521e8 1545896 linux_6.13.3-1~exp1.debian.tar.xz c42d7fd06397f78d27dad9a465c1801198f71924f9537ac24017d1221db3442c 7093 linux_6.13.3-1~exp1_source.buildinfo Files: db30cecd680b6ed552c2284b96de2db9 200433 kernel optional linux_6.13.3-1~exp1.dsc 0a95cdd823c4277a326688f025b8ed1b 151518868 kernel optional linux_6.13.3.orig.tar.xz 9a4f07b367c94e7cf1bd849eb00743bf 1545896 kernel optional linux_6.13.3-1~exp1.debian.tar.xz 37ed453a201ed10e3560a45810241fd4 7093 kernel optional linux_6.13.3-1~exp1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAme0d+tfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2 NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk ZWJpYW4ub3JnAAoJEAVMuPMTQ89E2ogP+weQttsdyyi5ex4INZijLqnmhCtXl7lL Td4qHfQ+UWC8WVvqbg3Ng6y5VLXqSIxwdBBfaErXOEqcLR3gpbJxgpDD4yka3tFK v9Q4CCAQN+c8FLYL0B5CzizxF9kn6dx5CRuiNHl/vWUGaRdU4EClmmtLjHEkGxat 5gKpHsullFTGBIU9onX/rBBbHPJNd2knGPQr43cu2YYclNQWUM8Mq7t5uPtxIp7e AiBaVruaZtgBKkub1uq1tJZoAS4Va3iZ4T97mB4yT3cL3BKitc6Ny1LDfnWG1wVM lDdox9DbPsFoi07+j65RCoRPyzTEIvx0ubmXA2scBIPubz7fHXeQko35zV/RrS9I +A3UsVZFuJRI/dN+U5iHgQ5WdSolfwOVIRL/Nhn5+z5YBEq/tp8B9KOqL+ZsmL+t b1xnjNl8st8qVt4eP3ck1TsRgycmMcJwYSQYKOh9DWzTByPbxWzGHJyk+5nYg8O4 ov0SO++FujWfgZ9yCeZxBDSa6ADtSk8ig+hDx3/xOGVkFNxXJ0ArW7v1OT+TVw2D nfZkVa7dr8Q0Z9RP3ftGhW56SvtbwJf7mlbNGRpgsz4C/yOoITF6Jp1eyh9Tvo88 7iaLTN1k4L5tP4OqqFRH12J6iVCnbARYWjFSx+j6fDkQP0FAZVipG/r6zz8aCc/+ KKM0VhwaFaTj =KfO8 -----END PGP SIGNATURE-----Attachment: pgpeycH_yZuxQ.pgp
Description: PGP signature
--- End Message ---