Posts: 6
Joined: Dec 2014
Reputation:
0
Hey guys I am very excited about this. I am trying to run Kodi on a windows VM on Xenserver to keep my library up to date for all my systems. I am running into a problem when I try to start up the headless system. It is still telling me that it can't start because a suitable monitor wasn't found. I would think if I am running headless it wouldn't care about the monitor. Any ideas on what might be happening?
Posts: 17
Joined: Apr 2013
Reputation:
0
fizze
Junior Member
Posts: 17
Did you start the kodi binary with the "--headless" option? Plus a Windows VM always has a monitor, so that seems kind of a weird message to me....?
Posts: 8
Joined: Oct 2013
Reputation:
0
Hi everyone,
I installed it in a proxmox virtualisation environment on a HP Proliant server on ubuntu 14.04 LTS - so far it works great.
Just a quick question: Is it possible that it's impossible to turn off debugging in the log?
Maybe because it says "Using Debug Kodi x64 build"?
I tried different logging levels in the advancedsettings.xml (which otherwise is read, because I can scrape to mysql and such). The log also states:
19:27:17 T:140411399288768 NOTICE: Contents of special://profile/advancedsettings.xml are...
<?xml version="1.0" encoding="UTF-8" ?>
<advancedsettings>
<loglevel>-1</loglevel>
( ... )
</advancedsettings>
19:27:17 T:140411399288768 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
19:27:17 T:140411399288768 NOTICE: Disabled debug logging due to GUI setting. Level -1.
19:27:17 T:140411399288768 NOTICE: Log level changed to "LOG_LEVEL_NONE"
19:27:17 T:140411399288768 DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
And as you can see, the last line is the first that has DEBUG information, that I don't want to see anymore.
Any ideas?
Posts: 8
Joined: Oct 2013
Reputation:
0
Hmm yeah - I still might need the debug at some other point, so I wish I could change the setting.
Thanks though.
Posts: 8
Joined: Oct 2013
Reputation:
0
Yes, but that's my point - whatever I set in advancedsettings.xml doesnt have any effect on the logging. It always gives full debug logging, regardless of what I configure in the xml.
Posts: 7,658
Joined: Jun 2011
Reputation:
288
if you compile with --enable-debug(the default), then debug logging is always enabled. use --disable-debug, then you enable/disable it via settings