Jump to content

Lecso

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Lecso

  1. On 10/28/2023 at 9:52 PM, oldrobot said:

    Hi! I digged a little bit and your template is not the problem. It seems the container itself is the "problem".

     

    I tried to redeploy the application mapping /mnt/user/appdata/spoolman to "/home/app/.local/share/" and voila. It deploys even with default permissions. If I go to "/mnt/user/appdata/spoolman" I find that a subfolder named "spoolman" has been created. That means that we map a Volume to a folder that does not exist before the application is deployed. Therefore the system won't let us create the folder on the host.

     

    I think what happens is that the docker container will try to create the spoolman folder on "first install" (when we deploy the container). So this happens on first install, on updates and so on. Therefore I think the "culprit" is to be found in the dockerfile at:

     

    # Add local user so we don't run as root
    RUN adduser -D app \
        && mkdir -p /home/app/.local/share/spoolman \
        && chown -R app:app /home/app/.local/share/spoolman

     

    This tries to create the directory and set permissions for a directory mapped to host which might be the reason of failure. I'm just guessing here, because this happens in the "Nimbus" between host and docker instance. I could not say if this is really the problem. But again, if mapped to the parent directory "/home/app/.local/share/" the directory spoolman is created and everything runs as it should.

     

    Maybe I misunderstand, but it would seem to be the only logical explaination to the behaviour we are seeing.

     

    I hope this can help you down the path of finding what is going wrong.

    Hey!

    I updated the docker and lost my database. I read what you found out, but I can't really see if there is a solution or not. Is there a way to restore my old database? If not, how should I proceed to not lose it again when updating?

  2. Hi!

    I'm trying to set up Sonarr and qBitorrent for downloading shows. I only download from one site, and I start the torrent manually by adding the .torrent in qBittorrent. I want to use Sonarr for renaming the downloaded media and to copy it from the download folder to the media folder, and after the seeding is done, delete it from the download folder.
    Sonarr's data folder points to the download/tvshows folder and media points to my media/jellyfin/tvshows folder. After downloading a show, Sonarr did not do anything. I could only import my existing shows from the media folder, it renamed it alright.
    Does this auto rename-copy-delete process work even if I add the torrent manually to qbittorrent?
     

    Edit: I can see it under Activity/Queue but there is an error: Series title mismatch; automatic import is not possible.
    When I click the little man icon to import it says: No video files were found in the selected folder.
    There is proper mkv videos there if I go into the folder.

     

  3. 1 hour ago, Caennanu said:

    Allright. 

     

    Can you connect to the unraid server via its DNS address, or only via its ip address? If the latter. its likely something in your DNS settings.

    I will try to explain it better!

    I tried two android phones with mobile data, their settings are Remote Connect to LAN. Both worked as they should, I reached everything like I was on my home network. I could reach my 3D printer, Unraid, my router, everything on their usual address.
    However, the Ipad, connected to one of these android phone's hotspot could only reach my router on its default 192.168.1.1 address and my Unraid server login page via this address (in Remote connect to LAN mode too): 1907528148_kp.png.823f778033fc7ad0c520d7067f41d367.png (but not on the 192.168.1.121, Unraid's address on my home network)

  4. 3 hours ago, Caennanu said:

    My best guess is that your windows is on the same if not similar subnet, and the phone is not.

    My laptop was on a wifi hotspot created on my phone. On the phone that works. I also have problem with an ipad. Remote access to server and remote access to LAN has internet, I can reach the Unraid login page and my routers login page, but nothing else on my local network. I tested this on the hotspot shared from my phone too.

  5. Hey.

    I have set up the VPN in Settings>VPN Manager. It works on my android phone but not on my other Windows laptop. Has anybody encounter this problem? When I connect to the VPN from my phone and ping it from Unraid it replies, but the windows laptop does not.

  6. I'm new with unraid, one of the first things I wanted to set up a VPN. I created a dyndns with DuckDNS and installed Wireguard in Unraid. However, after rebooting the system, Wireguard won't start, but I can acces my home network from my phone on mobile data with the VPN that I've set up before the reboot. After the reboot I cannot reach the Wireguard WebUI on http://0.0.0.0:51821, before reboot it was 192.168.1.121:51821 (my unraid's IP on my local network) and it worked.
    If I click start all, the arrows spin for a second next to the stopped text, but then stay stopped.
    Please help me with this one!

    kép.png

×
×
  • Create New...