assassin6

joined 2 months ago
[–] assassin6@lemmy.dbzer0.com 1 points 3 weeks ago

Thanks for your insights.

The router is set up to give the PC a static IP already. I have now gone into the Networks page in Ubuntu desktop, set the IPv4 method from Automatic DHCP to Manual, and added my static IP there.

The arrs and other docker containers all use the same bridge network (and not the default network). None except for Plex are set to use Host.

I have removed Plex again and added it once more to the docker. Unfortunately Plex logs are still showing the same issue.

 

I have a mini PC running Ubuntu. I use docker portainer to house Plex and all of the arrs services.

Due to playback issues which I assumed were due to EAC3 audio (a common issue which others reported), I removed Plex from docker and installed it outside.

To my frustration I am still getting buffer problems, so I downloaded the log file. This appears to be reporting constant network notifications. I have copied an extract below.

I have an ethernet cable plugged into the PC and (when I was using Windows pre Ubuntu) I have reserved the IP address in the router for the MAC address for the ethernet adaptor.

I have no idea where to start in troubleshooting this. Is the WIFI adapter trying to connect? Or is the docker network interfering? I have no experience with this so would be very grateful for some pointers.

Aug 20, 2024 22:11:13.719 [135727832640312] DEBUG - NetworkInterface: received Netlink message len=88, type=RTM_DELADDR, flags=0x0 Aug 20, 2024 22:11:13.719 [135727832640312] DEBUG - NetworkInterface: Netlink address message family=2, index=3, flags=0x0 Aug 20, 2024 22:11:13.719 [135727832640312] DEBUG - Network change. Aug 20, 2024 22:11:13.719 [135727832640312] DEBUG - NetworkInterface: Notified of network changed (force=0) Aug 20, 2024 22:11:13.720 [135727832640312] DEBUG - Network change notification but nothing changed.

[–] assassin6@lemmy.dbzer0.com 14 points 1 month ago

It says in the post that people assume they need more coffee

 

cross-posted from: https://lemmy.dbzer0.com/post/25161862

I have followed the docs and have the recommended folder structures for my Plex and arrs setup.

sonarr has a volume set as /data which gives it access to e.g. /data/usenet/downloads This is working fine with SABnzdb

I am using a seedbox for torrents. Looking at ruTorrent on the seedbox, I can see that the local download folder there is set to: /home/seedit4me/torrents/rtorrent

sonarr is reporting "No files found are eligible for import in:

  • /home/seedit4me/torrents/rtorrent/Completed/tv-sonarr/filename.mkv

I have set a remote path in the download clients page in sonarr as follows:

  • Host - ****.seedit4.me
  • Remote path: /home/seedit4me
  • local path: /data

I have ftp'd the mkv file to actual folder structure:

  • /data/torrents/rtorrent/Completed/tv-sonaar/filename.mkv

The permissions on this file are:

  • -rw-rw-r--

the folder permissions are:

  • drwxrwxr-x 2 myacct myacct 4096 Aug 2 11:41 .
  • drwxrwxr-x 3 myacct myacct

My uid=1000(my acct), same for gid I have set these as the PUID and PGID env variables in sonarr

The log file in sonarr is reporting: |Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /home/(removed)/torrents/rtorrent/Completed/tv-sonarr/filename.mkv

Seeing this, i tried mapping /home/(removed)/ to /data/ but that doesn't work either.

Can anyone guide me on what I am doing wrong? I feel like I've checked everything so I can't understand the issue at all.---

 

I have followed the docs and have the recommended folder structures for my Plex and arrs setup.

sonarr has a volume set as /data which gives it access to e.g. /data/usenet/downloads This is working fine with SABnzdb

I am using a seedbox for torrents. Looking at ruTorrent on the seedbox, I can see that the local download folder there is set to: /home/seedit4me/torrents/rtorrent

sonarr is reporting "No files found are eligible for import in:

  • /home/seedit4me/torrents/rtorrent/Completed/tv-sonarr/filename.mkv

I have set a remote path in the download clients page in sonarr as follows:

  • Host - ****.seedit4.me
  • Remote path: /home/seedit4me
  • local path: /data

I have ftp'd the mkv file to actual folder structure:

  • /data/torrents/rtorrent/Completed/tv-sonaar/filename.mkv

The permissions on this file are:

  • -rw-rw-r--

the folder permissions are:

  • drwxrwxr-x 2 myacct myacct 4096 Aug 2 11:41 .
  • drwxrwxr-x 3 myacct myacct

My uid=1000(my acct), same for gid I have set these as the PUID and PGID env variables in sonarr

The log file in sonarr is reporting: |Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /home/(removed)/torrents/rtorrent/Completed/tv-sonarr/filename.mkv

Seeing this, i tried mapping /home/(removed)/ to /data/ but that doesn't work either.

Can anyone guide me on what I am doing wrong? I feel like I've checked everything so I can't understand the issue at all.---

[–] assassin6@lemmy.dbzer0.com 1 points 1 month ago

Lol I will. If only you knew how long I have spent getting this right so far. But worth it, it's working perfectly at the moment .

10
submitted 1 month ago* (last edited 1 month ago) by assassin6@lemmy.dbzer0.com to c/plex@lemmy.ml
 

I followed the trash guide and have sonaar and sabnzbd working brilliantly together in portainer.

My plex media folders when I was on win11 were on external disks. After moving to ubuntu I can find them under /media//....

Plex is able to read from them, so it was quick to rebuild the library. My question is, how can I give sonarr access to them? I want to be able to import them and have sonarr able to write to them (when I download episodes).

Is there a clever way to put them into the /data structure that I followed in the trash guide?

Thanks!

[–] assassin6@lemmy.dbzer0.com 1 points 1 month ago

OK awesome, thank you for reassuring. I did setup docker first and added portainer with docker, so it sounds like I'm on the right track. Now I can move on to the arrs and will watch a few guides on that.

 

I recently moved from win 11 on my mini PC to ubuntu. Following a tutorial, I have plex set up in portainer.

When looking to add the arrs, I came across the wiki which warns against using portainer for sonarr.

I don't know what to do now. Is it possible to run the arrs outside of portainer and still work with plex?

Or does anyone use portainer for arrs and find it's OK?

Just looking for advice on a way forward. Thinking I might start again with docker compose as they suggest.

Thanks!