Everything posted by LumberJackGeek
-
[Support] binhex - DelugeVPN
I am also getting this. I tried both US Atlanta and US Florida, neither worked. What endpoint(s) have you tested that work for you? [warn] Unable to successfully download PIA json payload from URL 'https://10.13.112.1:19999/getSignature' using token
-
[Support] binhex - MakeMKV
Bump? This isn't working for me...
-
[Support] binhex - MakeMKV
Ok so wait, I need to create a start.sh file, and place it in my /config directory, which is appdata/binhex-makemkv, and start.sh should have this in it? #!/bin/sh pacman -S --noconfirm usbutils pkill makemkv /home/root/start.sh & /home/root/start.sh & /home/root/start.sh &
-
[Support] binhex - DelugeVPN
Hey I am trying to track down an issue with a tracker and announcements. How do I enable logging in Deluge via the docker? I tried adding this to the "Extra Paramters" via advanced view, but I keep getting that the path isn't found. I also tried enabling the "Debug" option in the actual docker, but from what I can telI can't get torrent log info? https://dev.deluge-torrent.org/wiki/Faq#HowdoIstartthedaemonwithloggingenabled '-d -L debug -l /mnt/user/appdata/binhex-delugevpn/logs' '-d -L debug -l /config/logs'
-
[Support] binhex - MakeMKV
Still no dice for me but maybe I am not trying the correct params?
-
[Support] binhex - MakeMKV
Still no dice for me but maybe I am not trying the correct params?
-
[Support] binhex - MakeMKV
Hey did you by any chance ever push this? I don't think I ever saw this update come... No rush if not
-
[Support] binhex - MakeMKV
pkill doesn't work for me.. What arguments did you pass through for the device with this?
-
[Support] binhex - MakeMKV
Also in the same boat, can't get it to recognize my drive, but when I pass through to a Windows VM everything works @binhex what's your address? I'm going to buy you a BluRay drive
-
[Support] Linuxserver.io - Ombi
+1, something is going on, I am also getting this after the latest update: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db) at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements(Stopwatch timer)+MoveNext() at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior) at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.Execute(IRelationalConnection connection, DbCommandMethod executeMethod, IReadOnlyDictionary`2 parameterValues) at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.ExecuteReader(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues) at Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.BufferlessMoveNext(DbContext _, Boolean buffer) at Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.MoveNext() at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found) at lambda_method(Closure ) at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ResultEnumerable`1.GetEnumerator() at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider._TrackEntities[TOut,TIn](IEnumerable`1 results, QueryContext queryContext, IList`1 entityTrackingInfos, IList`1 entityAccessors)+MoveNext() at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext() at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found) at System.Linq.Enumerable.First[TSource](IEnumerable`1 source) at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass15_1`1.<CompileQueryCore>b__0(QueryContext qc) at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source) at Ombi.Store.Repository.Requests.TvRequestRepository.GetRequest(Int32 tvDbId) at Ombi.Core.Rule.Rules.Search.ExistingRule.Execute(SearchViewModel obj) in C:\projects\requestplex\src\Ombi.Core\Rule\Rules\Search\ExistingRule.cs:line 56 at Ombi.Core.Rule.RuleEvaluator.StartSearchRules(SearchViewModel obj) in C:\projects\requestplex\src\Ombi.Core\Rule\RuleEvaluator.cs:line 54 at Ombi.Core.Engine.Interfaces.BaseEngine.RunSearchRules(SearchViewModel model) in C:\projects\requestplex\src\Ombi.Core\Engine\Interfaces\BaseEngine.cs:line 53 at Ombi.Core.Engine.TvSearchEngine.ProcessResult(SearchTvShowViewModel item) in C:\projects\requestplex\src\Ombi.Core\Engine\TvSearchEngine.cs:line 171 at Ombi.Core.Engine.TvSearchEngine.GetShowInformation(Int32 tvdbid) in C:\projects\requestplex\src\Ombi.Core\Engine\TvSearchEngine.cs:line 120 at Ombi.Controllers.SearchController.GetShowInfo(Int32 tvdbId) in C:\projects\requestplex\src\Ombi\Controllers\SearchController.cs:line 274 at lambda_method(Closure , Object ) at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextResourceFilter() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeFilterPipelineAsync() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeAsync() at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context) at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIIndexMiddleware.Invoke(HttpContext httpContext) at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext) at Ombi.ApiKeyMiddlewear.Invoke(HttpContext context) in C:\projects\requestplex\src\Ombi\Middleware\ApiKeyMiddlewear.cs:line 51 at Ombi.ErrorHandlingMiddleware.Invoke(HttpContext context) in C:\projects\requestplex\src\Ombi\Middleware\ErrorHandlingMiddlewear.cs:line 24 [41m[30mfail[39m[22m[49m: Ombi.ErrorHandlingMiddleware[0] Something bad happened, ErrorMiddleware caught this Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'database is locked'. Version 3.0.4892 Branch master Github https://github.com/tidusjar/Ombi Discord https://discord.gg/Sa7wNWb Reddit https://www.reddit.com/r/Ombi/ Issues https://github.com/tidusjar/Ombi/issues Wiki https://github.com/tidusjar/Ombi/wiki OS Architecture X64 OS Description Linux 4.19.94-Unraid #1 SMP Thu Jan 9 08:20:36 PST 2020 Process Architecture X64 Application Base Path /opt/ombi Storage Path /config Ombi Database Sqlite - Data Source=/config/Ombi.db External Database Sqlite - Data Source=/config/OmbiExternal.db Settings Database Sqlite - Data Source=/config/OmbiSettings.db
-
[Support] binhex - DelugeVPN
Hey so I randomly have a handful of torrents that are at, or even ABOVE 100%, and Deluge still has these items listed under "Downloading" and hasn't moved them to the Completed folder:
-
[Support] binhex - Plex Pass
Never mind, I figured it out. My Videocard was no longer reachable by the docker, removed the device and it works now. Now to figure that out later.. doh! I need to get the nVidia update, silly me...
-
[Support] binhex - Plex Pass
I just upgraded to unRaid 6.8.1. and now my Plex Docker won't start: 2020-01-08 11:25:35.142109 [info] System information Linux Dataserver2 4.19.56-Unraid #1 SMP Thu Jun 27 13:13:13 BST 2019 x86_64 GNU/Linux 2020-01-08 11:25:35.600467 [info] PUID defined as '99' 2020-01-08 11:25:35.940036 [info] PGID defined as '100' 2020-01-08 11:25:38.131913 [info] UMASK defined as '000' 2020-01-08 11:25:38.168795 [info] Permissions already set for volume mappings 2020-01-08 11:25:38.205903 [info] TRANS_DIR defined as '/config/transcode' 2020-01-08 11:25:38.758986 [info] Deleting files in /tmp (non recursive)... 2020-01-08 11:25:38.939801 [info] Starting Supervisor... 2020-01-08 11:25:57,944 INFO Included extra file "/etc/supervisor/conf.d/plexmediaserver.conf" during parsing 2020-01-08 11:25:57,944 INFO Set uid to user 0 succeeded 2020-01-08 11:25:58,119 INFO supervisord started with pid 6 2020-01-08 11:25:59,121 INFO spawned: 'plexmediaserver' with pid 56 2020-01-08 11:25:59,122 INFO reaped unknown pid 7 2020-01-08 11:26:00,123 INFO success: plexmediaserver entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2020-01-08 15:54:56,082 DEBG 'plexmediaserver' stderr output: Connection to 50.116.47.207 closed by remote host. 2020-01-08 16:05:13,307 DEBG 'plexmediaserver' stderr output: Connection to 23.92.30.53 closed by remote host. 2020-01-09 01:11:29,435 DEBG 'plexmediaserver' stdout output: Dolby, Dolby Digital, Dolby Digital Plus, Dolby TrueHD and the double D symbol are trademarks of Dolby Laboratories. 2020-01-09 23:55:24,391 DEBG 'plexmediaserver' stderr output: Connection to 23.239.17.63 closed by remote host. 2020-01-10 00:02:56,447 DEBG 'plexmediaserver' stderr output: Connection to 23.239.17.63 closed by remote host. 2020-01-10 09:06:49,111 DEBG 'plexmediaserver' stderr output: Connection to 23.239.17.63 closed by remote host. 2020-01-10 16:44:54,391 DEBG 'plexmediaserver' stderr output: Connection to 23.92.30.69 closed by remote host. 2020-01-11 00:22:36,960 DEBG 'plexmediaserver' stderr output: Connection to 23.92.30.53 closed by remote host. 2020-01-13 02:02:54,711 DEBG 'plexmediaserver' stdout output: Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sqlite3: Sleeping for 200ms to retry busy DB. Sq 2020-01-13 17:38:13,029 DEBG 'plexmediaserver' stderr output: Connection to 45.79.210.125 closed by remote host. 2020-01-13 17:38:55,706 DEBG 'plexmediaserver' stderr output: Connection to 173.230.133.167 closed by remote host. 2020-01-13 23:40:57,562 DEBG 'plexmediaserver' stderr output: Connection to 173.230.133.75 closed by remote host. 2020-01-14 11:57:14,552 DEBG 'plexmediaserver' stderr output: Connection to 45.79.215.15 closed by remote host. 2020-01-15 00:07:30,457 DEBG 'plexmediaserver' stderr output: Connection to 173.230.133.75 closed by remote host. 2020-01-15 09:19:42,916 DEBG 'plexmediaserver' stderr output: Connection to 173.230.133.75 closed by remote host. 2020-01-15 09:51:39,865 WARN received SIGTERM indicating exit request 2020-01-15 09:51:39,866 DEBG killing plexmediaserver (pid 56) with signal SIGTERM 2020-01-15 09:51:39,866 INFO waiting for plexmediaserver to die 2020-01-15 09:51:40,125 DEBG 'plexmediaserver' stdout output: Critical: libusb_init failed 2020-01-15 09:51:40,325 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22642509058128 for <Subprocess at 22642509148496 with name plexmediaserver in state STOPPING> (stdout)> 2020-01-15 09:51:40,325 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22642509172048 for <Subprocess at 22642509148496 with name plexmediaserver in state STOPPING> (stderr)> 2020-01-15 09:51:40,326 INFO stopped: plexmediaserver (exit status 0) 2020-01-15 09:51:40,326 DEBG received SIGCHLD indicating a child quit
-
[Support] binhex - Jackett
Never mind, I accidentally turned off the "External Access" instead of the Enhanced logging *face palm*
-
[Support] binhex - Jackett
So I am troubleshooting an issue with a specific tracker, so I enabled the "Enhanced" logging via the WebUI, zipped the files, turned the logging off and restarted the docker, and now I can't navigate to the docker via the web. Now when I check the logs, it says this: Now listening on: http://127.0.0.1:9117 However, prior to enabled/disabling the "Enhanced" logging it used to say this: Now listening on: http://[::]:9117 When i try navigating to the IP address every other docker is running on, I get this: Hmmm… can't reach this page 192.168.86.143 refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED Hey did you fix your IPTorrents issue? It recently stopped working for me as well. I think it's the site's DDoS protection...
-
[Support] binhex - DelugeVPN
That fixed it, thanks!
-
[Support] binhex - DelugeVPN
Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2019-10-25 17:13:00.590669 [info] System information Linux bfa57bcbfb29 4.19.56-Unraid #1 SMP Thu Jun 27 13:13:13 BST 2019 x86_64 GNU/Linux 2019-10-25 17:13:00.890171 [info] PUID defined as '99' 2019-10-25 17:13:01.153779 [info] PGID defined as '100' 2019-10-25 17:13:02.653070 [info] UMASK defined as '000' 2019-10-25 17:13:02.704820 [info] Permissions already set for volume mappings 2019-10-25 17:13:02.814684 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info' 2019-10-25 17:13:02.849781 [info] DELUGE_WEB_LOG_LEVEL defined as 'info' 2019-10-25 17:13:02.886115 [info] VPN_ENABLED defined as 'yes' 2019-10-25 17:13:03.258954 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/us4027.nordvpn.com.tcp443.ovpn 2019-10-25 17:13:03.258954 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/us4027.nordvpn.com.tcp443.ovpn 2019-10-25 17:13:03.374224 [info] VPN remote line defined as 'remote 207.189.2.238 443' 2019-10-25 17:13:03.409641 [info] VPN_REMOTE defined as '207.189.2.238' 2019-10-25 17:13:03.445171 [info] VPN_PORT defined as '443' 2019-10-25 17:13:03.483212 [info] VPN_PROTOCOL defined as 'tcp-client' 2019-10-25 17:13:03.517472 [info] VPN_DEVICE_TYPE defined as 'tun0' 2019-10-25 17:13:03.551377 [info] VPN_PROV defined as 'custom' 2019-10-25 17:13:03.585993 [info] LAN_NETWORK defined as '192.168.86.0/24' 2019-10-25 17:13:03.620365 [info] NAME_SERVERS defined as '209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' 2019-10-25 17:13:03.656347 [info] VPN_USER defined as 'redacted' 2019-10-25 17:13:03.690964 [info] VPN_PASS defined as 'redacted' 2019-10-25 17:13:03.726825 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2019-10-25 17:13:03.763026 [info] ENABLE_PRIVOXY defined as 'yes' 2019-10-25 17:13:03.798628 [info] Starting Supervisor... 2019-10-25 17:13:05,380 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2019-10-25 17:13:05,380 INFO Set uid to user 0 succeeded 2019-10-25 17:13:05,383 INFO supervisord started with pid 6 2019-10-25 17:13:05,380 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2019-10-25 17:13:05,380 INFO Set uid to user 0 succeeded 2019-10-25 17:13:05,383 INFO supervisord started with pid 6 2019-10-25 17:13:06,386 INFO spawned: 'start-script' with pid 151 2019-10-25 17:13:06,387 INFO spawned: 'watchdog-script' with pid 152 2019-10-25 17:13:06,388 INFO reaped unknown pid 7 2019-10-25 17:13:06,423 DEBG 'watchdog-script' stdout output: [info] Deluge config file doesn't exist, copying default... 2019-10-25 17:13:06,423 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2019-10-25 17:13:06,423 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2019-10-25 17:13:06,424 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2019-10-25 17:13:06,431 DEBG 'start-script' stdout output: [warn] Username contains characters which could cause authentication issues, please consider changing this if possible 2019-10-25 17:13:06,434 DEBG 'start-script' stdout output: [warn] Password contains characters which could cause authentication issues, please consider changing this if possible 2019-10-25 17:13:06,576 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2019-10-25 17:13:06,580 DEBG 'start-script' stdout output: [info] Adding 209.222.18.222 to /etc/resolv.conf 2019-10-25 17:13:06,583 DEBG 'start-script' stdout output: [info] Adding 84.200.69.80 to /etc/resolv.conf 2019-10-25 17:13:06,586 DEBG 'start-script' stdout output: [info] Adding 37.235.1.174 to /etc/resolv.conf 2019-10-25 17:13:06,589 DEBG 'start-script' stdout output: [info] Adding 1.1.1.1 to /etc/resolv.conf 2019-10-25 17:13:06,593 DEBG 'start-script' stdout output: [info] Adding 209.222.18.218 to /etc/resolv.conf 2019-10-25 17:13:06,596 DEBG 'start-script' stdout output: [info] Adding 37.235.1.177 to /etc/resolv.conf 2019-10-25 17:13:06,599 DEBG 'start-script' stdout output: [info] Adding 84.200.70.40 to /etc/resolv.conf 2019-10-25 17:13:06,602 DEBG 'start-script' stdout output: [info] Adding 1.0.0.1 to /etc/resolv.conf 2019-10-25 17:13:06,604 DEBG 'start-script' stdout output: 207.189.2.238 2019-10-25 17:13:06,661 DEBG 'start-script' stdout output: [info] Docker network defined as 172.17.0.0/16 2019-10-25 17:13:06,664 DEBG 'start-script' stdout output: [info] Adding 192.168.86.0/24 as route via docker eth0 2019-10-25 17:13:06,665 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2019-10-25 17:13:06,666 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.2 192.168.86.0/24 via 172.17.0.1 dev eth0 2019-10-25 17:13:06,667 DEBG 'start-script' stdout output: -------------------- 2019-10-25 17:13:06,670 DEBG 'start-script' stdout output: iptable_mangle 16384 4 ip_tables 24576 9 iptable_filter,iptable_nat,iptable_mangle 2019-10-25 17:13:06,670 DEBG 'start-script' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2019-10-25 17:13:06,828 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2019-10-25 17:13:06,830 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 443 -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.86.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -s 192.168.86.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -i tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 443 -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.86.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.86.0/24 -o eth0 -p tcp -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT 2019-10-25 17:13:06,830 DEBG 'start-script' stdout output: -------------------- 2019-10-25 17:13:06,846 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2019-10-25 17:13:07,134 DEBG 'start-script' stdout output: Fri Oct 25 17:13:07 2019 WARNING: file 'credentials.conf' is group or others accessible Fri Oct 25 17:13:07 2019 OpenVPN 2.4.7 [git:makepkg/2b8aec62d5db2c17+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019 Fri Oct 25 17:13:07 2019 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 2019-10-25 17:13:07,134 DEBG 'start-script' stdout output: [info] OpenVPN started 2019-10-25 17:13:07,135 DEBG 'start-script' stdout output: Fri Oct 25 17:13:07 2019 WARNING: --ping should normally be used with --ping-restart or --ping-exit Fri Oct 25 17:13:07 2019 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Fri Oct 25 17:13:07 2019 NOTE: --fast-io is disabled since we are not using UDP 2019-10-25 17:13:07,135 DEBG 'start-script' stdout output: Fri Oct 25 17:13:07 2019 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication Fri Oct 25 17:13:07 2019 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication 2019-10-25 17:13:07,135 DEBG 'start-script' stdout output: Fri Oct 25 17:13:07 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]207.189.2.238:443 Fri Oct 25 17:13:07 2019 Socket Buffers: R=[87380->87380] S=[65536->65536] Fri Oct 25 17:13:07 2019 Attempting to establish TCP connection with [AF_INET]207.189.2.238:443 [nonblock] 2019-10-25 17:15:07,146 DEBG 'start-script' stdout output: Fri Oct 25 17:15:07 2019 TCP: connect to [AF_INET]207.189.2.238:443 failed: Connection timed out Fri Oct 25 17:15:07 2019 SIGHUP[connection failed(soft),init_instance] received, process restarting 2019-10-25 17:15:07,147 DEBG 'start-script' stdout output: Fri Oct 25 17:15:07 2019 WARNING: file 'credentials.conf' is group or others accessible Fri Oct 25 17:15:07 2019 OpenVPN 2.4.7 [git:makepkg/2b8aec62d5db2c17+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019 Fri Oct 25 17:15:07 2019 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 2019-10-25 17:15:07,147 DEBG 'start-script' stdout output: Fri Oct 25 17:15:07 2019 Restart pause, 5 second(s) 2019-10-25 17:15:07,146 DEBG 'start-script' stdout output: Fri Oct 25 17:15:07 2019 TCP: connect to [AF_INET]207.189.2.238:443 failed: Connection timed out Fri Oct 25 17:15:07 2019 SIGHUP[connection failed(soft),init_instance] received, process restarting 2019-10-25 17:15:07,147 DEBG 'start-script' stdout output: Fri Oct 25 17:15:07 2019 WARNING: file 'credentials.conf' is group or others accessible Fri Oct 25 17:15:07 2019 OpenVPN 2.4.7 [git:makepkg/2b8aec62d5db2c17+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019 Fri Oct 25 17:15:07 2019 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10 2019-10-25 17:15:07,147 DEBG 'start-script' stdout output: Fri Oct 25 17:15:07 2019 Restart pause, 5 second(s) 2019-10-25 17:15:12,147 DEBG 'start-script' stdout output: Fri Oct 25 17:15:12 2019 WARNING: --ping should normally be used with --ping-restart or --ping-exit Fri Oct 25 17:15:12 2019 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Fri Oct 25 17:15:12 2019 NOTE: --fast-io is disabled since we are not using UDP 2019-10-25 17:15:12,147 DEBG 'start-script' stdout output: Fri Oct 25 17:15:12 2019 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication Fri Oct 25 17:15:12 2019 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication 2019-10-25 17:15:12,148 DEBG 'start-script' stdout output: Fri Oct 25 17:15:12 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]207.189.2.238:443 Fri Oct 25 17:15:12 2019 Socket Buffers: R=[87380->87380] S=[65536->65536] Fri Oct 25 17:15:12 2019 Attempting to establish TCP connection with [AF_INET]207.189.2.238:443 [nonblock] 2019-10-25 17:15:12,147 DEBG 'start-script' stdout output: Fri Oct 25 17:15:12 2019 WARNING: --ping should normally be used with --ping-restart or --ping-exit Fri Oct 25 17:15:12 2019 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts Fri Oct 25 17:15:12 2019 NOTE: --fast-io is disabled since we are not using UDP 2019-10-25 17:15:12,147 DEBG 'start-script' stdout output: Fri Oct 25 17:15:12 2019 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication Fri Oct 25 17:15:12 2019 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication 2019-10-25 17:15:12,148 DEBG 'start-script' stdout output: Fri Oct 25 17:15:12 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]207.189.2.238:443 Fri Oct 25 17:15:12 2019 Socket Buffers: R=[87380->87380] S=[65536->65536] Fri Oct 25 17:15:12 2019 Attempting to establish TCP connection with [AF_INET]207.189.2.238:443 [nonblock] Hey all of a sudden my client keeps getting stuck at "Attempting to establish TCP connection" after updating to the latest bits. Ideas?
-
[Support] binhex - DelugeVPN
I am using NordVPN. The majority of my torrents show up, but a handful are not showing up in their tracker. I am not using port forwarding since NordVPN doesn't work with it.
-
[Support] binhex - DelugeVPN
Binhex you rock This docker works much better than it did on Windows performance wise. I am developing an issue where some of my torrents are not showing up as being seeded by my private tracker and they are pointing to my client as being the issue since no one else is hitting this. I was planning on asking for help on the Deluge forums, but wanted to know if I need to do anything special to obtain logs with it being a docker and such? Thanks in advance!
-
[Support] Linuxserver.io - Sonarr
That worked, thank you! Not sure where that old value came from...
-
[Support] Linuxserver.io - Sonarr
Hi everyone, Thanks for the work on this! However I realized I am currently stuck on a very old build, what do I need to do to update? Version 3.0.0.348 Mono Version 5.18.0.240
-
[Support] binhex - MakeMKV
Hey every one, I get this every time I try converting DVD files: Failed to execute external program 'ccextractor' from location 'usr/bin/mmccextr' Ideas?
-
[Support] binhex - DelugeVPN
@binhex, thanks for all your help on everything! Is it possible to get the extractor add-in for this?
-
[Support] binhex - DelugeVPN
Hey is it possible to get the Extractor add-in working for this? if so, how?
-
[Support] binhex - Plex Pass
Ahh ok, that makes sense now that I think about it. Thanks for the prompt reply, trurl! Still trying to learn all the oddities of unRAID, and it's been about a decade since I've used Linux so I am just drinking from the fire hose right now..