Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

summerside1967

Members
  • Joined

  • Last visited

Everything posted by summerside1967

  1. Mylar is broken for me as well. It was working fine last week. Now it refuses to connect via GUI
  2. For now, as long as things work the way I want them to, I'll stick with Synology for storage. Completely transitioning to unraid would be much easier now that it is slowly making sense
  3. So I figured out what I was doing wrong! ugh! Not sure how (or why) I missed it. I have a synology NAS that I use to store everything. The reason I am using unraid is that synology cannot handle multiple apps running at once (well at least my model can't). I always planned to keep the NAS as it's perfect for storage. So in unraid, I used the unassigned devices plug in to mount my shares from synology. So it must have been just habit, but I used a smb connection to map...ugh! I unmounted and removed all of them and re-mount with nsf connection (synology lets you set shares with multiple types of connections) then reconfigured all the docker containers with the nsf path (for the comics/media). It now works perfectly! No errors!! Thanks dstanley and CHBMB for taking the time to jump in and help...very appreciated!! Dave
  4. I know the feeling. I've used most of the dicker apps in Windows, so I'm comfortable setting up and navigating through the apps. Mylar is driving me crazy. Everything works for me...sab downloads the file and calls the script...mylar does what it's suppose to (rename and move the file). sab then flashes "completed" breifly then abosrts processing. The weird thing is that the comic is moved to my main comic folder (renamed properly) but the status in Mylar still says snatch. When I press recheck files it changes it to downloaded. So on the surface both apps did what they were suppose to. The error is in cleaning up the files after processing, which is why I get the error in Mylar. In sab the file remains in the completed folder and the temporary files in mylar cache (where the renaming and metadata tagging happens) is left behind. I still have both apps installed in windows and watched the behaviour of both apps. in unraid docker, the apps are not deleting the files after they move them into their final destination. Been working on this for 5 days. Sonarr and Radarr work perfectly
  5. Thanks for your insight and direction...very appreciated
  6. This is one of the reasons why I rarely ask for direct support on forums as often comments are interpreted as emotional responses. I've been tiailing unraid for a week now. Setup was smooth and almost everything functioned out of the box but I now hesitate to ask for support. Not really sure I want to invest the money or time now after the trial.
  7. Thank you for your help. My question was in no way meant to be disrespectful...it was a sincere question as I try to see how support is provided on the forums
  8. Sabnzbd finds it. Mylar for some reason changes permissions of the temporary files it creates in the cache (Mylar cache folder has the correct permissions) if you don't use Mylar then how can you answer questions under the Mylar topic?
  9. So how would I config Mylar from not using the cache?
  10. I was told in the mylar forum that Mylar does the renaming and metadata in temporary folders in the cache, then deletes the files after it moves.
  11. Where in Mylar's settings do i give sabnzbd access to mylar's /config directory?
  12. Thanks. I did look at the logs. Everything is set up witt appropriate permissions. Mylar does exactly what it should (based on the settings I defined), but for some reason when it creates comic (inisde the cache directory) it makes it read only and will not delete (or clean up) after processing. There are not errors until the very end...I'm not sure why the folders inside the cache are being created with different permissions 2018-02-01 19:18:09 WARNING [POST-PROCESSING] Post-Processing ABORTED 2018-02-01 19:18:09 WARNING [POST-PROCESSING] Failed to move /config/mylar/cache/mylar_kp9ceY/All-New Wolverine 012 (2016) (Digital) (BlackManta-Empire).cbz - check directories and manually re-run.
  13. Anyone have any thoughts or ideas? This is the only issue with the install and I can't figure it out....thanks again
  14. My setup: Intel NUC mini PC kit NUC7i7BNH, 3 Hard Drives (one internal and 2 external) Unraid 6.4.0 Docker Containers: Mylar - master git build 053626a96bd1a8601b2ca87066261408e8c1cd30 SABnzbd Radarr (no errors) Sonarr (no errors) Synology DS2413+ All media storage - with read/write permissions for all directories and files Used Unassigned Devices plugin Mylar and SABnzbd work together with no errors to grab and download the comic. The folder is created and the file is renamed then moved to the respective folder on the synology. The error happens when it tries to clean things up...delete the cache from the mylar directory and delte the file from sabnzbd completed folder. I've attached the Mylar verbose log, the run command for Mylar and Sabnzbd Mylar Run Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="mylar" --net="bridge" -e TZ="America/Regina" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8090:8090/tcp -v "/mnt/disks/172.16.1.79_downloads/complete/":"/downloads":rw,slave -v "/mnt/disks/172.16.1.79_Comics/Comics/":"/comics":rw,slave -v "/mnt/cache/appdata/mylar":"/config":rw linuxserver/mylar 5557aa49c9de7ac3ef83e8aa682b2713e585df3b726ff821d67e22f75e0c7912 SABnzbd Run Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="sabnzbd" --net="bridge" -e TZ="America/Regina" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8080:8080/tcp -p 9090:9090/tcp -v "/mnt/disks/172.16.1.79_downloads/complete/":"/downloads":rw,slave -v "/mnt/disks/172.16.1.79_downloads/incomplete/":"/incomplete-downloads":rw,slave -v "/mnt/cache/appdata/sabnzbd/scripts/":"/scripts":rw -v "/mnt/disks/172.16.1.79_eBooks/Calibre Library/":"/books":rw,slave -v "/mnt/disks/172.16.1.79_Comics/Comics/":"/comics":rw,slave -v "/mnt/cache/appdata/sabnzbd/":"/config":rw linuxserver/sabnzbd 54f56f61f391b25b4296f7d734c860dc0039082f9d61b63c076f61509d4b8314 Thanks for the help Dave Mylar Run Command.txt Mylar Verbose Log.txt SABNzbd Run Command.txt
  15. I'm new to unraid and docker, but not to mylar and Sabnzbd (used windows versions). I have Sabnzbd set up and working flawlessly with Sonarr and Radarr. The problem I am having with Mylar is simple (I hope). Following post processing I get a couple of errors. One is with Sabnzbd, after running the script, says post processing aborted. The Mylar log looks good with no errors, until it attempts to move the file form mylar/cache to the final comic directory. When I check the folders in the cache directory they are all read only (even thought the cache directory has full r-w for nobody. I'm stuck at this point because I cannot figure out how to stop Mylar for making these protected folders inside the cache while processing. I posted on the Mylar forum too (still waiting for a review of the logs). Hoping somebody here might have had similar issue? Thanks for the help Dave

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.