eiglss Posted April 1, 2022 Share Posted April 1, 2022 (edited) Dear all; I'm looking for some help with my Helios64 NAS, since I update kernel to 5.15, zfs-dkms won't work. Which is normal, since the most recent version available for Helios64 of zfs-dkms is 2.0.3-1~bpo10+1 (tested on 1st April 2022), and this version is only compatible with kernel from 3.10 to 5.10. Then the first solution that I thought was to downgrade to 5.10 through the armbian-config tool, however when I'm trying to install the linux-headears (through armbian-config) I'm having the herdears of 5.15 (same issue with apt install linux-headers-current-rockchip64) while zfs-dkms looking for 5.10. Preparing to unpack .../zfs-dkms_2.0.3-1~bpo10+1_all.deb ... Unpacking zfs-dkms (2.0.3-1~bpo10+1) ... Setting up zfs-dkms (2.0.3-1~bpo10+1) ... Loading new zfs-2.0.3 DKMS files... It is likely that 5.10.63-rockchip64 belongs to a chroot's host Building for 5.15.25-rockchip64 Building initial module for 5.15.25-rockchip64 configure: error: *** None of the expected "capability" interfaces were detected. *** This may be because your kernel version is newer than what is *** supported, or you are using a patched custom kernel with *** incompatible modifications. *** *** ZFS Version: zfs-2.0.3-1~bpo10+1 *** Compatible Kernels: 3.10 - 5.10 Error! Bad return status for module build on kernel: 5.15.25-rockchip64 (aarch64) Consult /var/lib/dkms/zfs/2.0.3/build/make.log for more information. /var/lib/dkms/zfs/2.0.3/build/make.log: DKMS make.log for zfs-2.0.3 for kernel 5.15.25-rockchip64 (aarch64) Fri 01 Apr 2022 05:38:22 PM UTC make: *** No targets specified and no makefile found. Stop. I try then to perform a fresh installation of the system by downloading Armbian_21.08.2_Helios64_buster_current_5.10.63, and then it goes worst since I can't download the header through armbian-config (nothing happen), and apt install linux-headers-current-rockchip64 keep installing the sources for 5.15 ('/usr/src/linux-headers-5.15.25-rockchip64'). So the problem how I see it is either to: * Get the linux-headers of the previous kernel. * obtaining a zfs-dkms version compatible with 5.15 Thank you in advance for your help. PS: I am aware of the docker alternative, but I prefer to use zfs-dkms. Edited April 1, 2022 by eiglss spelling 0 Quote Link to comment Share on other sites More sharing options...
TRS-80 Posted April 1, 2022 Share Posted April 1, 2022 If I am recalling correctly, it was non-trivial (and thus, took some time) to figure out some solution that worked, in order to make this 'easy' for end users. It sounds like this broke now with kernel going up to 5.15. If I am interpreting this search for zfs Issues on our Jira instance correctly, it looks like the developers are aware of the issue(?). If you make any progress on figuring this out in the meantime, please do post back what you learned. 0 Quote Link to comment Share on other sites More sharing options...
ebin-dev Posted April 2, 2022 Share Posted April 2, 2022 14 hours ago, eiglss said: So the problem how I see it is either to: * Get the linux-headers of the previous kernel. You can downgrade linux from 5.10.63 to 5.10.43: just install those files with dpkg -i *.deb (headers included, full emmc speed). 0 Quote Link to comment Share on other sites More sharing options...
eiglss Posted April 3, 2022 Author Share Posted April 3, 2022 Thank you TRS-80 for your answer, I took a look at the link: On 4/1/2022 at 10:53 PM, TRS-80 said: If I am interpreting this search for zfs Issues on our Jira instance correctly, it looks like the developers are aware of the issue(?). And It seems indeed that they are aware, since there is this issue : "Add ZFS that supports kernel 5.15.y". Thank you ebin-dev for your answer too, I tested your solution, and indeed it worked. However, it is not trivial since I had to download the header through your link, else I had the 5.15 header. Moreover, even after a freeze through armbian-config: apt update && apt full-upgrade install 22.02 with 5.15. Then to prevent any upgrade with these commands and freeze at Armbian 21.08.2 Bullseye with Linux 5.10.43-rockchip64, I had to comment the deb in this file /etc/apt/sources.list.d/armbian.list 0 Quote Link to comment Share on other sites More sharing options...
usefulnoise Posted May 25, 2022 Share Posted May 25, 2022 Any news? Did anyone get to successfully upgrade to Armbian 22.02.1 with Linux 5.15.y and zfs-dkms? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
grek Posted August 11, 2022 Share Posted August 11, 2022 (edited) @usefulnoise yesterday I ran helios64 with Armbian 22.08.0 Bullseye (Debian) and kernel 5.15.59-rockchip64 I build image from the armbian sources. I tried to include zfs with image but i give up. Finally I successfully install zfs-dkms from the backports repos apt -t bullseye-backports install zfs-dkms zfsutils-linux modules has been builded without any errors. Also I successfully install OMV 6 with ZFS plugin and LUKSEncryption. root@helios64:~# zfs --version zfs-2.1.5-1~bpo11+1 zfs-kmod-2.1.5-1~bpo11+1 root@helios64:~# uname -a Linux helios64 5.15.59-rockchip64 #trunk SMP PREEMPT Wed Aug 10 11:29:36 UTC 2022 aarch64 GNU/Linux root@helios64:~# right now I have 16h without the reboot. I leave system at defaults for the tests. root@helios64:~# cat /boot/armbianEnv.txt verbosity=1 bootlogo=false overlay_prefix=rockchip rootdev=UUID=04ed9a40-6590-4491-8d58-0d647b8cc9db rootfstype=ext4 usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u root@helios64:~# root@helios64:~# cat /etc/default/cpufrequtils ENABLE="true" GOVERNOR="ondemand" MAX_SPEED="0" MIN_SPEED="0" root@helios64:~# Im in the middle ZFS scrub . We will see if its complete without errors. Currently I saw one problem. Yesterday I ran screen with coping some data over NFS. Its failed with kernel error. Probably I will need to go back to my old cpufreq. GOVERNOR=performance MAX_SPEED=1416000 MIN_SPEED=1416000 Aug 10 17:48:21 helios64 kernel: [ 3612.621208] FS-Cache: Loaded Aug 10 17:48:22 helios64 kernel: [ 3612.787472] FS-Cache: Netfs 'nfs' registered for caching Aug 10 17:59:51 helios64 kernel: [ 4301.850819] Modules linked in: nfsv3 nfs fscache netfs dm_crypt dm_mod r8152 snd_soc_hdmi_codec leds_pwm gpio_charger pwm_fan panfrost snd_soc_rock chip_i2s gpu_sched snd_soc_rockchip_pcm sg snd_soc_core snd_pcm_dmaengine snd_pcm rockchip_vdec(C) hantro_vpu(C) snd_timer rockchip_iep v4l2_h264 snd rockchip_rga videobuf2_dma_contig videobuf2_vmalloc v4l2_mem2mem videobuf2_dma_sg videobuf2_memops fusb302 soundcore videobuf2_v4l2 tcpm videobuf2_common typec videodev mc gpio_beeper cpufreq_dt zfs(POE) zunicode(POE ) zzstd(OE) nfsd zlua(OE) zcommon(POE) znvpair(POE) zavl(POE) auth_rpcgss icp(POE) nfs_acl lockd spl(OE) grace softdog ledtrig_netdev lm75 sunrpc ip_tables x_tables autofs4 raid10 rai d456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 multipath linear md_mod realtek dwmac_rk stmmac_platform stmmac pcs_xpcs adc_keys Aug 10 17:59:51 helios64 kernel: [ 4301.857423] CPU: 5 PID: 79841 Comm: mc Tainted: P C OE 5.15.59-rockchip64 #trunk Aug 10 17:59:51 helios64 kernel: [ 4301.858163] Hardware name: Helios64 (DT) Aug 10 17:59:51 helios64 kernel: [ 4301.858509] pstate: 40000005 (nZcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) Aug 10 17:59:51 helios64 kernel: [ 4301.859119] pc : nfs_generic_pg_pgios+0x60/0xc0 [nfs] Aug 10 17:59:51 helios64 kernel: [ 4301.859619] lr : nfs_generic_pg_pgios+0x5c/0xc0 [nfs] Aug 10 17:59:51 helios64 kernel: [ 4301.860096] sp : ffff80000e2b35c0 Aug 10 17:59:51 helios64 kernel: [ 4301.860388] x29: ffff80000e2b35c0 x28: ffff00006c52d700 x27: ffff00006c52d700 Aug 10 17:59:51 helios64 kernel: [ 4301.861018] x26: ffff80000e2b3880 x25: ffff80000954be68 x24: 0000000000000400 Aug 10 17:59:51 helios64 kernel: [ 4301.861646] x23: 0000000000000000 x22: ffff00005c2f8780 x21: ffff8000019fd370 Aug 10 17:59:51 helios64 kernel: [ 4301.862273] x20: ffff80000e2b3828 x19: ffff00009ff3a580 x18: 0000000000000001 Aug 10 17:59:51 helios64 kernel: [ 4301.862901] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000002 Aug 10 17:59:51 helios64 kernel: [ 4301.863529] x14: 0000000000000080 x13: 000000000001b896 x12: ffff0000304cf9b8 Aug 10 17:59:51 helios64 kernel: [ 4301.864157] x11: ffff00009ff3a418 x10: ffff00009ff3a488 x9 : 0000000000000000 Aug 10 17:59:51 helios64 kernel: [ 4301.864784] x8 : ffff00009ff3a908 x7 : 0000000000000000 x6 : ffff00009ff3a590 Aug 10 17:59:51 helios64 kernel: [ 4301.865411] x5 : 0000000000000096 x4 : ffff00009ff3a6f8 x3 : 0000000000000800 Aug 10 17:59:51 helios64 kernel: [ 4301.866039] x2 : 50c2f8bdeb7ff200 x1 : 0000000000000000 x0 : 0000000000000000 Aug 10 17:59:51 helios64 kernel: [ 4301.866667] Call trace: Aug 10 17:59:51 helios64 kernel: [ 4301.866883] nfs_generic_pg_pgios+0x60/0xc0 [nfs] Aug 10 17:59:51 helios64 kernel: [ 4301.867331] nfs_pageio_doio+0x48/0xa0 [nfs] Aug 10 17:59:51 helios64 kernel: [ 4301.867739] __nfs_pageio_add_request+0x148/0x420 [nfs] Aug 10 17:59:51 helios64 kernel: [ 4301.868230] nfs_pageio_add_request_mirror+0x40/0x60 [nfs] Aug 10 17:59:51 helios64 kernel: [ 4301.868743] nfs_pageio_add_request+0x208/0x290 [nfs] Aug 10 17:59:51 helios64 kernel: [ 4301.869220] readpage_async_filler+0x20c/0x400 [nfs] Aug 10 17:59:51 helios64 kernel: [ 4301.869688] read_cache_pages+0xcc/0x198 Aug 10 17:59:51 helios64 kernel: [ 4301.870039] nfs_readpages+0x138/0x1b8 [nfs] Aug 10 17:59:51 helios64 kernel: [ 4301.870447] read_pages+0x188/0x288 Aug 10 17:59:51 helios64 kernel: [ 4301.870757] page_cache_ra_unbounded+0x148/0x248 Aug 10 17:59:51 helios64 kernel: [ 4301.871163] do_page_cache_ra+0x40/0x50 Aug 10 17:59:51 helios64 kernel: [ 4301.871501] ondemand_readahead+0x128/0x2c8 Aug 10 17:59:51 helios64 kernel: [ 4301.871870] page_cache_async_ra+0xd4/0xd8 Aug 10 17:59:51 helios64 kernel: [ 4301.872232] filemap_get_pages+0x1fc/0x568 Aug 10 17:59:51 helios64 kernel: [ 4301.872595] filemap_read+0xac/0x340 Aug 10 17:59:51 helios64 kernel: [ 4301.872911] generic_file_read_iter+0xf4/0x188 Aug 10 17:59:51 helios64 kernel: [ 4301.873304] nfs_file_read+0x9c/0x128 [nfs] Aug 10 17:59:51 helios64 kernel: [ 4301.873706] new_sync_read+0x104/0x180 Aug 10 17:59:51 helios64 kernel: [ 4301.874040] vfs_read+0x148/0x1e0 Aug 10 17:59:51 helios64 kernel: [ 4301.874334] ksys_read+0x68/0xf0 Aug 10 17:59:51 helios64 kernel: [ 4301.874622] __arm64_sys_read+0x1c/0x28 Aug 10 17:59:51 helios64 kernel: [ 4301.874960] invoke_syscall+0x44/0x108 Aug 10 17:59:51 helios64 kernel: [ 4301.875293] el0_svc_common.constprop.3+0x94/0xf8 Aug 10 17:59:51 helios64 kernel: [ 4301.875709] do_el0_svc+0x24/0x88 Aug 10 17:59:51 helios64 kernel: [ 4301.876003] el0_svc+0x20/0x50 Aug 10 17:59:51 helios64 kernel: [ 4301.876275] el0t_64_sync_handler+0x90/0xb8 Aug 10 17:59:51 helios64 kernel: [ 4301.876645] el0t_64_sync+0x180/0x184 Aug 10 17:59:51 helios64 kernel: [ 4301.877507] ---[ end trace 970b42649c1e42e3 ]--- Edit. After few hours , I saw the errors regarding my HDD. Aug 11 11:32:32 helios64 kernel: [67461.218137] ata1: hard resetting link Aug 11 11:32:32 helios64 kernel: [67461.694283] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) Aug 11 11:32:32 helios64 kernel: [67461.696935] ata1.00: configured for UDMA/133 Aug 11 11:32:32 helios64 kernel: [67461.697672] sd 0:0:0:0: [sda] tag#19 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s Aug 11 11:32:32 helios64 kernel: [67461.698535] sd 0:0:0:0: [sda] tag#19 Sense Key : 0x5 [current] Aug 11 11:32:32 helios64 kernel: [67461.699057] sd 0:0:0:0: [sda] tag#19 ASC=0x21 ASCQ=0x4 Aug 11 11:32:32 helios64 kernel: [67461.699518] sd 0:0:0:0: [sda] tag#19 CDB: opcode=0x88 88 00 00 00 00 00 5c bd e5 50 00 00 08 00 00 00 Aug 11 11:32:32 helios64 kernel: [67461.701293] zio pool=data vdev=/dev/mapper/sda-crypt error=5 type=1 offset=796629049344 size=1048576 flags=40080cb0 Aug 11 11:32:32 helios64 kernel: [67461.702300] sd 0:0:0:0: [sda] tag#20 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s Aug 11 11:32:32 helios64 kernel: [67461.703147] sd 0:0:0:0: [sda] tag#20 Sense Key : 0x5 [current] Aug 11 11:32:32 helios64 kernel: [67461.703668] sd 0:0:0:0: [sda] tag#20 ASC=0x21 ASCQ=0x4 Aug 11 11:32:32 helios64 kernel: [67461.704127] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x88 88 00 00 00 00 00 5c bd ed 50 00 00 08 00 00 00 Aug 11 11:32:32 helios64 kernel: [67461.705890] zio pool=data vdev=/dev/mapper/sda-crypt error=5 type=1 offset=796630097920 size=1048576 flags=40080cb0 Aug 11 11:32:32 helios64 kernel: [67461.706862] sd 0:0:0:0: [sda] tag#28 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=DRIVER_OK cmd_age=0s Aug 11 11:32:32 helios64 kernel: [67461.707709] sd 0:0:0:0: [sda] tag#28 Sense Key : 0x5 [current] Aug 11 11:32:32 helios64 kernel: [67461.708228] sd 0:0:0:0: [sda] tag#28 ASC=0x21 ASCQ=0x4 Aug 11 11:32:32 helios64 kernel: [67461.708688] sd 0:0:0:0: [sda] tag#28 CDB: opcode=0x88 88 00 00 00 00 00 5c bd f5 50 00 00 08 00 00 00 Aug 11 11:32:32 helios64 kernel: [67461.710466] zio pool=data vdev=/dev/mapper/sda-crypt error=5 type=1 offset=796631146496 size=1048576 flags=40080cb0 Aug 11 11:32:32 helios64 kernel: [67461.711410] ata1: EH complete So I changed all my setting to the old one ( before the update) GOVERNOR=performance MAX_SPEED=1416000 MIN_SPEED=1416000 and root@helios64:~# cat /boot/armbianEnv.txt verbosity=7 bootlogo=false console=serial extraargs=earlyprintk ignore_loglevel libata.force=3.0 we will see ,whats next. Rebooted system with those settings . ZFS scrub resumed. Edited August 11, 2022 by grek 0 Quote Link to comment Share on other sites More sharing options...
ebin-dev Posted August 11, 2022 Share Posted August 11, 2022 @grek Would you have the possibility to test the speed of the 2.5 Gb/s Ethernet Interface with your system ? 0 Quote Link to comment Share on other sites More sharing options...
grek Posted August 12, 2022 Share Posted August 12, 2022 @ebin-dev unfortunately I can't I faced another problem with OMV6 and LUKS and ZFS 😕 . Everything was good until the reboot. After the reboot I don't know why, but Shared directories have missed device (probably UUID was changed... ) . I tried to setup cryptsetup at the boot ,to encrypt my disks and then import ZFS pool ,but passphrase do not came out during a boot process (even I recompiled kernel with options found there: FInaly I'm using workaround: keyfiles at the /boot/ ,but even that sometimes I faced the problem that only 1 disk has been encripted only (so my zfs pool was incompleted 😕 ) . I added ExecStartPre=/usr/bin/sleep 30 , to [service] at /lib/systemd/system/zfs-import-cache.service and it looks like now it is working.... (tried 3 times) .We will see . Also the bad thing is , that I tried to back to my old configuration at emmc , but OMV5 also don't see devices at shared directories. It will work, after removing all of them and setup from the scratch . I don't know if its any progress with performance ARM with native ZFS encription , but maybe I will force to setup it up..... instead of LUKS and ZFS. 0 Quote Link to comment Share on other sites More sharing options...
grek Posted September 8, 2022 Share Posted September 8, 2022 Finally I do a rollback to my old config. armbian 21.08.8 with kernel: 5.10.63-rockchip64 I got reboots during NFS copy to helios .So during about 1 month I got 3 reboots. 0 Quote Link to comment Share on other sites More sharing options...
BinaryWaves Posted October 19, 2022 Share Posted October 19, 2022 Hi @grek I had some kernel panics and instability on my Helios64 but mostly this was fixed from limiting the CPU clock as Helios had some issues at full speed. I usually set it to the 1400 option to be safe but I believe the 1600 is fine too? Need to test again. I just had to reinstall because my OMV was messed up so I'll see how it goes. Sometimes freezing the kernel upgrades might help too but I'm going to try and let it update to 22.08.6 tonight and see how it does with OMV. Will report back later. 1 Quote Link to comment Share on other sites More sharing options...
BinaryWaves Posted October 21, 2022 Share Posted October 21, 2022 (edited) Well, I had kernel panic when doing apt upgrade through armbian-config, so I reloaded Armbian_21.08.2_Helios64_bullseye_current_5.10.63 and froze firmware upgrades and set CPU to [408/1600/conservative]. apt update went okay and rebooted. Kernel panicked on installing with wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash Rebooted and changed CPU to [408/1416/performance] and cleaned up some mangled packages with apt autoremove and apt upgrade for the bunch that were sitting 'unupgraded'. Reran script and got no panic but the following output. Idk if there is a way to minimize or collapse the code block, apologies: Spoiler ~$ wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash --2022-10-21 12:02:34-- https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install Resolving github.com (github.com)... 140.82.113.3 Connecting to github.com (github.com)|140.82.113.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install [following] --2022-10-21 12:02:34-- https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 19918 (19K) [text/plain] Saving to: ‘STDOUT’ - 100%[===================>] 19.45K --.-KB/s in 0.009s 2022-10-21 12:02:34 (2.23 MB/s) - written to stdout [19918/19918] Current / permissions = 755 New / permissions = 755 Forcing IPv4 only for apt... Updating repos before installing... Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://deb.debian.org/debian bullseye-updates InRelease Hit:3 http://deb.debian.org/debian bullseye-backports InRelease Hit:5 http://packages.openmediavault.org/public shaitan InRelease Hit:4 http://armbian.tnahosting.net/apt bullseye InRelease Reading package lists... Done Installing lsb_release... Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 2 not upgraded. Need to get 0 B/27.9 kB of archives. After this operation, 0 B of additional disk space will be used. (Reading database ... 41240 files and directories currently installed.) Preparing to unpack .../lsb-release_11.1.0_all.deb ... Unpacking lsb-release (11.1.0) over (11.1.0) ... Setting up lsb-release (11.1.0) ... Processing triggers for man-db (2.9.4-2) ... Supported architecture Debian :: bullseye shaitan :: 6 dpkg: warning: ignoring request to remove udisks2 which isn't installed Install prerequisites... Reading package lists... Done Building dependency tree... Done Reading state information... Done dirmngr is already the newest version (2.2.27-2+deb11u2). gnupg is already the newest version (2.2.27-2+deb11u2). 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Installing openmediavault required packages... Reading package lists... Done Building dependency tree... Done Reading state information... Done postfix is already the newest version (3.5.13-0+deb11u1). 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Adding openmediavault repo and key... --2022-10-21 12:02:59-- http://packages.openmediavault.org/public/archive.key Resolving packages.openmediavault.org (packages.openmediavault.org)... 178.254.11.33 Connecting to packages.openmediavault.org (packages.openmediavault.org)|178.254.11.33|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 3134 (3.1K) [application/pgp-keys] Saving to: ‘/etc/apt/trusted.gpg.d/openmediavault-archive-keyring.asc’ /etc/apt/trusted.gp 100%[===================>] 3.06K --.-KB/s in 0s 2022-10-21 12:02:59 (6.25 MB/s) - ‘/etc/apt/trusted.gpg.d/openmediavault-archive-keyring.asc’ saved [3134/3134] Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK Updating repos... Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://deb.debian.org/debian bullseye-updates InRelease Hit:4 http://deb.debian.org/debian bullseye-backports InRelease Hit:5 http://packages.openmediavault.org/public shaitan InRelease Hit:3 http://armbian.chi.auroradev.org/apt bullseye InRelease Reading package lists... Done Install openmediavault-keyring... Reading package lists... Done Building dependency tree... Done Reading state information... Done openmediavault-keyring is already the newest version (1.0). 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Installing openmediavault... Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be installed: acl anacron avahi-daemon beep bsd-mailx bsdmainutils collectd collectd-core cron-apt dmeventd fontconfig fontconfig-config fonts-dejavu-core gdisk jfsutils libaio1 libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libcairo2 libcups2 libdatrie1 libdbi1 libdeflate0 libdevmapper-event1.02.1 libfontconfig1 libfreetype6 libfribidi0 libgd3 libgeoip1 libgraphite2-3 libharfbuzz0b libhiredis0.14 libinih1 libjbig0 libjpeg62-turbo libjs-jquery libjs-sphinxdoc libjs-underscore libldb2 liblockfile-bin liblockfile1 liblvm2cmd2.03 libmemcached11 libmemcachedutil2 libnetplan0 libnginx-mod-http-geoip libnginx-mod-http-image-filter libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream libnginx-mod-stream-geoip libnorm1 libnss-mdns libossp-uuid16 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpgm-5.3-0 libpixman-1-0 libpython3.9 librrd8 libsasl2-modules libsodium23 libtalloc2 libtdb1 libtevent0 libthai-data libthai0 libtiff5 liburing1 libwbclient0 libwebp6 libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxpm4 libxrender1 libxslt1.1 libzmq5 lvm2 ncal netplan.io nfs-kernel-server nginx nginx-common nginx-core php-bcmath php-cgi php-common php-fpm php-mbstring php-pam php-xml php-yaml php7.4-bcmath php7.4-cgi php7.4-cli php7.4-common php7.4-fpm php7.4-json php7.4-mbstring php7.4-opcache php7.4-readline php7.4-xml proftpd-basic proftpd-core proftpd-mod-crypto proftpd-mod-vroot proftpd-mod-wrap python3-cached-property python3-certifi python3-chardet python3-click python3-colorama python3-dateutil python3-dialog python3-distro python3-dnspython python3-idna python3-jinja2 python3-ldb python3-lxml python3-markupsafe python3-msgpack python3-natsort python3-netifaces python3-pkg-resources python3-polib python3-psutil python3-pycryptodome python3-pyudev python3-requests python3-samba python3-six python3-systemd python3-talloc python3-tdb python3-urllib3 python3-yaml python3-zmq quota quotatool rrdcached rrdtool salt-common salt-minion samba samba-common samba-common-bin samba-libs samba-vfs-modules sdparm sshpass tdb-tools uuid wsdd xfsprogs xmlstarlet Suggested packages: powermgmt-base calendar whois vacation mailutils collectd-dev librrds-perl liburi-perl libhtml-parser-perl libregexp-common-perl libconfig-general-perl apache2 apcupsd bind9 ceph default-mysql-server gpsd hddtemp ipvsadm lm-sensors mbmon memcached notification-daemon nut olsrd pdns-server postgresql redis-server slapd varnish zookeeper libatasmart4 libbson-1.0-0 libesmtp6 libgps28 libgrpc++1 libgrpc10 liblua5.3-0 libmariadb3 libmicrohttpd12 libmodbus5 libmongoc-1.0-0 libmosquitto1 libnotify4 libopenipmi0 liboping0 libowcapi-3.2-4 libpq5 libprotobuf23 libqpid-proton11 librabbitmq4 librdkafka1 libriemann-client0 libsnmp40 libupsclient4 libvarnishapi2 libvirt0 libxenmisc4.14 libyajl2 default-jre-headless cups-common libgd-tools geoip-bin libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql openvswitch-switch fcgiwrap nginx-doc php-pear openbsd-inetd | inet-superserver proftpd-mod-ldap proftpd-mod-mysql proftpd-mod-odbc proftpd-mod-pgsql proftpd-mod-sqlite proftpd-mod-geoip proftpd-mod-snmp python3-doc python3-sniffio python3-trio python-jinja2-doc python3-lxml-dbg python-lxml-doc python-natsort-doc python3-setuptools python-polib-doc python-psutil-doc python3-cryptography python3-openssl python3-socks python-requests-doc libnet-ldap-perl python3-twisted python3-augeas bind9utils ctdb ldb-tools smbldap-tools ufw winbind heimdal-clients python3-markdown xfsdump attr Recommended packages: libatasmart4 libbson-1.0-0 libesmtp6 libgps28 libgrpc++1 libgrpc10 liblua5.3-0 libmariadb3 libmicrohttpd12 libmodbus5 libmongoc-1.0-0 libmosquitto1 libnotify4 libopenipmi0 liboping0 libowcapi-3.2-4 libpq5 libprotobuf23 libqpid-proton11 librabbitmq4 librdkafka1 libriemann-client0 libsnmp40 libupsclient4 libvarnishapi2 libvirt0 libxenmisc4.14 libyajl2 default-jre-headless geoip-database javascript-common thin-provisioning-tools proftpd-doc python3-cryptography python3-requests-toolbelt python3-bs4 python3-html5lib python3-gpg python3-croniter dmidecode attr python3-markdown samba-dsdb-modules libcephfs2 libgfapi0 The following NEW packages will be installed: acl anacron avahi-daemon beep bsd-mailx bsdmainutils collectd collectd-core cron-apt dmeventd fontconfig fontconfig-config fonts-dejavu-core gdisk jfsutils libaio1 libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libcairo2 libcups2 libdatrie1 libdbi1 libdeflate0 libdevmapper-event1.02.1 libfontconfig1 libfreetype6 libfribidi0 libgd3 libgeoip1 libgraphite2-3 libharfbuzz0b libhiredis0.14 libinih1 libjbig0 libjpeg62-turbo libjs-jquery libjs-sphinxdoc libjs-underscore libldb2 liblockfile-bin liblockfile1 liblvm2cmd2.03 libmemcached11 libmemcachedutil2 libnetplan0 libnginx-mod-http-geoip libnginx-mod-http-image-filter libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream libnginx-mod-stream-geoip libnorm1 libnss-mdns libossp-uuid16 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpgm-5.3-0 libpixman-1-0 libpython3.9 librrd8 libsasl2-modules libsodium23 libtalloc2 libtdb1 libtevent0 libthai-data libthai0 libtiff5 liburing1 libwbclient0 libwebp6 libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxpm4 libxrender1 libxslt1.1 libzmq5 lvm2 ncal netplan.io nfs-kernel-server nginx nginx-common nginx-core openmediavault php-bcmath php-cgi php-common php-fpm php-mbstring php-pam php-xml php-yaml php7.4-bcmath php7.4-cgi php7.4-cli php7.4-common php7.4-fpm php7.4-json php7.4-mbstring php7.4-opcache php7.4-readline php7.4-xml proftpd-basic proftpd-core proftpd-mod-crypto proftpd-mod-vroot proftpd-mod-wrap python3-cached-property python3-certifi python3-chardet python3-click python3-colorama python3-dateutil python3-dialog python3-distro python3-dnspython python3-idna python3-jinja2 python3-ldb python3-lxml python3-markupsafe python3-msgpack python3-natsort python3-netifaces python3-pkg-resources python3-polib python3-psutil python3-pycryptodome python3-pyudev python3-requests python3-samba python3-six python3-systemd python3-talloc python3-tdb python3-urllib3 python3-yaml python3-zmq quota quotatool rrdcached rrdtool salt-common salt-minion samba samba-common samba-common-bin samba-libs samba-vfs-modules sdparm sshpass tdb-tools uuid wsdd xfsprogs xmlstarlet 0 upgraded, 166 newly installed, 0 to remove and 2 not upgraded. Need to get 0 B/65.3 MB of archives. After this operation, 262 MB of additional disk space will be used. Extracting templates from packages: 100% Preconfiguring packages ... Selecting previously unselected package libavahi-common-data:arm64. (Reading database ... 41240 files and directories currently installed.) Preparing to unpack .../00-libavahi-common-data_0.8-5+deb11u1_arm64.deb ... Unpacking libavahi-common-data:arm64 (0.8-5+deb11u1) ... Selecting previously unselected package libavahi-common3:arm64. Preparing to unpack .../01-libavahi-common3_0.8-5+deb11u1_arm64.deb ... Unpacking libavahi-common3:arm64 (0.8-5+deb11u1) ... Selecting previously unselected package libavahi-core7:arm64. Preparing to unpack .../02-libavahi-core7_0.8-5+deb11u1_arm64.deb ... Unpacking libavahi-core7:arm64 (0.8-5+deb11u1) ... Selecting previously unselected package avahi-daemon. Preparing to unpack .../03-avahi-daemon_0.8-5+deb11u1_arm64.deb ... Unpacking avahi-daemon (0.8-5+deb11u1) ... Selecting previously unselected package libtalloc2:arm64. Preparing to unpack .../04-libtalloc2_2.3.1-2+b1_arm64.deb ... Unpacking libtalloc2:arm64 (2.3.1-2+b1) ... Selecting previously unselected package libtevent0:arm64. Preparing to unpack .../05-libtevent0_0.10.2-1_arm64.deb ... Unpacking libtevent0:arm64 (0.10.2-1) ... Selecting previously unselected package libwbclient0:arm64. Preparing to unpack .../06-libwbclient0_2%3a4.13.13+dfsg-1~deb11u5_arm64.deb ... Unpacking libwbclient0:arm64 (2:4.13.13+dfsg-1~deb11u5) ... Selecting previously unselected package libaio1:arm64. Preparing to unpack .../07-libaio1_0.3.112-9_arm64.deb ... Unpacking libaio1:arm64 (0.3.112-9) ... Selecting previously unselected package libdevmapper-event1.02.1:arm64. Preparing to unpack .../08-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... Selecting previously unselected package liblvm2cmd2.03:arm64. Preparing to unpack .../09-liblvm2cmd2.03_2.03.11-2.1_arm64.deb ... Unpacking liblvm2cmd2.03:arm64 (2.03.11-2.1) ... Selecting previously unselected package dmeventd. Preparing to unpack .../10-dmeventd_2%3a1.02.175-2.1_arm64.deb ... Unpacking dmeventd (2:1.02.175-2.1) ... Selecting previously unselected package lvm2. Preparing to unpack .../11-lvm2_2.03.11-2.1_arm64.deb ... Unpacking lvm2 (2.03.11-2.1) ... Selecting previously unselected package php-common. Preparing to unpack .../12-php-common_2%3a76_all.deb ... Unpacking php-common (2:76) ... Selecting previously unselected package php7.4-common. Preparing to unpack .../13-php7.4-common_7.4.30-1+deb11u1_arm64.deb ... Unpacking php7.4-common (7.4.30-1+deb11u1) ... Selecting previously unselected package php7.4-json. Preparing to unpack .../14-php7.4-json_7.4.30-1+deb11u1_arm64.deb ... Unpacking php7.4-json (7.4.30-1+deb11u1) ... Selecting previously unselected package php7.4-opcache. Preparing to unpack .../15-php7.4-opcache_7.4.30-1+deb11u1_arm64.deb ... Unpacking php7.4-opcache (7.4.30-1+deb11u1) ... Selecting previously unselected package php7.4-readline. Preparing to unpack .../16-php7.4-readline_7.4.30-1+deb11u1_arm64.deb ... Unpacking php7.4-readline (7.4.30-1+deb11u1) ... Selecting previously unselected package libsodium23:arm64. Preparing to unpack .../17-libsodium23_1.0.18-1_arm64.deb ... Unpacking libsodium23:arm64 (1.0.18-1) ... Selecting previously unselected package php7.4-cli. Preparing to unpack .../18-php7.4-cli_7.4.30-1+deb11u1_arm64.deb ... Unpacking php7.4-cli (7.4.30-1+deb11u1) ... Selecting previously unselected package php7.4-fpm. Preparing to unpack .../19-php7.4-fpm_7.4.30-1+deb11u1_arm64.deb ... Unpacking php7.4-fpm (7.4.30-1+deb11u1) ... Selecting previously unselected package php7.4-cgi. Preparing to unpack .../20-php7.4-cgi_7.4.30-1+deb11u1_arm64.deb ... Unpacking php7.4-cgi (7.4.30-1+deb11u1) ... Setting up php-common (2:76) ... Selecting previously unselected package php-yaml. (Reading database ... 41686 files and directories currently installed.) Preparing to unpack .../000-php-yaml_2.2.1+2.1.0+2.0.4+1.3.2-2_arm64.deb ... Unpacking php-yaml (2.2.1+2.1.0+2.0.4+1.3.2-2) ... Selecting previously unselected package libhiredis0.14:arm64. Preparing to unpack .../001-libhiredis0.14_0.14.1-1_arm64.deb ... Unpacking libhiredis0.14:arm64 (0.14.1-1) ... Selecting previously unselected package libmemcached11:arm64. Preparing to unpack .../002-libmemcached11_1.0.18-4.2_arm64.deb ... Unpacking libmemcached11:arm64 (1.0.18-4.2) ... Selecting previously unselected package libmemcachedutil2:arm64. Preparing to unpack .../003-libmemcachedutil2_1.0.18-4.2_arm64.deb ... Unpacking libmemcachedutil2:arm64 (1.0.18-4.2) ... Selecting previously unselected package proftpd-core. Preparing to unpack .../004-proftpd-core_1.3.7a+dfsg-12+deb11u2_arm64.deb ... Unpacking proftpd-core (1.3.7a+dfsg-12+deb11u2) ... Selecting previously unselected package quota. Preparing to unpack .../005-quota_4.06-1_arm64.deb ... Unpacking quota (4.06-1) ... Selecting previously unselected package libfreetype6:arm64. Preparing to unpack .../006-libfreetype6_2.10.4+dfsg-1+deb11u1_arm64.deb ... Unpacking libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../007-fonts-dejavu-core_2.37-2_all.deb ... Unpacking fonts-dejavu-core (2.37-2) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../008-fontconfig-config_2.13.1-4.2_all.deb ... Unpacking fontconfig-config (2.13.1-4.2) ... Selecting previously unselected package libfontconfig1:arm64. Preparing to unpack .../009-libfontconfig1_2.13.1-4.2_arm64.deb ... Unpacking libfontconfig1:arm64 (2.13.1-4.2) ... Selecting previously unselected package libpixman-1-0:arm64. Preparing to unpack .../010-libpixman-1-0_0.40.0-1_arm64.deb ... Unpacking libpixman-1-0:arm64 (0.40.0-1) ... Selecting previously unselected package libxau6:arm64. Preparing to unpack .../011-libxau6_1%3a1.0.9-1_arm64.deb ... Unpacking libxau6:arm64 (1:1.0.9-1) ... Selecting previously unselected package libxdmcp6:arm64. Preparing to unpack .../012-libxdmcp6_1%3a1.1.2-3_arm64.deb ... Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... Selecting previously unselected package libxcb1:arm64. Preparing to unpack .../013-libxcb1_1.14-3_arm64.deb ... Unpacking libxcb1:arm64 (1.14-3) ... Selecting previously unselected package libx11-data. Preparing to unpack .../014-libx11-data_2%3a1.7.2-1_all.deb ... Unpacking libx11-data (2:1.7.2-1) ... Selecting previously unselected package libx11-6:arm64. Preparing to unpack .../015-libx11-6_2%3a1.7.2-1_arm64.deb ... Unpacking libx11-6:arm64 (2:1.7.2-1) ... Selecting previously unselected package libxcb-render0:arm64. Preparing to unpack .../016-libxcb-render0_1.14-3_arm64.deb ... Unpacking libxcb-render0:arm64 (1.14-3) ... Selecting previously unselected package libxcb-shm0:arm64. Preparing to unpack .../017-libxcb-shm0_1.14-3_arm64.deb ... Unpacking libxcb-shm0:arm64 (1.14-3) ... Selecting previously unselected package libxext6:arm64. Preparing to unpack .../018-libxext6_2%3a1.3.3-1.1_arm64.deb ... Unpacking libxext6:arm64 (2:1.3.3-1.1) ... Selecting previously unselected package libxrender1:arm64. Preparing to unpack .../019-libxrender1_1%3a0.9.10-1_arm64.deb ... Unpacking libxrender1:arm64 (1:0.9.10-1) ... Selecting previously unselected package libcairo2:arm64. Preparing to unpack .../020-libcairo2_1.16.0-5_arm64.deb ... Unpacking libcairo2:arm64 (1.16.0-5) ... Selecting previously unselected package libdbi1:arm64. Preparing to unpack .../021-libdbi1_0.9.0-6_arm64.deb ... Unpacking libdbi1:arm64 (0.9.0-6) ... Selecting previously unselected package fontconfig. Preparing to unpack .../022-fontconfig_2.13.1-4.2_arm64.deb ... Unpacking fontconfig (2.13.1-4.2) ... Selecting previously unselected package libfribidi0:arm64. Preparing to unpack .../023-libfribidi0_1.0.8-2+deb11u1_arm64.deb ... Unpacking libfribidi0:arm64 (1.0.8-2+deb11u1) ... Selecting previously unselected package libgraphite2-3:arm64. Preparing to unpack .../024-libgraphite2-3_1.3.14-1_arm64.deb ... Unpacking libgraphite2-3:arm64 (1.3.14-1) ... Selecting previously unselected package libharfbuzz0b:arm64. Preparing to unpack .../025-libharfbuzz0b_2.7.4-1_arm64.deb ... Unpacking libharfbuzz0b:arm64 (2.7.4-1) ... Selecting previously unselected package libthai-data. Preparing to unpack .../026-libthai-data_0.1.28-3_all.deb ... Unpacking libthai-data (0.1.28-3) ... Selecting previously unselected package libdatrie1:arm64. Preparing to unpack .../027-libdatrie1_0.2.13-1_arm64.deb ... Unpacking libdatrie1:arm64 (0.2.13-1) ... Selecting previously unselected package libthai0:arm64. Preparing to unpack .../028-libthai0_0.1.28-3_arm64.deb ... Unpacking libthai0:arm64 (0.1.28-3) ... Selecting previously unselected package libpango-1.0-0:arm64. Preparing to unpack .../029-libpango-1.0-0_1.46.2-3_arm64.deb ... Unpacking libpango-1.0-0:arm64 (1.46.2-3) ... Selecting previously unselected package libpangoft2-1.0-0:arm64. Preparing to unpack .../030-libpangoft2-1.0-0_1.46.2-3_arm64.deb ... Unpacking libpangoft2-1.0-0:arm64 (1.46.2-3) ... Selecting previously unselected package libpangocairo-1.0-0:arm64. Preparing to unpack .../031-libpangocairo-1.0-0_1.46.2-3_arm64.deb ... Unpacking libpangocairo-1.0-0:arm64 (1.46.2-3) ... Selecting previously unselected package librrd8:arm64. Preparing to unpack .../032-librrd8_1.7.2-3+b7_arm64.deb ... Unpacking librrd8:arm64 (1.7.2-3+b7) ... Selecting previously unselected package rrdcached. Preparing to unpack .../033-rrdcached_1.7.2-3+b7_arm64.deb ... Unpacking rrdcached (1.7.2-3+b7) ... Selecting previously unselected package python3-dnspython. Preparing to unpack .../034-python3-dnspython_2.0.0-1_all.deb ... Unpacking python3-dnspython (2.0.0-1) ... Selecting previously unselected package libtdb1:arm64. Preparing to unpack .../035-libtdb1_1.4.3-1+b1_arm64.deb ... Unpacking libtdb1:arm64 (1.4.3-1+b1) ... Selecting previously unselected package libldb2:arm64. Preparing to unpack .../036-libldb2_2%3a2.2.3-2~deb11u2_arm64.deb ... Unpacking libldb2:arm64 (2:2.2.3-2~deb11u2) ... Selecting previously unselected package libpython3.9:arm64. Preparing to unpack .../037-libpython3.9_3.9.2-1_arm64.deb ... Unpacking libpython3.9:arm64 (3.9.2-1) ... Selecting previously unselected package python3-ldb. Preparing to unpack .../038-python3-ldb_2%3a2.2.3-2~deb11u2_arm64.deb ... Unpacking python3-ldb (2:2.2.3-2~deb11u2) ... Selecting previously unselected package python3-tdb. Preparing to unpack .../039-python3-tdb_1.4.3-1+b1_arm64.deb ... Unpacking python3-tdb (1.4.3-1+b1) ... Selecting previously unselected package libavahi-client3:arm64. Preparing to unpack .../040-libavahi-client3_0.8-5+deb11u1_arm64.deb ... Unpacking libavahi-client3:arm64 (0.8-5+deb11u1) ... Selecting previously unselected package libcups2:arm64. Preparing to unpack .../041-libcups2_2.3.3op2-3+deb11u2_arm64.deb ... Unpacking libcups2:arm64 (2.3.3op2-3+deb11u2) ... Selecting previously unselected package python3-talloc:arm64. Preparing to unpack .../042-python3-talloc_2.3.1-2+b1_arm64.deb ... Unpacking python3-talloc:arm64 (2.3.1-2+b1) ... Selecting previously unselected package samba-libs:arm64. Preparing to unpack .../043-samba-libs_2%3a4.13.13+dfsg-1~deb11u5_arm64.deb ... Unpacking samba-libs:arm64 (2:4.13.13+dfsg-1~deb11u5) ... Selecting previously unselected package python3-samba. Preparing to unpack .../044-python3-samba_2%3a4.13.13+dfsg-1~deb11u5_arm64.deb ... Unpacking python3-samba (2:4.13.13+dfsg-1~deb11u5) ... Selecting previously unselected package samba-common. Preparing to unpack .../045-samba-common_2%3a4.13.13+dfsg-1~deb11u5_all.deb ... Unpacking samba-common (2:4.13.13+dfsg-1~deb11u5) ... Selecting previously unselected package samba-common-bin. Preparing to unpack .../046-samba-common-bin_2%3a4.13.13+dfsg-1~deb11u5_arm64.deb ... Unpacking samba-common-bin (2:4.13.13+dfsg-1~deb11u5) ... Selecting previously unselected package tdb-tools. Preparing to unpack .../047-tdb-tools_1.4.3-1+b1_arm64.deb ... Unpacking tdb-tools (1.4.3-1+b1) ... Selecting previously unselected package samba. Preparing to unpack .../048-samba_2%3a4.13.13+dfsg-1~deb11u5_arm64.deb ... Unpacking samba (2:4.13.13+dfsg-1~deb11u5) ... Selecting previously unselected package liblockfile-bin. Preparing to unpack .../049-liblockfile-bin_1.17-1+b1_arm64.deb ... Unpacking liblockfile-bin (1.17-1+b1) ... Selecting previously unselected package acl. Preparing to unpack .../050-acl_2.2.53-10_arm64.deb ... Unpacking acl (2.2.53-10) ... Selecting previously unselected package anacron. Preparing to unpack .../051-anacron_2.3-30_arm64.deb ... Unpacking anacron (2.3-30) ... Selecting previously unselected package beep. Preparing to unpack .../052-beep_1.4.9-1_arm64.deb ... Unpacking beep (1.4.9-1) ... Selecting previously unselected package liblockfile1:arm64. Preparing to unpack .../053-liblockfile1_1.17-1+b1_arm64.deb ... Unpacking liblockfile1:arm64 (1.17-1+b1) ... Selecting previously unselected package bsd-mailx. Preparing to unpack .../054-bsd-mailx_8.1.2-0.20180807cvs-2_arm64.deb ... Unpacking bsd-mailx (8.1.2-0.20180807cvs-2) ... Selecting previously unselected package ncal. Preparing to unpack .../055-ncal_12.1.7+nmu3_arm64.deb ... Unpacking ncal (12.1.7+nmu3) ... Selecting previously unselected package bsdmainutils. Preparing to unpack .../056-bsdmainutils_12.1.7+nmu3_all.deb ... Unpacking bsdmainutils (12.1.7+nmu3) ... Selecting previously unselected package collectd-core. Preparing to unpack .../057-collectd-core_5.12.0-7.1_arm64.deb ... Unpacking collectd-core (5.12.0-7.1) ... Selecting previously unselected package collectd. Preparing to unpack .../058-collectd_5.12.0-7.1_arm64.deb ... Unpacking collectd (5.12.0-7.1) ... Selecting previously unselected package cron-apt. Preparing to unpack .../059-cron-apt_0.13.0+nmu1_all.deb ... Unpacking cron-apt (0.13.0+nmu1) ... Selecting previously unselected package gdisk. Preparing to unpack .../060-gdisk_1.0.6-1.1_arm64.deb ... Unpacking gdisk (1.0.6-1.1) ... Selecting previously unselected package jfsutils. Preparing to unpack .../061-jfsutils_1.1.15-5_arm64.deb ... Unpacking jfsutils (1.1.15-5) ... Selecting previously unselected package libdeflate0:arm64. Preparing to unpack .../062-libdeflate0_1.7-1_arm64.deb ... Unpacking libdeflate0:arm64 (1.7-1) ... Selecting previously unselected package libjpeg62-turbo:arm64. Preparing to unpack .../063-libjpeg62-turbo_1%3a2.0.6-4_arm64.deb ... Unpacking libjpeg62-turbo:arm64 (1:2.0.6-4) ... Selecting previously unselected package libjbig0:arm64. Preparing to unpack .../064-libjbig0_2.1-3.1+b2_arm64.deb ... Unpacking libjbig0:arm64 (2.1-3.1+b2) ... Selecting previously unselected package libwebp6:arm64. Preparing to unpack .../065-libwebp6_0.6.1-2.1_arm64.deb ... Unpacking libwebp6:arm64 (0.6.1-2.1) ... Selecting previously unselected package libtiff5:arm64. Preparing to unpack .../066-libtiff5_4.2.0-1+deb11u1_arm64.deb ... Unpacking libtiff5:arm64 (4.2.0-1+deb11u1) ... Selecting previously unselected package libxpm4:arm64. Preparing to unpack .../067-libxpm4_1%3a3.5.12-1_arm64.deb ... Unpacking libxpm4:arm64 (1:3.5.12-1) ... Selecting previously unselected package libgd3:arm64. Preparing to unpack .../068-libgd3_2.3.0-2_arm64.deb ... Unpacking libgd3:arm64 (2.3.0-2) ... Selecting previously unselected package libgeoip1:arm64. Preparing to unpack .../069-libgeoip1_1.6.12-7_arm64.deb ... Unpacking libgeoip1:arm64 (1.6.12-7) ... Selecting previously unselected package libinih1:arm64. Preparing to unpack .../070-libinih1_53-1+b2_arm64.deb ... Unpacking libinih1:arm64 (53-1+b2) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../071-libjs-jquery_3.5.1+dfsg+~3.5.5-7_all.deb ... Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Selecting previously unselected package libjs-underscore. Preparing to unpack .../072-libjs-underscore_1.9.1~dfsg-3_all.deb ... Unpacking libjs-underscore (1.9.1~dfsg-3) ... Selecting previously unselected package libjs-sphinxdoc. Preparing to unpack .../073-libjs-sphinxdoc_3.4.3-2_all.deb ... Unpacking libjs-sphinxdoc (3.4.3-2) ... Selecting previously unselected package libnetplan0:arm64. Preparing to unpack .../074-libnetplan0_0.101-4_arm64.deb ... Unpacking libnetplan0:arm64 (0.101-4) ... Selecting previously unselected package nginx-common. Preparing to unpack .../075-nginx-common_1.18.0-6.1+deb11u2_all.deb ... Unpacking nginx-common (1.18.0-6.1+deb11u2) ... Selecting previously unselected package libnginx-mod-http-geoip. Preparing to unpack .../076-libnginx-mod-http-geoip_1.18.0-6.1+deb11u2_arm64.deb ... Unpacking libnginx-mod-http-geoip (1.18.0-6.1+deb11u2) ... Selecting previously unselected package libnginx-mod-http-image-filter. Preparing to unpack .../077-libnginx-mod-http-image-filter_1.18.0-6.1+deb11u2_arm64.deb ... Unpacking libnginx-mod-http-image-filter (1.18.0-6.1+deb11u2) ... Selecting previously unselected package libxslt1.1:arm64. Preparing to unpack .../078-libxslt1.1_1.1.34-4+deb11u1_arm64.deb ... Unpacking libxslt1.1:arm64 (1.1.34-4+deb11u1) ... Selecting previously unselected package libnginx-mod-http-xslt-filter. Preparing to unpack .../079-libnginx-mod-http-xslt-filter_1.18.0-6.1+deb11u2_arm64.deb ... Unpacking libnginx-mod-http-xslt-filter (1.18.0-6.1+deb11u2) ... Selecting previously unselected package libnginx-mod-mail. Preparing to unpack .../080-libnginx-mod-mail_1.18.0-6.1+deb11u2_arm64.deb ... Unpacking libnginx-mod-mail (1.18.0-6.1+deb11u2) ... Selecting previously unselected package libnginx-mod-stream. Preparing to unpack .../081-libnginx-mod-stream_1.18.0-6.1+deb11u2_arm64.deb ... Unpacking libnginx-mod-stream (1.18.0-6.1+deb11u2) ... Selecting previously unselected package libnginx-mod-stream-geoip. Preparing to unpack .../082-libnginx-mod-stream-geoip_1.18.0-6.1+deb11u2_arm64.deb ... Unpacking libnginx-mod-stream-geoip (1.18.0-6.1+deb11u2) ... Selecting previously unselected package libnorm1:arm64. Preparing to unpack .../083-libnorm1_1.5.9+dfsg-2_arm64.deb ... Unpacking libnorm1:arm64 (1.5.9+dfsg-2) ... Selecting previously unselected package libnss-mdns:arm64. Preparing to unpack .../084-libnss-mdns_0.14.1-2_arm64.deb ... Unpacking libnss-mdns:arm64 (0.14.1-2) ... Selecting previously unselected package libossp-uuid16:arm64. Preparing to unpack .../085-libossp-uuid16_1.6.2-1.5+b9_arm64.deb ... Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b9) ... Selecting previously unselected package libpgm-5.3-0:arm64. Preparing to unpack .../086-libpgm-5.3-0_5.3.128~dfsg-2_arm64.deb ... Unpacking libpgm-5.3-0:arm64 (5.3.128~dfsg-2) ... Selecting previously unselected package libsasl2-modules:arm64. Preparing to unpack .../087-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ... Selecting previously unselected package liburing1:arm64. Preparing to unpack .../088-liburing1_0.7-3_arm64.deb ... Unpacking liburing1:arm64 (0.7-3) ... Selecting previously unselected package libzmq5:arm64. Preparing to unpack .../089-libzmq5_4.3.4-1_arm64.deb ... Unpacking libzmq5:arm64 (4.3.4-1) ... Selecting previously unselected package python3-yaml. Preparing to unpack .../090-python3-yaml_5.3.1-5_arm64.deb ... Unpacking python3-yaml (5.3.1-5) ... Selecting previously unselected package python3-netifaces. Preparing to unpack .../091-python3-netifaces_0.10.9-0.2+b3_arm64.deb ... Unpacking python3-netifaces (0.10.9-0.2+b3) ... Selecting previously unselected package netplan.io. Preparing to unpack .../092-netplan.io_0.101-4_arm64.deb ... Unpacking netplan.io (0.101-4) ... Selecting previously unselected package nfs-kernel-server. Preparing to unpack .../093-nfs-kernel-server_1%3a1.3.4-6_arm64.deb ... Unpacking nfs-kernel-server (1:1.3.4-6) ... Selecting previously unselected package nginx-core. Preparing to unpack .../094-nginx-core_1.18.0-6.1+deb11u2_arm64.deb ... Unpacking nginx-core (1.18.0-6.1+deb11u2) ... Selecting previously unselected package nginx. Preparing to unpack .../095-nginx_1.18.0-6.1+deb11u2_all.deb ... Unpacking nginx (1.18.0-6.1+deb11u2) ... Selecting previously unselected package php-fpm. Preparing to unpack .../096-php-fpm_2%3a7.4+76_all.deb ... Unpacking php-fpm (2:7.4+76) ... Selecting previously unselected package php-cgi. Preparing to unpack .../097-php-cgi_2%3a7.4+76_all.deb ... Unpacking php-cgi (2:7.4+76) ... Selecting previously unselected package php7.4-mbstring. Preparing to unpack .../098-php7.4-mbstring_7.4.30-1+deb11u1_arm64.deb ... Unpacking php7.4-mbstring (7.4.30-1+deb11u1) ... Selecting previously unselected package php-mbstring. Preparing to unpack .../099-php-mbstring_2%3a7.4+76_all.deb ... Unpacking php-mbstring (2:7.4+76) ... Selecting previously unselected package php-pam. Preparing to unpack .../100-php-pam_2.2.3-1+deb11u1_arm64.deb ... Unpacking php-pam (2.2.3-1+deb11u1) ... Selecting previously unselected package python3-dialog. Preparing to unpack .../101-python3-dialog_3.5.1-1_all.deb ... Unpacking python3-dialog (3.5.1-1) ... Selecting previously unselected package xfsprogs. Preparing to unpack .../102-xfsprogs_5.10.0-4_arm64.deb ... Unpacking xfsprogs (5.10.0-4) ... Selecting previously unselected package wsdd. Preparing to unpack .../103-wsdd_0.7+gitc87819b_all.deb ... Unpacking wsdd (0.7+gitc87819b) ... Selecting previously unselected package sdparm. Preparing to unpack .../104-sdparm_1.10-1_arm64.deb ... Unpacking sdparm (1.10-1) ... Selecting previously unselected package uuid. Preparing to unpack .../105-uuid_1.6.2-1.5+b9_arm64.deb ... Unpacking uuid (1.6.2-1.5+b9) ... Selecting previously unselected package proftpd-mod-wrap. Preparing to unpack .../106-proftpd-mod-wrap_1.3.7a+dfsg-12+deb11u2_arm64.deb ... Unpacking proftpd-mod-wrap (1.3.7a+dfsg-12+deb11u2) ... Selecting previously unselected package proftpd-mod-crypto. Preparing to unpack .../107-proftpd-mod-crypto_1.3.7a+dfsg-12+deb11u2_arm64.deb ... Unpacking proftpd-mod-crypto (1.3.7a+dfsg-12+deb11u2) ... Selecting previously unselected package proftpd-basic. Preparing to unpack .../108-proftpd-basic_1.3.7a+dfsg-12+deb11u2_all.deb ... Unpacking proftpd-basic (1.3.7a+dfsg-12+deb11u2) ... Selecting previously unselected package sshpass. Preparing to unpack .../109-sshpass_1.09-1_arm64.deb ... Unpacking sshpass (1.09-1) ... Selecting previously unselected package php7.4-bcmath. Preparing to unpack .../110-php7.4-bcmath_7.4.30-1+deb11u1_arm64.deb ... Unpacking php7.4-bcmath (7.4.30-1+deb11u1) ... Selecting previously unselected package php-bcmath. Preparing to unpack .../111-php-bcmath_2%3a7.4+76_all.deb ... Unpacking php-bcmath (2:7.4+76) ... Selecting previously unselected package rrdtool. Preparing to unpack .../112-rrdtool_1.7.2-3+b7_arm64.deb ... Unpacking rrdtool (1.7.2-3+b7) ... Selecting previously unselected package php7.4-xml. Preparing to unpack .../113-php7.4-xml_7.4.30-1+deb11u1_arm64.deb ... Unpacking php7.4-xml (7.4.30-1+deb11u1) ... Selecting previously unselected package php-xml. Preparing to unpack .../114-php-xml_2%3a7.4+76_all.deb ... Unpacking php-xml (2:7.4+76) ... Selecting previously unselected package quotatool. Preparing to unpack .../115-quotatool_1%3a1.6.2-5_arm64.deb ... Unpacking quotatool (1:1.6.2-5) ... Selecting previously unselected package proftpd-mod-vroot. Preparing to unpack .../116-proftpd-mod-vroot_0.9.8-4_arm64.deb ... Unpacking proftpd-mod-vroot (0.9.8-4) ... Selecting previously unselected package xmlstarlet. Preparing to unpack .../117-xmlstarlet_1.6.1-2.1_arm64.deb ... Unpacking xmlstarlet (1.6.1-2.1) ... Selecting previously unselected package samba-vfs-modules:arm64. Preparing to unpack .../118-samba-vfs-modules_2%3a4.13.13+dfsg-1~deb11u5_arm64.deb ... Unpacking samba-vfs-modules:arm64 (2:4.13.13+dfsg-1~deb11u5) ... Selecting previously unselected package python3-six. Preparing to unpack .../119-python3-six_1.16.0-2_all.deb ... Unpacking python3-six (1.16.0-2) ... Selecting previously unselected package python3-pyudev. Preparing to unpack .../120-python3-pyudev_0.22.0-2_all.deb ... Unpacking python3-pyudev (0.22.0-2) ... Selecting previously unselected package python3-natsort. Preparing to unpack .../121-python3-natsort_7.1.0-1_all.deb ... Unpacking python3-natsort (7.1.0-1) ... Selecting previously unselected package python3-lxml:arm64. Preparing to unpack .../122-python3-lxml_4.6.3+dfsg-0.1+deb11u1_arm64.deb ... Unpacking python3-lxml:arm64 (4.6.3+dfsg-0.1+deb11u1) ... Selecting previously unselected package python3-dateutil. Preparing to unpack .../123-python3-dateutil_2.8.1-6_all.deb ... Unpacking python3-dateutil (2.8.1-6) ... Selecting previously unselected package python3-markupsafe. Preparing to unpack .../124-python3-markupsafe_1.1.1-1+b3_arm64.deb ... Unpacking python3-markupsafe (1.1.1-1+b3) ... Selecting previously unselected package python3-jinja2. Preparing to unpack .../125-python3-jinja2_2.11.3-1_all.deb ... Unpacking python3-jinja2 (2.11.3-1) ... Selecting previously unselected package python3-msgpack. Preparing to unpack .../126-python3-msgpack_1.0.0-6+b1_arm64.deb ... Unpacking python3-msgpack (1.0.0-6+b1) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../127-python3-pkg-resources_52.0.0-4_all.deb ... Unpacking python3-pkg-resources (52.0.0-4) ... Selecting previously unselected package python3-certifi. Preparing to unpack .../128-python3-certifi_2020.6.20-1_all.deb ... Unpacking python3-certifi (2020.6.20-1) ... Selecting previously unselected package python3-chardet. Preparing to unpack .../129-python3-chardet_4.0.0-1_all.deb ... Unpacking python3-chardet (4.0.0-1) ... Selecting previously unselected package python3-idna. Preparing to unpack .../130-python3-idna_2.10-1_all.deb ... Unpacking python3-idna (2.10-1) ... Selecting previously unselected package python3-urllib3. Preparing to unpack .../131-python3-urllib3_1.26.5-1~exp1_all.deb ... Unpacking python3-urllib3 (1.26.5-1~exp1) ... Selecting previously unselected package python3-requests. Preparing to unpack .../132-python3-requests_2.25.1+dfsg-2_all.deb ... Unpacking python3-requests (2.25.1+dfsg-2) ... Selecting previously unselected package python3-systemd. Preparing to unpack .../133-python3-systemd_234-3+b4_arm64.deb ... Unpacking python3-systemd (234-3+b4) ... Selecting previously unselected package python3-psutil. Preparing to unpack .../134-python3-psutil_5.8.0-1_arm64.deb ... Unpacking python3-psutil (5.8.0-1) ... Selecting previously unselected package python3-distro. Preparing to unpack .../135-python3-distro_1.5.0-1_all.deb ... Unpacking python3-distro (1.5.0-1) ... Selecting previously unselected package python3-pycryptodome. Preparing to unpack .../136-python3-pycryptodome_3.9.7+dfsg1-1+b2_arm64.deb ... Unpacking python3-pycryptodome (3.9.7+dfsg1-1+b2) ... Selecting previously unselected package python3-zmq. Preparing to unpack .../137-python3-zmq_20.0.0-1+b1_arm64.deb ... Unpacking python3-zmq (20.0.0-1+b1) ... Selecting previously unselected package salt-common. Preparing to unpack .../138-salt-common_3003+ds-1_all.deb ... Unpacking salt-common (3003+ds-1) ... Selecting previously unselected package salt-minion. Preparing to unpack .../139-salt-minion_3003+ds-1_all.deb ... Unpacking salt-minion (3003+ds-1) ... Selecting previously unselected package python3-colorama. Preparing to unpack .../140-python3-colorama_0.4.4-1_all.deb ... Unpacking python3-colorama (0.4.4-1) ... Selecting previously unselected package python3-click. Preparing to unpack .../141-python3-click_7.1.2-1_all.deb ... Unpacking python3-click (7.1.2-1) ... Selecting previously unselected package python3-cached-property. Preparing to unpack .../142-python3-cached-property_1.5.2-1_all.deb ... Unpacking python3-cached-property (1.5.2-1) ... Selecting previously unselected package python3-polib. Preparing to unpack .../143-python3-polib_1.1.0-7_all.deb ... Unpacking python3-polib (1.1.0-7) ... Selecting previously unselected package openmediavault. Preparing to unpack .../144-openmediavault_6.0.44-1_all.deb ... Unpacking openmediavault (6.0.44-1) ... Setting up python3-pkg-resources (52.0.0-4) ... Setting up python3-cached-property (1.5.2-1) ... Setting up libgraphite2-3:arm64 (1.3.14-1) ... Setting up libpixman-1-0:arm64 (0.40.0-1) ... Setting up nfs-kernel-server (1:1.3.4-6) ... Created symlink /etc/systemd/system/multi-user.target.wants/nfs-server.service → /lib/systemd/system/nfs-server.service. A dependency job for nfs-server.service failed. See 'journalctl -xe' for details. Creating config file /etc/exports with new version Creating config file /etc/default/nfs-kernel-server with new version A dependency job for nfs-server.service failed. See 'journalctl -xe' for details. invoke-rc.d: initscript nfs-kernel-server, action "start" failed. ● nfs-server.service - NFS server and services Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor preset: enabled) Active: inactive (dead) Oct 21 12:04:47 datacore systemd[1]: Dependency failed for NFS server and services. Oct 21 12:04:47 datacore systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'. Oct 21 12:04:49 datacore systemd[1]: Dependency failed for NFS server and services. Oct 21 12:04:49 datacore systemd[1]: nfs-server.service: Job nfs-server.service/start failed with result 'dependency'. Failed to start nfs-kernel-server, ignoring. Setting up beep (1.4.9-1) ... Setting up libxau6:arm64 (1:1.0.9-1) ... Setting up libxdmcp6:arm64 (1:1.1.2-3) ... Setting up libxcb1:arm64 (1.14-3) ... Setting up libsodium23:arm64 (1.0.18-1) ... Setting up php7.4-common (7.4.30-1+deb11u1) ... Setting up liblockfile-bin (1.17-1+b1) ... Setting up libdbi1:arm64 (0.9.0-6) ... Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... Setting up python3-distro (1.5.0-1) ... Setting up collectd-core (5.12.0-7.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/collectd.service → /lib/systemd/system/collectd.service. Setting up libdatrie1:arm64 (0.2.13-1) ... Setting up ncal (12.1.7+nmu3) ... Setting up python3-colorama (0.4.4-1) ... Setting up anacron (2.3-30) ... Created symlink /etc/systemd/system/multi-user.target.wants/anacron.service → /lib/systemd/system/anacron.service. Created symlink /etc/systemd/system/timers.target.wants/anacron.timer → /lib/systemd/system/anacron.timer. Setting up libxcb-render0:arm64 (1.14-3) ... Setting up php7.4-bcmath (7.4.30-1+deb11u1) ... Creating config file /etc/php/7.4/mods-available/bcmath.ini with new version Setting up python3-polib (1.1.0-7) ... Setting up libinih1:arm64 (53-1+b2) ... Setting up libtdb1:arm64 (1.4.3-1+b1) ... Setting up libpgm-5.3-0:arm64 (5.3.128~dfsg-2) ... Setting up python3-pycryptodome (3.9.7+dfsg1-1+b2) ... Setting up cron-apt (0.13.0+nmu1) ... Setting up jfsutils (1.1.15-5) ... update-initramfs: deferring update (trigger activated) Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ... Setting up libnorm1:arm64 (1.5.9+dfsg-2) ... Setting up libdeflate0:arm64 (1.7-1) ... Setting up php7.4-readline (7.4.30-1+deb11u1) ... Setting up libnetplan0:arm64 (0.101-4) ... Setting up nginx-common (1.18.0-6.1+deb11u2) ... Created symlink /etc/systemd/system/multi-user.target.wants/nginx.service → /lib/systemd/system/nginx.service. Setting up php7.4-mbstring (7.4.30-1+deb11u1) ... Creating config file /etc/php/7.4/mods-available/mbstring.ini with new version Setting up python3-yaml (5.3.1-5) ... Setting up libxcb-shm0:arm64 (1.14-3) ... Setting up libossp-uuid16:arm64 (1.6.2-1.5+b9) ... Setting up samba-common (2:4.13.13+dfsg-1~deb11u5) ... Creating config file /etc/samba/smb.conf with new version Setting up python3-click (7.1.2-1) ... Setting up php-mbstring (2:7.4+76) ... Setting up python3-markupsafe (1.1.1-1+b3) ... Setting up sshpass (1.09-1) ... Setting up libjbig0:arm64 (2.1-3.1+b2) ... Setting up python3-psutil (5.8.0-1) ... Setting up python3-natsort (7.1.0-1) ... Setting up acl (2.2.53-10) ... Setting up libtalloc2:arm64 (2.3.1-2+b1) ... Setting up python3-six (1.16.0-2) ... Setting up gdisk (1.0.6-1.1) ... Setting up python3-tdb (1.4.3-1+b1) ... Setting up python3-jinja2 (2.11.3-1) ... Setting up sdparm (1.10-1) ... Setting up libpython3.9:arm64 (3.9.2-1) ... Setting up python3-chardet (4.0.0-1) ... Setting up libjpeg62-turbo:arm64 (1:2.0.6-4) ... Setting up libtevent0:arm64 (0.10.2-1) ... Setting up libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ... Setting up python3-certifi (2020.6.20-1) ... Setting up libx11-data (2:1.7.2-1) ... Setting up libavahi-common-data:arm64 (0.8-5+deb11u1) ... Setting up tdb-tools (1.4.3-1+b1) ... update-alternatives: using /usr/bin/tdbbackup.tdbtools to provide /usr/bin/tdbbackup (tdbbackup) in auto mode Setting up libfribidi0:arm64 (1.0.8-2+deb11u1) ... Setting up quotatool (1:1.6.2-5) ... Setting up bsdmainutils (12.1.7+nmu3) ... Setting up python3-idna (2.10-1) ... Setting up libwebp6:arm64 (0.6.1-2.1) ... Setting up uuid (1.6.2-1.5+b9) ... Setting up xfsprogs (5.10.0-4) ... update-initramfs: deferring update (trigger activated) Setting up fonts-dejavu-core (2.37-2) ... Setting up liburing1:arm64 (0.7-3) ... Setting up quota (4.06-1) ... Setting up python3-urllib3 (1.26.5-1~exp1) ... Setting up python3-netifaces (0.10.9-0.2+b3) ... Setting up libmemcached11:arm64 (1.0.18-4.2) ... Setting up python3-dnspython (2.0.0-1) ... Setting up libxslt1.1:arm64 (1.1.34-4+deb11u1) ... Setting up libgeoip1:arm64 (1.6.12-7) ... Setting up libx11-6:arm64 (2:1.7.2-1) ... Setting up libharfbuzz0b:arm64 (2.7.4-1) ... Setting up libthai-data (0.1.28-3) ... Setting up python3-dateutil (2.8.1-6) ... Setting up php7.4-opcache (7.4.30-1+deb11u1) ... Setting up python3-msgpack (1.0.0-6+b1) ... Setting up libtiff5:arm64 (4.2.0-1+deb11u1) ... Setting up liblockfile1:arm64 (1.17-1+b1) ... Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... Setting up python3-pyudev (0.22.0-2) ... Setting up libaio1:arm64 (0.3.112-9) ... Setting up libldb2:arm64 (2:2.2.3-2~deb11u2) ... Setting up python3-systemd (234-3+b4) ... Setting up libjs-underscore (1.9.1~dfsg-3) ... Setting up libhiredis0.14:arm64 (0.14.1-1) ... Setting up libnginx-mod-mail (1.18.0-6.1+deb11u2) ... Setting up php7.4-json (7.4.30-1+deb11u1) ... Setting up php7.4-xml (7.4.30-1+deb11u1) ... Creating config file /etc/php/7.4/mods-available/dom.ini with new version Creating config file /etc/php/7.4/mods-available/simplexml.ini with new version Creating config file /etc/php/7.4/mods-available/xml.ini with new version Creating config file /etc/php/7.4/mods-available/xmlreader.ini with new version Creating config file /etc/php/7.4/mods-available/xmlwriter.ini with new version Creating config file /etc/php/7.4/mods-available/xsl.ini with new version Setting up libzmq5:arm64 (4.3.4-1) ... Setting up libxpm4:arm64 (1:3.5.12-1) ... Setting up php-bcmath (2:7.4+76) ... Setting up libxrender1:arm64 (1:0.9.10-1) ... Setting up python3-talloc:arm64 (2.3.1-2+b1) ... Setting up fontconfig-config (2.13.1-4.2) ... Setting up libmemcachedutil2:arm64 (1.0.18-4.2) ... Setting up libnginx-mod-stream (1.18.0-6.1+deb11u2) ... Setting up libavahi-common3:arm64 (0.8-5+deb11u1) ... Setting up libxext6:arm64 (2:1.3.3-1.1) ... Setting up libnginx-mod-stream-geoip (1.18.0-6.1+deb11u2) ... Setting up php7.4-cli (7.4.30-1+deb11u1) ... update-alternatives: using /usr/bin/php7.4 to provide /usr/bin/php (php) in auto mode update-alternatives: using /usr/bin/phar7.4 to provide /usr/bin/phar (phar) in auto mode update-alternatives: using /usr/bin/phar.phar7.4 to provide /usr/bin/phar.phar (phar.phar) in auto mode Setting up libwbclient0:arm64 (2:4.13.13+dfsg-1~deb11u5) ... Setting up netplan.io (0.101-4) ... Setting up libthai0:arm64 (0.1.28-3) ... Setting up libnginx-mod-http-xslt-filter (1.18.0-6.1+deb11u2) ... Setting up libnginx-mod-http-geoip (1.18.0-6.1+deb11u2) ... Setting up python3-zmq (20.0.0-1+b1) ... Setting up bsd-mailx (8.1.2-0.20180807cvs-2) ... update-alternatives: using /usr/bin/bsd-mailx to provide /usr/bin/mailx (mailx) in auto mode Setting up python3-requests (2.25.1+dfsg-2) ... Setting up python3-ldb (2:2.2.3-2~deb11u2) ... Setting up libjs-sphinxdoc (3.4.3-2) ... Setting up xmlstarlet (1.6.1-2.1) ... Setting up python3-lxml:arm64 (4.6.3+dfsg-0.1+deb11u1) ... Setting up libfontconfig1:arm64 (2.13.1-4.2) ... Setting up libavahi-core7:arm64 (0.8-5+deb11u1) ... Setting up libavahi-client3:arm64 (0.8-5+deb11u1) ... Setting up php-xml (2:7.4+76) ... Setting up fontconfig (2.13.1-4.2) ... Regenerating fonts cache... done. Setting up proftpd-core (1.3.7a+dfsg-12+deb11u2) ... Installing new version of config file /etc/logrotate.d/proftpd-core ... usermod: no changes Synchronizing state of proftpd.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable proftpd Failed to enable unit: Unit file /etc/systemd/system/proftpd.service is masked. dpkg: error processing package proftpd-core (--configure): installed proftpd-core package post-installation script subprocess returned error exit status 1 Setting up python3-dialog (3.5.1-1) ... Setting up php7.4-fpm (7.4.30-1+deb11u1) ... Installing new version of config file /etc/logrotate.d/php7.4-fpm ... Setting up php-pam (2.2.3-1+deb11u1) ... Setting up php7.4-cgi (7.4.30-1+deb11u1) ... update-alternatives: using /usr/bin/php-cgi7.4 to provide /usr/bin/php-cgi (php-cgi) in auto mode update-alternatives: using /usr/lib/cgi-bin/php7.4 to provide /usr/lib/cgi-bin/php (php-cgi-bin) in auto mode dpkg: dependency problems prevent configuration of proftpd-mod-vroot: proftpd-mod-vroot depends on proftpd-abi-1.3.7a; however: Package proftpd-abi-1.3.7a is not installed. Package proftpd-core which provides proftpd-abi-1.3.7a is not configured yet. dpkg: error processing package proftpd-mod-vroot (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of openmediavault: openmediavault depends on proftpd-mod-vroot; however: Package proftpd-mod-vroot is not configured yet. dpkg: error processing package openmediavault (--configure): dependency problems - leaving unconfigured Setting up libpango-1.0-0:arm64 (1.46.2-3) ... Setting up php-yaml (2.2.1+2.1.0+2.0.4+1.3.2-2) ... Setting up libcairo2:arm64 (1.16.0-5) ... dpkg: dependency problems prevent configuration of proftpd-mod-crypto: proftpd-mod-crypto depends on proftpd-core (= 1.3.7a+dfsg-12+deb11u2); however: Package proftpd-core is not configured yet. dpkg: error processing package proftpd-mod-crypto (--configure): dependency problems - leaving unconfigured Setting up salt-common (3003+ds-1) ... dpkg: dependency problems prevent configuration of proftpd-mod-wrap: proftpd-mod-wrap depends on proftpd-core (= 1.3.7a+dfsg-12+deb11u2); however: Package proftpd-core is not configured yet. dpkg: error processing package proftpd-mod-wrap (--configure): dependency problems - leaving unconfigured Setting up libgd3:arm64 (2.3.0-2) ... dpkg: dependency problems prevent configuration of proftpd-basic: proftpd-basic depends on proftpd-core; however: Package proftpd-core is not configured yet. proftpd-basic depends on proftpd-mod-wrap; however: Package proftpd-mod-wrap is not configured yet. proftpd-basic depends on proftpd-mod-crypto; however: Package proftpd-mod-crypto is not configured yet. dpkg: error processing package proftpd-basic (--configure): dependency problems - leaving unconfigured Setting up php-fpm (2:7.4+76) ... Setting up libcups2:arm64 (2.3.3op2-3+deb11u2) ... Setting up avahi-daemon (0.8-5+deb11u1) ... Job failed. See "journalctl -xe" for details. A dependency job for avahi-daemon.service failed. See 'journalctl -xe' for details. Setting up libpangoft2-1.0-0:arm64 (1.46.2-3) ... Setting up libnss-mdns:arm64 (0.14.1-2) ... First installation detected... Checking NSS setup... Setting up php-cgi (2:7.4+76) ... update-alternatives: using /usr/bin/php-cgi.default to provide /usr/bin/php-cgi (php-cgi) in auto mode update-alternatives: using /usr/lib/cgi-bin/php.default to provide /usr/lib/cgi-bin/php (php-cgi-bin) in auto mode Setting up libpangocairo-1.0-0:arm64 (1.46.2-3) ... Setting up librrd8:arm64 (1.7.2-3+b7) ... Setting up collectd (5.12.0-7.1) ... Setting up rrdcached (1.7.2-3+b7) ... Setting up libnginx-mod-http-image-filter (1.18.0-6.1+deb11u2) ... Setting up samba-libs:arm64 (2:4.13.13+dfsg-1~deb11u5) ... Setting up salt-minion (3003+ds-1) ... Created symlink /etc/systemd/system/multi-user.target.wants/salt-minion.service → /lib/systemd/system/salt-minion.service. Setting up rrdtool (1.7.2-3+b7) ... Setting up python3-samba (2:4.13.13+dfsg-1~deb11u5) ... Setting up nginx-core (1.18.0-6.1+deb11u2) ... Upgrading binary: nginx. Setting up nginx (1.18.0-6.1+deb11u2) ... Setting up samba-vfs-modules:arm64 (2:4.13.13+dfsg-1~deb11u5) ... Setting up samba-common-bin (2:4.13.13+dfsg-1~deb11u5) ... Checking smb.conf with testparm Load smb config files from /etc/samba/smb.conf Loaded services file OK. Weak crypto is allowed Server role: ROLE_STANDALONE Done Setting up samba (2:4.13.13+dfsg-1~deb11u5) ... Adding group `sambashare' (GID 122) ... Done. Samba is not being run as an AD Domain Controller: Masking samba-ad-dc.service Please ignore the following error about deb-systemd-helper not finding those services. (samba-ad-dc.service masked) Created symlink /etc/systemd/system/multi-user.target.wants/nmbd.service → /lib/systemd/system/nmbd.service. Failed to preset unit: Unit file /etc/systemd/system/samba-ad-dc.service is masked. /usr/bin/deb-systemd-helper: error: systemctl preset failed on samba-ad-dc.service: No such file or directory Created symlink /etc/systemd/system/multi-user.target.wants/smbd.service → /lib/systemd/system/smbd.service. samba-ad-dc.service is a disabled or a static unit, not starting it. Setting up wsdd (0.7+gitc87819b) ... Created symlink /etc/systemd/system/multi-user.target.wants/wsdd.service → /lib/systemd/system/wsdd.service. Setting up liblvm2cmd2.03:arm64 (2.03.11-2.1) ... Setting up dmeventd (2:1.02.175-2.1) ... dm-event.service is a disabled or a static unit not running, not starting it. Setting up lvm2 (2.03.11-2.1) ... update-initramfs: deferring update (trigger activated) Processing triggers for dbus (1.12.20-2) ... Processing triggers for initramfs-tools (0.140) ... update-initramfs: Generating /boot/initrd.img-5.15.74-rockchip64 update-initramfs: Converting to u-boot format Processing triggers for libc-bin (2.31-13+deb11u4) ... Processing triggers for rsyslog (8.2102.0-2+deb11u1) ... Processing triggers for man-db (2.9.4-2) ... Processing triggers for php7.4-cli (7.4.30-1+deb11u1) ... Processing triggers for php7.4-fpm (7.4.30-1+deb11u1) ... Processing triggers for php7.4-cgi (7.4.30-1+deb11u1) ... Errors were encountered while processing: proftpd-core proftpd-mod-vroot openmediavault proftpd-mod-crypto proftpd-mod-wrap proftpd-basic E: Sub-process /usr/bin/dpkg returned an error code (1) failed to install openmediavault package. Edited December 23, 2022 by TRS-80 put long output inside spoiler 0 Quote Link to comment Share on other sites More sharing options...
BinaryWaves Posted October 22, 2022 Share Posted October 22, 2022 Well, after a third reflash I finally had success using [408/1414/performance] and an uncomfortably long time waiting on the install script that felt like it hung up multiple times. Then the system said there were packages to update still and broke after reboot stuck at "Starting kernel..." This is probably because of the uboot issue in the other thread. 0 Quote Link to comment Share on other sites More sharing options...
n3o Posted December 14, 2022 Share Posted December 14, 2022 @eiglss Also I have got some issues with zfs on Helios64... I don't know if can be useful but however post the following link hope that this help You 0 Quote Link to comment Share on other sites More sharing options...
TRS-80 Posted December 23, 2022 Share Posted December 23, 2022 On 10/21/2022 at 4:28 PM, BinaryWaves said: Idk if there is a way to minimize or collapse the code block Yes, we (ab?)use the 'spoiler' functionality for that. I edited your post already. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.