Forum
xbian Settings not loading succefully - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: xbian Settings not loading succefully (/thread-2162.html)

Pages: 1 2


RE: xbian Settings not loading succefully - belese - 20th Mar, 2014 05:11 AM

(20th Mar, 2014 04:59 AM)Mfox2010 Wrote:  new log is attached.
I've entered xbian config at 20.46 (line 1275)

think it should be easy to reproduce the bug. I've made clean install using windows installer (1.0 beta 2). Then update&upgrade from ssh menu (two or three times - after first update not all packages are updated properly). And there is a bug.

thanks for help

Yes i'm a work , but will try, as i'm in devel on my pi, maybe i miss a commit, or a file, and reinstall didn't affect it. but log look strange, seems it miss a call, but when i read the code, the line is there, i will do a fresh install. Thanks for log.

to pass this bug (but without acces to package section), rename /usr/local/share/xbmc/addons/plugin.xbianconfig/categories/30_packages.py to /usr/local/share/xbmc/addons/plugin.xbianconfig/categories/30_packages.tmp


RE: xbian Settings not loading succefully - Mfox2010 - 20th Mar, 2014 05:23 AM

Quote:to pass this bug (but without acces to package section), rename /usr/local/share/xbmc/addons/plugin.xbianconfig/categories/30_packages.py to /usr/local/share/xbmc/addons/plugin.xbianconfig/categories/30_packages.tmp

Confirm. After changing the extention in this file I can enter xbian menu


RE: xbian Settings not loading succefully - mk01 - 24th Mar, 2014 07:21 AM

@belese

what command is leading to the second line ?
Code:
20:46:21 T:2722612288   DEBUG: XBian-config : xbian-config packages updatedb : ['1']
20:46:21 T:2722612288   DEBUG: XBian-config : initalisie new package category : -3

xbian-config package list ?

there was a bug opened on github by IriDium describing this as being happen if inventory list older than the inventory auto-update interval and internet not being accessible.

it was fixed in xbian-config-shell v .62 . -3 is not reported if inet is down and any inventory list exists. in that case the expected output is provided:
Code:
root@cubox:/usr/local/share/xbmc/addons/plugin.xbianconfig# xbian-config packages list
-3
root@cubox:/usr/local/share/xbmc/addons/plugin.xbianconfig# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
root@cubox:/usr/local/share/xbmc/addons/plugin.xbianconfig# route del default
root@cubox:/usr/local/share/xbmc/addons/plugin.xbianconfig# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
root@cubox:/usr/local/share/xbmc/addons/plugin.xbianconfig# ping www.sme.sk
connect: Network is unreachable
root@cubox:/usr/local/share/xbmc/addons/plugin.xbianconfig# xbian-config packages list
admin,2,0
audio,1,0
.........
root@cubox:/usr/local/share/xbmc/addons/plugin.xbianconfig# route add default gw 192.168.1.1
root@cubox:/usr/local/share/xbmc/addons/plugin.xbianconfig# xbian-config packages list
-3
root@cubox:/usr/local/share/xbmc/addons/plugin.xbianconfig#