Forum
Official XBian 1.0 Alpha 5 thread - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Releases (/forum-48.html)
+--- Thread: Official XBian 1.0 Alpha 5 thread (/thread-496.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25


RE: Official XBian 1.0 Alpha 5 thread - alfonskunk - 25th Feb, 2013 04:12 AM

(23rd Feb, 2013 08:41 PM)Koenkk Wrote:  @alfonskunk did you do a sudo apt-get upgrade before sudo apt-get install xbian-update?

yes... is on pastebin...

i think that there is a totally mess in the repo xbian.org with the libc6 libraries...

in fact, from a fresh install, i've got this packages on KEPTBACK... and i don't touch anything


Official XBian 1.0 Alpha 5 thread - Koenkk - 25th Feb, 2013 04:17 AM

(25th Feb, 2013 04:12 AM)alfonskunk Wrote:  
(23rd Feb, 2013 08:41 PM)Koenkk Wrote:  @alfonskunk did you do a sudo apt-get upgrade before sudo apt-get install xbian-update?

yes... is on pastebin...

i think that there is a totally mess in the repo xbian.org with the libc6 libraries...

in fact, from a fresh install, i've got this packages on KEPTBACK... and i don't touch anything

That's right, the xbian alpha 5 update blocks the libc packages from being installed


RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 25th Feb, 2013 04:19 AM

The libc6 libraries are not in our repo but in the official rasbpian repo. So not within our control. The only thing we could do was preventing them from installation when you run the update, but the update fails when you have upgraded manually before.


RE: Official XBian 1.0 Alpha 5 thread - min - 25th Feb, 2013 06:33 PM

I have an issue with the xbmc GUI resolution. It's set to 1080 in xbian-config, though this results in the GUI to only appear in about 1/3rd of the screen.

I've tried all settings. 480 and 576 result in the GUI being very oversized, 720 results in an undersized gui. One workaround is to set a large amount of over scan in the xbmc video calibration, though some 1080p videos reset the screen area to being over/undersized.


RE: Official XBian 1.0 Alpha 5 thread - kaladont - 25th Feb, 2013 11:31 PM

Same happens to me.

I have additional problems. When I leave xbmc just to be on when I get home I can see that is off for no reason.
Then today I started xbmc via config and when I just close session window of ssh, xbmc also stopped.


RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 25th Feb, 2013 11:43 PM

How did you upgrade to Alpha 5?


RE: Official XBian 1.0 Alpha 5 thread - kaladont - 26th Feb, 2013 01:49 AM

Like this:

Connect to XBian using SSH (tutorial: here), login as ‘xbian’, password ‘raspberry’
Exit xbian-config through ‘Return’ and run the following commands:
sudo su
apt-get update
apt-get install xbian-update


RE: Official XBian 1.0 Alpha 5 thread - Koenkk - 26th Feb, 2013 02:01 AM

Can you provide your /home/xbian/.xbmc/temp/xbmc.log (post it on http://www.pastebin.com and post it here).


Re: Official XBian 1.0 Alpha 5 thread - min - 26th Feb, 2013 02:48 AM

I upgraded using root login, and the same instructions as the post above.

Here's my xbmc log: http://pastebin.com/n3TF5QFz


RE: Official XBian 1.0 Alpha 5 thread - TorodeFuegO - 26th Feb, 2013 03:52 AM

(25th Feb, 2013 04:19 AM)CurlyMo Wrote:  The libc6 libraries are not in our repo but in the official rasbpian repo. So not within our control. The only thing we could do was preventing them from installation when you run the update, but the update fails when you have upgraded manually before.

I have updated my system manually,
i could i get the update for xbian 5?


RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 26th Feb, 2013 03:57 AM

Code:
sudo dpkg -l | grep libc
If it says you got version 37 it works, if you already installed version 38, it won't.


RE: Official XBian 1.0 Alpha 5 thread - TorodeFuegO - 26th Feb, 2013 04:00 AM

(26th Feb, 2013 03:57 AM)CurlyMo Wrote:  
Code:
sudo dpkg -l | grep libc
If it says you got version 37 it works, if you already installed version 38, it won't.
ii  libc-bin                        2.13-38+rpi2                       armhf        Embedded GNU C Library: Binaries
ii  libc-dev-bin                    2.13-38+rpi2                       armhf        Embedded GNU C Library: Development binaries
ii  libc6:armhf                     2.13-38+rpi2                       armhf        Embedded GNU C Library: Shared libraries
ii  libc6-dev:armhf                 2.13-38+rpi2                       armhf        Embedded GNU C Library: Development Libraries and Header Files

seems to be bad Sad

is there an issue,
thx


RE: Official XBian 1.0 Alpha 5 thread - Koenkk - 26th Feb, 2013 04:06 AM

@TorodeFueg0 yes, you upgrades the libc packags to 2.13-38. I recommend to install XBian 1.0 Alpha 5 (fresh) on your SD card.


RE: Official XBian 1.0 Alpha 5 thread - TorodeFuegO - 26th Feb, 2013 04:18 AM

no way to get libc version back?


RE: Official XBian 1.0 Alpha 5 thread - CurlyMo - 26th Feb, 2013 04:27 AM

No, because Raspbian doesn't have a multi-version apt repo like XBian does. So if a new version comes out, the old one is removed.