2014-12-24, 11:33
Are you running it without X? Did it actually start and function. I never had a chance to test that so would love some feedback on it
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
(2014-12-24, 17:59)topfs2 Wrote: Would love a log and I can look at it after Christmas. Sounds like its xrandr or something. Fund that it almost work without x
(2014-12-24, 17:59)topfs2 Wrote: Would love a log and I can look at it after Christmas. Sounds like its xrandr or something. Fund that it almost work without x
(2014-12-24, 23:05)sparklyballs Wrote:(2014-12-24, 17:59)topfs2 Wrote: Would love a log and I can look at it after Christmas. Sounds like its xrandr or something. Fund that it almost work without x
in case it's important, i'm not running mine in portable mode (running as root in the docker) i found it more stable this way, ie i was having problems getting the webserver up and it to create the initial config folders etc...
however though i'm getting flak in unraid forum for a docker running as root and spitting out config files with root:root ownership, so it would be beneficial for it to run stable in portable mode.
(2014-12-26, 21:33)fma965 Wrote: How would i go about building this for windows? I am comfortable building from source (never built it for windows though) just not sure if it's even possible to build this for windows? I run windows server 2012.
(2014-12-26, 21:59)sparklyballs Wrote:(2014-12-26, 21:33)fma965 Wrote: How would i go about building this for windows? I am comfortable building from source (never built it for windows though) just not sure if it's even possible to build this for windows? I run windows server 2012.
I have no experience compiling in windows environment, but you could take a look here.
http://kodi.wiki/view/HOW-TO:Compile_for_Windows
(2014-12-26, 21:59)sparklyballs Wrote:Yeah thanks, i know that, i just didn't know if the code changes would even be relevant to Windows.(2014-12-26, 21:33)fma965 Wrote: How would i go about building this for windows? I am comfortable building from source (never built it for windows though) just not sure if it's even possible to build this for windows? I run windows server 2012.
I have no experience compiling in windows environment, but you could take a look here.
http://kodi.wiki/view/HOW-TO:Compile_for_Windows
(2014-12-26, 21:59)sparklyballs Wrote:(2014-12-26, 21:33)fma965 Wrote: How would i go about building this for windows? I am comfortable building from source (never built it for windows though) just not sure if it's even possible to build this for windows? I run windows server 2012.
I have no experience compiling in windows environment, but you could take a look here.
http://kodi.wiki/view/HOW-TO:Compile_for_Windows
(2014-12-24, 18:41)overbyrn Wrote:(2014-12-24, 17:59)topfs2 Wrote: Would love a log and I can look at it after Christmas. Sounds like its xrandr or something. Fund that it almost work without x
Excellent Christmas present! Thanks for your efforts topfs2. I have your helix_headless branch running perfectly on ubuntu 14.04.1. In fact I'd just done the same for Helix rc3 days before, so the process was fresh in my mind.
If it helps others, I documented steps taken from initial build to running kodi.bin as a background process. Here's a link to the Evernote doc. Apologies, it's a bit rough as was just a brain-dump and not meant for public consumption, but I figure might as well share as those in this thread will be able to fill in any errors or gaps in the process.
Happy to provide logs of kodi running. Just let me know what you need.
Regards,
overbyrn
(2014-12-27, 02:34)brownbear1984 Wrote:(2014-12-24, 18:41)overbyrn Wrote:(2014-12-24, 17:59)topfs2 Wrote: Would love a log and I can look at it after Christmas. Sounds like its xrandr or something. Fund that it almost work without x
Excellent Christmas present! Thanks for your efforts topfs2. I have your helix_headless branch running perfectly on ubuntu 14.04.1. In fact I'd just done the same for Helix rc3 days before, so the process was fresh in my mind.
If it helps others, I documented steps taken from initial build to running kodi.bin as a background process. Here's a link to the Evernote doc. Apologies, it's a bit rough as was just a brain-dump and not meant for public consumption, but I figure might as well share as those in this thread will be able to fill in any errors or gaps in the process.
Happy to provide logs of kodi running. Just let me know what you need.
Regards,
overbyrn
I've just managed to compile successfully using your instructions It seems to work fine although i have 1 problem. It keeps starting the webserver on port 80. I can't run it on that port as i run a apache. When i try to change the port in guisettings.xml it doesn't do anything. Is this set somewhere else in headless mode?
<services>
<devicename>XBMC Server</devicename>
<esallinterfaces>false</esallinterfaces>
<escontinuousdelay>25</escontinuousdelay>
<esenabled>true</esenabled>
<esinitialdelay>750</esinitialdelay>
<esmaxclients>20</esmaxclients>
<esport>9777</esport>
<esportrange>10</esportrange>
<upnpannounce>true</upnpannounce>
<upnprenderer>false</upnprenderer>
<upnpserver>true</upnpserver>
<webserver>true</webserver>
<webserverpassword>xbmc</webserverpassword>
<webserverport>8080</webserverport>
<webserverusername>xbmc</webserverusername>
<webskin>webinterface.default</webskin>
<zeroconf>true</zeroconf>
</services>
<webserverport default="true">80</webserverport>
<webserverport>8080</webserverport>