<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=7171&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / zfsutils-linux install error]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7171</link>
		<description><![CDATA[The most recent posts in zfsutils-linux install error.]]></description>
		<lastBuildDate>Thu, 24 Apr 2025 16:17:24 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: zfsutils-linux install error]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=55409#p55409</link>
			<description><![CDATA[<p>i am install OpenZfs 2.3 via backports, i can see bsd pool, but when i mount it dir is empty, why?<br />now after that commands</p><div class="codebox"><pre><code>zpool import zroot
zpool export zroot</code></pre></div><p>bsd cant booting, why?<br /><strong>at bsd forums says that is linux issue</strong><br /><a href="https://ibb.co/XZzMMFrc" rel="nofollow"><span class="postimg"><img src="https://i.ibb.co/XZzMMFrc/IMG-20250424-064520-212.jpg" alt="IMG-20250424-064520-212.jpg" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Thu, 24 Apr 2025 16:17:24 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=55409#p55409</guid>
		</item>
		<item>
			<title><![CDATA[Re: zfsutils-linux install error]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=55403#p55403</link>
			<description><![CDATA[<p>huh<br />seems with sysv-init zfs installed and working</p><div class="codebox"><pre><code>root@devuan:/home/freeartist-devuan# apt install  kmod zfsutils-linux zfs-dkms zfs-zed
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
kmod is already the newest version (30+20221128-1).
zfsutils-linux is already the newest version (2.1.11-1+deb12u1).
zfs-dkms is already the newest version (2.1.11-1+deb12u1).
zfs-zed is already the newest version (2.1.11-1+deb12u1).
The following packages were automatically installed and are no longer required:
  libeinfo1 librc1
Use &#039;sudo apt autoremove&#039; to remove them.
0 upgraded, 0 newly installed, 0 to remove and 91 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Setting up zfsutils-linux (2.1.11-1+deb12u1) ...
Mounting ZFS filesystem(s) .
Load ZFS filesystem(s) keys.
Sharing ZFS filesystems .
Setting up zfs-zed (2.1.11-1+deb12u1) ...
Starting ZFS Event Daemon .
root@devuan:/home/freeartist-devuan# zpool list
no pools available
root@devuan:/home/freeartist-devuan#</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Wed, 23 Apr 2025 23:01:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=55403#p55403</guid>
		</item>
		<item>
			<title><![CDATA[Re: zfsutils-linux install error]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=55401#p55401</link>
			<description><![CDATA[<p>This shit replace open-rc with sysv-rc fu#@k</p><p>UPD<br />after rebooting and installing openrc all good now</p><p>Is here safe way to install zfz with open-rc init?</p><div class="codebox"><pre class="vscroll"><code>root@devuan:/home/freeartist-devuan# apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libnvpair3linux libuutil3linux libzfs4linux libzpool5linux
Use &#039;sudo apt autoremove&#039; to remove them.
0 upgraded, 0 newly installed, 0 to remove and 91 not upgraded.
root@devuan:/home/freeartist-devuan# sudo apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  libnvpair3linux libuutil3linux libzfs4linux libzpool5linux
0 upgraded, 0 newly installed, 4 to remove and 91 not upgraded.
After this operation, 5,260 kB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 301619 files and directories currently installed.)
Removing libzpool5linux (2.1.11-1+deb12u1) ...
Removing libzfs4linux (2.1.11-1+deb12u1) ...
Removing libnvpair3linux (2.1.11-1+deb12u1) ...
Removing libuutil3linux (2.1.11-1+deb12u1) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
root@devuan:/home/freeartist-devuan# apt --fix-broken install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 91 not upgraded.
root@devuan:/home/freeartist-devuan# apt install linux-headers-$(uname -r) linux-image-amd64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
linux-headers-6.1.0-33-amd64 is already the newest version (6.1.133-1).
linux-headers-6.1.0-33-amd64 set to manually installed.
linux-image-amd64 is already the newest version (6.1.133-1).
0 upgraded, 0 newly installed, 0 to remove and 91 not upgraded.
root@devuan:/home/freeartist-devuan# apt install  kmod zfsutils-linux zfs-dkms zfs-zed
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
kmod is already the newest version (30+20221128-1).
zfs-dkms is already the newest version (2.1.11-1+deb12u1).
The following packages were automatically installed and are no longer required:
  libeinfo1 librc1
Use &#039;sudo apt autoremove&#039; to remove them.
The following additional packages will be installed:
  libnvpair3linux libuutil3linux libzfs4linux libzpool5linux sysv-rc
Suggested packages:
  nfs-kernel-server samba-common-bin zfs-initramfs | zfs-dracut
The following packages will be REMOVED:
  openrc
The following NEW packages will be installed:
  libnvpair3linux libuutil3linux libzfs4linux libzpool5linux sysv-rc zfs-zed zfsutils-linux
0 upgraded, 7 newly installed, 1 to remove and 91 not upgraded.
Need to get 0 B/2,247 kB of archives.
After this operation, 5,462 kB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
root@devuan:/home/freeartist-devuan# </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Wed, 23 Apr 2025 22:46:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=55401#p55401</guid>
		</item>
		<item>
			<title><![CDATA[zfsutils-linux install error]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=55398#p55398</link>
			<description><![CDATA[<div class="codebox"><pre class="vscroll"><code>freeartist-devuan@devuan:~$ sudo apt install zfsutils-linux
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  glib-networking:i386 gstreamer1.0-x:i386 libaa1:i386 libavc1394-0:i386 libavcodec59:i386 libavutil57:i386 libcairo-gobject2:i386 libcodec2-1.0:i386 libdv4:i386 libeinfo1
  libgdk-pixbuf-2.0-0:i386 libgomp1:i386 libgsm1:i386 libgudev-1.0-0:i386 libhwy1:i386 libiec61883-0:i386 libjxl0.7:i386 liblcms2-2:i386 libncurses6:i386 libopenjp2-7:i386 libproxy1v5:i386
  libraw1394-11:i386 librc1 librsvg2-2:i386 librsvg2-common:i386 libshine3:i386 libshout3:i386 libsnappy1v5:i386 libsoup2.4-1:i386 libsoxr0:i386 libspeex1:i386 libspeexdsp1:i386
  libsqlite3-0:i386 libsvtav1enc1:i386 libswresample4:i386 libtag1v5:i386 libtag1v5-vanilla:i386 libtwolame0:i386 libvdpau-va-gl1:i386 libvdpau1:i386 libvpx7:i386 libwavpack1:i386
  libwebpmux3:i386 libx264-164:i386 libxv1:i386 libxvidcore4:i386 libzvbi0:i386 mesa-vdpau-drivers:i386 vdpau-driver-all:i386
Use &#039;sudo apt autoremove&#039; to remove them.
The following additional packages will be installed:
  libnvpair3linux libuutil3linux libzfs4linux libzpool5linux sysv-rc zfs-dkms zfs-zed
Suggested packages:
  nfs-kernel-server samba-common-bin zfs-initramfs | zfs-dracut
The following packages will be REMOVED:
  openrc
The following NEW packages will be installed:
  libnvpair3linux libuutil3linux libzfs4linux libzpool5linux sysv-rc zfs-dkms zfs-zed zfsutils-linux
0 upgraded, 8 newly installed, 1 to remove and 86 not upgraded.
Need to get 4,551 kB of archives.
After this operation, 23.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://deb.devuan.org/merged daedalus/main amd64 sysv-rc all 3.06-4devuan3 [37.8 kB]
Get:2 http://deb.devuan.org/merged daedalus/contrib amd64 zfs-dkms all 2.1.11-1+deb12u1 [2,305 kB]
Get:3 http://deb.devuan.org/merged daedalus/contrib amd64 libnvpair3linux amd64 2.1.11-1+deb12u1 [58.5 kB]                                                                                   
Get:4 http://deb.devuan.org/merged daedalus/contrib amd64 libuutil3linux amd64 2.1.11-1+deb12u1 [51.5 kB]                                                                                    
Get:5 http://deb.devuan.org/merged daedalus/contrib amd64 libzfs4linux amd64 2.1.11-1+deb12u1 [233 kB]                                                                                       
Get:6 http://deb.devuan.org/merged daedalus/contrib amd64 libzpool5linux amd64 2.1.11-1+deb12u1 [1,288 kB]                                                                                   
Get:7 http://deb.devuan.org/merged daedalus/contrib amd64 zfsutils-linux amd64 2.1.11-1+deb12u1 [502 kB]                                                                                     
Get:8 http://deb.devuan.org/merged daedalus/contrib amd64 zfs-zed amd64 2.1.11-1+deb12u1 [75.9 kB]                                                                                           
Fetched 4,551 kB in 12s (368 kB/s)                                                                                                                                                           
Preconfiguring packages ...
dpkg: openrc: dependency problems, but removing anyway as you requested:
 sysvinit-core depends on sysv-rc | openrc | file-rc; however:
  Package sysv-rc is not installed.
  Package openrc is to be removed.
  Package file-rc is not installed.
 initscripts depends on sysv-rc | file-rc | openrc; however:
  Package sysv-rc is not installed.
  Package file-rc is not installed.
  Package openrc is to be removed.

(Reading database ... 300771 files and directories currently installed.)
Removing openrc (0.45.2-2+deb12u1) ...
Selecting previously unselected package sysv-rc.
(Reading database ... 300648 files and directories currently installed.)
Preparing to unpack .../0-sysv-rc_3.06-4devuan3_all.deb ...
Unpacking sysv-rc (3.06-4devuan3) ...
Selecting previously unselected package zfs-dkms.
Preparing to unpack .../1-zfs-dkms_2.1.11-1+deb12u1_all.deb ...
Unpacking zfs-dkms (2.1.11-1+deb12u1) ...
Selecting previously unselected package libnvpair3linux.
Preparing to unpack .../2-libnvpair3linux_2.1.11-1+deb12u1_amd64.deb ...
Unpacking libnvpair3linux (2.1.11-1+deb12u1) ...
Selecting previously unselected package libuutil3linux.
Preparing to unpack .../3-libuutil3linux_2.1.11-1+deb12u1_amd64.deb ...
Unpacking libuutil3linux (2.1.11-1+deb12u1) ...
Selecting previously unselected package libzfs4linux.
Preparing to unpack .../4-libzfs4linux_2.1.11-1+deb12u1_amd64.deb ...
Unpacking libzfs4linux (2.1.11-1+deb12u1) ...
Selecting previously unselected package libzpool5linux.
Preparing to unpack .../5-libzpool5linux_2.1.11-1+deb12u1_amd64.deb ...
Unpacking libzpool5linux (2.1.11-1+deb12u1) ...
Selecting previously unselected package zfsutils-linux.
Preparing to unpack .../6-zfsutils-linux_2.1.11-1+deb12u1_amd64.deb ...
Unpacking zfsutils-linux (2.1.11-1+deb12u1) ...
Selecting previously unselected package zfs-zed.
Preparing to unpack .../7-zfs-zed_2.1.11-1+deb12u1_amd64.deb ...
Unpacking zfs-zed (2.1.11-1+deb12u1) ...
Setting up libnvpair3linux (2.1.11-1+deb12u1) ...
Setting up zfs-dkms (2.1.11-1+deb12u1) ...
Loading new zfs-2.1.11 DKMS files...
Building for 6.1.0-31-amd64
Building initial module for 6.1.0-31-amd64
Done.

zavl.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.1.0-31-amd64/updates/dkms/

znvpair.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.1.0-31-amd64/updates/dkms/

zunicode.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.1.0-31-amd64/updates/dkms/

zcommon.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.1.0-31-amd64/updates/dkms/

zfs.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.1.0-31-amd64/updates/dkms/

icp.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.1.0-31-amd64/updates/dkms/

zlua.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.1.0-31-amd64/updates/dkms/

spl.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.1.0-31-amd64/updates/dkms/

zzstd.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/6.1.0-31-amd64/updates/dkms/
depmod....
Setting up sysv-rc (3.06-4devuan3) ...
Setting up libuutil3linux (2.1.11-1+deb12u1) ...
Setting up libzfs4linux (2.1.11-1+deb12u1) ...
Setting up libzpool5linux (2.1.11-1+deb12u1) ...
Setting up zfsutils-linux (2.1.11-1+deb12u1) ...
insmod /lib/modules/6.1.0-31-amd64/updates/dkms/spl.ko 
insmod /lib/modules/6.1.0-31-amd64/updates/dkms/znvpair.ko 
insmod /lib/modules/6.1.0-31-amd64/updates/dkms/zcommon.ko 
insmod /lib/modules/6.1.0-31-amd64/updates/dkms/icp.ko 
insmod /lib/modules/6.1.0-31-amd64/updates/dkms/zavl.ko 
insmod /lib/modules/6.1.0-31-amd64/updates/dkms/zlua.ko 
insmod /lib/modules/6.1.0-31-amd64/updates/dkms/zzstd.ko 
insmod /lib/modules/6.1.0-31-amd64/updates/dkms/zunicode.ko 
insmod /lib/modules/6.1.0-31-amd64/updates/dkms/zfs.ko 
/usr/sbin/invoke-rc.d: 542: rc-service: not found
invoke-rc.d: initscript zfs-import, action &quot;start&quot; failed.
dpkg: error processing package zfsutils-linux (--configure):
 installed zfsutils-linux package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of zfs-zed:
 zfs-zed depends on zfsutils-linux (&gt;= 2.1.11-1+deb12u1); however:
  Package zfsutils-linux is not configured yet.

dpkg: error processing package zfs-zed (--configure):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for initramfs-tools (0.142+deb12u1) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-31-amd64
Errors were encountered while processing:
 zfsutils-linux
 zfs-zed
E: Sub-process /usr/bin/dpkg returned an error code (1)
freeartist-devuan@devuan:~$ </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (deepforest)]]></author>
			<pubDate>Wed, 23 Apr 2025 21:54:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=55398#p55398</guid>
		</item>
	</channel>
</rss>
