Everything posted by Rick Gillyon
-
[Support] ich777 - Application Dockers
Thanks. I had replaced config folder with a backup from last week, I guess it didn't take. So I removed the lot and started again, working now. As ever, thanks for all the help.
-
[Support] ich777 - Application Dockers
No, I never changed permissions and those seem to be writable. Do you think the Fix Permissions utility will help? What do you have for these:
-
[Support] ich777 - Application Dockers
Thanks, it's running now, but throwing errors in the UI: I maybe broke something trying to fix it... These haven't changed: A little more error under the previous: Traceback (most recent call last): File "/sabnzbd/SABnzbd/sabnzbd/filesystem.py", line 752, in create_all_dirs os.mkdir(path_part_combined) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 13] Permission denied: '/data'
-
[Support] ich777 - Application Dockers
Container log, just clicking on it and hitting Logs.
-
[Support] ich777 - Application Dockers
Looks like it's crapping out, I had restart-unless-stopped on so it looked like it was running: File "/sabnzbd/SABnzbd/sabnzbd/newswrapper.py", line 209, in NewsWrapper def on_response(self, response: sabctools.NNTPResponse, article: Optional["sabnzbd.nzb.Article"]) -> None: ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'sabctools' has no attribute 'NNTPResponse'
-
[Support] ich777 - Application Dockers
No, it's not routed, it's standard bridge.
-
[Support] ich777 - Application Dockers
After update to 7.2.5, the sabnzbd docker isn't serving a webpage or communicating with other dockers. It is starting, but no use. Any ideas why? unraidpvr-diagnostics-20260501-1701.zip
-
Unraid OS Version 7.2.5 Available
Any idea why my Sabnzbd container would fail after this update (7.2.5)? The container starts but web service is unavailable and other dockers can't see it. No changes to config. unraidpvr-diagnostics-20260501-1701.zip
-
Recommended controllers for Unraid
I have the Mzhou ASM1166 running in my machine now, no issues.
-
[Support] ich777 - Application Dockers
Toolbars are now back to normal.
-
[Support] ich777 - Application Dockers
Yeah, the update caused a complete reset too, all prefs lost.
-
[Support] ich777 - Application Dockers
Yeah, I asked because Krusader also shows the irrational US-format dates. No solution yet, but IIRC the other Krusader containers manage to use local formats.
-
Recommended controllers for Unraid
Tried it in my main PC, still not detected under Win11. Just NFG I suppose. I'll try again!
-
Recommended controllers for Unraid
Thanks. My UNRAID machine is an old one and only has PCIe 3.0, this is PCIe 3.1, would that make it fail or are they backwards-compatible?
-
Recommended controllers for Unraid
I just bough one of these: https://www.amazon.co.uk/Internal-Non-Raid-Controller-Desktop-Bracket/dp/B07ST9CPND?th=1 JMB585 so I thought it weould be compatible, tried it in two different PCIe slots, no sign it's being recognised (can't see it in system info). Any ideas? Diagnostics attached. unraidpvr-diagnostics-20251121-1703.zip
-
[Support] ich777 - Application Dockers
Thanks, I actually just shut it down, deleted the db file, and restarted. I don't really need all the history anyway and it reloads the config from the yml. The yml file is configured to perform a backup once a week and delete after a week, but seems to keep 14+ so the delete parameter isn't working. 🤷 I'll keep an eye on it! 😏
-
[Support] ich777 - Application Dockers
I'm running latest nzbhydra2, and just noticed it's using a huge amount of data in appdata. It looks like between my 13th Feb and 21st Feb backups the db file (nzbhydra.mv.db) grew from 30MB to 10GB, where it's stayed to this day. Why would this file be so big, and is there any way to limit the number of backups to mitigate its impact? Thanks! Edit: Actually now at 23GB.
-
[Support] ich777 - Application Dockers
Thanks, but that's the guide I already used. I think I've followed it.
-
[Support] ich777 - Application Dockers
I've been trying to reset my data folders according to the instructions in your containers: Path to your TV Shows bWARNING:/b This style of paths has a performance and disk usage impact: bslow, I/O intensive moves/b and bwasted disk space/b. See https://trash-guides.info/hardlinks/#unraid for details. For example, I've set up Sonarr as follows: Share settings: However, moves after download still seem to be doing a bit-by-bit move, as I can see the filesizes slowly ticking up. I think I've done everything in the guide, any ideas what I'm missing? Run command: docker run -d --name='Sonarr' --net='bridge' --pids-limit 2048 -e TZ="Europe/London" -e HOST_OS="Unraid" -e HOST_HOSTNAME="unRAIDpvr" -e HOST_CONTAINERNAME="Sonarr" -e 'SONARR_REL'='latest' -e 'CONNECTED_CONTAINERS'='' -e 'UID'='99' -e 'GID'='100' -e 'UMASK'='0000' -e 'MONO_START_PARAMS'='--debug' -e 'DATA_PERM'='777' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8989]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/sonarr.png' -p '8989:8989/tcp' -v '/mnt/user/appdata/sonarr':'/sonarr':'rw' -v '/mnt/user/data/media/':'/data/media/':'rw' -v '/mnt/user/data/downloads/nzbget/':'/data/downloads/':'rw' --restart=unless-stopped 'ghcr.io/ich777/sonarr' 1bbbb4fe0e64b514ff97a57ff4ade9c44c6116075089bbd3740c55df817b7412
-
[Support] ich777 - Application Dockers
Thanks, it was okay in the binhex docker, not sure how though.
-
[Support] ich777 - Application Dockers
Hi, I just installed Krusader (unraid v7) and all is working fine, but date formats are US (i.e. M/DD/YY). Any idea how I can fix this? I have tried all 3 en_GB language configurations, no help. Thanks!
-
[Support] JPDVM2014 Templates
Hi, I'm trying out Kapowarr on Unraid 7.0.0. All seems to be up and running, but downloaded files/folders are being set at root:root, despite PGID and PUID being set. Any ideas? Run command below. Thanks! docker run -d --name='kapowarr' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="Europe/London" -e HOST_OS="Unraid" -e HOST_HOSTNAME="unRAIDpvr" -e HOST_CONTAINERNAME="kapowarr" -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:5656]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/JPDVM2014/kapowarr/main/Screenshot_20230524_213057_Firefox%20Nightly_x4.png' -p '5656:5656/tcp' -v '/mnt/user/downloads/kapowarr/':'/app/temp_downloads':'rw' -v '/mnt/user/comics/':'/content':'rw' -v '/mnt/user/appdata/kapowarr-db':'/app/db':'rw' 'mrcas/kapowarr:latest' fc7db88e5c1e55fa96cc2e762041d05f61d9be189b675132cb7c211a286c70d2
-
[Support] alturismo - Repos
log.txtLooks like my sd grabber using xteve_guide2go stopped working a couple of days ago. Also looks like my notify in user scripts isn't working either, so I didn't know. 😕 I have two lineups, both are running, yaml files haven't changed, and the sd logs look fine - the lineups and ids still match up, and logs say it's retrieving data. But the written xml file only has: <?xml version="1.0" encoding="UTF-8"?> <tv guide2go="guide2go" source-info-name="Schedules Direct" source-info-url="http://schedulesdirect.org"></tv> No channel or program data. Any idea where to look? Anyone else seeing issues? Thanks!
-
New Emby Docker
In your container variables make sure GID is 100, UID 99
-
[Support] alturismo - Repos
Thanks, all running now. The cronjob.sh in my appdata folder was very old, so I grabbed it from Git. There seems to be a couple of errors in that file (although my shell script is very basic, to say the least!): line 79 missing the i in if; "use_xTeveRP" isn't defined. Also the find in the cleanup section throws an error for me (find: -name requires an argument), but this may be my config. Thanks for all the help, really appreciated.