steini84

Community Developer
  • Posts

    434
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by steini84

  1. If you set the mountpoint it will be permanent Sent from my iPhone using Tapatalk
  2. Of the top of my mind you should do: zpool export pool01 zfs set mountpoint=/mnt/zfs pool01 zpool import pool01 If you run into any problems (like pool busy) pm me and I will get back to you when I'm on a computer tomorrow. Sent from my iPhone using Tapatalk
  3. It's already uploaded - just press "check for updates" in the unRAID plugin manager
  4. First of all thanks I did not even realize that 6.2.2 was out, i thought regjc01 had updated to the new 6.3 RC - I have to setup notifications when a new release is out! No worries I can compile it now and upload later tonight. About your napp-ip VM.. if you dont have a newer version of zfs that is in zfs on linux you should be able to import it no problem. The plugin tries to mount all pools on startup. Try that and if that does not work you can try zpool import -a or zpool import [poolname]
  5. I have updated the plugin for 6.3 rc3 (kernel 4.8.4) But compiling is pretty easy. Here is a rough guide for building the packages: First off download this awesome script from gfjardim wget https://gist.githubusercontent.com/gfjardim/c18d782c3e9aa30837ff/raw/224264b305a56f85f08112a4ca16e3d59d45d6be/build.sh Change this line from: LINK="https://www.kernel.org/pub/linux/kernel/v3.x/linux-${KERNEL}.tar.xz" to LINK="https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL}.tar.xz using: nano build.sh then make it executable chmod +x build.sh run it with ./build.sh answer 1, 2 & 3 with Y answer 3.1, 3.2 with N answer 3.3 with Y answer 4 and 6 with N then make the modules that are needed: cd kernel make modules Then we need to build some dependencies #Libuuid wget "http://downloads.sourceforge.net/project/libuuid/libuuid-1.0.3.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Flibuuid%2F&ts=1453068148&use_mirror=skylink" tar -xvf libuuid* cd libuuid-1.0.3 ./configure make make install #Zlib wget http://zlib.net/zlib-1.2.8.tar.gz tar -xvf zlib-1.2.8.tar.gz cd zlib-1.2.8 ./configure make make install Then we build zfs and spl First download the latest zfs and spl from zfsonlinux.org wget https://github.com/zfsonlinux/zfs/releases/download/zfs-0.6.5.8/spl-0.6.5.8.tar.gz tar -xvf spl-0.6.5.8.tar.gz cd spl-0.6.5.8 ./configure --prefix=/usr make make install DESTDIR=$(pwd)/PACKAGE cd $(pwd)/PACKAGE makepkg -l y -c n ../spl.tgz installpkg ../spl.tgz load the module depmod modprobe spl Same for zfs wget https://github.com/zfsonlinux/zfs/releases/download/zfs-0.6.5.8/zfs-0.6.5.8.tar.gz tar -xvf zfs-0.6.5.8.tar.gz cd zfs-0.6.5.8 ./configure --prefix=/usr make make install DESTDIR=$(pwd)/PACKAGE cd $(pwd)/PACKAGE makepkg -l y -c n ../zfs.tgz installpkg ../zfs.tgz depmod modprobe zfs
  6. No pain at allt. Just had a baby so I have not been keeping up with the releases. Thanks for the heads up, will compile in a few hours [emoji482] Sent from my iPhone using Tapatalk
  7. Updated to new zfs/spl to 0.6.5.8 and built for 6.2 final
  8. Well, there was a easy workaround for this. Just dont have the usb drive plugged in while the array is starting. If I connect it after the array is up there are no problems and the drive does not show up in Unassigned Devices
  9. Thanks for the awesome help, but instead of hacking something together I have 4 choices: 1 - dont let the log errors bug me (not a chance 2- Passtrough the USB disk to a VM 3- Connect the drive internally via sata 4- Connect the USB disk to my pfsense
  10. Every thirty minutes since the change Sep 13 15:48:01 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 15:48:01 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 15:48:01 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 15:48:01 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 00 00 00 00 00 00 00 00 00 00 e5 00 Sep 13 15:48:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 15:48:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 15:48:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 15:48:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 Sep 13 16:18:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 16:18:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 16:18:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 16:18:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 00 00 00 00 00 00 00 00 00 00 e5 00 Sep 13 16:18:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 16:18:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 16:18:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 16:18:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 Sep 13 16:49:01 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 16:49:01 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 16:49:01 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 16:49:01 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 00 00 00 00 00 00 00 00 00 00 e5 00 Sep 13 16:49:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 16:49:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 16:49:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 16:49:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 Sep 13 17:19:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 17:19:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 17:19:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 17:19:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 00 00 00 00 00 00 00 00 00 00 e5 00 Sep 13 17:19:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 17:19:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 17:19:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 17:19:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 Sep 13 17:50:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 17:50:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 17:50:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 17:50:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 00 00 00 00 00 00 00 00 00 00 e5 00 Sep 13 17:50:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 17:50:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 17:50:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 17:50:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 Sep 13 18:03:03 Unraid kernel: mdcmd (85): spindown 2 Sep 13 18:21:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 18:21:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 18:21:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 18:21:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 00 00 00 00 00 00 00 00 00 00 e5 00 Sep 13 18:21:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 18:21:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 18:21:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 18:21:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 Then every time the unRAID webgui is opened on pages that show any disk info.
  11. Just the native site - not using any plugins for unassigned devices
  12. Thanks for the quick reply! That worked... however, it does not seem to be the cause of the syslog spamming. Still getting these in some menus: Sep 13 15:16:57 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 15:16:57 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 15:16:57 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 15:16:57 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 20 00 00 00 00 00 00 00 00 00 00 40 e5 00 I need to figure out if I can disable Unassigned Devices or remove the drive from that list. Is there a option to no use Unassigned Devices? I think it´s built into unraid 6.2
  13. Hey guys Currently on 6.2 RC5 (but this is probably happening on other version). I attached a USB 3.0 USB drive to my server for backups, but smartctl does not work unless I manually tell it that the drive is sata (smartctl -d sat -a /dev/sda) I guess that is the reason Something is causing spam in my syslog (when any page that shows disk info in the webgui is open) Sep 13 13:17:52 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 13:17:52 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 13:17:52 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 13:17:52 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 20 00 00 00 00 00 00 00 00 00 00 40 e5 00 Sep 13 13:17:52 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 13:17:52 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 13:17:52 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 13:17:52 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 20 00 00 00 00 00 00 00 00 00 00 40 98 00 Sep 13 13:20:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 13:20:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 13:20:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 13:20:03 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 20 00 00 00 00 00 00 00 00 00 00 40 e5 00 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 20 00 00 00 00 00 00 00 00 00 00 40 98 00 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 20 00 00 00 00 00 00 00 00 00 00 40 e5 00 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 13:23:00 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 20 00 00 00 00 00 00 00 00 00 00 40 98 00 Sep 13 13:23:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 13:23:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 13:23:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 Sep 13 13:23:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 CDB: opcode=0x85 85 06 20 00 00 00 00 00 00 00 00 00 00 40 e5 00 Sep 13 13:23:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08 Sep 13 13:23:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 Sense Key : 0x4 [current] [descriptor] Sep 13 13:23:02 Unraid kernel: sd 0:0:0:0: [sda] tag#0 ASC=0x0 ASCQ=0x0 My question is: Is either a way to force "-d sat" in the lookup for that drive, or even for every smartctl lookup? (Solution in the answer below) Maybe the solution would be to remove the drive from Unassigned devices? Thanks
  14. It was early. I meant 6.2 [emoji28] Sent from my iPhone using Tapatalk
  15. There are really good performance tests over at http://www.phoronix.com/ but for me it's more about stability and usability (snapshots replication etc that fits my workflow) When unRaid is updated you have to wait for a plugin update. I try to update the plugin as fast as I can, but sometimes it can be a couple of days. If you accidentally update the worst thing that happens is that your Zfs pool won't be imported and the data the won't be accessible until a plugin update is pushed. In my setup that would mean all my dockers and vms. I wanted to wait for 6.1 final before writing a complete how to for Zfs on unRaid, but if there was any interest I could get on that right away. Sent from my iPhone using Tapatalk
  16. Same segfaults here using this docker. Tested celedhrim/kodi-server on a arch server and that works fine. Hope you can figure this one out Sent from my iPhone using Tapatalk
  17. I assume the reason for the hard coded /mnt/* is so the docker.img doesn't end up in ram. Why can't you mount your disk at /mnt/SSD/Docker? I did that, but the other way is cleaner imo. Sent from my iPhone using Tapatalk I don't expect this will be "fixed" for the final release, since it is not a bug. unRAID runs in RAM, and any location that is not in /mnt (the drives) or /boot (the flash drive) is in RAM. good point. I will change my mount points then Sent from my iPhone using Tapatalk
  18. I assume the reason for the hard coded /mnt/* is so the docker.img doesn't end up in ram. Why can't you mount your disk at /mnt/SSD/Docker? I did that, but the other way is cleaner imo. Sent from my iPhone using Tapatalk
  19. Hello guys Has 9p sharing been removed? Nevermind - the update just corrupted my vm xml - Removed the definition and recreated it with the template. Another thing is that stopped working after update from 6.1.9 - 6.2-rc2 is where you can keep docker.img I use ZFS and keep my docker.img at /SSD/Docker/docker.img but that gives me this error: Unraid root: no image mounted at /var/lib/docker I moved the folder to /mnt/Docker/docker.img and that works so I guess there is somewhere a hardcoded refrence that docker.img should be within /mnt/* Please fix this for the final release
  20. One thing about rdp/vnc is that video playback is usually choppy so consider that if you want to use YouTube etc Sent from my iPhone using Tapatalk