hooger

Members
  • Posts

    115
  • Joined

  • Last visited

Everything posted by hooger

  1. Anyway to get "fish" shell updated? The nerdpack is rocking version 2.x, but a lot of the plugins I need require version >3.x
  2. Is it possible to get "ncdu" added to this pack? It's a very nice tool for finding which folders/files are taking up all your space. Can find some screenshots here, as well as a link to the slack package here
  3. Just looking into this for future use. How would I handle having multiple domains pointing to the same server? Ex: My current nginx setup has 4 totally different domains, all coming in on the same ip/port then gets sorted out by nginx. Is something like that possible with this container? (I'm 100% new to letsencypt, only switching because of chrome/google no longer recognizing startssl)
  4. Having some trouble trying to get this ssh plugin to install I'm on the latest version of unraid 6.2, I've tried installing it via the Community Apps plugin, and manually. Any ideas?
  5. Asked and answered, it is removed when they issue a final release. ... DRM preventing my box from booting (BETA OR NOT) is UNACCEPTABLE. The fact that there has been no word from LT on this yet is UNACCEPTABLE. Guys, sort out your PR - please! It's a running joke!! ... If it truly is a "kill-switch" meant to protect data from a potential fatal bug, couldn't it be handled a little differently? Instead of stopping it from booting, couldn't it boot into a "degraded" mode. As in, the array doesn't auto-start on boot. And in order to start the array, a dialog could be prompted warning the user of the potential danger, then they would make the decision to start the array.
  6. He's not being hacked, this is very common if you expose port 22 (ssh) to the internet. It is an automated attack trying to get into the server, as long as you disable password (and root login) and use private/public keys he will be fine. I suppose you could implement fail2ban or other such programs out there to reduce the number of attempts. But this is a common occurrence these days, as long as your ssh server is sufficiently secure they can brute-force all they want. So just disable password login info here, and use private keys to login info here, and you'll be fine.
  7. The directory seems to be 777, but what is the actual files permissions? Deluge may be writing the file under it's own user with different permissions.
  8. Hello there, I am trying to use a drive in my unRAID system that is full of data and formatted to XFS. When in unRAID it says that it needs to be formatted, is there any reason why unRAID requires the drive to be formatted XFS by unraid itself and not from another system? I'd really rather not format the drive as it is 6TB and nearly full, and I don't have the space to off-load it.
  9. Awhile back when I emailed for a replacement it only took a couple hours. However I'm sure it is different for everyone.
  10. Not sure if this is the problem or not, but FAT32 which your flash drive is most likely formatted too. Doesn't support folder/file permissions, so that may be your problem. As ssh can be very strict with it's key permissions. When I ran into this error, I had to create a folder on the actual filesystem, using unraid's 'go' file. Then copy the key and authorized files from the /boot directory into it, and change the permissions, again inside of the go file. This is what I used (for my scenario) based from what I can remember. /boot/config/go -------------------- mkdir -p /home/ssh cp /boot/custom/ssh/* /root/.ssh // id_rsa, authorized_keys, known_hosts cp /boot/custom/sshd/* /etc/ssh // ssh_config, sshd_config chmod 700 /root/.ssh chmod 600 /root/.ssh/id_rsa
  11. I bought two TB WD Red's in September, I had one that showed disk errors after the first week, but it was RMA'd and they both work great.
  12. Not gonna take the chance. I could return them but since I bought them online it's easier for me to just RMA them through WD. Thanks for the tips though. The long test should be completed shortly, and I'll update this thread. Other than that they have (seemingly) run perfect. They run nice and cool, and the speeds saturate my gigabit ethernet so no complaints from me. I did run into a problem in that I had them formatted to ext4 and it was only showing 5.1TB of free space, but when I tried out XFS it reported 5.5TB free of space. I'm not sure if its these drives or if ext4 has some type of extra overhead. I should note that these two drives are not in my unraid build and I haven't tried formatting them to resierFS to check.
  13. RMA has been issued, and I am currently running a long test on the second WD Red 6TB I purchased.
  14. In the last week I purchased two WD Red 6TB's and I think I need to RMA one of them, but I just wanted to make sure. I received an email error from smartmon that said: So I ran a long test, and have attached the output. longtest.txt
  15. I'm just trying to see the live demo of UpsBoard, but am hitting a password wall. I tried the defaults in your example config, but they didn't work. Did I miss them in this thread?
  16. CIFS always gives me troubles, so I've pretty much stopped using it for linux machines. Instead I use NFS, as I've never had any troubles. And I've heard there is less overhead, but I don't actually know. Anyways its not the solution you were looking for, but here is an example fstab I load up on my VMs. 10.0.0.3:/mnt/user/TV /media/unraid/TV nfs auto 0 0 10.0.0.3:/mnt/user/Movies /media/unraid/Movies nfs auto 0 0
  17. I had the same problem back when I was running Arch as a Xen host, the bridge wasn't working properly, or wasn't being assigned a proper IP. The VM's would work, but the host lost internet. I don't remember what I did to fix it, and I no longer run Xen so I can't check. It probably won't work, but when in doubt. I'd disable the bridge, stop the array, reboot. Enable the bridge, and hope it works. Also if you can, I'd go to your routers config page, and release the DHCP leases. That way everything gets assigned a shiny new IP address. It may not work, but I suppose it's worth a shot.
  18. Well clearly unRAID has no internet, unfortunately I don't know very much about unRAID 6.0 and its bridge. So I can't really help here, sorry about that. I had a problem awhile back with bridges and DHCP, my router was getting confused and assigning wrong address' so I had to create static leases. Just as an FYI for Arch the "ifconfig" equivalent is "ip addr"
  19. Type ifconfig and see if the VM is getting assigned an IP address. Also as a hint, to check network connectivity I always ping "8.8.8.8", its Google's DNS servers and is up about 99.9% of the time.
  20. You can try to enable jumbo frames, on both unRAID and your windows box. It may have some side effects if you use another client that doesn't support jumbo frames. But I haven't had any problems (yet).
  21. As long as it's plugged in correctly it'll work perfect. Plug it in the wrong way, and it might not end well.
  22. Hello, Is there a way to wait/check to see if the array has started? I have a script that needs to be run, but it hinges on the array actually being started. I know I can put it in the 'go' file, however that doesn't always mean the array has started. (I have autostart enabled for the array). Thanks. EDIT: also I forgot, I also need to run a different script when the array goes offline. Is that possible at all? Edit2: I've setup a workaround with a bash script cron job, to check for the existence of "/mnt/user" to check if the array is online, is there a more elegant solution?
  23. The problem is still here, I'm now on unRAID v6 beta 4. I have set the split-level to 0, and have excluded the disk that is full. It is still trying to copy over to that drive. Currently the only way to avoid this problem is copy large amounts of data off the full drive, onto another drive. Which isn't favorable at all.