Kodi Community Forum

Full Version: [LINUX] freezing after startup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I've installed a clean yavdr-0.4.0 which includes XBMC with the xvdr addon. I have 2 problems.

1) XBMC starts, but freezes within 10 seconds with the same error every time
2) As the machine is remote, and has no keyboard attached, I need to enable http control via the config files - can anyone tell me where to set this?

Here's the xbmc.log I get each time. Can't tell whether it's the weather add-on, xvdr add-on or CFileCurl (which I assume is the frozen "ticker" on the bottom of the screen) which is failing. Can I disable add-ons via config files? How do I do this?


10:45:53 T:140152961754880 NOTICE: -->Python Interpreter Initialized<--
10:45:53 T:140153376368608 NOTICE: ES: Starting event server
10:45:53 T:140153376368608 NOTICE: DS: Starting dbus server
10:45:53 T:140152933807872 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
10:45:53 T:140152933807872 NOTICE: UDP: Listening on port 9777
10:45:53 T:140152925415168 NOTICE: DS: Starting DBUS server in Run Application aka thread
10:45:53 T:140153376368608 NOTICE: starting zeroconf publishing
10:45:54 T:140152961754880 NOTICE: StorageServer Module loaded RUN
10:45:54 T:140152961754880 NOTICE: StorageClient-0.8 Starting server
10:45:54 T:140153065039616 ERROR: PVRClient - GetChannelGroups - addon 'VDR-XVDR Server:127.0.0.1:34891' returns bad error (-3) from GetChannelGroups()
10:45:55 T:140152942200576 ERROR: WEATHER: Unable to get data: Invalid License Key.
10:45:57 T:140152970147584 ERROR: AddOnLog: VDR XVDR Client: SignalConnectionLost - connection lost !!!
10:45:57 T:140152970147584 ERROR: AddOnLog: VDR XVDR Client: Open - Can't connect to VSNI Server: Connection refused
10:45:58 T:140152970147584 NOTICE: AddOnLog: VDR XVDR Client: Logged in at '1326566758+-28800' to 'VDR-XVDR Server' Version: '0.9.0' with protocol version '3'
10:46:00 T:140153065039616 ERROR: AddOnLog: VDR XVDR Client: GetRecordingsList - Can't get response packet
10:46:00 T:140153065039616 ERROR: PVRClient - GetRecordings - addon 'VDR-XVDR Server:127.0.0.1:34891' returns bad error (-1) from GetRecordings()
10:46:01 T:140152970147584 ERROR: AddOnLog: VDR XVDR Client: EnableStatusInterface - Can't get response packet
10:46:03 T:140152970147584 ERROR: AddOnLog: VDR XVDR Client: SignalConnectionLost - connection lost !!!
10:46:10 T:140152842311424 WARNING: FillBuffer: curl failed with code 28
10:46:10 T:140152842311424 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
10:46:10 T:140152842311424 ERROR: Process, error 115 seeking. seek returned -1
10:46:20 T:140152953362176 WARNING: FillBuffer: curl failed with code 28
10:46:20 T:140152953362176 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
10:46:20 T:140152953362176 ERROR: Open - failed to open source <http://mirrors.xbmc.org/addons/eden-pre/addons.xml|Encoding=gzip>
10:46:20 T:140152953362176 ERROR: Repository XBMC.org Add-ons returned no add-ons, listing may have failed


Thanks
Edited:
/etc/yavdr/templates_custom/var/lib/vdr/.xbmc/userdata/guisettings.xml/130_pvrmenu
/etc/yavdr/templates_custom/var/lib/vdr/.xbmc/userdata/guisettings.xml/120_pvrmanager

to disable as follows:
<pvrmanager>
<channelmanager></channelmanager>
<channelscan></channelscan>
<enabled>false</enabled>
<resetdb>true</resetdb>
<syncchannelgroups>true</syncchannelgroups>
</pvrmanager>
<pvrmenu>
<defaultguideview>2</defaultguideview>
<hidevideolength>true</hidevideolength>
<iconpath>/var/lib/vdr/channellogos/</iconpath>
<infoswitch>false</infoswitch>
<infotime>5</infotime>
<infotimeout>true</infotimeout>
<searchicons></searchicons>
</pvrmenu>

restarted xbmc, and it starts OK.

and....connected a keyboard temporarily to enable http access.

All good!