LumberJackGeek

Members
  • Posts

    130
  • Joined

  • Last visited

Everything posted by LumberJackGeek

  1. 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
  2. Hi everyone, I noticed that today suddenly my CPU usage stopped showing up. It's been 69 days since my last unRAID system reboot, so that might fix it, but "netdata" docker still shows my CPU usage so this seems like something wrong with unRAID itself that caused it to stop rendering the data. Everything is always at 0% now.
  3. 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 &
  4. 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'
  5. Still no dice for me but maybe I am not trying the correct params?
  6. Still no dice for me but maybe I am not trying the correct params?
  7. Hey did you by any chance ever push this? I don't think I ever saw this update come... No rush if not
  8. pkill doesn't work for me.. What arguments did you pass through for the device with this?
  9. 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
  10. +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
  11. 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:
  12. 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...
  13. 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
  14. Yes because as helpful as you are trying to be, you aren't really giving me guidance here. I laid out steps and asked what do I do after a reboot, and you didn't respond so I asked if anyone else can help and you replied back again with "reboot". I have been asking for help and you've been giving me short answers. This is a forum, not a live chat. Give me steps, not a single step. I wait hours for answers being given 1 step at a time.
  15. Ok, well my entire Plex library is gone, and my thumbnails are regenerating. I am guessing I am screwed or is there something I can do?
  16. Ok, I rebooted, set my shares to Prefer on cache. Seeing this in the mover log now, shouldn't it be trying to move stuff to the cache folder instead of "disk1" ? Jan 7 18:30:17 Dataserver2 move: move: file /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/show-request Jan 7 18:30:17 Dataserver2 move: move_object: /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/show-request File exists Jan 7 18:30:17 Dataserver2 move: move: file /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/show-status Jan 7 18:30:17 Dataserver2 move: move_object: /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/show-status File exists Jan 7 18:30:17 Dataserver2 move: move: file /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/show-status-file Jan 7 18:30:17 Dataserver2 move: move_object: /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/show-status-file File exists Jan 7 18:30:17 Dataserver2 move: move: file /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/show-url-info Jan 7 18:30:17 Dataserver2 move: move_object: /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/show-url-info File exists Jan 7 18:30:17 Dataserver2 move: move: file /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/toggle Jan 7 18:30:17 Dataserver2 move: move_object: /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/toggle File exists Jan 7 18:30:17 Dataserver2 move: move: file /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/toggle-mini Jan 7 18:30:17 Dataserver2 move: move_object: /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/toggle-mini File exists Jan 7 18:30:17 Dataserver2 move: move: file /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/untrusted Jan 7 18:30:17 Dataserver2 move: move_object: /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/untrusted File exists Jan 7 18:30:17 Dataserver2 move: move: file /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/url-info-osd.xml Jan 7 18:30:17 Dataserver2 move: move_object: /mnt/disk1/appdata/binhex-delugevpn/privoxy/templates/url-info-osd.xml File exists Jan 7 18:30:17 Dataserver2 move: move: file /mnt/disk1/appdata/binhex-delugevpn/privoxy/config Jan 7 18:30:17 Dataserver2 move: move_object: /mnt/disk1/appdata/binhex-delugevpn/privoxy/config File exists
  17. My server has been down for 24 hours trying to do this, so if anyone else can contribute ideas I am open to it.
  18. Do you have a link for what a "go file" is? And so what are the next steps you want me to perform? 1. Turn off mover logging (or leave it on and increase log size?) 2. Delete old syslogs 3. Reboot machine Now what?
  19. Ok, but is there a way to increase the log size so I don't run into this again?
  20. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /usr/local/emhttp/plugins/dynamix/include/Syslog.php on line 20 Mover says it's still running, but the syslog is throwing an allocation error. Is there a way to increase the log size?
  21. dataserver2-diagnostics-20200107-1537.zip It's still running, but I noticed that it's trying to move a bunch of files that already exist in the destination?
  22. dataserver2-diagnostics-20200107-1409.zip
  23. So thoughts on what I should do? It's still at 67.1% full, but the mover says it's still running.
  24. Ok, I also just noticed that the mover had stopped. I just started it again, not sure if it will help. Looks like the appdata folder is all that needs to be moved, should I just do this if the mover stops again? root@Dataserver2:/mnt/cache# mv appdata /mnt/user