tvmainia

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by tvmainia

  1. I tried holding SHIFT key inside using RealVNC for MacOS as soon as I can connect to the unraid Ubuntu VM, but it continues booting normally... any ideas?
  2. ok, I was able to use another vnc client on MacOS, pressed Esc as VM was starting up, was taken to a screen with boot options, but nothing where I can attempt a password change. Any ideas?
  3. i feel very stupid, but how do I make this happen: "stop the VM then make boot from USB come before booting to the vDisk boot order."
  4. I AM indeed on 1.56. When I go to the plugin page, i see: Stable Installed version: 1.56.0 Latest version:     1.56.0 When I select "Beta" from the pull-down menu, I see: Beta Installed version: 1.56.0 Latest version:     Error fetching version number For the heck of it, I tried updating it, but it errors out: "Update failed - Please try again" Any ideas on how to get the beta to install? Thank you
  5. Hi, I posted this in the binhex plex forums. I created two, yes, two google drives with rclone plug-in. in Plex docker settings I added a new path for the new google drive mount. So here's the script that have used with success until yesterday: #!/bin/bash #---------------------------------------------------------------------------- #first section makes the folders for the mount in the /mnt/disks folder so docker containers can have access #there are 4 entries below as in the video i had 4 remotes amazon,dropbox, google and secure #you only need as many as what you need to mount for dockers or a network share mkdir -p /mnt/disks/gdrive #This section mounts the various cloud storage into the folders that were created above. rclone mount --allow-other --dir-cache-time 96h --drive-chunk-size 32M --log-level INFO --timeout 1h --umask 002 --rc --tpslimit 8 --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit off gdrive: /mnt/disks/gdrive & gdrive worked great. I could browse all subdirectories and Plex would "see" and play any content. I edited the script to reflect newly created drive: #!/bin/bash #---------------------------------------------------------------------------- #first section makes the folders for the mount in the /mnt/disks folder so docker containers can have access #there are 4 entries below as in the video i had 4 remotes amazon,dropbox, google and secure #you only need as many as what you need to mount for dockers or a network share mkdir -p /mnt/disks/gdrive mkdir -p /mnt/disks/gdrivenew #This section mounts the various cloud storage into the folders that were created above. rclone mount --allow-other --dir-cache-time 96h --drive-chunk-size 32M --log-level INFO --timeout 1h --umask 002 --rc --tpslimit 8 --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit off gdrive: /mnt/disks/gdrive & rclone mount --allow-other --dir-cache-time 96h --drive-chunk-size 32M --log-level INFO --timeout 1h --umask 002 --rc --tpslimit 8 --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit off gdrivenew: /mnt/disks/gdrivenew & Now when I "browse" the directory with terminal commands cd /mnt/disks/gdrive ls I only see one directory in there even though there are 12 in that Google drive when I run: cd /mnt/disks/gdrivenew ls I see all the directories of that Google drive Why does the old drive that used to work perfectly now only shows one directory out of 12. The new one works perfectly. I hope this makes sense. Any ideas? Thank you!
  6. Hi and thank you for this Plex docker image. this may be more of a Unraid/Linux question, but here it goes: I mounted two, yes, two google drives with rclone plug-in. in Plex docker settings I added a new path for the new google drive mount. original mounted drive using rclone which has worked for months by itself. /mount/disks/gdrive as /media Yesterday I added the new one in Plex docker settings: /mount/disks/gdrivenew as /media2 Now I try to add new media folder, “media” is empty, while media2 works and I can see its contents and scan library files. Should this work? should I be able to use two paths in Plex docker settings with two separate google drives mounted? Thank you!
  7. Hi, all, In another thread i posted about huge amounts of data being used by the Unraid box (its static ip address as shown in BandiwdthD and ntop shows 150GB-250GB received per night!) I have the 2020.09.29 version of this rclone plugin from Waseh's Repository. Got a gdrive mounted and am able to use Plex and Emby with the rclone-mounted gdrive. I disabled this plugin (rclone), rebooted unraid, and the huge nightly amounts of data being downloaded stopped. So the culprit is rclone plugin. Or is it? Could it be some bug? Could it be the Plex or Emby plugin doing something stupid? (The Plex and Emby database syncs were over weeks or couple months ago.) Is there any way I can find out what is happening? What and why is downoading 200GB or more of data every night? I'm disabling the Plex docker image and see if it happens tonight. If yes, I'll next disable Emby. But in the mean time, I'm hoping for some pointer from you guys. Thank you!
  8. If you mean there is some setting in Unraid That allows me to manage Unraid box remotely, no. I don’t have any open ports in my firewall or port forwarding.
  9. Sure. I just did. Thank you! dajo-diagnostics-20210209-1843.zip
  10. Hi, all, I am using Unraid Basic 6.8.3. My ISP app started alerting me a few days ago of HIGH data usage. For the last few nights, around 2am daily the Unraid server downloads (receives) gigs upon gigs of data. I know because I installed BandiwdthD and ntop. I haven't installed anything in the last few days that would have caused that. I did install BandwidthD and ntop, but that was after I was notified of crazy data usage. The static IP of the unraid box is the one listed as the culprit in both apps mentioned above. On a ubuntu box I have I installed nethogs which shows not just live bandwidth stats, but also which process is using the network. Love that. I can't install nethogs from the Unraid terminal. How can I see what process on the Unraid box is downloading/receiving over 200GB per night??? Months ago I installed Plex docker and while Plex scanned media, bandwidth usage was high. That was over in a day or two and no spikes in data usage for months. I have very few things installed: Plex Emby rclone and some maintenance and backup apps or plugins. Thank you!