![]() |
Official XBian 1.0 RC 1 thread - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Releases (/forum-48.html) +--- Thread: Official XBian 1.0 RC 1 thread (/thread-2107.html) |
RE: Official XBian 1.0 RC 1 thread - agent5150 - 28th Apr, 2014 08:25 AM Where is RC2 thread? RE: Official XBian 1.0 RC 1 thread - CurlyMo - 28th Apr, 2014 08:08 PM Only the MOTD states RC2, the /etc/xbian_version still says RC1 IR Remote not working after boot - Oliver.O - 30th Apr, 2014 04:23 AM After each new boot (or re-boot), an IR remote (mceusb with the IR receiver connected via GPIO) did not work as expected. Mostly, none of the keys triggered an action in XBMC. Sometimes, the navigation keys (up, down left, right) worked, but nothing else. (Monitoring key presses via irw was always OK with all keys generating messages.) In my case, this seemed to be related to the way XBMC is started. Obviously XBMC starts before lircd is ready and then fails to establish a connection to lircd. I was able to fix the problem by applying this patch: Code: *** /etc/init/xbmc.conf.orig 2014-04-29 19:26:05.723005716 +0200 Please note that this is only an initial attempt at resolving the problem. I have not checked for side effects, e.g. different configurations without lircd. And the test I have introduced may not be sufficient: Checking if lircd is actually ready to accept connections before starting XBMC would probably be a more robust option. RE: Official XBian 1.0 RC 1 thread - wi.tom - 30th Apr, 2014 09:40 PM Here are more details about the long NFS Boot Time after last xbian update. I was able to find out which "update module/component" raised the nfs boot time: After updating "xbian-package-initramfs-tools" the boot duration raised from few seconds to more than one minute, so there must be some changes which adversely affected the NFS Boot. Note: I have not fixed the translation.py problem yet but this should not affect the boot problem. And here are some config/log files but I can't find any reason for the long boot time. cmdline.txt: pastebin link config.txt: pastebin link dmesg output: pastebin link /var/log/messages output: pastebin link xbmc.log: pastebin link vmstat 5 20 output: pastebin link top output: pastebin link Regards, tom RE: Official XBian 1.0 RC 1 thread - CurlyMo - 30th Apr, 2014 11:05 PM How did you measure the 1 minute boot time? Until you were able to use SSH? Until XBMC booted? RE: Official XBian 1.0 RC 1 thread - wi.tom - 1st May, 2014 02:57 AM How did I measure? Yes, of course this is not measured on the raspberry itself. This is only the "human" measuring sitting in Front of the TV while xbian boots until the XBMC Frontend is shown - using a clock. But I have tested with SSH too. Until the boot is finished I can't login and the waiting time to be able to login is also increased after updating the xbian-package-initramfs-tools. RE: Official XBian 1.0 RC 1 thread - IriDium - 1st May, 2014 03:06 AM (28th Apr, 2014 08:25 AM)agent5150 Wrote: Where is RC2 thread? Just for you :-) RC 2 RE: Official XBian 1.0 RC 1 thread - wassy - 1st May, 2014 04:22 AM (23rd Feb, 2014 10:51 PM)Lucifer Wrote: So ... i found how to upgrade ... Hi Lucifer, I tried the upgrade method that you detailed in these steps. I have tried this a couple of times now, each time reflashing my SD card back to Xbian 1.0 Beta 2 from the Windows installer if it broke, but still with no success. I found that after doing apt-get dist-upgrade in step #17, my Pi would do an automatic reboot. Every time this happens, it will come back up in the recovery boot console and at that point I have no idea what part of the upgrade has broken the boot process. But I get the usual "cannot read device /dev/mmcblk02" error. Along the way I also had the issue where it would refuse to complete apt-get upgrade due to conflicting python2.7 libraries, but I was able to get past this with a force install "apt-get -o Dpkg::Options::="--force-all" upgrade " Just thought I'd share my experiences and wondered if there are any updates to the instructions on how to get from Xbian 1.0 Beta 2 to the latest RC1? RE: Official XBian 1.0 RC 1 thread - dharmabm - 1st May, 2014 02:44 PM For testing boot issues, I found that telnet starts long before ssh so you may try that to troubleshoot the problem |