Jump to content

lightsout

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by lightsout

  1. I am having some issues with Plex. Music analysis is filling up the temp folder and it never empties, after a while plex will crash and not start. I created the "tmp" directory because in the plex log it was hung on sonic analysis with an error that it couldn't create the /tmp folder, after I added it sonic analysis got moving, but the container takes a while to start now and throws some complaints in the log. Any got any ideas how to do this correct?

    I wanted to get transcoding moved to ram to stop the transcode folder from filling, but when I did that sonic analysis was hanging and having issues.

    Capture.PNG

    Capture2.PNG

  2. 26 minutes ago, axipher said:

     

    The "No space left on device" look to point to either a bad mount, or a disk or vdisk or image is full with no free space for the log file and that is causing errors.

     

    Have you checked where stuff is mounting too, your docker image, and permissions of the appdata folder?

    Thanks just came here to post this, music analysis fills up the tmp folder and never clears. It was 1.7tb on my 2tb nvme. Need to figure out how to avoid this. Not sure why this is posted in this thread, I was certain I was in the binhex/plex thread.

  3. I keep finding plex closed, this is the last output of the log.

    2024-04-19 07:57:05,372 CRIT uncaptured python exception, closing channel <POutputDispatcher at 22566202968144 for <Subprocess at 22566203126160 with name plexmediaserver in state RUNNING> (stderr)> (<class 'OSError'>:[Errno 28] No space left on device: '/config/supervisord.log' [/usr/lib/python3.11/site-packages/supervisor/supervisord.py|runforever|218] [/usr/lib/python3.11/site-packages/supervisor/dispatchers.py|handle_read_event|276] [/usr/lib/python3.11/site-packages/supervisor/dispatchers.py|record_output|210] [/usr/lib/python3.11/site-packages/supervisor/dispatchers.py|_log|189] [/usr/lib/python3.11/site-packages/supervisor/loggers.py|log|345] [/usr/lib/python3.11/site-packages/supervisor/loggers.py|emit|227] [/usr/lib/python3.11/site-packages/supervisor/loggers.py|doRollover|276])

     

    I tried to add this to extra parameters but the container fails.
    --restart-unless-stopped

     

    EDIT: Weird now it won't even start

    2024-04-19 10:05:34.759878 [info] Host is running unRAID
    2024-04-19 10:05:34.771724 [info] System information Linux Unraid 6.1.74-Unraid #1 SMP PREEMPT_DYNAMIC Fri Feb  2 11:06:32 PST 2024 x86_64 GNU/Linux
    2024-04-19 10:05:34.785155 [info] PUID defined as '99'
    2024-04-19 10:05:34.800228 [info] PGID defined as '100'
    2024-04-19 10:05:34.816307 [info] UMASK defined as '000'
    2024-04-19 10:05:34.829559 [info] Permissions already set for '/config'
    2024-04-19 10:05:34.845927 [info] Deleting files in /tmp (non recursive)...
    2024-04-19 10:05:34.862603 [warn] TRANS_DIR not defined,(via -e TRANS_DIR), defaulting to '/config/tmp'
    chmod: cannot access '/config/supervisord.log': No such file or directory

     


    Any ideas? Thanks folks.

  4. 2 minutes ago, Laov said:

    1. Unraid Settings -> Tailscale -> Run as exit node. Confirm on tailscale web page and you are done.
    2. Subnet mask does not redirect anything. It can only advertise your local IPs to tailscale. I asked @EDACerton to add full syntax for --advertise-routes in to HELP section as people CONSTANTLY ask for it but it is still not there :( You will have to make due with the tailscale link:
    https://tailscale.com/kb/1019/subnets

     

    @lightsout for you its the same #2. You need to advertise the subnet you want available over tailscale.

    Thanks, I came across that page but wanted to ask before I went and started messing with stuff.

  5. Thanks for this plugin. I am still learning how it all works. I have installed it on my unraid server and on my phone. My goal is to login to docker services on my phone with the local home addresses of 192.168.1.192:xxxx

    This is because I have some apps that are already setup to connect to these services locally. Is this a possibility? Sorry if this is obvious there is a lot of jargon that I don't quite get.

  6. 13 minutes ago, JonathanM said:

    Post your docker run command.

    docker run
      -d
      --name='binhex-radarr2k'
      --net='bridge'
      -e TZ="America/Los_Angeles"
      -e HOST_OS="Unraid"
      -e HOST_HOSTNAME="Unraid"
      -e HOST_CONTAINERNAME="binhex-radarr2k"
      -e 'UMASK'='000'
      -e 'PUID'='99'
      -e 'PGID'='100'
      -l net.unraid.docker.managed=dockerman
      -l net.unraid.docker.webui='http://[IP]:[PORT:7878]/'
      -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/radarr-icon.png'
      -p '7878:7878/tcp'
      -v '/mnt/user/data':'/data':'rw'
      -v '/mnt/user/appdata/binhex-radarr':'/config':'rw' 'binhex/arch-radarr' 

     

     

    EDIT##  Very strange but when I ran the command by changing the port and changing it back, it caused it to update. Now I am on 5.xxx, strange but I think I'm good.

  7. 10 minutes ago, binhex said:

    the image is up to date according to releases on github radarr releases so the issue is local to you, have you clicked on 'check for updates' and then 'update all' in the docker tab in the unraid web ui?

    Yeah it still says it is up to date.

     

    In the template

    Repository: binhex/arch-radarr

    Registry: https://registry.hub.docker.com/r/binhex/arch-radarr/

     

     

    Capture.JPG

  8. I woke up to qbittorrentvpn not working, here is what I am seeing in the log.

    insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory
    
    2023-10-11 06:25:54,413 DEBG 'start-script' stdout output:
    [warn] Unable to load iptable_mangle module, you will not be able to connect to the applications Web UI or Privoxy outside of your LAN
    
    2023-10-11 06:25:54,413 DEBG 'start-script' stdout output:
    [info] unRAID/Ubuntu users: Please attempt to load the module by executing the following on your host: '/sbin/modprobe iptable_mangle'

    I pasted the command that it shows there in the terminal, the error went away but it still won't allow access to the UI, and a tracker says I am not connected. Not sure where to go next.

×
×
  • Create New...