steini84

Community Developer
  • Posts

    434
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by steini84

  1. 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
  2. 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
  3. 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
  4. 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?
  5. 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
  6. Completely forgot to post it there Sent from my iPhone using Tapatalk
  7. You are the man! Thanks Sent from my iPhone using Tapatalk
  8. Hey guys/gals I checked my syslog today and saw that it´s getting spammed with this message: Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339Jul 11 10:32:34 Unraid rc.diskinfo[8219]: PHP Warning: strpos(): Empty needle in /etc/rc.d/rc.diskinfo on line 339 Did a fresh reset, but it´s still there. Any idea what it could be? Diagnostics attached Thanks [emoji4] unraid-diagnostics-20170711-1025.zip
  9. 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
  10. 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
  11. Yes Sent from my iPhone using Tapatalk
  12. Sorry about that. Did not know it had been integrated in the GUI. Sent from my iPhone using Tapatalk
  13. Unraid a incredibly safe as an appliance if you only use the GUI. However I have been messing with it since 2010 (4.7 if I remember correctly) and never had any catastrophes (like data loss). Still using the original setup, only with additions over the years.. and some dead drives that all rebuilt correctly Sent from my iPhone using Tapatalk
  14. Yeah was thinking via /boot/config/smb-extra.conf for samba. Don't remember what the way for samba is. But this is all pretty advanced if people are only used to GUIs. Pleas be careful when playing and don't run with scissors Sent from my iPhone using Tapatalk
  15. There is no GUI tie in at all so screen shots won't show anything different. It would be a really ambitious project to add all that to the GUI and I can't see myself do it. If anyone want to tackle that they are welcome to use my builds and or build scripts. But maybe limetech will add zfs natively.. doubt it though Sent from my iPhone using Tapatalk
  16. Yeah you could do that. Basically it allows you to have one or more zfs pools on your server independent from your unraid protected drives. My use case is three ssd drives in a raidz-1 for my vms and docker with automatic snapshots. I also replicate my pool to a 3tb external drive that I also rsync my most important data to daily (and snapshot on the USB drive) It's so independent that it does not integrate at all into unraid shares, dashboard etc, so if you want to export your pools to nfs or samba you need to do it manually.
  17. No, I don't have seen what improvements a GUI would bring, what were you thinking about? zpool status, pool creation or something else? Sent from my iPhone using Tapatalk
  18. The plugin is updated for 6.3.2 There were some links broken in the build file, but you can try my Build script
  19. I can build it for 6.3.2 tomorrow and will let you know if I run into the same problem. Sent from my iPhone using Tapatalk
  20. You need to manually crate the share since unraid does not integrate with ZFS by default. I guess via smb.conf - maybe you will find something in the documentation. Sent from my iPhone using Tapatalk
  21. Good that you figured it out, but a better way would be to add a mountpoint. Normally ZFS pools are mounted automatically on the root of the file system - for example a pool named tank is mounted at /tank To easily use it in unraid you would want to mount it under /mnt/tank You can do that with zfs set mountpoint=/mnt/tank tank Read more here -> http://docs.oracle.com/cd/E19253-01/819-5461/gaztn/