Jump to content

j123ss

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by j123ss

  1. I am having an issue where my unRaid server is freezing up about every week or every other week forcing me to do an unclean shutdown. I have attached the diagnostics and the syslog that I am mirroring to the USB, but I cannot retrieve the diagnostics until after a reboot because even the cli freezes up.

    When the issue occurs the gui will not load at all. It times out. I can load the GUI through my ikvm but when I try to login the cli gives me a timeout after 60 seconds. There are no errors on the ikm cli when this occurs, it just shows the normal post-boot messages.

    When I do a force reboot after this, it loads up normally and starts a parity check with one exception. After mounting the array the browser asks me if it should refresh the page cause content has changed. If i hit cancel then everything is ok, if I hit "Refresh" The entire gui is broken and It takes a second restart to fix this. I have included a screenshot of this as well. This happens on any browser I try. Youll notice in the screenshot it acts like the array still needs to be mounted but the buttons to mount the array are gone, and I am forced to do a reboot (sometimes twice).

    I have run a memtest and there are no issues. My hardware is older so that could be the cause, but I am having trouble narrowing down what before I got nuclear and replace it all. Any help is greatly appreciated.

    screenshots_and_logs.zip

  2. On 3/9/2018 at 3:17 PM, bonienl said:

    unRAID 6.5 has support for downgrading to the previous version stored on your flash device. This is available on the OS Update page under Tools.

     

    If you already clicked this by accident... how do you cancel the downgrade? There was no confirmation or undo button. I dont want to reboot just to upgrade again and risk issues.

  3. I actually got the Web UI to load after changing what I THINK were deprecated flexget settings.

     

    My new "empty" config that loads the UI:

    web_server:
      bind: 0.0.0.0
      port: 3539
      web_ui: yes

    tasks:
     task name:
        rss: http://example.com/torrents.xml
        series:
          - pioneer one
          - some series
        download: /config
     

    Just in case you think the image needs updating. Could just be user error on my part like you said. Also, the WEB_PASSWD variable does not appear to be working. Thanks for all your work on this container!

     

    EDIT: WEB_PASSWD is working, I didnt set a strong enough string

    • Upvote 1
  4. 49 minutes ago, jelzinga said:

    I just (<30 minutes ago) updated this Docker (binhex-delugevpn) and suddenly I'm unable to connect to the web-interface; it simply states the "192.168.1.251 heeft de verbinding geweigerd." (meaning: IP has refused the connection).

     

    I noticed in the logs something about running /sbin/modprobe iptable_mangle on the host, which I did to add iptable_mangle kernel-module. That did not resolve the issue either.

     

     

    
    2017-04-27 16:27:09.657900 [info] Starting Supervisor...
    2017-04-27 16:27:09,854 CRIT Set uid to user 0
    2017-04-27 16:27:09,854 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
    2017-04-27 16:27:09,856 INFO supervisord started with pid 6
    2017-04-27 16:27:10,858 INFO spawned: 'start-script' with pid 111
    2017-04-27 16:27:10,859 INFO spawned: 'deluge-script' with pid 112
    2017-04-27 16:27:10,860 INFO spawned: 'deluge-web-script' with pid 113
    2017-04-27 16:27:10,861 INFO spawned: 'privoxy-script' with pid 114
    2017-04-27 16:27:10,867 DEBG 'start-script' stdout output:
    [info] VPN is enabled, beginning configuration of VPN
    
    2017-04-27 16:27:10,868 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2017-04-27 16:27:10,868 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2017-04-27 16:27:10,868 INFO success: deluge-web-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2017-04-27 16:27:10,868 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2017-04-27 16:27:10,873 DEBG 'privoxy-script' stdout output:
    [info] Privoxy set to disabled
    
    2017-04-27 16:27:10,873 DEBG fd 26 closed, stopped monitoring <POutputDispatcher at 47549797512544 for <Subprocess at 47549798290208 with name privoxy-script in state RUNNING> (stderr)>
    2017-04-27 16:27:10,873 DEBG fd 22 closed, stopped monitoring <POutputDispatcher at 47549797513552 for <Subprocess at 47549798290208 with name privoxy-script in state RUNNING> (stdout)>
    2017-04-27 16:27:10,873 INFO exited: privoxy-script (exit status 0; expected)
    2017-04-27 16:27:10,874 DEBG received SIGCLD indicating a child quit
    2017-04-27 16:27:10,875 DEBG 'start-script' stdout output:
    [info] VPN default certs defined, copying to /config/openvpn/...
    
    2017-04-27 16:27:10,877 DEBG 'deluge-script' stdout output:
    [info] Deluge config file already exists, skipping copy
    
    2017-04-27 16:27:10,878 DEBG 'deluge-script' stdout output:
    [info] VPN is enabled, checking VPN tunnel local ip is valid
    
    2017-04-27 16:27:10,880 DEBG 'start-script' stdout output:
    [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn
    
    2017-04-27 16:27:10,888 DEBG 'start-script' stderr output:
    dos2unix: converting file /config/openvpn/openvpn.ovpn to Unix format...
    
    2017-04-27 16:27:10,921 DEBG 'start-script' stdout output:
    [info] Default route for container is 172.17.0.1
    
    2017-04-27 16:27:10,923 DEBG 'start-script' stdout output:
    [info] Adding 8.8.8.8 to /etc/resolv.conf
    
    2017-04-27 16:27:10,926 DEBG 'start-script' stdout output:
    [info] Adding 37.235.1.174 to /etc/resolv.conf
    
    2017-04-27 16:27:10,928 DEBG 'start-script' stdout output:
    [info] Adding 8.8.4.4 to /etc/resolv.conf
    
    2017-04-27 16:27:10,931 DEBG 'start-script' stdout output:
    [info] Adding 37.235.1.177 to /etc/resolv.conf
    
    2017-04-27 16:27:10,936 DEBG 'start-script' stdout output:
    [info] Adding 192.168.1.0/24 as route via docker eth0
    
    2017-04-27 16:27:10,937 DEBG 'start-script' stdout output:
    [info] ip route defined as follows...
    --------------------
    
    2017-04-27 16:27:10,937 DEBG 'start-script' stdout output:
    default via 172.17.0.1 dev eth0
    172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.6
    192.168.1.0/24 via 172.17.0.1 dev eth0
    
    2017-04-27 16:27:10,938 DEBG 'start-script' stdout output:
    --------------------
    
    2017-04-27 16:27:10,945 DEBG 'start-script' stdout output:
    [info] iptable_mangle support detected, adding fwmark for tables
    
    2017-04-27 16:27:10,961 DEBG 'start-script' stdout output:
    [info] Docker network defined as 172.17.0.0/16
    
    2017-04-27 16:27:11,008 DEBG 'start-script' stdout output:
    [info] iptables defined as follows...
    --------------------
    
    2017-04-27 16:27:11,010 DEBG 'start-script' stdout output:
    -P INPUT DROP
    -P FORWARD ACCEPT
    -P OUTPUT DROP
    -A INPUT -i tun0 -j ACCEPT
    -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
    -A INPUT -i eth0 -p udp -m udp --sport 1198 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
    -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT
    -A INPUT -p udp -m udp --sport 53 -j ACCEPT
    -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
    -A INPUT -i lo -j ACCEPT
    -A OUTPUT -o tun0 -j ACCEPT
    -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
    -A OUTPUT -o eth0 -p udp -m udp --dport 1198 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
    -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT
    -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT
    -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
    -A OUTPUT -o lo -j ACCEPT
    
    2017-04-27 16:27:11,010 DEBG 'start-script' stdout output:
    --------------------
    [info] Starting OpenVPN...
    
    2017-04-27 16:27:11,016 DEBG 'start-script' stdout output:
    [info] OpenVPN started
    
    2017-04-27 16:27:11,008 DEBG 'start-script' stdout output:
    [info] iptables defined as follows...
    --------------------
    
    2017-04-27 16:27:11,010 DEBG 'start-script' stdout output:
    -P INPUT DROP
    -P FORWARD ACCEPT
    -P OUTPUT DROP
    -A INPUT -i tun0 -j ACCEPT
    -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
    -A INPUT -i eth0 -p udp -m udp --sport 1198 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
    -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT
    -A INPUT -p udp -m udp --sport 53 -j ACCEPT
    -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
    -A INPUT -i lo -j ACCEPT
    -A OUTPUT -o tun0 -j ACCEPT
    -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
    -A OUTPUT -o eth0 -p udp -m udp --dport 1198 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
    -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT
    -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT
    -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
    -A OUTPUT -o lo -j ACCEPT
    
    2017-04-27 16:27:11,010 DEBG 'start-script' stdout output:
    --------------------
    [info] Starting OpenVPN...
    
    2017-04-27 16:27:11,016 DEBG 'start-script' stdout output:
    [info] OpenVPN started
    
    2017-04-27 16:27:12,430 DEBG 'deluge-script' stdout output:
    [info] Deluge not running
    
    2017-04-27 16:27:12,431 DEBG 'deluge-script' stdout output:
    [info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.16.10.6 different, marking for reconfigure
    
    2017-04-27 16:27:18,480 DEBG 'deluge-script' stdout output:
    [info] Attempting to start Deluge...
    
    2017-04-27 16:27:18,705 DEBG 'deluge-script' stdout output:
    [info] Deluge listening interface currently defined as 10.7.10.6
    [info] Deluge listening interface will be changed to 10.16.10.6
    [info] Saving changes to Deluge config file /config/core.conf...
    
    2017-04-27 16:27:18,480 DEBG 'deluge-script' stdout output:
    [info] Attempting to start Deluge...
    
    2017-04-27 16:27:18,705 DEBG 'deluge-script' stdout output:
    [info] Deluge listening interface currently defined as 10.7.10.6
    [info] Deluge listening interface will be changed to 10.16.10.6
    [info] Saving changes to Deluge config file /config/core.conf...
    

    I am having this exact issue as well, since this mornings update.

  5. Hi All,
    After the latest CA plugin update, i lost access to the store and the plugin itself was corrupted. I had to delete it and reinstall from the repo, updating it does not work.
    I am unsure if this will be a common issue or just me, but fyi its an easy fix.

  6. Hi Guys,

    After upgrading to 6.3 I received a handful of errors about not being able to read the cache drives (2 120GB drives in RAID 0). With further investigation, my entire cache directory was mounted yet could not be written to.

     

    I have tried reboots,rebalances, scrubs, and even started a preclear on both drives since I have backups. The preclear cannot run because the drives are read only. Docker will not work at all because of this.

     

    I know the release was recent, but has anyone seen this issue or know of a fix?

     

    Diagnostics posted below.

     

    Thanks!

    diagnostics-20170204-0836.zip

  7. Can someone help me with settings this up? I am looking for the nzbget script, and also wondering what paths I should use for the post-processing. I couldn't find the script under the appdata folder, should I just download the zip file from github?

     

    My docker paths are:

     

    /config

    /mnt/user/appdata/Watcher

     

    /downloads

    /mnt/cache/downloads/

     

    /movies

    /mnt/user/media/movies/

     

    The post-processing script is found on the github repo. You must create your own folder and add it there

  8. Was this stealth-updated a couple days ago?  I see it as having an update, and it LOOKS like in the docker hub logs it may be pulling 1.01?  Going to try updating it and see what I get..

     

    **EDIT**  Looks like it was.  Went ahead and blew out the old one I had installed, and reinstalled, and now have full 1.01.  Not sure if it saved any space or anything, or if it's worth updating if you already did the manual update or not..

     

    Yep I noticed the same. Awesome!

  9. ...

    I am experiencing this identical issue. I just installed the iOS app and unRaid plugin. iphone 6 plus running iOS 10.2

     

    Hi j123ss,

     

    By any chance, are you running your server on a static ip address ?

     

    No it is set to "Automatic" It is static from the router though, so it never changes.

     

    I will let you know if the update changes anything, thanks!

  10. Hi jakeandchase,

     

    Can you try increasing the timeouts in the settings ?

     

    Also, try setting manual timeout to 0 and add the server manually.

     

    What unRAID version are you running ?

     

     

    Upped timeout to 10,000 for auto and manual.

    Manual just goes back to the empty server screen and auto skips my server's IP as if the timeout setting is 0?

    I also attempted this with timeout of 0, same result.

     

    unRAID 6.2.4

     

    ok, I'll send you a pm to troubleshoot this.

     

    I am experiencing this identical issue. I just installed the iOS app and unRaid plugin. iphone 6 plus running iOS 10.2

×
×
  • Create New...