Cion

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Cion

  1. Having same issue, i can set search address inside of chrome (aka http://x.x.x.x:8000/?q=%s) but firefox has no option to manually set ip. how do i change the run command for the container so it sets ip:8000 instead of localhost:8000?
  2. Hello Since updating and restarting deluge docker, it makes all the files in my DL dir as read only Sample Log File chown: changing ownership of '/data/O.J.Simpson.Made.in.America.Part.One.720p.HDTV.x264-2HD[rarbg]': Read-only file system chown: changing ownership of '/data/Game.of.Thrones.S06E08.No.One.PROPER.1080p.WEB-DL.HEVC.DD5.1.x265/Game.of.Thrones.S06E08.No.One.PROPER.1080p.WEB-DL.HEVC.DD5.1.x265.unknown.ignore': Read-only file system chown: changing ownership of '/data/Game.of.Thrones.S06E08.No.One.PROPER.1080p.WEB-DL.HEVC.DD5.1.x265': Read-only file system chown: changing ownership of '/data/Game.of.Thrones.S06E02.1080p.WEB-DL.x265.HEVC.upload-hero.unknown.ignore': Read-only file system chown: changing ownership of '/data/Game.of.Thrones.S06E01.1080p.WEB-DL.x265.HEVC.upload-hero.unknown.ignore': Read-only file system chown: changing ownership of '/data/Zootopia 2016 1080p HDRip x264 AC3-JYK/Zootopia 2016 1080p HDRip x264 AC3-JYK.mkv': Read-only file system chown: changing ownership of '/data/Zootopia 2016 1080p HDRip x264 AC3-JYK': Read-only file system chown: changing ownership of '/data': Read-only file system Sample Log File End Deleted full docker image and stared from fresh install also, same thing. If i set new permissions in unraid (tools/new permissions) i regain access to my DL Folder, but as soon as i start deluge it starts to set all the files to read only. Thanks
  3. Nope Was in Midnight Commander when i was typing the reply and in there it is usr not user. Was trying to do to much at one time, got confused lol
  4. If you disable the VPN does it work? If so, you do not have your VPN set up correctly. Follow the directions in the second post of this thread. Thanks, config my vpn and it worked great. Now i have another problem, i have my data location set to /mnt/usr/downloads but when i get into deluge it is pointing to /home/nobody/Downloads. If i set it to /mnt/usr/downloads i get a permission denied error?? Thanks Go into your unRAID server, and edit the deluge docker. Go to volume mappings and set "Container volume" to /data and "Host path" to /mnt/usr/downloads with read/write. Then go into deluge and set the data location to /data That worked, have everything up and running. Using airvpn and maxing out my connection BOTH ways 100/10 Line Thanks
  5. If you disable the VPN does it work? If so, you do not have your VPN set up correctly. Follow the directions in the second post of this thread. Thanks, config my vpn and it worked great. Now i have another problem, i have my data location set to /mnt/usr/downloads but when i get into deluge it is pointing to /home/nobody/Downloads. If i set it to /mnt/usr/downloads i get a permission denied error?? Thanks
  6. Hello Everyone, I have tried everything to get this to work but i can not access the webgui. I have tried every setting that i can think of, my network settings are correct. Other docker apps run fine. I have went as far as deleting my docker image and starting fresh, that did not help Here is log file: [info] Env var PUID defined as 99 [info] Env var PGID defined as 100 [info] Setting permissions recursively on /config... [info] Starting Supervisor... 2016-03-05 11:40:12,023 CRIT Set uid to user 0 2016-03-05 11:40:12,023 WARN Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2016-03-05 11:40:12,027 INFO supervisord started with pid 15 2016-03-05 11:40:13,031 INFO spawned: 'privoxy' with pid 18 2016-03-05 11:40:13,035 INFO spawned: 'start' with pid 19 2016-03-05 11:40:13,039 INFO spawned: 'webui' with pid 20 2016-03-05 11:40:13,042 INFO spawned: 'deluge' with pid 21 2016-03-05 11:40:13,047 DEBG 'privoxy' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid [info] checking VPN tunnel local ip is valid... 2016-03-05 11:40:13,047 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-03-05 11:40:13,047 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-03-05 11:40:13,056 DEBG 'deluge' stdout output: [info] VPN enabled, configuring Deluge... [info] checking VPN tunnel local ip is valid... 2016-03-05 11:40:13,061 DEBG 'start' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-03-05 11:40:13,063 DEBG 'start' stderr output: chmod: cannot access '/config/openvpn/*': No such file or directory 2016-03-05 11:40:13,083 DEBG 'start' stdout output: [info] VPN provider defined as pia|airvpn|custom 2016-03-05 11:40:13,084 DEBG 'start' stdout output: [crit] Missing OpenVPN configuration file in /config/openvpn/ (no files with an ovpn extension exist) please create and restart delugevpn 2016-03-05 11:40:13,085 DEBG fd 14 closed, stopped monitoring (stderr)> 2016-03-05 11:40:13,085 DEBG fd 9 closed, stopped monitoring (stdout)> 2016-03-05 11:40:13,085 INFO exited: start (exit status 1; not expected) 2016-03-05 11:40:13,086 DEBG received SIGCLD indicating a child quit 2016-03-05 11:40:14,088 INFO success: webui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-03-05 11:40:14,088 INFO success: deluge entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) Thanks