ksarnelli

Members
  • Posts

    78
  • Joined

  • Last visited

Everything posted by ksarnelli

  1. Thanks! I thought the file also need to have the write bit set. I'm an idiot.
  2. EDIT: Ignore me. Thank you, please drive through. ------- I have a question/concern about using Recycle Bin and whether or not it has an impact on delete permissions. Here is my scenario: - I have a file called test.txt with 600 (rw-------) root:root permissions - The account I use for SMB (not root) can not read or write test.txt (expected), but it can somehow delete it via SMB! I don't know exactly how the Recycle Bin plugin works on the backend, but the only thing I can think is that it runs as root and is intercepting the SMB delete command and not enforcing permissions. Please let me know if this is accurate and/or expected behavior, or if I just have something stranger going on. Thanks!
  3. All you need to do is copy plexpy.db from your PlexPy appdata folder to the Tautulli appdata folder and rename it to tautulli.db (While the Tautulli docker is stopped). Then just start the Tautulli docker and it will update everything.
  4. Would it be possible to add a description/note column to each unassigned device? I have some disks that I pass through to VMs and it would be nice to be able to see which is which easily. Thanks!
  5. Pretty basic request: Sort the users in the users tab by username. Right now I think it just sorts them in the order in which they're created. Also, it would be great to have a table view that shows the description column as well. Thanks!
  6. Just in case anyone else frequently gets RFB protocol error when connecting to a VM with RealVNC, I found a solution here: https://forums.freenas.org/index.php?threads/vms-using-freenas-11-gui-error-connecting-via-vnc-at-linux-setup.54582/ Basically, just change the quality level from 'Auto' to 'High'. Works like a charm.
  7. I really hope this feature gets implemented. There are certain things (like VNC passwords) that you have to set using the 'Edit' option which in turn wipes out the static port defined using 'Edit XML'. Furthermore, the 'Edit XML' option wipes out the VNC password you specify in the 'Edit' option so there is currently no way to have both a password and a manually specified VNC port.
  8. I tried that, but it seems that 'Edit XML' removes the password and 'Edit' removes the static port. So you can only have one or the other
  9. I've been running ESXi for a while (as well as unRAID for storage/dockers) and decided to migrate a bunch of my VMs over to unRAID. The migration went well...but long story short, the NoVNC client is absolutely terrible. Therefore I'd like to use an external VNC client. I had a few issues/questions: What's the best practice on using an external VNC client (that has a fixed address book, so a static port is required)? I assume you can't use the auto option, so I specified the port in the XML and got it to work. I also want to password protect it, which I assume has to be done in the GUI and the issue is that wipes out my static port setting. How do I specify a static port and restrict access via a password? Does anyone else have major issues with the version of VNC server that is being used for VMs? RealVNC throws protocol errors almost every time I try to connect. UltraVNC seems to work reliably, but it doesn't have an address book capability that I know of. I guess I'm used to ESXi where everything just works, but really hoping someone can help me out here. Thanks!
  10. The issue I brought up about 6 months ago (concurrent checksum calculations on a single disk) still hasn't been corrected, so I would recommend not having the automatic option enabled during your initial copy. I actually had to leave it disabled permanently because every time my mover ran the checksum calculations would crush one of my drives.
  11. Any update on the [array_key_exists() expects parameter 2 to be array] issue? I experience this as well. The plugin will work for a while and then I randomly get that error and my entire configuration is lost.
  12. That would be a great addition and I think I could definitely get around the issue by just setting it to one or two. It would also be great to be able to limit concurrent hashing sessions per physical disk though, as that is the real bottleneck in my system. My disk just couldn't keep up with all of the concurrent read/writes, whereas if the files were on multiple disks I think I would have been fine. Anyway, thanks for the response!
  13. So I'm not sure if I should post here or create a new topic, but here goes... I had a pretty major issue the other night, and the root cause was the file integrity plugin. Here is what happened: - I had "Automatically protect new and modified files" enabled in the File Integrity settings - I had around 250 GB of large files on my cache drive - each file was approximately 2-3 GB. - Mover script started - all of the files on the cache drive were now being moved to a share set to use a single HDD - File Integrity plugin launched a b2sum process for every file as it was finished copying, however the copies were finishing way faster than the b2sum processes could calculate checksums. Eventually the server grinded to a halt - file shares were unresponsive and the UI was extremely slugish (taking several minutes or completely failing to load a page). I was eventually able to kill the b2sum processes and turned off the "automatically protect new and modified files" option and the server began functioning normally again. Here is a snippet of the syslog during the issue: Mar 5 03:01:19 unRAID kernel: java: page allocation stalls for 18911ms, order:0, mode:0x24201ca(GFP_HIGHUSER_MOVABLE|__GFP_COLD) Mar 5 03:01:19 unRAID kernel: CPU: 3 PID: 17921 Comm: java Not tainted 4.9.10-unRAID #1 Mar 5 03:01:19 unRAID kernel: Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 04/05/2016 Mar 5 03:01:19 unRAID kernel: ffffc90010c8fb28 ffffffff813a353e 0000000000000001 0000000000000000 Mar 5 03:01:19 unRAID kernel: ffffc90010c8fbb8 ffffffff810cb40d 024201ca810c9c00 ffffffff8193d200 Mar 5 03:01:19 unRAID kernel: ffffc90010c8fb50 0000000000000010 ffffc90010c8fbc8 ffffc90010c8fb68 Mar 5 03:01:19 unRAID kernel: Call Trace: Mar 5 03:01:19 unRAID kernel: [<ffffffff813a353e>] dump_stack+0x61/0x7e Mar 5 03:01:19 unRAID kernel: [<ffffffff810cb40d>] warn_alloc+0x102/0x116 Mar 5 03:01:19 unRAID kernel: [<ffffffff810cb9c3>] __alloc_pages_nodemask+0x541/0xc71 Mar 5 03:01:19 unRAID kernel: [<ffffffff810d0bae>] ? __do_page_cache_readahead+0x1ed/0x21f Mar 5 03:01:19 unRAID kernel: [<ffffffff81102ad2>] alloc_pages_current+0xbe/0xe8 Mar 5 03:01:19 unRAID kernel: [<ffffffff810c4bff>] __page_cache_alloc+0x89/0x9f Mar 5 03:01:19 unRAID kernel: [<ffffffff810c67e4>] filemap_fault+0x23d/0x458 Mar 5 03:01:19 unRAID kernel: [<ffffffff810e8d03>] __do_fault+0x68/0xbb Mar 5 03:01:19 unRAID kernel: [<ffffffff810edd20>] handle_mm_fault+0x6b1/0xf96 Mar 5 03:01:19 unRAID kernel: [<ffffffff810421cc>] __do_page_fault+0x24a/0x3ed Mar 5 03:01:19 unRAID kernel: [<ffffffff810423b2>] do_page_fault+0x22/0x27 Mar 5 03:01:19 unRAID kernel: [<ffffffff8167ec98>] page_fault+0x28/0x30 Mar 5 03:01:19 unRAID kernel: Mem-Info: Mar 5 03:01:19 unRAID kernel: active_anon:353932 inactive_anon:11709 isolated_anon:0 Mar 5 03:01:19 unRAID kernel: active_file:3062030 inactive_file:375178 isolated_file:324 Mar 5 03:01:19 unRAID kernel: unevictable:0 dirty:368392 writeback:1390 unstable:0 Mar 5 03:01:19 unRAID kernel: slab_reclaimable:152463 slab_unreclaimable:59121 Mar 5 03:01:19 unRAID kernel: mapped:25063 shmem:113332 pagetables:5412 bounce:0 Mar 5 03:01:19 unRAID kernel: free:50749 free_pcp:0 free_cma:0 Mar 5 03:01:19 unRAID kernel: Node 0 active_anon:1415728kB inactive_anon:46836kB active_file:12248120kB inactive_file:1500712kB unevictable:0kB i$ Mar 5 03:01:19 unRAID kernel: Node 0 DMA free:15876kB min:128kB low:160kB high:192kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_f$ Mar 5 03:01:19 unRAID kernel: lowmem_reserve[]: 0 2889 15953 15953 Mar 5 03:01:19 unRAID kernel: Node 0 DMA32 free:76592kB min:24452kB low:30564kB high:36676kB active_anon:326844kB inactive_anon:32kB active_file:$ Mar 5 03:01:19 unRAID kernel: lowmem_reserve[]: 0 0 13064 13064 Mar 5 03:01:19 unRAID kernel: Node 0 Normal free:110528kB min:110580kB low:138224kB high:165868kB active_anon:1088884kB inactive_anon:46804kB act$ Mar 5 03:01:19 unRAID kernel: lowmem_reserve[]: 0 0 0 0 Mar 5 03:01:19 unRAID kernel: Node 0 DMA: 1*4kB (U) 0*8kB 0*16kB 0*32kB 2*64kB (U) 1*128kB (U) 1*256kB (U) 0*512kB 1*1024kB (U) 1*2048kB (U) 3*40$ Mar 5 03:01:19 unRAID kernel: Node 0 DMA32: 989*4kB (UME) 993*8kB (UME) 771*16kB (UME) 669*32kB (UME) 298*64kB (UME) 62*128kB (UME) 5*256kB (UM) $ Mar 5 03:01:19 unRAID kernel: Node 0 Normal: 14731*4kB (UMEH) 6268*8kB (UMH) 22*16kB (MH) 30*32kB (H) 16*64kB (H) 2*128kB (H) 0*256kB 0*512kB 0*1$ Mar 5 03:01:19 unRAID kernel: 3551534 total pagecache pages Mar 5 03:01:19 unRAID kernel: 0 pages in swap cache Mar 5 03:01:19 unRAID kernel: Swap cache stats: add 0, delete 0, find 0/0 Mar 5 03:01:19 unRAID kernel: Free swap = 0kB Mar 5 03:01:19 unRAID kernel: Total swap = 0kB Mar 5 03:01:19 unRAID kernel: 4194174 pages RAM Mar 5 03:01:19 unRAID kernel: 0 pages HighMem/MovableOnly Mar 5 03:01:19 unRAID kernel: 85359 pages reserved The server has 8 cores and 16 GB of RAM. I think the root issue is a flaw in the file integrity plugin logic. The plugin should not run simultaneous checksum calculations on a single disk - they should be queued. What are the chances in getting this supported? Thanks!
  14. You had me excited that this was finally fixed. Unfortunately, clean installed ESXI 6.5 and its giving me all sorts of odd issues (using X9SCM-IIF MB). cant get unraid to boot-the usb device disappears from the vm(any VM). The esxi logs (dont think its isolated to unraid) -"dev = usb0105, cmd = 0x8004550f, err = -2: Failure" and my datastors all get "state in doubt; requested fast path state update" in /host/vmkwarning.log. oddly my oldest datastor drive doesnt show this error. Seems like a problem with the sata and usb controllers. So for now I'm going back to esxi 6.0 , but will give 6.5 another try in January when i get free time. please let me know if anyone gets esxi 6.5 working well on supermicro x9scm board. thanks. Hmm. I did a straight upgrade from ESXi 6.0 to 6.5 without any problems. I still have a USB controller passed through to unRAID so I can't comment on whether or not the issue is fixed, but all of my VMs (including unRAID) work fine. EDIT - The host is a Supermicro X8DTN
  15. There were sporadic reports that it may cause Plex database corruption, so we pulled it. If these turn out to be false then we can look at it again, but we couldn't take the chance given the potential severity. I'm not aware of any other apps that are similar, but I admit I haven't looked too hard (not looked at all) I've been using it for a long time with no issues. How was it determined that PlexEmail was causing the corruption?
  16. You should take a look at PlopKexec: https://www.plop.at/en/plopkexec/download.html You just boot off the PlopKexec .iso and it will then boot from USB without any configuration at all.
  17. Can you provide a link or brand and model number for the the second USB controller you have working in your system? My motherboard actually had 2 separate USB controllers so I didn't have to buy an expansion card, but any PICE controller should work - it doesn't even need to be USB 3.0 since the speed difference is small for booting from a flash drive.
  18. As some others have mentioned, the only way I got it working on 6.2 was to pass-through a second USB controller. You can pick one up fairly cheap (well worth it get rid of the headache if you ask me ).
  19. I already tried that, I even changed it in the XML template in dockerMan folder on the flash drive. Blew away the user template, removed the container and image and started from scratch several times. Strange. I updated my last post with a question about your unRAID version. I'm using 6.2 and it looks like you're using either 6.0 or 6.1, so maybe it's an issue with one of those versions.
  20. Click edit on the Teamspeak docker and change the Repository to: linuxserver/gsm-ts3:unraid It works fine in both host mode and bridged mode. If you want bridged mode forward these ports: UDP 9987 TCP 10011 TCP 30033 TCP 41114 Thanks for that, I'm still getting an error though. I made sure I checked for updates as well. 2016-10-27 03:24:31.861993|ERROR |FileManager | |bind failed on :::30033; reason: Address family not supported by protocol 2016-10-27 03:24:31.862028|CRITICAL|VirtualSvrMgr | |Could not start file manager 258 no network port available This is the output from; docker logs -f <container-id> tail: cannot open 'ts3server_2016-10-27__03_39_00.063439_0.log' for reading: No such file or directory tail: cannot open 'ts3server_2016-10-27__03_38_56.159691_0.log' for reading: No such file or directory [ OK ] Starting ts3-server: TeamSpeak 3 Server tail: cannot open 'ts3server_2016-10-27__03_39_03.973868_0.log' for reading: No such file or directory tail: cannot open 'ts3server_2016-10-27__03_39_00.063439_0.log' for reading: No such file or directory [ OK ] Starting ts3-server: TeamSpeak 3 Server tail: cannot open 'ts3server_2016-10-27__03_39_07.875871_0.log' for reading: No such file or directory tail: cannot open 'ts3server_2016-10-27__03_39_03.973868_0.log' for reading: No such file or directory [ OK ] Starting ts3-server: TeamSpeak 3 Server tail: cannot open 'ts3server_2016-10-27__03_39_11.777463_0.log' for reading: No such file or directory tail: cannot open 'ts3server_2016-10-27__03_39_07.875871_0.log' for reading: No such file or directory Those files exist in the docker logs directory and have the read attribute set. What my configuration looks like. Thoughts? Hmmm...give this a try: Instead of changing the repository path on the existing docker, remove the existing docker. Then click 'Add Container', choose the teamspeak3 template and change the repository path there before you click 'Apply'. That should definitely force it to install the correct version...I think Your port settings look fine. If it still doesn't work something might be wrong with the docker and your specific version of unRAID. What version are you running (looks like 6.0 or 6.1)? I'm using 6.2,
  21. Click edit on the Teamspeak docker and change the Repository to: linuxserver/gsm-ts3:unraid It works fine in both host mode and bridged mode. If you want bridged mode forward these ports: UDP 9987 TCP 10011 TCP 30033 TCP 41114
  22. Sorry, I realized I kind of hijacked this thread. I was actually asking hernandito in regards to the rdp-calibre setup he posted and was referring to the native content server that comes with Calibre. Oh my bad, sorry, carry on... Although the whole point of this container is you don't need to bother running the Calibre OPDS server anymore. So the Calibre RDP container can be stopped when you're not using the webui. Yea, i hear you. I'm just anal about making sure everything is set up properly. You're right though...I guess it doesn't really matter since COPDS is working fine. Thanks!