eds

Members
  • Posts

    201
  • Joined

  • Last visited

Posts posted by eds

  1. I am wondering if anyone is experiencing issues recording.  I can tune in channels, but if I try to record, I get the error "it looks like something went wrong. please try again".  This has been since updating to the most recent docker version about a week ago.

    I keep seeing two errors in the logs:

     

    • downloadContainer: expected MediaContainer element, found html
    • Invalid library metadata ID tv.plex.xmltv://episode/CNN%20News%20Central/1/288 passed.

    Any help would be appreciated.

  2. 20 hours ago, ich777 said:

    I hope that my test server is up and running in about a week so that I can test it on my own but I can't tell for sure since I had really bad luck with parts this month (it should have been up and running at the beginning of January... :/ ).

    Ok.  So this was my error.

     

    I was streaming at a rate "passthrough".  This means, while encoding appears to be happening (according to the log), it is not.   No encoding is happening server side - the stream is literally just passing through.

     

    I discovered that you can have multiple streams of different bitrate, frame rate, resolution, etc (low, medium, high and passthrough if you will).

     

    It's here that encoding actually happens.  Once you set the different rates and begin the stream, the hardware transcoder using the gpu is engaged.

     

    Great work on nvidia plugin and this docker OP!

    • Like 1
  3. 19 hours ago, ich777 said:

    You are missing the Variable: "NVIDIA_DRIVER_CAPABILITIES" with the Value: "all" in your template like described here:

     

    Can you issue:

    nvidia-smi

    NVIDIA_DRIVER_CAPABILITIES

     

    Thanks for catching that missing variable.

     

    I added it -- still no go.

     

    GPU is not being used when encoding.  

     

    nvidia-smi shows nothing running when a stream is being sent to owncast.

     

    Will play with it some more tomorrow and see if I can narrow down the issue.

     

    Thanks again!

  4. 1 hour ago, ich777 said:

    Can you please post screenshots from your configuration?

    Please also post screenshots from your Docker template with Advanced View enabled.

     

    On my system both VA-API and NVENC where working when I've tested it.

     

    Thanks for the quick response.

    Not sure what you want to see from the owncast config.  The owncast log says: "Video transcoder started using nvidia nvenc with 1 stream variants." But I can see no evidence of that.  Is there a command in the docker that can be run by ffmpeg to give data on the nvidia hardware that is using the nvenc codec (like the gpu id)?

    Below is what i see in the admin area which appears to be normal.

    And attached is the advanced view.  I pretty much guessed by using the docker notes (and having done this for other dockers) where everything goes.  Let me know your thoughts..

     

    owncast -admin.jpg

    owncast-admin.png

    owncast.jpg

    owncast2.jpg

  5. Hello ich777.

     

    Question regarding the owncast docker. I see it was recently updated to support nvidia GPU hardware transcoding. I'm using a P2000 in my system and I've set up owncast to use the transcoder but from what I can see the gpu is not reporting any activity.  The owncast log reports using the nvec codec, ("Video transcoder started using nvidia nvenc with 1 stream variants.") but I am not seeing any evidence of it.  

     

    Can you confirm the docker is using the hardware gpu for transcoding?

  6. Hello everyone.

     

    Having a weird situation that appears to have come out of nowhere (but I suspect it may be after a recent update).

    The database has become readonly. This is part of what I see in the log:

    2022-09-21 21:24:45.3|Info|Bootstrap|Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.9.1549
    2022-09-21 21:24:46.1|Info|AppFolderInfo|Data directory is being overridden to [/config]
    2022-09-21 21:24:46.2|Info|Router|Application mode: Interactive
    2022-09-21 21:24:46.6|Info|MigrationLogger|*** Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
    2022-09-21 21:24:46.9|Info|MigrationLogger|*** Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
    2022-09-21 21:24:47.3|Info|OwinHostController|Listening on the following URLs:
    2022-09-21 21:24:47.3|Info|OwinHostController|  http://*:8989/
    2022-09-21 21:24:48.0|Info|SonarrBootstrapper|Starting Web Server
    2022-09-21 21:24:49.9|Error|EventAggregator|QualityDefinitionService failed while processing [ApplicationStartedEvent]
    
    [v3.0.9.1549] code = ReadOnly (8), message = System.Data.SQLite.SQLiteException (0x800017FF): attempt to write a readonly database
    attempt to write a readonly database
    
      at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00088] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0006e] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteDataReader.NextResult () [0x00174] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x0008e] in <cf516e4846354910b3d60749c894b1bf>: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 <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <cf516e4846354910b3d60749c894b1bf>:0 
      at Marr.Data.QGen.UpdateQueryBuilder`1[T].Execute () [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\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\63739567f01dbcc2\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\63739567f01dbcc2\src\NzbDrone.Core\Datastore\BasicRepository.cs:175 
      at NzbDrone.Core.Qualities.QualityDefinitionService.InsertMissingDefinitions () [0x000c9] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Qualities\QualityDefinitionService.cs:92 
      at NzbDrone.Core.Qualities.QualityDefinitionService.Handle (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00010] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Qualities\QualityDefinitionService.cs:109 
      at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x0011a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:92 
    
    2022-09-21 21:24:50.2|Error|EventAggregator|CommandQueueManager failed while processing [ApplicationStartedEvent]
    
    [v3.0.9.1549] code = ReadOnly (8), message = System.Data.SQLite.SQLiteException (0x800017FF): attempt to write a readonly database
    attempt to write a readonly database
      at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00088] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0006e] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteDataReader.NextResult () [0x00174] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x0008e] in <cf516e4846354910b3d60749c894b1bf>: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 <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <cf516e4846354910b3d60749c894b1bf>:0 
      at Marr.Data.DataMapper.ExecuteNonQuery (System.String sql) [0x0002a] in M:\BuildAgent\work\63739567f01dbcc2\src\Marr.Data\DataMapper.cs:204 
      at NzbDrone.Core.Messaging.Commands.CommandRepository.OrphanStarted () [0x00064] in M:\BuildAgent\work\63739567f01dbcc2\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\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:260 
      at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x0011a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:92 
    
    2022-09-21 21:24:50.2|Error|EventAggregator|TaskManager failed while processing [ApplicationStartedEvent]
    
    [v3.0.9.1549] code = ReadOnly (8), message = System.Data.SQLite.SQLiteException (0x800017FF): attempt to write a readonly database
    attempt to write a readonly database
      at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00088] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0006e] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteDataReader.NextResult () [0x00174] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x0008e] in <cf516e4846354910b3d60749c894b1bf>: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 <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <cf516e4846354910b3d60749c894b1bf>:0 
      at Marr.Data.QGen.UpdateQueryBuilder`1[T].Execute () [0x0003b] in M:\BuildAgent\work\63739567f01dbcc2\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\63739567f01dbcc2\src\Marr.Data\DataMapper.cs:674 
      at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Update (TModel model) [0x0002a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Datastore\BasicRepository.cs:133 
      at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Upsert (TModel model) [0x00017] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Datastore\BasicRepository.cs:194 
      at NzbDrone.Core.Jobs.TaskManager.Handle (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00340] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Jobs\TaskManager.cs:164 
      at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x0011a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:92 
    
    2022-09-21 21:24:50.5|Error|TaskExtensions|Task Error
    
    [v3.0.9.1549] 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 <de882a77e7c14f8ba5d298093dde82b2>: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) [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>: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)
      at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00055] in <de882a77e7c14f8ba5d298093dde82b2>:0 
      at System.IO.StreamWriter..ctor (System.String path) [0x00008] in <de882a77e7c14f8ba5d298093dde82b2>:0 
      at (wrapper remoting-invoke-with-check) System.IO.StreamWriter..ctor(string)
      at System.IO.File.WriteAllText (System.String path, System.String contents) [0x00026] in <de882a77e7c14f8ba5d298093dde82b2>:0 
      at NzbDrone.Common.Disk.DiskProviderBase.WriteAllText (System.String filename, System.String contents) [0x00052] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Disk\DiskProviderBase.cs:304 
      at NzbDrone.Core.Configuration.ConfigFileProvider.SaveConfigFile (System.Xml.Linq.XDocument xDoc) [0x00010] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Configuration\ConfigFileProvider.cs:376 
      at NzbDrone.Core.Configuration.ConfigFileProvider.DeleteOldValues () [0x000a7] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Configuration\ConfigFileProvider.cs:333 
      at NzbDrone.Core.Configuration.ConfigFileProvider.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00006] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Configuration\ConfigFileProvider.cs:388 
      at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass6_2`1[TEvent].<PublishEvent>b__2 () [0x00035] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:119 
      at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <de882a77e7c14f8ba5d298093dde82b2>:0 
      at System.Threading.Tasks.Task.Execute () [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>:0 
    
    2022-09-21 21:25:20.3|Error|TaskExtensions|Task Error
    
    [v3.0.9.1549] code = ReadOnly (8), message = System.Data.SQLite.SQLiteException (0x800017FF): attempt to write a readonly database
    attempt to write a readonly database
      at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00088] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0006e] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteDataReader.NextResult () [0x00174] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x0008e] in <cf516e4846354910b3d60749c894b1bf>: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 <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteCommand.ExecuteScalar (System.Data.CommandBehavior behavior) [0x00006] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteCommand.ExecuteScalar () [0x00006] in <cf516e4846354910b3d60749c894b1bf>:0 
      at Marr.Data.QGen.InsertQueryBuilder`1[T].Execute () [0x00046] in M:\BuildAgent\work\63739567f01dbcc2\src\Marr.Data\QGen\InsertQueryBuilder.cs:140 
      at Marr.Data.DataMapper.Insert[T] (T entity) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\Marr.Data\DataMapper.cs:728 
      at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Insert (TModel model) [0x00030] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Datastore\BasicRepository.cs:119 
      at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandPriority priority, NzbDrone.Core.Messaging.Commands.CommandTrigger trigger) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:126 
      at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3) [0x00136] in <f6c405b973804b5c804e7e759353765f>: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\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:139 
      at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands () [0x00043] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Jobs\Scheduler.cs:42 
      at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <de882a77e7c14f8ba5d298093dde82b2>:0 
      at System.Threading.Tasks.Task.Execute () [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>:0 
    
    2022-09-21 21:25:50.3|Error|TaskExtensions|Task Error
    
    [v3.0.9.1549] code = ReadOnly (8), message = System.Data.SQLite.SQLiteException (0x800017FF): attempt to write a readonly database
    attempt to write a readonly database
      at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00088] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0006e] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteDataReader.NextResult () [0x00174] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x0008e] in <cf516e4846354910b3d60749c894b1bf>: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 <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteCommand.ExecuteScalar (System.Data.CommandBehavior behavior) [0x00006] in <cf516e4846354910b3d60749c894b1bf>:0 
      at System.Data.SQLite.SQLiteCommand.ExecuteScalar () [0x00006] in <cf516e4846354910b3d60749c894b1bf>:0 
      at Marr.Data.QGen.InsertQueryBuilder`1[T].Execute () [0x00046] in M:\BuildAgent\work\63739567f01dbcc2\src\Marr.Data\QGen\InsertQueryBuilder.cs:140 
      at Marr.Data.DataMapper.Insert[T] (T entity) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\Marr.Data\DataMapper.cs:728 
      at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Insert (TModel model) [0x00030] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Datastore\BasicRepository.cs:119 
      at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandPriority priority, NzbDrone.Core.Messaging.Commands.CommandTrigger trigger) [0x0015a] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:126 
      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\63739567f01dbcc2\src\NzbDrone.Core\Messaging\Commands\CommandQueueManager.cs:139 
      at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands () [0x00043] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Jobs\Scheduler.cs:42 
      at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <de882a77e7c14f8ba5d298093dde82b2>:0 
      at System.Threading.Tasks.Task.Execute () [0x00000] in <de882a77e7c14f8ba5d298093dde82b2>:0 
    
    2022-09-21 21:26:20.3|Error|TaskExtensions|Task Error

     

    Within Sonarr when I attempt to do a search.  I get the following message:

     

    Search failed because its attempt to write a readonly database attempt to write a readonly database. Try refreshing the series info and verify the necessary information is present before searching again

     

    I have no idea where the database is or how to fix.  Any ideas,  guys?

    • Upvote 1
  7. On 7/9/2021 at 4:14 AM, greenflash24 said:

    I have created a fork of the linuxserver container, and i will try to maintain this container in the future (at least until the builds break again). Therefore I and others can have security fixes for a bit longer at least.

     

    You can find a mirror of my fork here: https://github.com/fabianbees/docker-openvpn-as

    Docker images will be pushed here: https://hub.docker.com/r/fabianbees/openvpn-as

     

    I have not found time yet to update the Readme.md and change the dockerimage to point to my image instad of the linuxserver one, but this will be done in the future.

    As i don't use jenkins in my homelab i just added some build-scrips, so i can build this image with gitlab-ci on my private gitlab instance.

    -> UPDATE: I have added a disclaimer at the top of the readme.md and removed all references to the linuxserver team i have found so far, so that it is clear, that these builds are not related to them.

     

    For now my image has the latest version of openvpn-as, which is version 2.9.2 at this time. (Linuxserver has 2.9.0)

     

     

    If you want to switch to my docker image, you can do so my changing the image-repository in unraid from

    linuxserver/openvpn-as

    to

    fabianbees/openvpn-as

     

     

    But please make a backup of your appdata first, before changing to the new image just in case something goes wrong.

     

    You sir, are my hero.

    • Like 1
  8. 12 hours ago, jademonkee said:

    Out of curiosity, do you have in your logs:

    211004 10:30:59 mysqld_safe Logging to '/config/databases/90d1ec1b4a9c.err'.
    211004 10:30:59 mysqld_safe Starting mariadbd daemon with databases from /config/databases

    I have it in mine, but everything works fine (or at least seems to).

    Just wondering if I do the above 'downgrade, command, upgrade fix' if it will fix that problem, too.

    Cheers.

    I have that in mine, but I think it's normal.    Now it appears only once at the end of the docker log.

    • Thanks 1
  9. On 10/1/2021 at 3:55 PM, j0nnymoe said:

    Just to make it clear, if anyone is having issues with the update to the latest version of mariadb. It's due to your database corrupting as your previous container wasn't shutdown cleanly (Something using during an update / automatic updates killing the container early). To recover your database, do the following with -all- containers that use mariadb off:

     

    Try the `linuxserver/mariadb:version-110.4.21mariabionic` tag, let everything start up, check the logs to make sure it's all clean, then do `docker exec nextclouddb s6-svc -d /var/run/s6/services/mariadb/` (assuming your container is called nexclouddb, otherwise adjust that appropriately). Wait ~30 seconds and then stop the container and update to latest.

     

    If this doesn't work, you will need to restore a working backup.

     

    Thanks for this information. I did the docker downgrade and then I had to do a restore of the db (thank god I had a backup). Everything worked. Then updated the repository to latest. Everything seems stable.

  10. Also tried the fix

     

    Also getting

    Quote

    211001 15:31:55 mysqld_safe Logging to syslog.
    211001 15:31:55 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:31:56 mysqld_safe Logging to syslog.
    211001 15:31:56 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:31:58 mysqld_safe Logging to syslog.
    211001 15:31:58 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:31:59 mysqld_safe Logging to syslog.
    211001 15:31:59 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:00 mysqld_safe Logging to syslog.
    211001 15:32:00 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:02 mysqld_safe Logging to syslog.
    211001 15:32:02 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:03 mysqld_safe Logging to syslog.
    211001 15:32:03 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:04 mysqld_safe Logging to syslog.
    211001 15:32:04 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:06 mysqld_safe Logging to syslog.
    211001 15:32:06 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:07 mysqld_safe Logging to syslog.
    211001 15:32:07 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:08 mysqld_safe Logging to syslog.
    211001 15:32:08 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:10 mysqld_safe Logging to syslog.
    211001 15:32:10 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:11 mysqld_safe Logging to syslog.
    211001 15:32:11 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:12 mysqld_safe Logging to syslog.
    211001 15:32:12 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:14 mysqld_safe Logging to syslog.
    211001 15:32:14 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:15 mysqld_safe Logging to syslog.
    211001 15:32:15 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:16 mysqld_safe Logging to syslog.
    211001 15:32:16 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:17 mysqld_safe Logging to syslog.
    211001 15:32:17 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:19 mysqld_safe Logging to syslog.
    211001 15:32:19 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:20 mysqld_safe Logging to syslog.
    211001 15:32:20 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:21 mysqld_safe Logging to syslog.
    211001 15:32:21 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:23 mysqld_safe Logging to syslog.
    211001 15:32:23 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:24 mysqld_safe Logging to syslog.
    211001 15:32:24 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:25 mysqld_safe Logging to syslog.
    211001 15:32:25 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:26 mysqld_safe Logging to syslog.
    211001 15:32:26 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:28 mysqld_safe Logging to syslog.
    211001 15:32:28 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:29 mysqld_safe Logging to syslog.
    211001 15:32:29 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:30 mysqld_safe Logging to syslog.
    211001 15:32:30 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:32 mysqld_safe Logging to syslog.
    211001 15:32:32 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:33 mysqld_safe Logging to syslog.
    211001 15:32:33 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:34 mysqld_safe Logging to syslog.
    211001 15:32:34 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:35 mysqld_safe Logging to syslog.
    211001 15:32:35 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:37 mysqld_safe Logging to syslog.
    211001 15:32:37 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:38 mysqld_safe Logging to syslog.
    211001 15:32:38 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:39 mysqld_safe Logging to syslog.
    211001 15:32:39 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:41 mysqld_safe Logging to syslog.
    211001 15:32:41 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:42 mysqld_safe Logging to syslog.
    211001 15:32:42 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:43 mysqld_safe Logging to syslog.
    211001 15:32:43 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:45 mysqld_safe Logging to syslog.
    211001 15:32:45 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:46 mysqld_safe Logging to syslog.
    211001 15:32:46 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:47 mysqld_safe Logging to syslog.
    211001 15:32:47 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:48 mysqld_safe Logging to syslog.
    211001 15:32:48 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:50 mysqld_safe Logging to syslog.
    211001 15:32:50 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:51 mysqld_safe Logging to syslog.
    211001 15:32:51 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:52 mysqld_safe Logging to syslog.
    211001 15:32:52 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:54 mysqld_safe Logging to syslog.
    211001 15:32:54 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:55 mysqld_safe Logging to syslog.
    211001 15:32:55 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:56 mysqld_safe Logging to syslog.
    211001 15:32:56 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:58 mysqld_safe Logging to syslog.
    211001 15:32:58 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:32:59 mysqld_safe Logging to syslog.
    211001 15:32:59 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:00 mysqld_safe Logging to syslog.
    211001 15:33:00 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:02 mysqld_safe Logging to syslog.
    211001 15:33:02 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:03 mysqld_safe Logging to syslog.
    211001 15:33:03 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:04 mysqld_safe Logging to syslog.
    211001 15:33:04 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:06 mysqld_safe Logging to syslog.
    211001 15:33:06 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:07 mysqld_safe Logging to syslog.
    211001 15:33:07 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:08 mysqld_safe Logging to syslog.
    211001 15:33:08 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:09 mysqld_safe Logging to syslog.
    211001 15:33:10 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:11 mysqld_safe Logging to syslog.
    211001 15:33:11 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:12 mysqld_safe Logging to syslog.
    211001 15:33:12 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:13 mysqld_safe Logging to syslog.
    211001 15:33:13 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:15 mysqld_safe Logging to syslog.
    211001 15:33:15 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:16 mysqld_safe Logging to syslog.
    211001 15:33:16 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:17 mysqld_safe Logging to syslog.
    211001 15:33:17 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:19 mysqld_safe Logging to syslog.
    211001 15:33:19 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:20 mysqld_safe Logging to syslog.
    211001 15:33:20 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:21 mysqld_safe Logging to syslog.
    211001 15:33:21 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:23 mysqld_safe Logging to syslog.
    211001 15:33:23 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:24 mysqld_safe Logging to syslog.
    211001 15:33:24 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:25 mysqld_safe Logging to syslog.
    211001 15:33:25 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:26 mysqld_safe Logging to syslog.
    211001 15:33:26 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:28 mysqld_safe Logging to syslog.
    211001 15:33:28 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:29 mysqld_safe Logging to syslog.
    211001 15:33:29 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:30 mysqld_safe Logging to syslog.
    211001 15:33:30 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:32 mysqld_safe Logging to syslog.
    211001 15:33:32 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:33 mysqld_safe Logging to syslog.
    211001 15:33:33 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:34 mysqld_safe Logging to syslog.
    211001 15:33:34 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:36 mysqld_safe Logging to syslog.
    211001 15:33:36 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:37 mysqld_safe Logging to syslog.
    211001 15:33:37 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:38 mysqld_safe Logging to syslog.
    211001 15:33:38 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:39 mysqld_safe Logging to syslog.
    211001 15:33:39 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:41 mysqld_safe Logging to syslog.
    211001 15:33:41 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:42 mysqld_safe Logging to syslog.
    211001 15:33:42 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:43 mysqld_safe Logging to syslog.
    211001 15:33:43 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:45 mysqld_safe Logging to syslog.
    211001 15:33:45 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:46 mysqld_safe Logging to syslog.
    211001 15:33:46 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:47 mysqld_safe Logging to syslog.
    211001 15:33:47 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:49 mysqld_safe Logging to syslog.
    211001 15:33:49 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:50 mysqld_safe Logging to syslog.
    211001 15:33:50 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:51 mysqld_safe Logging to syslog.
    211001 15:33:51 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:52 mysqld_safe Logging to syslog.
    211001 15:33:52 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:54 mysqld_safe Logging to syslog.
    211001 15:33:54 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:55 mysqld_safe Logging to syslog.
    211001 15:33:55 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:56 mysqld_safe Logging to syslog.
    211001 15:33:56 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:58 mysqld_safe Logging to syslog.
    211001 15:33:58 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:33:59 mysqld_safe Logging to syslog.
    211001 15:33:59 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:00 mysqld_safe Logging to syslog.
    211001 15:34:00 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:01 mysqld_safe Logging to syslog.
    211001 15:34:01 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:03 mysqld_safe Logging to syslog.
    211001 15:34:03 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:04 mysqld_safe Logging to syslog.
    211001 15:34:04 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:06 mysqld_safe Logging to syslog.
    211001 15:34:06 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:07 mysqld_safe Logging to syslog.
    211001 15:34:07 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:08 mysqld_safe Logging to syslog.
    211001 15:34:08 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:09 mysqld_safe Logging to syslog.
    211001 15:34:09 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:11 mysqld_safe Logging to syslog.
    211001 15:34:11 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:12 mysqld_safe Logging to syslog.
    211001 15:34:12 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:13 mysqld_safe Logging to syslog.
    211001 15:34:13 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:15 mysqld_safe Logging to syslog.
    211001 15:34:15 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:16 mysqld_safe Logging to syslog.
    211001 15:34:16 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:17 mysqld_safe Logging to syslog.
    211001 15:34:17 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:19 mysqld_safe Logging to syslog.
    211001 15:34:19 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:20 mysqld_safe Logging to syslog.
    211001 15:34:20 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:21 mysqld_safe Logging to syslog.
    211001 15:34:21 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:23 mysqld_safe Logging to syslog.
    211001 15:34:23 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:24 mysqld_safe Logging to syslog.
    211001 15:34:24 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:25 mysqld_safe Logging to syslog.
    211001 15:34:25 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:26 mysqld_safe Logging to syslog.
    211001 15:34:26 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:28 mysqld_safe Logging to syslog.
    211001 15:34:28 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:29 mysqld_safe Logging to syslog.
    211001 15:34:29 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:30 mysqld_safe Logging to syslog.
    211001 15:34:30 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:32 mysqld_safe Logging to syslog.
    211001 15:34:32 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:33 mysqld_safe Logging to syslog.
    211001 15:34:33 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:34 mysqld_safe Logging to syslog.
    211001 15:34:34 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:35 mysqld_safe Logging to syslog.
    211001 15:34:36 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:37 mysqld_safe Logging to syslog.
    211001 15:34:37 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:38 mysqld_safe Logging to syslog.
    211001 15:34:38 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:39 mysqld_safe Logging to syslog.
    211001 15:34:39 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:41 mysqld_safe Logging to syslog.
    211001 15:34:41 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:42 mysqld_safe Logging to syslog.
    211001 15:34:42 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:43 mysqld_safe Logging to syslog.
    211001 15:34:43 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:45 mysqld_safe Logging to syslog.
    211001 15:34:45 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:46 mysqld_safe Logging to syslog.
    211001 15:34:46 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:47 mysqld_safe Logging to syslog.
    211001 15:34:47 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:48 mysqld_safe Logging to syslog.
    211001 15:34:48 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:50 mysqld_safe Logging to syslog.
    211001 15:34:50 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:51 mysqld_safe Logging to syslog.
    211001 15:34:51 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:52 mysqld_safe Logging to syslog.
    211001 15:34:52 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:54 mysqld_safe Logging to syslog.
    211001 15:34:54 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:55 mysqld_safe Logging to syslog.
    211001 15:34:55 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:56 mysqld_safe Logging to syslog.
    211001 15:34:56 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:58 mysqld_safe Logging to syslog.
    211001 15:34:58 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:34:59 mysqld_safe Logging to syslog.
    211001 15:34:59 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:00 mysqld_safe Logging to syslog.
    211001 15:35:00 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:02 mysqld_safe Logging to syslog.
    211001 15:35:02 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:03 mysqld_safe Logging to syslog.
    211001 15:35:03 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:04 mysqld_safe Logging to syslog.
    211001 15:35:04 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:05 mysqld_safe Logging to syslog.
    211001 15:35:05 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:07 mysqld_safe Logging to syslog.
    211001 15:35:07 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:08 mysqld_safe Logging to syslog.
    211001 15:35:08 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:09 mysqld_safe Logging to syslog.
    211001 15:35:09 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:11 mysqld_safe Logging to syslog.
    211001 15:35:11 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:12 mysqld_safe Logging to syslog.
    211001 15:35:12 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:13 mysqld_safe Logging to syslog.
    211001 15:35:13 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:15 mysqld_safe Logging to syslog.
    211001 15:35:15 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:16 mysqld_safe Logging to syslog.
    211001 15:35:16 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:17 mysqld_safe Logging to syslog.
    211001 15:35:17 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:18 mysqld_safe Logging to syslog.
    211001 15:35:18 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:20 mysqld_safe Logging to syslog.
    211001 15:35:20 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:21 mysqld_safe Logging to syslog.
    211001 15:35:21 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:22 mysqld_safe Logging to syslog.
    211001 15:35:22 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:23 mysqld_safe Logging to syslog.
    211001 15:35:23 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:25 mysqld_safe Logging to syslog.
    211001 15:35:25 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:26 mysqld_safe Logging to syslog.
    211001 15:35:26 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:27 mysqld_safe Logging to syslog.
    211001 15:35:27 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:29 mysqld_safe Logging to syslog.
    211001 15:35:29 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:30 mysqld_safe Logging to syslog.
    211001 15:35:30 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:31 mysqld_safe Logging to syslog.
    211001 15:35:31 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:32 mysqld_safe Logging to syslog.
    211001 15:35:32 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:34 mysqld_safe Logging to syslog.
    211001 15:35:34 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:35 mysqld_safe Logging to syslog.
    211001 15:35:35 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:36 mysqld_safe Logging to syslog.
    211001 15:35:36 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:38 mysqld_safe Logging to syslog.
    211001 15:35:38 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:39 mysqld_safe Logging to syslog.
    211001 15:35:39 mysqld_safe Starting mysqld daemon with databases from /config/databases
    211001 15:35:4

     

    Cannot connect using phpmyadmin, nextcloud, lychee or anything else that uses the mariadb.  Is this thing forked?

     

    Ran the following from the docker:

    Quote

    # mysqld status
    2021-10-01 15:43:56 0 [Note] mysqld (mysqld 10.4.21-MariaDB-1:10.4.21+maria~bionic-log) starting as process 9578 ...
    2021-10-01 15:43:56 0 [ERROR] mysqld: Can't lock aria control file '/config/databases/aria_log_control' for exclusive use, error: 11. Will retry for 30 seconds
    2021-10-01 15:43:59 0 [Note] InnoDB: Using Linux native AIO
    2021-10-01 15:43:59 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
    2021-10-01 15:43:59 0 [Note] InnoDB: Uses event mutexes
    2021-10-01 15:43:59 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
    2021-10-01 15:43:59 0 [Note] InnoDB: Number of pools: 1
    2021-10-01 15:43:59 0 [Note] InnoDB: Using SSE2 crc32 instructions
    2021-10-01 15:43:59 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
    2021-10-01 15:43:59 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
    2021-10-01 15:43:59 0 [Note] InnoDB: Completed initialization of buffer pool
    2021-10-01 15:43:59 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
    2021-10-01 15:43:59 0 [ERROR] InnoDB: Unsupported redo log format. The redo log was created with MariaDB 10.5.12.
    2021-10-01 15:43:59 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
    2021-10-01 15:44:00 0 [Note] InnoDB: Starting shutdown...
    2021-10-01 15:44:00 0 [ERROR] Plugin 'InnoDB' init function returned error.
    2021-10-01 15:44:00 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    2021-10-01 15:44:00 0 [Note] Plugin 'FEEDBACK' is disabled.
    mysqld: Too many arguments (first extra is 'status').
    2021-10-01 15:44:00 0 [ERROR] Aborting

     

  11. Thanks for updating the thread with new info.

    I actually solved my problem (fairly recently).

     

    I did what it looks like I said I did a year ago and it worked.  It may have been an update to CentOS that did it, I don't know. 

    But editing the xml bridge type to e1000-82545em, my NIC showed up and I was able to get an ip address and log in via ssh.

  12. 10 hours ago, Mr_Jay84 said:

    Ah right I see. Yeah you connect to Owncast from OBS via the unRaid IP.

     

    You may have to adjust the hardware resources or the stream settings in Owncast itself if you're experiencing buffering the Owncast stream page. My Owncast is set for 3000Kbps but you'll have to tailor yours for your hardware/bandwidth. There's also a buffer/delay setting to be mindful of, too low and your end users might have issues.

     

    With regard to OBS.  I have the stream set to use the x264 CPU encoder, CBR, 3000Kbps, fast CPU usage. I tried NVENC but the result was a pixelated stream on the Owncast side. Remember Owncast does a transcode of it's own.

     

    My setup is OBS on a Win 10 VM hosted on unRaid streaming to Owncast docker on the same machine. I have four cores (8 threads) assigned to both the docker and the VM. I also tested tested it from various bare metal machines ony CAT6 network with no issues either. I wouldn't recommend trying this on WiFi though.

     

    Feel free to ask any more questions if needed.

     

    Yeah, sound like we have a similar setup.  I have a 10th gen i3 nuc I'm using running windows 10 pro.  

     

    What kind of latency are you getting? I'm seeing is like a 15 second.  But I'm also using wasabi as a storage end point which could be part of the problem, not sure.

  13. 2 minutes ago, Mr_Jay84 said:

    I think you're getting confused here mate.

     

    You use RTMP to stream from OBS to Owncast. This is normally done on your internal network i.e. rmtp://YourUnraidIP:1935/live.

     

    Port 1935 is what you stream to from OBS. It's not the port users should connect too, which by default is 8080

     

    Then to access the Owncast page via https use (for example) https://Owncast.yourdomain.com

    No port is required as it's https.

     

    Your gateway should be pointing the domain to the internal address i.e. http://YourUnraidIP:8080

     

     

     

    I see. I was unclear in my initial question to you.  I should have asked what you have obs connecting to, the domain name or the ip address of owncast.

     

    I have no issue with remote viewing or access the admin page from the domain name. 

    For me it was always about OBS connecting to owncast.  And it appears as if you are using the ip address via rtmp to do that as am I.