Everything posted by steini84
-
ZFS plugin for unRAID
I was going to wait for 6.7 final, but I can build for the RC if there is a need for that. Pa 6.6.7 works fine since it was just a update for docker that did not change the kernel Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
zpool status -x Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Updated for 6.6.6
-
ZFS plugin for unRAID
Forgot to post again but 6.6.5 is up Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Forgot to post, but updated to 6.6.3 Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Updated for 6.6.2 Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Updated for 6.6.1
-
ZFS plugin for unRAID
Yeah a mistake on my part, It was a dependency problem that was not connected at all with headers. Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Updated for 6.6.0
-
ZFS plugin for unRAID
Hi. I ran into some troubles yesterday since there is not a kernel headers package available for this version of the kernel (that I found) will try something today and hopefully I’ll figure it out quickly [emoji123] Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
I ran into some problems until I moved my zfs mount folder from /SSD to /mnt/SSD I think there are some hard coded requirements that folders start with /mnt Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
This is a console only plugin that does not tie into the unraid shares. If you want the data to be shared over samba you have to manually edit the samba config. You can see the mount point of the data using zfs list Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
The plugin should import all zfs pools. But you could try manually: zpool import -a Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Updated to 6.5.3 I got a question about the source and how I build the plugin and is everything accessible here: https://raw.githubusercontent.com/Steini1984/unRAID6-ZFS/master/build.sh
-
ZFS plugin for unRAID
Updated for unRAID 6.5.1 (using zfs 0.7.8 that fixes the bug mentioned in the last post)
-
ZFS plugin for unRAID
Updated for 6.4.1
-
ZFS plugin for unRAID
It has been running perfectly for me. Will update for 6.4.1 tonight if I have time Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Updated for 6.4 with a big help from rinseaid - Thanks alot! *** In unRAID 6.4 kernel modules are kept in /boot/bzmodules and mounted under /lib/modules/ - this plugin mounts a bzmodule file that includes the zfs kernel modules and one has to take that implementation into consideration if using another plugin that uses a customized bzmodules. I experimented with mounting the modules only when loading them (and unmounting right after) and that appeared to work fine. But to be honest I do not know if it's safe and decided to keep it mounted. If someone can confirm that it's safe I can change the plugin. Now I just copy the modules and add the zfs/spl modules over it
-
ZFS plugin for unRAID
Are there any compile flags I need to add for this feature? Are you sure it's already in 0.7.2? Sent from my iPhone using Tapatalk
-
[Support] Linuxserver.io - Kodi-Headless
At least for Trakt you need a patched version of the addon that removes all gui elements. Attached is something that works for me script.trakt-patched.zip
-
[Support] Linuxserver.io - Kodi-Headless
Hi - has anyone already patched the trakt addon to work headless? Before I go all in I wanted to see if anyone already made the effort to remove all gui elements?
-
Preclear plugin
I had a problem with this plugin where my syslog would be spammed with this line: Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339 Just to let you know Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Yeah you have to import with zpool import -a, but the plugin does that on boot so every pool is auto mounted Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Updated for 6.3.5
-
ZFS plugin for unRAID
Thanks for the heads up. Did not realize that there was a new version.. but it's up now I need to update my notifications since I don't get any for version updates Also if someone wants to help me with this irritating error: "Fatal error: escapeshellarg(): Argument exceeds the allowed length of 4096 bytes in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 342" My bash file always becomes to big so I have to remove a version before I can update to a newer one. I have packages for 6.1.2 - 6.3.4 but have to remove support for older versions because of my lazy batch file