Welcome! Log In Create A New Profile

Advanced

Debian on Zyxel NAS326

Posted by Kirsch 
Re: Debian on Zyxel NAS326
January 22, 2020 04:40AM
Proceeded with linux-4.9.0-mvebu-tld-12-bodhi.tar.bz2
Update successfull.
root@debian:~# uname -a
Linux debian 4.9.0-mvebu-tld-12 #2 SMP PREEMPT Wed Feb 1 02:31:29 PST 2017 armv7l GNU/Linux

Still no network.
ping 192.168.1.25
PING 192.168.1.25 (192.168.1.25) 56(84) bytes of data.
64 bytes from 192.168.1.25: icmp_seq=1 ttl=64 time=0.042 ms

root@debian:~# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.25 icmp_seq=1 Destination Host Unreachable
Re: Debian on Zyxel NAS326
January 22, 2020 04:44AM
bodhi Wrote:
-------------------------------------------------------
> vadim,
>
> To summarize: at home network works OK, but at
> work with this TP-Link router it does not?
>
> Could it be a IP address block restriction in the
> router setting?
>
> I guess we should try the latest kernel to see if
> any difference. I will come back and post the env
> change to boot
> linux-5.3.5-mvebu-tld-1-bodhi.tar.bz2

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Zyxel NAS326
January 22, 2020 04:47AM
To summarize: at home network works OK, but at work with this TP-Link router it does not?
Yes.

Could it be a IP address block restriction in the router setting?
No, stockOs loads ok and receives IP by DHCP. I can navigate by browser http://stockdhcpip

I can use IP by cross cable between my PC and NAS. Bodhi debian works like intended.
I can switch my PC from wi-fi to wired and TP-Link works alright.

I think TCP/IP stack is fine. Something wrong on lower levels of OSI with router and usb-debian.

And still I had not heard of any problem from my colleagues and guest wi-fi users.



Edited 1 time(s). Last edit at 01/22/2020 04:54AM by vadim.
Re: Debian on Zyxel NAS326
January 22, 2020 12:48PM
vadim,

Please take look at the kernel upgrade instruction here and let me know if you have any question:

https://forum.doozan.com/read.php?2,88619,94989#msg-94989

My box u-boot envs have changed quite a bit, so I can't test this exact instruction on top of the original installation steps.

You are the tester :)

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 2 time(s). Last edit at 01/22/2020 02:36PM by bodhi.
Re: Debian on Zyxel NAS326
January 23, 2020 12:46AM
Followed your instructions literally.

root@debian:~# uname -a
Linux debian 5.3.5-mvebu-tld-1 #1.0 SMP PREEMPT Tue Oct 8 21:03:08 PDT 2019 armv7l GNU/Linux

root@debian:~# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.364 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.277 ms

Long live bodhi!!!

Thanks a lot for making me study. I got a strong interest in arm devices now.
Re: Debian on Zyxel NAS326
January 23, 2020 03:31AM
vadim,

Cool :) I'm glad that solved the problem. Thanks for testing the upgrade instruction!

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Zyxel NAS326
January 23, 2020 03:45AM
I upgraded debian, installed mdadm, mounted raid1.
The box already installed to rack.
Already copying backups with scp under sshpass.

Sorry to fail boot log. screen -L -Logfile file left no file.
Then I was overwhelmed and proceeded with hard disks and
my fellow admin assembled the box and carried it away.
Can post dmesg here if it's useful.

Download speed is ok. Perfect poor man's solution.
Thanks Zyxel but no thanks.
The box might be more friendly and ready for tweaks.
Thanks go to bodhi and all forum's members for sharing knowledge.

"And in the end, the love you take is equal to the love you make."
Re: Debian on Zyxel NAS326
January 23, 2020 08:52PM
vadim,


> I upgraded debian, installed mdadm, mounted
> raid1.
> The box already installed to rack.
> Already copying backups with scp under sshpass.
>
> Sorry to fail boot log. screen -L -Logfile file
> left no file.
> Then I was overwhelmed and proceeded with hard
> disks and
> my fellow admin assembled the box and carried it
> away.
> Can post dmesg here if it's useful.
>
> Download speed is ok. Perfect poor man's
> solution.
> Thanks Zyxel but no thanks.
> The box might be more friendly and ready for
> tweaks.
> Thanks go to bodhi and all forum's members for
> sharing knowledge.
>
> "And in the end, the love you take is equal to the
> love you make."

Proud to hear my works being used in productive environment :) awesome!

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Zyxel NAS326
February 25, 2020 04:56AM
vadim Wrote:
-------------------------------------------------------
> I upgraded debian, installed mdadm, mounted
> raid1.

I'm really having a hard time to setup the raid with debian. Every time the whole /dev/sdb device gets lost after touching anything with /dev/sdb (lsblk).
For example: even if I'll try to mount the Zyxel array it takes pretty long and afterwards the /dev/sdb is lost until reboot.
Operations on /dev/sda is not a problem.
I've switched the disks already and on the stock firmware it runs without a problem.

Any help on that would be appreciated.
Re: Debian on Zyxel NAS326
February 25, 2020 07:50AM
The discs /dev/sda and /dev/sdb are only physical devices. While they are connected and operational lsblk must show them no matter what. Troubles may begin when you would try to mount them for example.
I would look at full dmesg log for starters.

>>dmesg > /dmesg.txt
>>poweroff

Move the file from usb-stick to your computer and attach to the post.
Re: Debian on Zyxel NAS326
August 08, 2020 09:25AM
Hi guys,

I have had a power outage so I was thinking if it is possible to add the "always power on" mode like the original ZyxelOS does. I found in this topic the following command:

/usr/sbin/i2cset -y 0x0 0x0a 0x0a 0x0107 w


Am I right if I add this to rc.local the device will automatically turn on when power comes back? Currently I only added the WOL command (/usr/sbin/i2cset -y 0x0 0xa 0xa 0x0006 w), it is working but it would much easier like this and I also don't want to test a power outage if not neccessary :)
Re: Debian on Zyxel NAS326
August 08, 2020 10:09AM
You probably want to add something to disable it for a shutdown/halt (unless this wouldn’t affect that)

I’m doing something very similar for a different device:
https://github.com/1000001101000/Debian_on_Buffalo/blob/master/Tools/rtc_restart.sh

For systemd the script is placed in /lib/systemd/system-shutdown/ and then systemd passes restart/shutdown/halt/kexec to it as needed. I assume you can do something similar is the appropriate rc* script.
Re: Debian on Zyxel NAS326
August 08, 2020 05:14PM
cyraxxx,

> the original ZyxelOS does. I found in this topic
> the following command:
>
> /usr/sbin/i2cset -y 0x0 0x0a 0x0a 0x0107 w
>

Very nice! I forgot about this, could you post the link.


> Am I right if I add this to rc.local the device
> will automatically turn on when power comes back?

Yes. This probably disabled the Power button mechanism.

> I also don't want to test a power outage if not
> neccessary :)

I think it is safe to test this. i2c is a standard mechanism for these Zyxel boxes to control things like this. But you should remove all the disk drives (USB and HDD). And then create another USB with the basic rootfs. Boot with this test USB.

This capability is something everybody who has the box running in a remote location wants to have. So it is very worthwhile to spend time testing it for yourself. If you have your box running 24/7 and cannot take it off-line, then let me know I will find sometime to test it! My NAS326 box is at a remote location, but I don't want open port to tunnel in at that place.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 08/08/2020 05:16PM by bodhi.
Re: Debian on Zyxel NAS326
August 09, 2020 05:41AM
Hi,

It is running 7/24 but I can access, so I will try. I just wanted to avoid the mentioned things (take off hdds, etc) as I am lazy and if someone already tried, it is easier :D

In this case I will do the tests of power outage and report back.

The commands can be found in the WOL post which is linked in the first post :) ( https://forum.doozan.com/read.php?2,27108,91509#msg-91509 )

@1000001101000 thanks for the tip, really useful, I will try to implement if the above command is working. But TBH in my case a simple workaround can be enough as I never shut it down ( if I want to normally shutdown, delete the command from rc.local reboot then shutdown ) -> but I will create the complete solution maybe others will benefit.
Re: Debian on Zyxel NAS326
August 09, 2020 03:54PM
cyraxxx,

> The commands can be found in the WOL post which is
> linked in the first post :) (
> https://forum.doozan.com/read.php?2,27108,91509#msg-91509
> )

Ah :) I overlooked that part.

> I will
> create the complete solution maybe others will
> benefit.

That would be nice! you could create a script (that runs in rc.local ) that exports an alias command to set an env or create an empty file somewhere. That env or file would be an indicator that you want to keep the Power always on. You can also run it at command line. Something simliar to the set_persistent_mac_address script that I included in the latest rootfs Debian-5.2.9-mvebu-tld-1-rootfs-bodhi.tar.bz2.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Zyxel NAS326
August 09, 2020 05:07PM
@cyraxxx
In the case of the Buffalo NAS devices most won’t reboot without sending a code to the RTC, on-board microcontroller or triggering the WOL interrupt. Since they would otherwise poweroff I had a strong motivation to figure out how to manage the shutdown/restart scripts. For devices that reboot by default this is less important, though a clean shutdown is nice when moving a device or replacing disks/etc.
Re: Debian on Zyxel NAS326
August 18, 2020 05:40PM
I have had a couple hours to run some tests, so here are the results. As 030theo found out, there are 4 I2C commands which manages the WOL and the power-loss events.
As I don't know almost nothing about I2C buses, I tried to figure out some logic based on testing the commands. The tests were running on a fresh 5.2.9 rootfs without any modification/installation. First I typed the commands then added to rc.local, then started with a poweroff (then test plug out/plug in and WOL), then again (to see if reboot affects), then after two "sync" commands a simple plug out/plug in, then the same without sync. And after all these, one last poweroff test.

Maybe I could create a script, but that would be unnecessary as they are very easy to add simply to rc.local and they are only for NAS326, not a universal solution. Also if you poweroff the device with "poweroff" command, it won't power itself up again even if you plug out/plug in after poweroff so don't need to use @1000001101000 method.

[WOL ONLY]
So, in case you want only WOL, add to rc.local :
/usr/sbin/i2cset -y 0x0 0xa 0xa 0x0006 w (ENABLE WOL)
/usr/sbin/i2cset -y 0x0 0x0a 0x0a 0x0007 w (DISABLE AUTO-RESUME)

[WOL + AUTO RESUME]
If you want WOL + auto turn on after power loss:
/usr/sbin/i2cset -y 0x0 0xa 0xa 0x0006 w (ENABLE WOL)
/usr/sbin/i2cset -y 0x0 0x0a 0x0a 0x0107 w (ENABLE AUTO RESUME)

[ONLY AUTO RESUME]
If you don't want WOL, just auto turn on after power loss:
/usr/sbin/i2cset -y 0x0 0xa 0xa 0x0306 w (DISABLE WOL)
/usr/sbin/i2cset -y 0x0 0x0a 0x0a 0x0107 w (ENABLE AUTO RESUME)

The strange part for me is both commands instructs the same I2C address, so I needed some time to figure out the way of working. If somebody could also run some tests to verify these results, that would be great.
Re: Debian on Zyxel NAS326
August 18, 2020 06:44PM
cyraxxx,

Cool! Thanks for the tests.

> Maybe I could create a script, but that would be
> unnecessary as they are very easy to add simply to
> rc.local and they are only for NAS326, not a
> universal solution.

Sure. Most of the time they are something we would activate once and forget, until we want to change them again which is rare.

> Also if you poweroff the
> device with "poweroff" command, it won't power
> itself up again even if you plug out/plug in after
> poweroff so don't need to use @1000001101000
> method.

This is good to know. So shutdown will activate the Power button default behavior again.

> The strange part for me is both commands instructs
> the same I2C address

That indicates the value is a 32-bit bitmask. Setting the value at that location would turn on or off some bits in the bitmask.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Zyxel NAS326
October 11, 2020 03:18AM
030theo,

Sorry I forgot about this, but I've added this finding to the Wiki

Quote

Sensors & Fan & WOL

OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package
OWFS & Motion Detection (external link)
How to control GPIO in Linux userspace for GPIO-enable fan
Zyxel NSA 310S/320S/325/326 CPU Temperature and Fan Speed reading
Zyxel NAS326 WOL
Zyxel NAS326 Auto-Power Up

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 10/11/2020 03:29AM by bodhi.
Re: Debian on Zyxel NAS326
October 11, 2020 03:27AM
cyraxxx,

> I have had a couple hours to run some tests, so
> here are the results. As 030theo found out, there
> are 4 I2C commands which manages the WOL and the
> power-loss events.
> As I don't know almost nothing about I2C buses, I
> tried to figure out some logic based on testing
> the commands. The tests were running on a fresh
> 5.2.9 rootfs without any
> modification/installation. First I typed the
> commands then added to rc.local, then started with
> a poweroff (then test plug out/plug in and WOL),
> then again (to see if reboot affects), then after
> two "sync" commands a simple plug out/plug in,
> then the same without sync. And after all these,
> one last poweroff test.
>
> Maybe I could create a script, but that would be
> unnecessary as they are very easy to add simply to
> rc.local and they are only for NAS326, not a
> universal solution. Also if you poweroff the
> device with "poweroff" command, it won't power
> itself up again even if you plug out/plug in after
> poweroff so don't need to use @1000001101000
> method.
>
> [WOL ONLY]
> So, in case you want only WOL, add to rc.local :
> /usr/sbin/i2cset -y 0x0 0xa 0xa 0x0006 w (ENABLE
> WOL)
> /usr/sbin/i2cset -y 0x0 0x0a 0x0a 0x0007 w
> (DISABLE AUTO-RESUME)
>
> [WOL + AUTO RESUME]
> If you want WOL + auto turn on after power loss:
> /usr/sbin/i2cset -y 0x0 0xa 0xa 0x0006 w (ENABLE
> WOL)
> /usr/sbin/i2cset -y 0x0 0x0a 0x0a 0x0107 w (ENABLE
> AUTO RESUME)
>
> [ONLY AUTO RESUME]
> If you don't want WOL, just auto turn on after
> power loss:
> /usr/sbin/i2cset -y 0x0 0xa 0xa 0x0306 w (DISABLE
> WOL)
> /usr/sbin/i2cset -y 0x0 0x0a 0x0a 0x0107 w (ENABLE
> AUTO RESUME)
>
> The strange part for me is both commands instructs
> the same I2C address, so I needed some time to
> figure out the way of working. If somebody could
> also run some tests to verify these results, that
> would be great.

Up in the Wiki (better late than never :)

Quote

Sensors & Fan & WOL

OWFSPlug : 1-Wire File System + Motion Detection Software in a NAND Package
OWFS & Motion Detection (external link)
How to control GPIO in Linux userspace for GPIO-enable fan
Zyxel NSA 310S/320S/325/326 CPU Temperature and Fan Speed reading
Zyxel NAS326 WOL
Zyxel NAS326 Auto-Power Up
Zyxel NAS326 WOL and Auto-Power Up I2C commands

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Zyxel NAS326
October 11, 2020 10:25AM
Quote

(better late than never :)

Haha, exactly :D
Re: Debian on Zyxel NAS326
December 17, 2021 11:12PM
I had a bad block on mtd4 that was skipped during nandwrite

I looked over these instructions and came up with this process

So far every time I've attempted to update to the latest firmware (as of today's date). My zyxel soft bricks. I can get it to boot a custom debian, but idk if I have bad

https://forum.doozan.com/read.php?3,85949
https://forum.doozan.com/read.php?2,27108,page=9
#restore 
		
	#wipe/write
		flash_eraseall /dev/mtd3
		flash_eraseall /dev/mtd4
		flash_eraseall /dev/mtd5
		flash_eraseall /dev/mtd6

		flash_erase /dev/mtd4 0 20
		flash_erase /dev/mtd3 0 20
		flash_erase /dev/mtd5 0 20
		flash_erase /dev/mtd6 0 20

		cat /proc/mtd

		nandwrite /dev/mtd3 mtd3
		nandwrite /dev/mtd4 mtd4
		nandwrite /dev/mtd5 mtd5
		nandwrite /dev/mtd6 mtd6


https://linuxlink.timesys.com/docs/wiki/engineering/HOWTO_Use_MTD
https://forum.doozan.com/read.php?3,16789,16789#msg-16789

I'm getting a message about "the interface egiga1 is down or unusable"

/ # ifconfig
egiga0 Link encap:Ethernet HWaddr BC:99:11:06:14:DA
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:532
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:193

Is there a way I can flash the latest fw now that I have busybox up?
Re: Debian on Zyxel NAS326
December 17, 2021 11:29PM
nevermind. After getting the serial attached and debian... and the busted flash from earlier... it recognized the usb attached to the back with the latest firmware

https://community.zyxel.com/en/discussion/5948/nas326-firmware-upgrade/p2

NAS326_V5.21(AAZF.10)C0
Re: Debian on Zyxel NAS326
December 18, 2021 01:13AM
thistleknot,

Can you post a summary where you are at, and what would like to do next?

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Zyxel NAS326
December 18, 2021 06:59AM
I'm fully up and running now.


What I was hoping to do was build zfs so I can use features available in zfs 0.8+ (class allocation, zfs ddt on vdev's)

I think that's more of a linux question though. I found headers

http://armbian.tnahosting.net/apt/pool/main/l/linux-5.15.5-mvebu/

but dkms doesn't build the zfs module for insmod

I'm also interested if there is a way to boot from usb3 as opposed to usb2

Looks like the kernel needs to be built with zfs kernel modules...



Edited 3 time(s). Last edit at 12/18/2021 11:14AM by thistleknot.
Re: Debian on Zyxel NAS326
December 18, 2021 04:27PM
thistleknot,

> I'm fully up and running now.

Cool!

> What I was hoping to do was build zfs so I can use
> features available in zfs 0.8+ (class allocation,
> zfs ddt on vdev's)
>
> I think that's more of a linux question though. I
> found headers
>
> http://armbian.tnahosting.net/apt/pool/main/l/linux-5.15.5-mvebu/
>
> but dkms doesn't build the zfs module for insmod

This box does not have enough memory to run ZFS (iirc, it needs about 2 GB RAM). And ZFS does not provide armv5te builds. So I'd say it might be wise not to spend too much time to make it built.

> I'm also interested if there is a way to boot from
> usb3 as opposed to usb2

I have not revisited this topic for quite a long time, but I thought it might be possible with more research (finding some clues in the GPL source).

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)



Edited 1 time(s). Last edit at 12/18/2021 04:28PM by bodhi.
Re: Debian on Zyxel NAS326
December 18, 2021 05:42PM
I'm using zfs-fuse which is unfortunately built on 0.7.4

there are ways to limit the ram usage

example

limit arc
https://blog.programster.org/zfs-on-linux-running-out-of-memory
#256MB
#268435456
echo "options zfs zfs_arc_max=268435456" | sudo tee -a /etc/modprobe.d/zfs.conf

check arc
#https://superuser.com/questions/1137416/how-can-i-determine-the-current-size-of-the-arc-in-zfs-and-how-does-the-arc-rel
cat /proc/spl/kstat/zfs/arcstats

you can build zfs from their git, but you have to have the kernel support it? idk. I'm kind of lost on it. I do know there is a sid build for armhf for debian... but it still would halt on the missing dkms module. dkms-zfs failed everytime.

So... I'm just using zfs-fuse without the ddt (there is a way to use a disk for ddt as opposed to ram).
Re: Debian on Zyxel NAS326
December 18, 2021 06:31PM
thistleknot,

> there are ways to limit the ram usage
>
> example
>
> limit arc
> https://blog.programster.org/zfs-on-linux-running-out-of-memory
> #256MB
> #268435456
> echo "options zfs zfs_arc_max=268435456" | sudo
> tee -a /etc/modprobe.d/zfs.conf
>
> check arc
> #https://superuser.com/questions/1137416/how-can-i-determine-the-current-size-of-the-arc-in-zfs-and-how-does-the-arc-rel
> cat /proc/spl/kstat/zfs/arcstats

Good to know!

> you can build zfs from their git, but you have to
> have the kernel support it? idk. I'm kind of
> lost on it. I do know there is a sid build for
> armhf for debian...

Right, I has mixed up the Kirkwood SoC (armv5te) and this Armada 380 (armhf)! it does have armhf build.

- but it still would halt on the
> missing dkms module. dkms-zfs failed everytime.
>
> So... I'm just using zfs-fuse without the ddt
> (there is a way to use a disk for ddt as opposed
> to ram).

OK. Let me take a look deeper and let you know.

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Zyxel NAS326
December 18, 2021 06:52PM
> you can build zfs from their git, but you have to
> have the kernel support it? idk. I'm kind of
> lost on it. I do know there is a sid build for
> armhf for debian...

OK, so looks like the solution is OpenZFS in userland. The kernel is not needed to do anything.

You would install a few packages in Debian to use it. Such as:

https://packages.debian.org/bullseye/zfs-dkms

And if I search for all zfs related Debian packages

https://packages.debian.org/search?keywords=zfs&searchon=names&suite=stable&section=all

I got:


Quote

Package golang-go-zfs-dev
bullseye (stable) (golang): Go library for ZFS manipulation
2.1.1.49.gf784269-1: all
Package libguestfs-zfs
bullseye (stable) (libs): guest disk image management system - ZFS support
1:1.44.0-2: amd64 i386
Package libpam-zfs
bullseye (stable) (admin): PAM module for managing encryption keys for ZFS [contrib]
2.0.3-9: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
Package libvirt-daemon-driver-storage-zfs
bullseye (stable) (admin): Virtualization daemon ZFS storage driver
7.0.0-3: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
Package libzfs4linux
bullseye (stable) (libs): OpenZFS filesystem library for Linux [contrib]
2.0.3-9: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
Package libzfsbootenv1linux
bullseye (stable) (libs): OpenZFS filesystem library for Linux [contrib]
2.0.3-9: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
Package libzfslinux-dev
bullseye (stable) (libdevel): OpenZFS filesystem development files for Linux [contrib]
2.0.3-9: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
Package python3-pyzfs
bullseye (stable) (python): wrapper for libzfs_core C library [contrib]
2.0.3-9: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
Package pyzfs-doc
bullseye (stable) (doc): wrapper for libzfs_core C library (documentation) [contrib]
2.0.3-9: all
Package zfs-auto-snapshot
bullseye (stable) (utils): ZFS automatic snapshot service [contrib]
1.2.4-2: all
Package zfs-dkms
bullseye (stable) (kernel): OpenZFS filesystem kernel modules for Linux [contrib]
2.0.3-9: all
Package zfs-dracut
bullseye (stable) (kernel): OpenZFS root filesystem capabilities for Linux - dracut [contrib]
2.0.3-9: all
Package zfs-fuse
bullseye (stable) (otherosfs): ZFS on FUSE
0.7.0-21: amd64 armel armhf i386 ppc64el
Package zfs-initramfs
bullseye (stable) (kernel): OpenZFS root filesystem capabilities for Linux - initramfs [contrib]
2.0.3-9: all
Package zfs-test
bullseye (stable) (admin): OpenZFS test infrastructure and support scripts [contrib]
2.0.3-9: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
Package zfs-zed
bullseye (stable) (admin): OpenZFS Event Daemon [contrib]
2.0.3-9: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
Package zfsnap
bullseye (stable) (admin): Automatic snapshot creation and removal for ZFS
1.11.1-5.1: all
Package zfsutils-linux
bullseye (stable) (admin): command-line tools to manage OpenZFS filesystems [contrib]
2.0.3-9: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x

-bodhi
===========================
Forum Wiki
bodhi's corner (buy bodhi a beer)
Re: Debian on Zyxel NAS326
December 18, 2021 08:56PM
the problem I get is

Module zfs not found in directory /lib/modules/5.15.15...
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: