Jump to content

Christopher

Members
  • Posts

    35
  • Joined

  • Last visited

Posts posted by Christopher

  1. I'm having an issue where my Plex Server no longer being recognized. Plex is seeing my server as a new instance with a message on top saying, "An unclaimed media server has been found on your network. Claim it now".  My Libraries are missing because it think it's a new server.  Here's what led up to this below...

    1) I had several cache drive BTRFS errors in my log. Docker apps to would stop or not respond.
    2) Searched the forums and found post with similar issues. I tried a few things to fix it with no success.

    3) I decided to recreate my cache drive. I disabled docker and VM and moved all cache folders/files to the array. 

    5) I cleared my cache configuration and deleted partitions on those my 4 cache SSDs.

    6) I setup the 4 SSD drives as cache again and formatted. 

    7) Copied all files back to the cache array.

    8) Restarted server.

    9) Deleted my docker.img
    10) Enabled docker. Docker created new empty docker.img

    11) Installed Plex from previous Apps. Config pointed to original folders

    12) Started Plex

     

    Any ideas?

    Is there a way to get Plex to see this as my original instance? 

    If I proceed with this new instance and add existing libraries, will Plex automatically use the existing database/files in my config folder?

    If I proceed with this how will it effect my Tautulli database?

     

    Your help is appreciated! 

     

    image.png.3edfa7324ccf8f8d2b9bf7dc623dd088.png

     

     

     

  2. +1.

     

    Maybe unRaid can have an option to login with basic http authentication or a forms login page. Sonarr has this option.

    123574241_8-8-20184-38-21PM.jpg.f6fe5dc89af5d67684a42ee7ddc84bcd.jpg

     

     

    • Like 1
    • Upvote 1
  3.  

    I'm trying to mount a local unRAID appdata folder to the working folder in docker container jupyter/scipy-notebook. The container runs and works fine except my work is not being saved to my volume mount. I believe the problem has to do with incorrect values in the "Extra Parameters" section for the User Id and Group Id. I've tried 99 and 0 as values. Can anyone help me get this working? Your help is appreciated! Thanks!


    Documentation for volume mounts on this image:

    Quote

     

    Host volume mounts and notebook errors

    If you are mounting a host directory as /home/jovyan/work in your container and you receive permission errors or connection errors when you create a notebook, be sure that the jovyan user (UID=1000 by default) has read/write access to the directory on the host. Alternatively, specify the UID of the jovyan user on container startup using the -e NB_UID option described in the Common Features, Docker Options section

     

    2

    https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html#host-volume-mounts-and-notebook-errors

     

    Docker Options for this Image:

    https://jupyter-docker-stacks.readthedocs.io/en/latest/using/common.html#Docker-Options

     

    My Configuration:


     

    scipy-notebook-mount02.jpg

    scipy-notebook-mount01.jpg

×
×
  • Create New...