Jump to content

New Emby Install - 100% CPU Usage


bebop_man

Recommended Posts

bebop_man

Just installed Emby on my server, Ubuntu 16.04 that runs a few other 'always on' tasks.  I noticed that a short while after install, the system spiked to 100% usage.  I left it alone overnight, thinking it was building a db or something.  9 hours later, it's still pegged the graph:

Command = /opt/emby-server/system/EmbyServer -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb


Parent process = /sbin/init splash


Owner = emby 


CPU = 355 %

Any ideas on how I can mitigate this?

Link to comment
Share on other sites

bebop_man

Looks like whatever it was doing, it's done with now.  CPU usage has dropped.  But here's the last log:

 

2018-07-15 10:23:05.578 Info Main: Application path: /opt/emby-server/system/EmbyServer.dll
2018-07-15 10:23:06.048 Info Main: Emby
	Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
	Operating system: Unix 4.15.0.24
	64-Bit OS: True
	64-Bit Process: True
	User Interactive: True
	Processor count: 4
	Program data path: /var/lib/emby
	Application directory: /opt/emby-server/system
2018-07-15 10:23:12.813 Info App: Application version: 3.4.1.0
2018-07-15 10:23:12.815 Info App: Loading assemblies
2018-07-15 10:23:15.116 Info App: File /var/lib/emby/plugins/Emby.Server.CinemaMode.dll has version 1.0.0.0
2018-07-15 10:23:15.228 Info App: File /opt/emby-server/system/plugins/Emby.Server.CinemaMode.dll has version 1.0.0.0
2018-07-15 10:23:15.229 Info App: File /var/lib/emby/plugins/OpenSubtitles.dll has version 1.0.2.0
2018-07-15 10:23:15.230 Info App: File /opt/emby-server/system/plugins/OpenSubtitles.dll has version 1.0.1.0
2018-07-15 10:23:15.230 Info App: File /var/lib/emby/plugins/IMVDb.dll has version 1.0.0.0
2018-07-15 10:23:15.231 Info App: File /opt/emby-server/system/plugins/IMVDb.dll has version 1.0.0.0
2018-07-15 10:23:15.383 Info App: Loading Emby.Server.CinemaMode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from /var/lib/emby/plugins/Emby.Server.CinemaMode.dll
2018-07-15 10:23:15.383 Info App: Loading OpenSubtitles, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null from /var/lib/emby/plugins/OpenSubtitles.dll
2018-07-15 10:23:15.383 Info App: Loading IMVDb, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from /var/lib/emby/plugins/IMVDb.dll
2018-07-15 10:23:15.383 Info App: Loading MediaBrowser.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading MediaBrowser.WebDashboard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading MediaBrowser.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading MediaBrowser.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading MediaBrowser.Controller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading MediaBrowser.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading Emby.Photos, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading Emby.Server.Implementations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading Emby.Server.MediaEncoding, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading Emby.Dlna, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading MediaBrowser.LocalMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading MediaBrowser.XbmcMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading Emby.Server.Connect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:15.383 Info App: Loading Emby.Server.Sync, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
2018-07-15 10:23:18.134 Info SqliteUserRepository: Sqlite version: 3.23.1
2018-07-15 10:23:18.135 Info SqliteUserRepository: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS5,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,MAX_VARIABLE_NUMBER=250000,OMIT_LOOKASIDE,SECURE_DELETE,THREADSAFE=1
2018-07-15 10:23:20.855 Info SqliteUserRepository: Default journal_mode for /var/lib/emby/data/users.db is wal
2018-07-15 10:23:20.859 Info SqliteUserRepository: PRAGMA synchronous=1
2018-07-15 10:23:21.968 Info AuthenticationRepository: Default journal_mode for /var/lib/emby/data/authentication.db is wal
2018-07-15 10:23:21.968 Info AuthenticationRepository: PRAGMA synchronous=1
2018-07-15 10:23:23.719 Info DeviceManager: Default journal_mode for /var/lib/emby/data/devices.db is wal
2018-07-15 10:23:23.720 Info DeviceManager: PRAGMA synchronous=1
2018-07-15 10:23:24.593 Info ActivityRepository: Default journal_mode for /var/lib/emby/data/activitylog.db is wal
2018-07-15 10:23:24.594 Info ActivityRepository: PRAGMA synchronous=1
2018-07-15 10:23:25.128 Info SqliteDisplayPreferencesRepository: Default journal_mode for /var/lib/emby/data/displaypreferences.db is wal
2018-07-15 10:23:25.128 Info SqliteDisplayPreferencesRepository: PRAGMA synchronous=1
2018-07-15 10:23:26.032 Info SqliteItemRepository: Default journal_mode for /var/lib/emby/data/library.db is wal
2018-07-15 10:23:26.032 Info SqliteItemRepository: PRAGMA synchronous=1
2018-07-15 10:23:26.362 Info SqliteNotificationsRepository: Default journal_mode for /var/lib/emby/data/notifications.db is wal
2018-07-15 10:23:26.363 Info SqliteNotificationsRepository: PRAGMA synchronous=1
2018-07-15 10:23:27.747 Info HttpServer: Calling ServiceStack AppHost.Init
2018-07-15 10:23:28.442 Info ServerManager: Loading Http Server
2018-07-15 10:23:28.735 Info HttpServer: Adding HttpListener prefix http://+:8096/
2018-07-15 10:23:28.735 Info HttpServer: Adding HttpListener prefix https://+:8920/
2018-07-15 10:23:31.566 Info Skia: SkiaSharp version: 1.58.0.0
2018-07-15 10:23:31.723 Info TaskManager: Daily trigger for Chapter image extraction set to fire at 7/16/18 2:00:00 AM, which is 936.471277056667 minutes from now.
2018-07-15 10:23:32.018 Info TaskManager: Daily trigger for Rotate log file set to fire at 7/16/18 12:00:00 AM, which is 816.466365671667 minutes from now.
2018-07-15 10:23:32.167 Info MediaEncoder: FFMpeg: /opt/emby-server/bin/ffmpeg
2018-07-15 10:23:32.167 Info MediaEncoder: FFProbe: /opt/emby-server/bin/ffprobe
2018-07-15 10:23:32.167 Info MediaEncoder: Validating media encoder at /opt/emby-server/bin/ffmpeg
2018-07-15 10:23:32.171 Info MediaEncoder: Running /opt/emby-server/bin/ffmpeg -decoders
2018-07-15 10:23:34.921 Info TaskManager: StartupTrigger fired for task: Check for plugin updates
2018-07-15 10:23:34.924 Info TaskManager: Queueing task PluginUpdateTask
2018-07-15 10:23:34.933 Info TaskManager: Executing Check for plugin updates
2018-07-15 10:23:34.960 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:23:34.981 Info HttpServer: HTTP Response 503 to 192.168.1.186. Time: 34ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:23:35.003 Info TaskManager: StartupTrigger fired for task: Check for application updates
2018-07-15 10:23:35.003 Info TaskManager: Queueing task SystemUpdateTask
2018-07-15 10:23:35.003 Info TaskManager: Executing Check for application updates
2018-07-15 10:23:35.162 Info TaskManager: Check for application updates Completed after 0 minute(s) and 0 seconds
2018-07-15 10:23:35.591 Info HttpClient: GET https://www.mb3admin.com/admin/service/EmbyPackages.json
2018-07-15 10:23:35.835 Info TaskManager: ExecuteQueuedTasks
2018-07-15 10:23:38.141 Info TaskManager: Check for plugin updates Completed after 0 minute(s) and 3 seconds
2018-07-15 10:23:38.141 Info TaskManager: ExecuteQueuedTasks
2018-07-15 10:23:41.861 Info MediaEncoder: Decoder available: mpeg2video
2018-07-15 10:23:41.866 Info MediaEncoder: Decoder available: h264_cuvid
2018-07-15 10:23:41.866 Info MediaEncoder: Decoder available: hevc_cuvid
2018-07-15 10:23:41.867 Info MediaEncoder: Decoder available: mpeg2_cuvid
2018-07-15 10:23:41.867 Info MediaEncoder: Decoder available: mpeg4_cuvid
2018-07-15 10:23:41.868 Info MediaEncoder: Decoder available: vc1_cuvid
2018-07-15 10:23:41.868 Info MediaEncoder: Decoder available: vp8_cuvid
2018-07-15 10:23:41.869 Info MediaEncoder: Decoder available: vp9_cuvid
2018-07-15 10:23:41.878 Info MediaEncoder: Decoder available: ac3
2018-07-15 10:23:41.879 Info MediaEncoder: Decoder available: aac
2018-07-15 10:23:41.880 Info MediaEncoder: Decoder available: mp3
2018-07-15 10:23:41.880 Info MediaEncoder: Decoder available: h264
2018-07-15 10:23:41.880 Info MediaEncoder: Decoder available: hevc
2018-07-15 10:23:41.891 Info MediaEncoder: Running /opt/emby-server/bin/ffmpeg -encoders
2018-07-15 10:23:41.998 Info MediaEncoder: Encoder available: libx264
2018-07-15 10:23:41.998 Info MediaEncoder: Encoder available: mpeg4
2018-07-15 10:23:41.999 Info MediaEncoder: Encoder available: msmpeg4
2018-07-15 10:23:42.000 Info MediaEncoder: Encoder available: aac
2018-07-15 10:23:42.001 Info MediaEncoder: Encoder available: libmp3lame
2018-07-15 10:23:42.001 Info MediaEncoder: Encoder available: libopus
2018-07-15 10:23:42.001 Info MediaEncoder: Encoder available: libvorbis
2018-07-15 10:23:42.002 Info MediaEncoder: Encoder available: srt
2018-07-15 10:23:42.002 Info MediaEncoder: Encoder available: h264_nvenc
2018-07-15 10:23:42.002 Info MediaEncoder: Encoder available: hevc_nvenc
2018-07-15 10:23:42.006 Info MediaEncoder: Encoder available: h264_vaapi
2018-07-15 10:23:42.006 Info MediaEncoder: Encoder available: hevc_vaapi
2018-07-15 10:23:42.006 Info MediaEncoder: Encoder available: h264_v4l2m2m
2018-07-15 10:23:42.007 Info MediaEncoder: Encoder available: libwebp
2018-07-15 10:23:42.007 Info MediaEncoder: Encoder available: ac3
2018-07-15 10:23:42.008 Info MediaEncoder: Encoder validation complete
2018-07-15 10:23:42.038 Info App: ServerId: dbec873ce33641109154d3705a63f8a6
2018-07-15 10:23:42.086 Info App: Starting entry point MediaBrowser.WebDashboard.ServerEntryPoint
2018-07-15 10:23:42.087 Info App: Entry point completed: MediaBrowser.WebDashboard.ServerEntryPoint. Duration: 0.0009544 seconds
2018-07-15 10:23:42.087 Info App: Starting entry point Emby.Dlna.Main.DlnaEntryPoint
2018-07-15 10:23:42.948 Info App: Entry point completed: Emby.Dlna.Main.DlnaEntryPoint. Duration: 0.8608837 seconds
2018-07-15 10:23:42.948 Info App: Starting entry point Emby.Server.Connect.ConnectEntryPoint
2018-07-15 10:23:42.950 Info App: Loading data from /var/lib/emby/data/connect.txt
2018-07-15 10:23:42.991 Info App: Loading data from /var/lib/emby/data/wan.dat
2018-07-15 10:23:42.994 Info Dlna: Registering publisher for urn:schemas-upnp-org:device:MediaServer:1 on 192.168.1.200
2018-07-15 10:23:43.021 Info Dlna: Registering publisher for urn:schemas-upnp-org:device:MediaServer:1 on fe80::8a78:bebf:759:20e0%2
2018-07-15 10:23:43.051 Info App: Entry point completed: Emby.Server.Connect.ConnectEntryPoint. Duration: 0.1035275 seconds
2018-07-15 10:23:43.051 Info App: Core startup complete
2018-07-15 10:23:43.052 Info App: Post-init migrations complete
2018-07-15 10:23:43.052 Info App: Starting entry point Emby.Security.PluginSecurityManager
2018-07-15 10:23:43.052 Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 6.82E-05 seconds
2018-07-15 10:23:43.052 Info App: Starting entry point Emby.Server.CinemaMode.IntrosEntryPoint
2018-07-15 10:23:43.052 Info App: Entry point completed: Emby.Server.CinemaMode.IntrosEntryPoint. Duration: 0.0003597 seconds
2018-07-15 10:23:43.052 Info App: Starting entry point MediaBrowser.Api.ApiEntryPoint
2018-07-15 10:23:43.052 Info App: Entry point completed: MediaBrowser.Api.ApiEntryPoint. Duration: 5.97E-05 seconds
2018-07-15 10:23:43.052 Info App: Starting entry point Emby.Server.Implementations.Notifications.Notifications
2018-07-15 10:23:43.058 Info App: Entry point completed: Emby.Server.Implementations.Notifications.Notifications. Duration: 0.0057599 seconds
2018-07-15 10:23:43.058 Info App: Starting entry point Emby.Server.Implementations.Notifications.WebSocketNotifier
2018-07-15 10:23:43.059 Info App: Entry point completed: Emby.Server.Implementations.Notifications.WebSocketNotifier. Duration: 0.0012394 seconds
2018-07-15 10:23:43.059 Info App: Starting entry point Emby.Server.Implementations.News.NewsEntryPoint
2018-07-15 10:23:43.060 Info App: Entry point completed: Emby.Server.Implementations.News.NewsEntryPoint. Duration: 0.0005021 seconds
2018-07-15 10:23:43.060 Info App: Starting entry point Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint
2018-07-15 10:23:43.064 Info App: Loading live tv data from /var/lib/emby/data/livetv/timers
2018-07-15 10:23:43.568 Info HttpClient: GET https://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
2018-07-15 10:23:43.948 Info App: Entry point completed: Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint. Duration: 0.8881334 seconds
2018-07-15 10:23:43.948 Info App: Starting entry point Emby.Server.Implementations.Library.DeviceAccessEntryPoint
2018-07-15 10:23:43.949 Info App: Entry point completed: Emby.Server.Implementations.Library.DeviceAccessEntryPoint. Duration: 0.0007402 seconds
2018-07-15 10:23:43.949 Info App: Starting entry point Emby.Server.Implementations.IO.LibraryMonitorStartup
2018-07-15 10:23:44.579 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:23:44.721 Info App: App Activity: app: Emby Mobile, version: 3.4.1.0, deviceId: TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNjcuMC4zMzk2Ljk5IFNhZmFyaS81MzcuMzZ8MTUzMTYyMTE5MDEwMw11, deviceName: Chrome
2018-07-15 10:23:44.807 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 228ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:23:44.916 Info App: Entry point completed: Emby.Server.Implementations.IO.LibraryMonitorStartup. Duration: 0.9666552 seconds
2018-07-15 10:23:44.916 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint
2018-07-15 10:23:44.917 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint. Duration: 0.0008023 seconds
2018-07-15 10:23:44.917 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ExternalPortForwarding
2018-07-15 10:23:45.098 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ExternalPortForwarding. Duration: 0.1812879 seconds
2018-07-15 10:23:45.098 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.KeepServerAwake
2018-07-15 10:23:45.099 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.KeepServerAwake. Duration: 0.0004836 seconds
2018-07-15 10:23:45.099 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier
2018-07-15 10:23:45.101 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier. Duration: 0.0023921 seconds
2018-07-15 10:23:45.101 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.RecordingNotifier
2018-07-15 10:23:45.103 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.RecordingNotifier. Duration: 0.0019643 seconds
2018-07-15 10:23:45.103 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ServerEventNotifier
2018-07-15 10:23:45.106 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.0032286 seconds
2018-07-15 10:23:45.106 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.StartupWizard
2018-07-15 10:23:45.107 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.StartupWizard. Duration: 0.0010173 seconds
2018-07-15 10:23:45.107 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.SystemEvents
2018-07-15 10:23:45.108 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.SystemEvents. Duration: 0.000709 seconds
2018-07-15 10:23:45.108 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint
2018-07-15 10:23:45.111 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint. Duration: 0.0023523 seconds
2018-07-15 10:23:45.111 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UsageEntryPoint
2018-07-15 10:23:45.113 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UsageEntryPoint. Duration: 0.0022165 seconds
2018-07-15 10:23:45.113 Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier
2018-07-15 10:23:45.114 Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier. Duration: 0.0006658 seconds
2018-07-15 10:23:45.114 Info App: Starting entry point Emby.Server.Implementations.Devices.DeviceManagerEntryPoint
2018-07-15 10:23:45.115 Info App: Entry point completed: Emby.Server.Implementations.Devices.DeviceManagerEntryPoint. Duration: 0.0017876 seconds
2018-07-15 10:23:45.116 Info App: Starting entry point Emby.Server.Implementations.Collections.CollectionManagerEntryPoint
2018-07-15 10:23:45.118 Info App: Entry point completed: Emby.Server.Implementations.Collections.CollectionManagerEntryPoint. Duration: 0.0022103 seconds
2018-07-15 10:23:45.118 Info App: Starting entry point Emby.Server.Implementations.Activity.ActivityLogEntryPoint
2018-07-15 10:23:45.121 Info App: Entry point completed: Emby.Server.Implementations.Activity.ActivityLogEntryPoint. Duration: 0.0031241 seconds
2018-07-15 10:23:45.121 Info App: Starting entry point Emby.Server.MediaEncoding.Api.ApiEntryPoint
2018-07-15 10:23:45.223 Info App: Entry point completed: Emby.Server.MediaEncoding.Api.ApiEntryPoint. Duration: 0.1015409 seconds
2018-07-15 10:23:45.223 Info App: Starting entry point MediaBrowser.XbmcMetadata.EntryPoint
2018-07-15 10:23:45.223 Info App: Entry point completed: MediaBrowser.XbmcMetadata.EntryPoint. Duration: 0.0005442 seconds
2018-07-15 10:23:45.223 Info App: Starting entry point Emby.Security.PluginSecurityManager
2018-07-15 10:23:45.223 Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 6.26E-05 seconds
2018-07-15 10:23:45.223 Info App: Starting entry point Emby.Server.Sync.SyncManagerEntryPoint
2018-07-15 10:23:45.231 Info App: Sqlite version: 3.23.1
2018-07-15 10:23:45.231 Info App: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS5,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,MAX_VARIABLE_NUMBER=250000,OMIT_LOOKASIDE,SECURE_DELETE,THREADSAFE=1
2018-07-15 10:23:45.389 Info App: Default journal_mode for /var/lib/emby/data/sync14.db is wal
2018-07-15 10:23:45.392 Info App: PRAGMA synchronous=1
2018-07-15 10:23:45.395 Info App: Entry point completed: Emby.Server.Sync.SyncManagerEntryPoint. Duration: 0.1716215 seconds
2018-07-15 10:23:45.395 Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint
2018-07-15 10:23:45.396 Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.0013097 seconds
2018-07-15 10:23:45.397 Info App: All entry points have started
2018-07-15 10:23:54.578 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:23:54.580 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 3ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:24:04.593 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:24:04.594 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 1ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:24:05.259 Info HttpServer: WS ws://192.168.1.200:8096/embywebsocket?api_key=22cd0425bdd64dff8cd5f08a93ce1d53&deviceId=EF3BDDE8A4934A7DB4F242ED12BCA141. UserAgent: 
2018-07-15 10:24:05.287 Info App: App Activity: app: Kodi, version: 3.0.33, deviceId: EF3BDDE8A4934A7DB4F242ED12BCA141, deviceName: Kodi (gamestation-turbo)
2018-07-15 10:24:14.578 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:24:14.579 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:24:24.576 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:24:24.577 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 1ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:24:34.574 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:24:34.575 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 1ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:24:44.575 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:24:44.577 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:24:54.577 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:24:54.578 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:25:04.574 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:25:04.576 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:25:14.575 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:25:14.576 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:25:24.571 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:25:24.572 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:25:34.571 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:25:34.573 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:25:44.570 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:25:44.573 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 3ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:25:54.567 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:25:54.569 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:26:04.572 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:26:04.574 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:26:14.572 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:26:14.576 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 4ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:26:24.564 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:26:24.566 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:26:34.566 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:26:34.568 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:26:44.562 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:26:44.565 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 3ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:26:54.567 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:26:54.569 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:27:04.568 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:27:04.570 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:27:14.578 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:27:14.580 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 3ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:27:24.570 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:27:24.571 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:27:34.572 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:27:34.573 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 2ms. http://192.168.1.200:8096/emby/ScheduledTasks?IsEnabled=true 
2018-07-15 10:27:38.982 Info HttpServer: WS ws://192.168.1.200:8096/embywebsocket?api_key=127902fbe198492bab5442576f5a2e11&deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNjcuMC4zMzk2Ljk5IFNhZmFyaS81MzcuMzZ8MTUzMTYyMTE5MDEwMw11. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:27:41.674 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/System/Logs. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:27:41.675 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/System/Configuration. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:27:41.704 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 30ms. http://192.168.1.200:8096/emby/System/Logs 
2018-07-15 10:27:41.723 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 48ms. http://192.168.1.200:8096/emby/System/Configuration 
2018-07-15 10:27:51.606 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/System/Logs/Log?name=embyserver.txt. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:27:51.613 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 8ms. http://192.168.1.200:8096/emby/System/Logs/Log?name=embyserver.txt 
2018-07-15 10:27:52.362 Info HttpServer: HTTP GET http://192.168.1.200:8096/favicon.ico. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:27:52.407 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 45ms. http://192.168.1.200:8096/favicon.ico 
2018-07-15 10:28:02.502 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/System/Logs/Log?name=embyserver-63667243732.txt. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
2018-07-15 10:28:02.670 Info HttpServer: HTTP Response 200 to 192.168.1.186. Time: 168ms. http://192.168.1.200:8096/emby/System/Logs/Log?name=embyserver-63667243732.txt 
2018-07-15 10:29:23.488 Info HttpServer: HTTP GET http://192.168.1.200:8096/emby/System/Logs/Log?name=embyserver.txt. UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
Link to comment
Share on other sites

Ok so that looks like the log file from afterwards. I'm guessing it was just the initial library scan.

Link to comment
Share on other sites

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...