clowrym

Members
  • Posts

    550
  • Joined

  • Last visited

Everything posted by clowrym

  1. Your welcome, These are the available tags https://hub.docker.com/r/haugene/transmission-openvpn/tags/https://hub.docker.com/r/haugene/transmission-openvpn/tags/
  2. Revert back to 1.19, there was an issue with the latest commit that killed access..... I believe he is working on a fix. https://github.com/haugene/docker-transmission-openvpn/issues/418
  3. Can you add a value to Xms and see if it makes a difference?
  4. Are you taling about the Server overview? I belvive it will always show unraid's memory value unless you specify the max amount of mem docker is allowed When you look at an indivdiul server it should be different:
  5. I use User Scripts to restart my Sonarr Docker on specific errors in the log, You could modify this to work for Zoneminder #!/bin/bash #Check for error in Ombi log and restarts docker if found docker logs --tail 50 sonarr 2>&1 | awk '/00000000/ {print | "docker restart sonarr"}'
  6. I dont know the issue with the uptime, as I didnt create the app, just the Docker template, To be honest a few commits ago I had the same issue, but I though Hexparrot had fixed it...... I'm not sure what you mean by enable terminal? you can access the docker with docker exec -ti MineOS-node /bin/bash replace MineOS-node with the name of your docker if you've changed it
  7. 9 Power on hours 0x0032 013 013 000 Old age Always Never 63914 (7y, 3m, 15d, 2h
  8. Looks like a DNS problem, Can you add dns flag to your template --dns 8.8.8.8
  9. you have to make your own template to set it up
  10. This morning it seems Sonarr doesnt want to start anymore... not sure what happened!! Any insite on the errors I'm seeing? I ended up restoring from back-up and all is running now, But not sure what would have caused the issue. ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donations/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. [Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.5085 [Info] AppFolderInfo: Data directory is being overridden to [/config] [Info] Router: Application mode: Interactive [Info] Router: Application mode: Interactive [Info] MigrationLogger: *** Migrating data source=/config/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** [Info] MigrationLogger: *** Migrating data source=/config/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** [Info] OwinHostController: Listening on the following URLs: [Info] OwinHostController: http://*:8989/ [Info] NancyBootstrapper: Starting Web Server [Error] EventAggregator: QualityDefinitionService failed while processing [ApplicationStartedEvent] [v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): attempt to write a readonly database attempt to write a readonly database at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at Marr.Data.QGen.UpdateQueryBuilder`1[T].Execute () [0x0003b] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\UpdateQueryBuilder.cs:157 at Marr.Data.DataMapper.Update[T] (T entity, System.Linq.Expressions.Expression`1[TDelegate] filter) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:674 at NzbDrone.Core.Datastore.BasicRepository`1[TModel].UpdateMany (System.Collections.Generic.IList`1[T] models) [0x00055] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:167 at NzbDrone.Core.Qualities.QualityDefinitionService.InsertMissingDefinitions () [0x000c6] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Qualities\QualityDefinitionService.cs:84 at NzbDrone.Core.Qualities.QualityDefinitionService.Handle (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00010] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Qualities\QualityDefinitionService.cs:101 at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x000c3] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:56 [Error] EventAggregator: CommandQueueManager failed while processing [ApplicationStartedEvent] [v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): attempt to write a readonly database attempt to write a readonly database at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at Marr.Data.DataMapper.ExecuteNonQuery (System.String sql) [0x0002a] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:204 at NzbDrone.Core.Messaging.Commands.CommandRepository.OrphanStarted () [0x00063] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Commands\CommandRepository.cs:46 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Handle (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00010] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:209 at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x000c3] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:56 [Error] EventAggregator: TaskManager failed while processing [ApplicationStartedEvent] [v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): attempt to write a readonly database attempt to write a readonly database at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at Marr.Data.QGen.UpdateQueryBuilder`1[T].Execute () [0x0003b] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\UpdateQueryBuilder.cs:157 at Marr.Data.DataMapper.Update[T] (T entity, System.Linq.Expressions.Expression`1[TDelegate] filter) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:674 at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Update (TModel model) [0x0002a] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:125 at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Upsert (TModel model) [0x00017] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:186 at NzbDrone.Core.Jobs.TaskManager.Handle (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x002a2] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Jobs\TaskManager.cs:110 at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x000c3] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:56 [Error] TaskExtensions: Task Error [v2.0.0.5085] System.UnauthorizedAccessException: Access to the path "/config/config.xml" is denied. at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <62f5937022004555807e6c57c33f6684>:0 at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost) [0x00000] in <62f5937022004555807e6c57c33f6684>:0 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool) at System.IO.StreamWriter.CreateFile (System.String path, System.Boolean append, System.Boolean checkHost) [0x0001c] in <62f5937022004555807e6c57c33f6684>:0 at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize, System.Boolean checkHost) [0x00055] in <62f5937022004555807e6c57c33f6684>:0 at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00000] in <62f5937022004555807e6c57c33f6684>:0 at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding) [0x00000] in <62f5937022004555807e6c57c33f6684>:0 at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool,System.Text.Encoding) at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) [0x00000] in <62f5937022004555807e6c57c33f6684>:0 at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00007] in <62f5937022004555807e6c57c33f6684>:0 at NzbDrone.Common.Disk.DiskProviderBase.WriteAllText (System.String filename, System.String contents) [0x00053] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Common\Disk\DiskProviderBase.cs:248 at NzbDrone.Core.Configuration.ConfigFileProvider.SaveConfigFile (System.Xml.Linq.XDocument xDoc) [0x00010] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Configuration\ConfigFileProvider.cs:349 at NzbDrone.Core.Configuration.ConfigFileProvider.DeleteOldValues () [0x000a4] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Configuration\ConfigFileProvider.cs:306 at NzbDrone.Core.Configuration.ConfigFileProvider.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00006] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Configuration\ConfigFileProvider.cs:361 at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass4_2`1[TEvent].<PublishEvent>b__1 () [0x00035] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:83 at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <62f5937022004555807e6c57c33f6684>:0 at System.Threading.Tasks.Task.Execute () [0x00010] in <62f5937022004555807e6c57c33f6684>:0 [Error] TaskExtensions: Task Error [v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed database disk image is malformed at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader.Read () [0x00043] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at Marr.Data.DataMapper.Query[T] (System.String sql, System.Collections.Generic.ICollection`1[T] entityList, System.Boolean useAltName) [0x000a2] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:569 at Marr.Data.QGen.QueryBuilder`1[T].ToList () [0x00052] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\QueryBuilder.cs:279 at NzbDrone.Core.Datastore.BasicRepository`1[TModel].All () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:60 at NzbDrone.Core.Tv.SeriesService.GetAllSeries () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Tv\SeriesService.cs:144 at NzbDrone.Core.HealthCheck.Checks.MountCheck.Check () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\Checks\MountCheck.cs:22 at NzbDrone.Core.HealthCheck.HealthCheckService+<>c.<PerformHealthCheck>b__11_0 (NzbDrone.Core.HealthCheck.IProvideHealthCheck c) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:71 at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToList () [0x00014] in <521f3fe476f34ea88748e97b3b984d05>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <521f3fe476f34ea88748e97b3b984d05>:0 at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (NzbDrone.Core.HealthCheck.IProvideHealthCheck[] healthChecks) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:71 at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:104 at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass4_2`1[TEvent].<PublishEvent>b__1 () [0x00035] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:83 at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <62f5937022004555807e6c57c33f6684>:0 at System.Threading.Tasks.Task.Execute () [0x00010] in <62f5937022004555807e6c57c33f6684>:0 [Error] TaskExtensions: Task Error [v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed database disk image is malformed at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader.Read () [0x00043] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at Marr.Data.DataMapper.Query[T] (System.String sql, System.Collections.Generic.ICollection`1[T] entityList, System.Boolean useAltName) [0x000a2] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:569 at Marr.Data.QGen.QueryBuilder`1[T].ToList () [0x00052] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\QueryBuilder.cs:279 at NzbDrone.Core.Datastore.BasicRepository`1[TModel].All () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:60 at NzbDrone.Core.Tv.SeriesService.GetAllSeries () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Tv\SeriesService.cs:144 at NzbDrone.Core.HealthCheck.Checks.MountCheck.Check () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\Checks\MountCheck.cs:22 at NzbDrone.Core.HealthCheck.HealthCheckService+<>c.<PerformHealthCheck>b__11_0 (NzbDrone.Core.HealthCheck.IProvideHealthCheck c) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:71 at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToList () [0x00014] in <521f3fe476f34ea88748e97b3b984d05>:0 at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <521f3fe476f34ea88748e97b3b984d05>:0 at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (NzbDrone.Core.HealthCheck.IProvideHealthCheck[] healthChecks) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:71 at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\HealthCheck\HealthCheckService.cs:104 at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass4_2`1[TEvent].<PublishEvent>b__1 () [0x00035] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:83 at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <62f5937022004555807e6c57c33f6684>:0 at System.Threading.Tasks.Task.Execute () [0x00010] in <62f5937022004555807e6c57c33f6684>:0 [Error] NzbDroneErrorPipeline: [GET /api/series] [v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed database disk image is malformed at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader.Read () [0x00043] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at Marr.Data.DataMapper.Query[T] (System.String sql, System.Collections.Generic.ICollection`1[T] entityList, System.Boolean useAltName) [0x000a2] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:569 at Marr.Data.QGen.QueryBuilder`1[T].ToList () [0x00052] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\QueryBuilder.cs:279 at NzbDrone.Core.Datastore.BasicRepository`1[TModel].All () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:60 at NzbDrone.Core.Tv.SeriesService.GetAllSeries () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Tv\SeriesService.cs:144 at NzbDrone.Api.Series.SeriesModule.AllSeries () [0x0000c] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Api\Series\SeriesModule.cs:106 at NzbDrone.Api.REST.RestModule`1[TResource].<set_GetResourceAll>b__32_0 (System.Object options) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Api\REST\RestModule.cs:111 at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object) at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <63c44d6f8d7e4f339a987bf9eb94d931>:0 [Fatal] NzbDroneErrorPipeline: Request Failed. GET /api/series [v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed database disk image is malformed at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader.Read () [0x00043] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at Marr.Data.DataMapper.Query[T] (System.String sql, System.Collections.Generic.ICollection`1[T] entityList, System.Boolean useAltName) [0x000a2] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:569 at Marr.Data.QGen.QueryBuilder`1[T].ToList () [0x00052] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\QueryBuilder.cs:279 at NzbDrone.Core.Datastore.BasicRepository`1[TModel].All () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:60 at NzbDrone.Core.Tv.SeriesService.GetAllSeries () [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Tv\SeriesService.cs:144 at NzbDrone.Api.Series.SeriesModule.AllSeries () [0x0000c] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Api\Series\SeriesModule.cs:106 at NzbDrone.Api.REST.RestModule`1[TResource].<set_GetResourceAll>b__32_0 (System.Object options) [0x00000] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Api\REST\RestModule.cs:111 at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func`2<object, object>,object) at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <63c44d6f8d7e4f339a987bf9eb94d931>:0 [Error] TaskExtensions: Task Error [v2.0.0.5085] System.Data.SQLite.SQLiteException (0x80004005): attempt to write a readonly database attempt to write a readonly database at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior) at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteCommand.ExecuteScalar (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at System.Data.SQLite.SQLiteCommand.ExecuteScalar () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0 at Marr.Data.QGen.InsertQueryBuilder`1[T].Execute () [0x00046] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\QGen\InsertQueryBuilder.cs:140 at Marr.Data.DataMapper.Insert[T] (T entity) [0x0005d] in M:\BuildAgent\work\3a352f0853732683\src\Marr.Data\DataMapper.cs:728 at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Insert (TModel model) [0x0002d] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Datastore\BasicRepository.cs:111 at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandPriority priority, NzbDrone.Core.Messaging.Commands.CommandTrigger trigger) [0x0013d] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:82 at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandQueueManager,object,NzbDrone.Core.Messaging.Commands.CommandPriority,NzbDrone.Core.Messaging.Commands.CommandTrigger) at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3) [0x00128] in <521f3fe476f34ea88748e97b3b984d05>:0 at (wrapper delegate-invoke) System.Func`6[System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandQueueManager,System.Object,NzbDrone.Core.Messaging.Commands.CommandPriority,NzbDrone.Core.Messaging.Commands.CommandTrigger,System.Object]:invoke_TResult_T1_T2_T3_T4_T5 (System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandQueueManager,object,NzbDrone.Core.Messaging.Commands.CommandPriority,NzbDrone.Core.Messaging.Commands.CommandTrigger) at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push (System.String commandName, System.Nullable`1[T] lastExecutionTime, NzbDrone.Core.Messaging.Commands.CommandPriority priority, NzbDrone.Core.Messaging.Commands.CommandTrigger trigger) [0x000b7] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:95 at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands () [0x00043] in M:\BuildAgent\work\3a352f0853732683\src\NzbDrone.Core\Jobs\Scheduler.cs:42 at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <62f5937022004555807e6c57c33f6684>:0 at System.Threading.Tasks.Task.Execute () [0x00010] in <62f5937022004555807e6c57c33f6684>:0
  11. I started from scratch, created my own Docker template. So far with the exception of weekly newsletter missing, its been rock solid.
  12. I'll give it a try, Would one not just be able to mount it via NFS instead? I've never used NFS for any of my mounts, so I dont know if there are any performance benifits?
  13. I've moved to v3, works quite well!! for my usage, its just missing the weekly newsletter!
  14. I've been having this issue every couple days with Sonarr and Radarr. I cant Restart, stop docker & cannot reboot the server without doing a hard shut down. I've lost remote access trying to force a restart on the server, so I can't post diag's till I get home and can manually reboot. This is the error I receive if I try and stop the container: Nov 11 18:26:43 Test nginx: 2017/11/11 18:26:43 [error] 13299#13299: *895 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.0.107, server: , request: "GET /plugins/dynamix.docker.manager/include/CreateDocker.php?updateContainer=true&ct[]=sonarr HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "192.168.0.11", referrer: "http://192.168.0.11/Docker" Usually followed by: Nov 11 18:20:14 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801f5fb4700 Nov 11 18:20:14 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801c84a0a00 Nov 11 18:20:14 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801465acd00 Nov 11 18:20:14 Test kernel: CIFS VFS: Error -104 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:21 Test kernel: cifs_vfs_err: 29 callbacks suppressed Nov 11 18:20:21 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801465ac280 I had made a post previously thinking it was related to something else other than the dockers: https://forums.lime-technology.com/topic/61338-losing-docker-access-dockers-wont-shut-down/
  15. If you clisck edit the field and add the values in the default section:
  16. in my initial post above, there is a note and a link to the openvpn config files/names for each provider, If you arent using PIA then you need to change the values to suit the provider per the names under your provider at the link for pureVPN these names : https://github.com/haugene/docker-transmission-openvpn/tree/master/openvpn/purevpn you can add then to the drop down in this format: belgium-tcp|belgium-udp|bulgaria-tcp|etc..... I added all the PIA ones as default for easy switching, but if you dont need to switch ever, then just add the ones you like!!
  17. On another note, I had pureVPN previously, but because their certs were outdated, it would not work with the latest version of openVPN...... I'm not sure if they have updated their certs, so if you get authentication errors, that may be the issue.....any support requests i posted they stated they would update them in the future, that was about 6 months ago.
  18. I believe this docker requires the data folder, i was not able to get it working without. I have the same VPN setup for access from work, but i was not able to add the second network into the docker template, you have 2 option here, you can run a second docker as a proxy (i believe this is detailed on the git pages), or in my case i have a script set up to run on reboot that adds the second network: adjust the network address (10.1.0.0/24) to suit your network #!/bin/bash echo adding 10.1.0.0/25 LAN_NETWORK docker exec Transmission_VPN /bin/sh -c "/sbin/ip r a 10.1.0.0/24 via 172.17.0.1 dev eth0" echo Netowrk added exit
  19. are you running ant Nukkit plugin's? i have no issues with the latest build....
  20. Is there anyway to have this container automatically restart when it crashes? I currently have a script that runs daily to do a restart, but thats not enough, as it crashes numerous times througout the day!
  21. I thought it was running fine for about a day, but it seems its a consistant issue....and there upon reboot, Once dockers start, i cant stop them, nor can I stop the arra for a reboot, or stop docker manager in general.... Nov 11 18:26:43 Test nginx: 2017/11/11 18:26:43 [error] 13299#13299: *895 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.0.107, server: , request: "GET /plugins/dynamix.docker.manager/include/CreateDocker.php?updateContainer=true&ct[]=sonarr HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "192.168.0.11", referrer: "http://192.168.0.11/Docker" Nov 11 18:26:43 Test nginx: 2017/11/11 18:26:43 [error] 13299#13299: *895 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.0.107, server: , request: "GET /plugins/dynamix.docker.manager/include/CreateDocker.php?updateContainer=true&ct[]=sonarr HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "192.168.0.11", referrer: "http://192.168.0.11/Docker" When i try a force update, or do an update, or just try and stop a container it hangs at stopping container, & I end up with number of errors in the syslog Nov 11 18:20:14 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801f5fb4700 Nov 11 18:20:14 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801c84a0a00 Nov 11 18:20:14 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801465acd00 Nov 11 18:20:14 Test kernel: CIFS VFS: Error -104 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:14 Test kernel: CIFS VFS: Error -32 sending data on socket to server Nov 11 18:20:21 Test kernel: cifs_vfs_err: 29 callbacks suppressed Nov 11 18:20:21 Test kernel: CIFS VFS: Free previous auth_key.response = ffff8801465ac280 Attached fresh DIag after a restart test-diagnostics-20171111-1834.zip