kingfenix

Members
  • Posts

    26
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

kingfenix's Achievements

Noob

Noob (1/14)

3

Reputation

  1. I have been having to restart my container for a few weeks now, and I see a ton of "Recursive routing detected, drop tun packet to [AF-INET]" messages in my log. Can anyone help me identify why this would happen and any guidance on how to resolve? Please!
  2. If it helps you to fix it, the comixed dev had this to say about it.... This is a packaged distribution of our docker image, yeah? I thinkt he error might be with one of their arguments being passed to Docker: -v '/mnt/cache/appdata/comixed':'.comixed':'rw' This is passing a relative, not absolute, path, which is the complaint that Docker is raising. You'll want to contact the package maintainer and ask them to fix this issue to resolve the problem.
  3. Error received during install of docker container from community app store on UNRAID root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='ComiXed' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'PGID'='100' -e 'PUID'='99' -p '7171:7171/tcp' -v '/mnt/user/Comics/':'/library':'rw' -v '/mnt/cache/appdata/comixed/database/':'/root/.comixed':'rw' -v '/mnt/user/Downloads/Complete/':'/incoming':'rw' -v '/mnt/cache/appdata/comixed':'.comixed':'rw' 'comixed/comixed:latest' Error response from daemon: invalid volume specification: '/mnt/cache/appdata/comixed:.comixed:rw': invalid mount config for type "bind": invalid mount path: '.comixed' mount path must be absolute The command failed.
  4. so after braving the "latest" tag for awhile and being on this new .25 version. I have given up and went back to "5.14.23-ls76" and let me tell you, Im happy with it. It truly is just the best version so far...using the version file edit trick in a previous post I just changed my tag and downgraded, and all is working and well.
  5. container update from 6 hours ago is broken, will not start/run now...
  6. sstretchh, only idea I have for your issue is to make sure that your container is set to Bridge for network type, and that your host port isnt already in use by another container?
  7. so I just switched over to the mylar3 docker by hotio, and its awesome. Much has been improved in mylar3 and seems to be working with no issues some tips from my experience... 1. I added path for my comics 2. I added the PUID = 99 and PGID = 100 variables 3. I had to move old mylar files from appdata/mylar/mylar to appdata/mylar/app, apparently hotio has that "app" subfolder hard coded in there. 4. start up mylar 3 and all was well Shout out and thanks to hotio!!
  8. Any word on mylar 3 tag/docker update? Mylar developer has said mylar 3 is current and stopped dev on 2...
  9. you put aphrodite in as the branch in the general section of settings INSIDE radarr, not in the unraid GUI
  10. Ive been using this for awhile now and suddenly the webui appears, but cannot connect to rtorrent, and the log has this repeating endlessly...any ideas? HELP!! 2017-01-16 08:22:21,510 DEBG 'start-script' stdout output: [info] No PID file containing PID for sleep command present, assuming script hasn't started yet. 2017-01-16 08:22:31,514 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN...
  11. ok this one would be a new protcol/client type. It has a linux web client so would be perfect I think if someone could tackle this please!!! AirDC++ https://airdcpp-web.github.io/
  12. ok well I managed to get the bootstrap3 theme in place for calibre-server, can I get some guidance on how to modify the container to have username and password now? I have searched but cant find the commands that would accomplish that, or where the files are inside the container.
  13. is it possible to expose the "~/.config/calibre/resources/content_server" folder of calibre server to a mapped container path? I would love to be able to use a bootstrap theme for my calibre server. https://github.com/sudiphed/CalibreBootstrap/tree/master/content_server TIA
  14. awesome I will try that out today, thanks very much!!! so thankful for you experienced people on here. One last question is there any guide or help on how to make a template available in community for apps like cardigann and ampache? Im a programmer and IT person and would like to dive into this myself, just not sure where to start really.