Jump to content

ikyn

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by ikyn

  1. On 7/31/2022 at 1:28 AM, Vyressi said:

    So in order to get this to work I needed to:

     

    1. manually change the permissions on /mnt/user/appdata/TubeArchivist/es to get elastisearch to properly load
    2. Changing the permissions wasn't enough so I also needed to add PID and GID environment variables to the elastisearch container.
    3. install their version of redis as it would not connect my already installed and functioning version of redis
    4. add a TA_HOST environment variable to the main archive, which I only discovered I needed to do after manually probing the log files from the terminal, as the log would close instantly from the unraid docker interface
    5. Container loaded fine, and would not let me log in
    6. manually specify a non-default TA_USER and TA_PASSWORD, still wouldn't let me log in.
    7. go into the container terminal once it stopped closing immediately and hunt down a python script in /app called manage.py
    8. execute 
      python manage.py createsuperuser
      python manage.py drf_create_token %myusername%

       

    9. finally able to log in.

    Several of these things are because the compose that's rolled into the CA repository is either missing documentation, missing variables, missing options, or does not handle bad startups gracefully. 

    Easily the most helpful post in this forum so far.

    • Like 1
  2. I have my unRAID server here in NC that is connected to Tailscale.

    There is a Synology 1522+ in NY that I have connected via Tailscale.

     

    My goal is to mount an unRAID share onto the UI of Synology such that the unRAID share is visible in the Synology File Station application. I have done extensive googling of this particular problem, but cannot find the appropriate documentation on if it is possible. There are hundreds of posts about how to mount a Synology share to unRAID - and I explicitly do not want that. I specifically want (and need) the unRAID share to appear on the Synology File Station  side.

     

    Synology has built-in support for CIFS and NFS, as does unRAID. However, I believe that unRAID is not configured correctly or I have not adjusted a setting such that it will not allow me to access shares via SMB except to Windows machines. The credentials I am supplying the Synology are the same that I use for Windows. Every time it comes back with:

    "Failed to connect to the remote folder. Please make sure the remote server is accessible via CIFS protocol"

     

    I'm really hoping that this is even possible, as it seems like right now I'm going to have to spin up a WedDAV docker container just to give the sharing capability that unRAID is supposed to have already built in.

     

    Am I missing a setting? Or can you not use SMB via Tailscale with unRAID?

  3. 5 minutes ago, Squid said:

    Certain combinations of hardware will cause an mce when initializing the cores.  This is happening to you and is quite safe to ignore.

     

    For the VMs (especially if they are using passthrough), you may need to reconfigure everything on them due to the differing hardware.

     

    Thank you.

     

    So it is normal for a mis-configured VM to render Docker useless until reboot? I will see if I can re-create the error and then pull logs before reboot and post them it that will help.

  4. Good morning everyone,

     

    Recently my FCP posted this error: "Your server has detected hardware errors. You should install mcelog via the NerdPack plugin, post your diagnostics and ask for assistance on the unRaid forums. The output of mcelog (if installed) has been logged"

     

    I am attaching the log file per the message. I'm not sure if I'm posting the correct log, as I'm not sure how to extract the mcelog stated in FCP but I did go into "Tools" and grab the Diagnostics log download.

    Some things of note:

     

    - Recently upgraded the hardware from a z97 and i7-5775c to a B560 and i7-10700 , but maintained the same GTX 970 and drives

    - During upgrade, missing two SATA ports and waiting on SATA PCIe controller to add them back that were present via Unassigned Devices

    - Recently been trying to spin up VMs, which has resulted in a total lockup of the system to the point where the PLUGINS and VM page become completely unresponsive and will not load, and it also stops Docker. It shows that containers are running, but when you try to connect to Plex, for example, it will not connect and cannot find the host. Even restarting the container does not change it. Rebooting the entire system fixes everything.

    I am more than happy to provide anything else required. I am also ikyn#4444 on discord and am in the unraid "guild" on Discord.

    tower-diagnostics-20210620-1047.zip

  5. Hello unRAID users and developers!

     

    I recently started my adventures in file server/NAS fun and I'm already hooked. I have a question about my build and what the most efficient and proper method to achieve my goals might be. My goal is this:
     

    GOAL: Media Server w/ complete automation of data handling and organization utilizing a seedbox for file transfers

     

    Subgoals:

     - Integrate Sonarr/Radarr/Lidarr for ease of search and organization

     - Integrate MusicBrainz or other organizational programs to fix existing data mess

     - Secure Plex (I've heard that Plex has been getting hacked recently)

     - Allowed the 3-4 shared Plex users to also access Sonarr/Radarr/Lidarr so that the entire process from request to serving is automated

     

    ---------------------------------------------------------------

     

    Here is what I understand so far:

     

    I run Plex from unRAID and it has different folders that is uses to differentiate TV Series / movies / etc. and in order for Plex to organize this properly, we have to manually designate some of the division and Plex should take care of the rest. Please correct me if I'm wrong here.

     

    Sonarr/Radarr runs locally on the server but can also run on the seedbox. So how exactly would a remote user be able to make input into these applications? I can install these on my seedbox, but the applications I can install there are limited to the following:

    AutoDL

    Bazarr

    Couchpotato

    Jackett

    Jellyfin

    Nextcloud

    NZBGet

    NZBHydra

    Ombi

    Plex

    pyLoad

    Radarr

    Rapidleech

    Resilio

    SABnzbd

    SickChill

    Sonarr

    Tautulli

     

    I've been watching SpaceInvaderOne's tutorials and I've watched the seedbox/SyncThing portion where he talks a bit about this. But it looks like you have to request your file requests through the WebUI launched from the unRAID server? Is this right? Or can I connect to Sonarr/Radarr on the seedbox and request it that way (seedbox requires u/n p/w and should allow remote access this way, right?)

    Finally I have 4-5 hard drives of data that I'm dumping into my array. It contains photos, documents, media files, and other misc. things that I'd like to keep. Is there an easy way to strip the media files from the rest of the personal chaff so that it can be automatically moved, sorted, and organized by either Plex or Sonarr/Radarr? I really would like to reduce the amount of manual sorting required on my part.

     

    I'm also looking to set up a reverse proxy so that I can remote into my own network for remote troubleshooting. Is there a way to so this from your phone, too?

     

    I'm sorry about the huge question here. I feel like I'm spinning my wheels here and I don't even know the right questions to ask right now. I'm hoping that someone can help talk me through a few things so that I can make better understanding of how some of these things work and so that I can learn the right questions to ask. I can google and find tutorials easily, but I'm afraid I'm going to get through a whole tutorial and start to use it just to find out I asked the wrong question and now all my settings are changed and I can't figure out how to undo my mistakes.

     

    any and all help is greatly appreciated. I am in the discord and I love it but I know this forum is very active and was hoping I could get information that's a little more "permanent".

     

    Thanks guys and I'm definitely buying unRAID here in the near future (once that check comes, haha).

×
×
  • Create New...