NewDisplayName

Members
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NewDisplayName

  1. I want to remove all directorys after /mnt/user/1/this if its empty so i use find /mnt/user/downloads/completed/this/ -type d -empty -exec rmdir {} \; mkdir /mnt/user/downloads/completed/this in user scripts, i mkdir, bc it deletes "this" also, but should only remove the dirs AFTER "this". It works, but it is problematic for unraid in someway? (i dont think so) Or is there a way to first only delete any folders AFTER "this" and keep "this", even if its empty? BTW. "this" is a user share
  2. The good thing is you dont need to understand it to use it. Just add shares for everything youll add, make the correct cache settings like u want, and point it to /mnt/user/sharename ...
  3. Ive restartet, now i got Kernel Panics (and i get the feeling this whole thing is just not working, for me, maybe wrong hardware) But it seems like its caused by usb connecting and disconnecting (wtf), its inside a server rack, there is nothing moving, ofc. Is there maybe a bios setting i could check to provent usb from disconnecting? Will upload log asap. unraid-server-diagnostics-20180625-1528.zip
  4. I just wonder how slow it would be without a database, it says it could run without, but would be slow. I did it with mariadb and its still slow.. can it even get slower?
  5. Since now i get Jun 25 12:07:35 Unraid-Server login[9817]: ILLEGAL ROOT LOGIN on '/dev/pts/8' when i click on Terminal. i use the librelec 6.5.3 RC1 COuld thta have something to do with wrong chmod on dev/dvb? unraid-server-diagnostics-20180625-1209 (1).zip
  6. Good that its working now for you. I also tried both dockers, with same results and eneded with this here which worked after many many many many tries..
  7. Yes, Nextcloud is very.... slow and bugged, but sadly there doesnt seem to be anything better out there.
  8. look at settings there are some options, which all are perfectly explained. First i would try less threads.(connections)
  9. yeah, something like usb disconnected, found new device?!
  10. I thought same, buit it should appear in unraid log, correct?
  11. yes, i have usb adapter. Does that affect it? I didnt had the problems in prevoius unraid versions... Could i use the user script plugin to change the rights every 1h or so? Whats the correct cmd? Or just 777? Or can you call the "permission changes part" of the dvb plugin from outside?
  12. ah, okay, i have 500 and im at the point that i rather have got the 1tb modell
  13. I guess problem is not solved, the rights were changed again. But how, from what? I noticed bc tvheadend stopped responding, then i restartet and adapter is again away. Would change user change, chrown (?), maybe help? But to which user?
  14. thats why i said up to. did you take the 250gb model? i guessed u took atleast 500gb.
  15. I dont know maybe u cant use br0 with multiple interfaces. If so, i wouldnt know why. Maybe not added yet?! @limetech is that the case?
  16. 850 evo has up to 300 TBW and would be probably cheaper https://www.samsung.com/semiconductor/minisite/ssd/product/consumer/850evo/
  17. You should really make a topic per question.
  18. I dont know what you mean. No one needs multiple subnets, except you want to add multiple nets together (multiple routers). br0 has nothing to do with subnet. Br0 is just OWN ip instead of UNRAID IP. And br0 always needs to be on the same subnet as UNRAID IP. (atleast in standard config) Bridge is with NAT. br0 allows contaienrs to talk to each other without NAT. To clarify this: Use br0 on the containers which have network issues, all other can be bridged. To the 10g thing, tell us what you want to do, mostly you just add more switches and dont need to change anything on subnets.
  19. U NEED to stay in your own subnet. If your Homenetwork is at 192.168.0 then all dockers must be within 192.168.0.X. I have 3 subnets, so my config is a little bit more complicated... I cant really help you more, all i know i posted above. I had the same errors for hours. At some point it worked if i did it like descriped above. And is still working btw. You can try to change the br0 ip at every try, bc plex is like caching ips and say its not working, even if it didnt try to connect (piece of shit)
  20. Yea, but its right. I found the solution saarg was right, but wrong command. 755 didnt changed anything but 777 make the adapter appear Thx guys.
  21. permissons can be wrong for the adapter? XD like i said, the latest RC eleec root@Unraid-Server:~# ls -l /dev/dvb/adapter0/ total 0 crw-rw---- 1 root video 212, 1 Jun 20 18:22 demux0 crw-rw---- 1 root video 212, 2 Jun 20 18:22 dvr0 crw-rw---- 1 root video 212, 0 Jun 20 18:22 frontend0 crw-rw---- 1 root video 212, 3 Jun 20 18:22 net0 root@Unraid-Server:~# ls -l /dev/dvb/ total 0 drwxr-xr-x 2 root root 120 Jun 20 18:22 adapter0/ Why do they change on their own!?
  22. yeah, ofc. I even upgraded it to the latest version to fix it.