rcrh

Members
  • Posts

    227
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rcrh's Achievements

Explorer

Explorer (4/14)

1

Reputation

  1. I've been using this docker configured along with binhex-deluge for months. It's set up so that nzbget's traffic is passed through binhex-deluge which is pointed to my proxy server. Over the weekend I had a power failure and had to rebuild my docker.img & reinstall both dockers. Now, nzbget is starting (see docker.run below) but the webui won't load. I've tried both my chrome browser & edge. Both time out. However, I know nzbget is working because I can successfully pass information from sonarr to it and downloads complete just fine. Does anyone have any suggests to get my webui back? docker.run root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='nzbget' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/DVR/':'/downloads':'rw' -v '/mnt/user/Movies':'/Movies':'rw' -v '/mnt/user/Public':'/Public':'rw' -v '/mnt/user/appdata/nzbget':'/config':'rw' --net=container:binhex-delugevpn 'linuxserver/nzbget' 793e277ce84a5c957bb1e4ae942e937e1b1ee81ad9729f1e80556c2a8b65a8f6 The command finished successfully! nzbget log ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support the app dev(s) visit: NZBGet: https://nzbget.net/donate To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- cont-init: info: /etc/cont-init.d/10-adduser exited 0 cont-init: info: running /etc/cont-init.d/30-config cont-init: info: /etc/cont-init.d/30-config exited 0 cont-init: info: running /etc/cont-init.d/99-custom-files [custom-init] No custom files found, skipping... cont-init: info: /etc/cont-init.d/99-custom-files exited 0 s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service init-mods: starting s6-rc: info: service init-mods successfully started s6-rc: info: service init-mods-package-install: starting s6-rc: info: service init-mods-package-install successfully started s6-rc: info: service init-mods-end: starting s6-rc: info: service init-mods-end successfully started s6-rc: info: service init-services: starting s6-rc: info: service init-services successfully started s6-rc: info: service legacy-services: starting services-up: info: copying legacy longrun nzbget (no readiness notification) s6-rc: info: service legacy-services successfully started s6-rc: info: service 99-ci-service-check: starting [ls.io-init] done. s6-rc: info: service 99-ci-service-check successfully started [INFO] nzbget 21.1 server-mode [INFO] Executing scheduler-script Completion.py [INFO] Scheduler: setting download rate to 0 KB/s [INFO] Completion: File "/downloads/scripts/Completion.py", line 1011 [INFO] Completion: except Exception, e: [INFO] Completion: ^ [INFO] Completion: SyntaxError: invalid syntax
  2. I guess I should have taken some screen shots cause a reboot seems to have changed the interface back to what I was used to seeing & the error messages are gone.
  3. I woke this morning to find a new UI on my 6.9.2 install and the following error messages in the Docker section: Warning: parse_ini_file(/boot/config/docker.cfg): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 50 Warning: array_replace_recursive(): Expected parameter 2 to be an array, bool given in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 50 Warning: parse_ini_file(/boot/config/domain.cfg): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix.vm.manager/include/libvirt_helpers.php on line 478 I've used the google but can't find anything. Anyone have a suggestion? Thanks in advance.
  4. Thanks for that. Its still pretty laborious. I have to go through each folder on each share. I was hoping for a bit of automation. But, again, I appreciate the options. Thanks.
  5. Without going into details I had some issues with my install that I think I've resolved except for one question... Is there a way to look for situations where a single file in a share ends up on multiple drives? I know this shouldn't happen but like I said, I've had some issues. To be clear, I'm not looking for a duplicate file in two different shares. Thanks in advance.
  6. Yup, that sounds like me and sounds like my timing. I'm trying the sql recover from my oldest back up but it looks like I'll be deleting my database & starting over. Thanks for the help.
  7. That's what I did. At least I didn't miss an easier method. Thanks.
  8. My Web UI won't load. The docker seems to be running and I have recent downloads from Radarr but when I try to access the UI I get this message: This site can’t be reached 192.168.1.252 refused to connect. I've checked the log and I have these errors/warnings [Error] FluentMigrator.Runner.MigrationRunner: database disk image is malformed [v4.0.4.5922] NzbDrone.Common.Exceptions.RadarrStartupException: Radarr failed to start: Error creating main database Press enter to exit... Non-recoverable failure, waiting for user intervention... To try clearly these errors I've stopped the docker and restored the oldest backup of my appdata. It's only five days old and when I restarted the docker the same errors occured. Any suggestions for next steps? I'd hate to have to uninstall it and then have to repopulate any movies I've had it watching for. Thanks in advance.
  9. Is it possible to use this utility to restore part of my appdata? I'm getting errors on one of my dockers while the others are running fine. I'd like to restore the appdata for just that docker. Thanks in advance.
  10. TA DA!!!! That worked. Thanks for the suggestion.
  11. For all shares? No, I haven't. So far I've just reviewed the settings, reboot the server, & reboot the laptop. I'll try your suggestion when I get home.
  12. I recently had a power failure and after restarting I had lost my cache drive. I reformatted it, reinstalled my dockers & then ran a restore from the CA backup/restore app. Everything seems to be OK EXCEPT that my appdata share isn't showing on my Windows 10 laptop. I can get to it through the cache share but not directly. All of my other shares are showing as they normally do. Any thoughts?
  13. I just had a power failure that crapped my SSD and I want to confirm the steps I should follow to recover it. (Note: I use CA to install my dockers & CABackup to backup up my appdata each night). 1) format & mount the SSD 2) comfirm that the SSD is now accessible 3) us CA to reinstall my dockers 4) us CABackup to restore my most recent back. Am I missing anything? Do I have to stop the docker service prior to the CABackup restore? Thanks in advance.
  14. Thanks for that info. I agree that there are lots of photo apps but nothing that makes it's photos available to an Apple TV.