Jump to content

Two server logs?


Recommended Posts

Posted

Is it normal to get two identical server logs created each time the docker image starts?

 

mono-sgen is maxing the cpu and I cant get to the gui, I occasionally get a page load but rarely which makes it completely unusable.

 

I've tried following the suggestions from others that are having similar issues:

* disable real time monitoring

* remove plugins

 

Because I cant access the gui I've tried doing this manually in the config files but I still see the same problem.

I've changed config/system.xml as follows:

<LibraryMonitorDelay>6000</LibraryMonitorDelay>

 

and in all the library options (e.g. root/default/Movies/options.xml) I've disabled virtually everything:

<LibraryOptions xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <EnableArchiveMediaFiles>false</EnableArchiveMediaFiles>
  <EnablePhotos>true</EnablePhotos>
  <EnableRealtimeMonitor>false</EnableRealtimeMonitor>
  <SchemaVersion>3</SchemaVersion>
  <EnableChapterImageExtraction>false</EnableChapterImageExtraction>
  <ExtractChapterImagesDuringLibraryScan>false</ExtractChapterImagesDuringLibraryScan>
  <DownloadImagesInAdvance>false</DownloadImagesInAdvance>
  <PathInfos />
  <SaveLocalMetadata>true</SaveLocalMetadata>
  <EnableInternetProviders>false</EnableInternetProviders>
</LibraryOptions>
 

I've completely emptied the plugins folder.

 

All to no avail.

 

Am I missing something with the manual config changes?

Posted

It appears to be in an endless cycle of start, crash, restart. Can you shutdown the server, delete the file /config/data/library.db

 

Then start the server back up, run a library scan and let us know if the issue is resolved. Thanks !

Happy2Play
Posted (edited)

Also, in your config file, SchemaVersion = 3, that's really old, from probably the beginning of this year. If you messed with that value then you will definitely see problems. Either way, my above suggestion should get you back up and running.

All my library options.xml say SchemaVersion=3.  Even adding a new library still show same, is this suppose to show something different?

Edited by Happy2Play
Posted

Sorry my mistake. Forget I mentioned that.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...