Forum
beta2 - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Testing & Experimental (/forum-21.html)
+--- Thread: beta2 (/thread-1312.html)



RE: beta2 - xraxor - 8th Sep, 2013 08:00 PM

@mk01 I ssh that sudo echo manual > /etc/init/xbian-xbmc-bridge.override but no luck.

now im not able to connect to xbian through ssh, is not finding xbian at all Sad what do I do?

Edit: its letting me connect trhough ssh now Smile

@mk01 this is the xbmc log. the error happened at 11:42

11:40:23 T:2915038272 ERROR: Output - renderer not started
11:40:23 T:2915038272 ERROR: Previous line repeats 25 times.
11:40:23 T:2915038272 NOTICE: Display resolution ADJUST : 1920x1080 @ 24.00 - Full Screen (23) (weight: 0.001)
11:40:23 T:2915038272 NOTICE: CXBMCRenderManager::ResetRenderBuffer - using 5 render buffers
11:40:24 T:2845533248 NOTICE: 1Channel: Service: Playback started
11:40:24 T:3041894400 NOTICE: Using GL_TEXTURE_2D
11:40:24 T:3041894400 NOTICE: GL: Using BYPASS render method
11:40:24 T:3041894400 NOTICE: GL: NPOT texture support detected
11:42:04 T:3041894400 NOTICE: COMXPlayer::CloseFile
11:42:04 T:3041894400 NOTICE: COMXPlayer: waiting for threads to exit
11:42:04 T:2692342848 NOTICE: COMXPlayer::OnExit()
11:42:04 T:2692342848 NOTICE: OMXPlayer: closing audio stream
11:42:04 T:2692342848 NOTICE: Closing audio stream
11:42:04 T:2818171968 NOTICE: thread end: OMXPlayerAudio::OnExit()
11:42:04 T:2970612800 ERROR: COMXCoreComponent::DecoderEventHandler OMX.broadcom.audio_mixer - OMX_ErrorPortUnpopulated port 0, cannot parse input stream
11:42:05 T:2692342848 NOTICE: OMXPlayer: closing video stream
11:42:05 T:2692342848 NOTICE: Closing video stream
11:42:05 T:2915038272 ERROR: OMXPlayerVideo: Got MSGQ_IS_ERROR(-1) Aborting
11:42:05 T:2915038272 NOTICE: thread end: video_thread
11:42:05 T:2692342848 NOTICE: COMXPlayer::OnExit() deleting demuxer
11:42:05 T:2692342848 NOTICE: COMXPlayer::OnExit() deleting input stream
11:42:05 T:3041894400 NOTICE: DVDPlayer: finished waiting
11:42:05 T:2845533248 NOTICE: 1Channel: Playback Stopped
11:42:05 T:2845533248 NOTICE: 1Channel: Service: Resetting...
11:42:06 T:3041894400 NOTICE: COMXPlayer::CloseFile
11:42:06 T:3041894400 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
11:42:06 T:3041894400 NOTICE: COMXPlayer: waiting for threads to exit
11:42:06 T:3041894400 NOTICE: DVDPlayer: finished waiting
11:42:06 T:2692342848 NOTICE: Thread Jobworker start, auto delete: true


RE: beta2 - namtih - 8th Sep, 2013 09:30 PM

So should I change something or just execute the two update commands again?


RE: beta2 - mk01 - 8th Sep, 2013 09:55 PM

@namtih

just boot from sda1 as you are used to, log in to via ssh, do a
Code:
touch /run/noreboot
apt-get clean; apt-get update; apt-get install xbian-update

it will not reboot after update, you can check whether proper /boot was updated (it should be mounted after you get prompt back, there should be file /boot/System.map-3.10.10+, cmdline.txt should contain "startevent=xbian" and "findmnt -o source -n /boot" should return "/dev/mmcblk0p1".


RE: beta2 - CurlyMo - 8th Sep, 2013 10:34 PM

Let's start by saying updating didn't work. Didn't have time to figure out why. Will do that later...


RE: beta2 - namtih - 8th Sep, 2013 11:20 PM

Also in the 2nd try no success. I think the update went fine, but after the restart I only get a black screen without any information. Seems like an kernel/firmware issue.

update: http://pastebin.com/ShNyiwwQ
xbian: http://pastebin.com/XniWCETB
sd card: http://www.imagebanana.com/view/kq537vbl/sd.jpg

The /boot mount was my sd card after the update. Also findmnt and /etc/fstab looked good.
Here my cmdline.txt after the update:
Terminal
sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/sda2 rootfsopts=subvol=root/@,noatime,autodefrag,thread_pool=3,compress=lzo rootfstype=btrfs rootwait=10 smsc95xx.turbo_mode=Y elevator=deadline logo.nologo quiet noswap loglevel=0 mod_scsi.scan=sync partswap startevent=xbian splash nohdparm



RE: beta2 - brantje - 8th Sep, 2013 11:27 PM

So i installed the update, rebooted, and at system info it still says Beta 1.1.
So how can i check that i successfully upgraded?


RE: beta2 - namtih - 8th Sep, 2013 11:29 PM

I think "apt-cache policy xbian-update" should show something with 1.2.
And "uname -a" should show a newer kernel.


RE: beta2 - mk01 - 8th Sep, 2013 11:38 PM

(8th Sep, 2013 11:20 PM)namtih Wrote:  The /boot mount was my sd card after the update. Also findmnt and /etc/fstab looked good.

@namtih

/boot has to be /dev/mmcblk0p1. xbian-package-kernel, -firmware and -update will remount the /boot as it should.

but unfortunately you ignored my answer http://forum.xbian.org/thread-1312-post-15041.html#pid15041 or even opening post telling installing xbian-update.

you have just not updated to beta1.2, just updated few non-essential packages.


RE: beta2 - namtih - 8th Sep, 2013 11:41 PM

(8th Sep, 2013 11:38 PM)mk01 Wrote:  /boot has to be /dev/mmcblk0p1. xbian-package-kernel, -firmware and -update will remount the /boot as it should.

but unfortunately you ignored my answer http://forum.xbian.org/thread-1312-post-15041.html#pid15041 or even opening post telling installing xbian-update.

you have just not updated to beta1.2, just updated few non-essential packages.

Yes, /boot was /dev/mmcblk0p1 after the update and you see the content of it after the update in the linked screenshot.
And I did install xbian-update, check the second log I've posted and the first line there:
http://pastebin.com/XniWCETB


RE: beta2 - mk01 - 8th Sep, 2013 11:46 PM

overlooked that. my mistake.

@namtih

xbian-firmware files went to USB, others are ok.

download http://ivka57.dyndns-ip.com/boot.tar.gz and unpack it to SD CARD / FAT partition.

(8th Sep, 2013 11:27 PM)brantje Wrote:  So i installed the update, rebooted, and at system info it still says Beta 1.1.
So how can i check that i successfully upgraded?

you can always review /var/log/apt/(history,term).log or

Code:
dpkg --get-selections xbian-\* | awk '{print $1}' | xargs dpkg-query -W version



RE: beta2 - namtih - 9th Sep, 2013 12:17 AM

Yeah, it's booting. Many thanks Matus. Did I think something wrong or was it an issue with the update script?
This is the result:
Terminal
root@xbian ~ # df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 7533568 1424528 5616904 21% /
udev 256 4 252 2% /dev
tmpfs 35540 284 35256 1% /run
/dev/sda2 7533568 1424528 5616904 21% /
none 5120 0 5120 0% /run/lock
/dev/sda2 7533568 1424528 5616904 21% /home
/dev/sda2 7533568 1424528 5616904 21% /lib/modules
/dev/sdb1 1953503968 1571830380 381673588 81% /mnt/hdd
/dev/mmcblk0p1 34662 15918 18744 46% /boot
/dev/sda1 34662 16096 18566 47% /media/8B12-9112
/dev/sda2 7533568 1424528 5616904 21% /media/xbian-root-btrfs
/dev/sda2 7533568 1424528 5616904 21% /xbmc-backup
root@xbian ~ # uname -a
Linux xbian 3.10.10+ #46 Mon Sep 2 20:39:46 CEST 2013 armv6l GNU/Linux
root@xbian ~ #
root@xbian ~ # apt-cache policy xbian-update
xbian-update:
Installed: 1.0-1.2
Candidate: 1.0-1.2
Version table:
*** 1.0-1.2 0
500 http://ivka57.dyndns-ip.com/ wheezy/main armhf Packages
100 /var/lib/dpkg/status
root@xbian ~ #

Issue:
The xbian logo is fullscreen. But then XBMC is only using about 1/3 of the TV screen:
http://www.imagebanana.com/view/1z0dkf8g/IMG_20130908_160725.148.jpg

Does someone have an idea? Was there any change with the new kernel?


RE: beta2 - mk01 - 9th Sep, 2013 12:22 AM

(9th Sep, 2013 12:17 AM)namtih Wrote:  Yeah, it's booting. Many thanks Matus. Did I think something wrong or was it an issue with the update script?

I just didn't compile xbian-package-firmware deb to APT after programming the hack to deal with more partitions with the same UUID.

you should reformat it anyhow with mkfs.vfat (/dev/sda1). or zero it out (dd if=/dev/zero of=/dev/sda1)

mk

with the 1/4 of screen - isn't it just the windowed mode running? "\" on keyboard or after stopping xbmc, check the <videoscreen> section of guisettings.xml .


RE: beta2 - namtih - 9th Sep, 2013 12:40 AM

No, it looks good. And I didn't change my config.txt. All was fine before the update.
Code:
<videoscreen>
        <guicalibration></guicalibration>
        <haslcd>false</haslcd>
        <resolution>0</resolution>
        <screenmode>DESKTOP</screenmode>
        <vsync>2</vsync>
    </videoscreen>

I also saw, that the auto USB mount (/etc/usbmount/usbmount.conf) was reenabled after the update. I also had some new addons in my addon after the update like rottentomate-scraper and any .hu (Hungary) addon. Was this something from your XBMC installation?

Edit:
Resolution is fixed now. I had to do the Screen Calibration under settings again and move the right cross to the edges. It now looks fine.
Will test some Addons now and likely watch an movie this evening. So I hope I can give a short feedback about the basic XBMC function tomorrow before my business trip starts.
Matus, thanks again for your great help.


RE: beta2 - mk01 - 9th Sep, 2013 12:40 AM

(4th Sep, 2013 07:58 PM)IriDium Wrote:  
Terminal
/usr/local/include/xbian-config/modules/updates/functions: line 143: xbian-update;1.0-1.2;1.0-1.2: syntax error: invalid arithmetic operator (error token is ";1.0-1.2;1.0-1.2")
(standard_in) 1: syntax error
(standard_in) 1: syntax error

@IriDium

this is fixed, so even xbian-update updates are installing (xbian-config-shell).

I didn't test XBMC version of config for this yet.

(9th Sep, 2013 12:40 AM)namtih Wrote:  No, it looks good. And I didn't change my config.txt. All was fine before the update.
Code:
<videoscreen>
        <guicalibration></guicalibration>
        <haslcd>false</haslcd>
        <resolution>0</resolution>
        <screenmode>DESKTOP</screenmode>
        <vsync>2</vsync>
    </videoscreen>

I also saw, that the auto USB mount (/etc/usbmount/usbmount.conf) was reenabled after the update. I also had some new addons in my addon after the update like rottentomate-scraper and any .hu (Hungary) addon. Was this something from your XBMC installation?

yes, some config files were overwritten because of new functionalities. as soon as it all stabilizes, conf files will not be overwritten during updates.

i will do this for usbmount.conf now. so just disable it if you want again. it won't be reenabled next time never ever.

new add ons definitely not by update. none of the packages contains any file under /home/xbian/.xbmc .

did you try to change the resolution in XBMC settings, back (to something) and forth to the one you are using? xbian-update changed <guires>1080</guires> from <guires>720</guires>, I remember some strange resolution after with old XBMC versions - but have not seen for ages. maybe the bug back?

you are welcome!


RE: beta2 - Uncle_Tubbie - 9th Sep, 2013 04:12 AM

Update worked fine here. Thank you XBian team for your conatinuing work. :-)