Forum
Official CuBox-i XBian 1.0 Beta 2 thread - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: CuBox-i / Hummingboard (/forum-66.html)
+--- Forum: Test builds (/forum-71.html)
+--- Thread: Official CuBox-i XBian 1.0 Beta 2 thread (/thread-2100.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


RE: Official CuBox-i XBian 1.0 Beta 2 thread - zilexa - 28th Dec, 2014 12:47 AM

Minor issue: ESATA drive is not automounting. It is available when I check via fdisk -l screenshot but it is not in /media or /mnt


RE: Official CuBox-i XBian 1.0 Beta 2 thread - zilexa - 28th Dec, 2014 03:03 AM

(28th Dec, 2014 12:44 AM)CurlyMo Wrote:  Can you post the full output of:
Code:
apt-get update
apt-get upgrade

That actually did it: running the commands manually instead of via Xbian-Config. Output shows no errors
apt-get update

apt-get upgrade

after it finished I did "reboot now" unfortunately the system hangs during boot, it shows the XBian logo on tv, progress bar is empty and it shows "loading..." for a couple of minutes now. SSH is not working. I unplugged the Cubox-i/plugged in again, that worked.

BUT REALLY weird: While im in XBMC, without doing anything, XBMC reboots every 60 seconds!

full dmesg here I found the following red line:
Terminal
[ 236.841808] function : hdmi_cec_read
[ 251.821006] function : mxc_hdmi_cec_isr
[ 251.840711] function : mxc_hdmi_cec_worker
[ 251.840720] function : mxc_hdmi_cec_worker nonzero
[ 251.840727] function : mxc_hdmi_cec_msg
[ 251.840739] function : mxc_hdmi_cec_msg write_busy: 0
[ 251.840748] function : mxc_hdmi_cec_worker enabling irq
[ 251.840755] function : mxc_hdmi_cec_worker exit
[ 251.840761] function : hdmi_cec_read
[ 257.054557] systemd-logind[3332]: New seat seat0.
[ 257.084650] systemd-logind[3332]: Failed to start user service: Unknown unit: user@1000.service
[ 257.099794] systemd-logind[3332]: New session 1 of user xbian.

What does this mean? I am turning the Cubox off now because I don't want another dead Cubox.


RE: Official CuBox-i XBian 1.0 Beta 2 thread - CurlyMo - 28th Dec, 2014 03:13 AM

Can you do a:
Code:
apt-get install linux-image-3.14.14-armmp xbian-package-xbmc-6q



RE: Official CuBox-i XBian 1.0 Beta 2 thread - zilexa - 28th Dec, 2014 07:17 AM

Error, you have held or broken packages, screenshot attached

(28th Dec, 2014 03:13 AM)CurlyMo Wrote:  Can you do a:
Code:
apt-get install linux-image-3.14.14-armmp xbian-package-xbmc-6q



RE: Official CuBox-i XBian 1.0 Beta 2 thread - CurlyMo - 28th Dec, 2014 07:40 AM

Hmm. Let's wait for @mk01 to check in.


RE: Official CuBox-i XBian 1.0 Beta 2 thread - zilexa - 28th Dec, 2014 11:09 AM

Is there a log file somewhere that shows the log of all apt-get commands? Perhaps something failed during the second command (from the FAQ) and I didn't notice it. I noticed the date and time is 1st of Jan, 1970. That's weird, normally Xbian shows current date/time.


RE: Official CuBox-i XBian 1.0 Beta 2 thread - zilexa - 28th Dec, 2014 10:52 PM

I just redid everything from scratch:

1. used the 400MB 4dec image
2. exit XBMC
3. via SSH, fix current date/time with date command
4. via SSH now run the 2 commands from FAQ
5. still in same SSH session, run apt-get update and apt-get upgrade

I closely monitored the output for any warnings or errors, nothing. Everything processed normally, flawless.

The system even rebooted automatically (shown on tv when the update process was done "update finished, restart in 1 min".

RESULT: XBMC reboots every 30-60 seconds. Nothing I can do to stop that! Extremely annoying.
dmesg output: http://pastebin.com/BYbQhDNz

Everything went smooth and flawless, so it should be able to reproduce.

EDIT: I turned off CEC via XBian Config in XBMC, right after saving that modification, XBMC rebooted again. Now my TV is flashing black/snow all the time. Tried a reboot via SSH. No success. Please help!


RE: Official CuBox-i XBian 1.0 Beta 2 thread - maccosx - 29th Dec, 2014 06:44 PM

(28th Dec, 2014 10:52 PM)zilexa Wrote:  I just redid everything from scratch:

1. used the 400MB 4dec image
2. exit XBMC
3. via SSH, fix current date/time with date command
4. via SSH now run the 2 commands from FAQ
5. still in same SSH session, run apt-get update and apt-get upgrade

I closely monitored the output for any warnings or errors, nothing. Everything processed normally, flawless.

The system even rebooted automatically (shown on tv when the update process was done "update finished, restart in 1 min".

RESULT: XBMC reboots every 30-60 seconds. Nothing I can do to stop that! Extremely annoying.
dmesg output: http://pastebin.com/BYbQhDNz

Everything went smooth and flawless, so it should be able to reproduce.

EDIT: I turned off CEC via XBian Config in XBMC, right after saving that modification, XBMC rebooted again. Now my TV is flashing black/snow all the time. Tried a reboot via SSH. No success. Please help!


Same problem here, i noticed that every time xbmd service restart the language is defaulted while i previously configured italian. I tried disabling CEC/forcing hdmi output/update every package available but nothing change

using XBian_2014.12.04_imx6.img.gz on cuboxi I2


RE: Official CuBox-i XBian 1.0 Beta 2 thread - CurlyMo - 29th Dec, 2014 07:29 PM

Can you guys check if the permissions of the /home/xbian/.xbmc folder are correct?


RE: Official CuBox-i XBian 1.0 Beta 2 thread - zilexa - 29th Dec, 2014 08:28 PM

(29th Dec, 2014 07:29 PM)CurlyMo Wrote:  Can you guys check if the permissions of the /home/xbian/.xbmc folder are correct?

drwxr-xr-x
screenshot attached.

edit: just checked my RPi as well: .xbmc has the exact same permissions.


RE: Official CuBox-i XBian 1.0 Beta 2 thread - CurlyMo - 29th Dec, 2014 09:11 PM

And all files inside?
Code:
ls -AlR /home/xbian/.xbmc



RE: Official CuBox-i XBian 1.0 Beta 2 thread - zilexa - 29th Dec, 2014 09:34 PM

http://pastebin.com/r6f7e94S

looks like some files for language are -rw-r--r--

edit: for some reason it now also takes time before I can SSH, after switching lan cable from RPi to Cubox-i, I can only SSH after XBMC has rebooted automatically once or twice (a minute or 2). But it could also be my crappy router.


RE: Official CuBox-i XBian 1.0 Beta 2 thread - CurlyMo - 29th Dec, 2014 09:40 PM

Do you have any symlinks to network shares? Also, can you check if XBMC runs properly as XBian user?


RE: Official CuBox-i XBian 1.0 Beta 2 thread - zilexa - 29th Dec, 2014 10:53 PM

I don't have any network shares. How do I run xbmc as Xbian user? Exit on the tv and then run it via ssh, logged in as xbian?


RE: Official CuBox-i XBian 1.0 Beta 2 thread - ramonskie - 29th Dec, 2014 10:54 PM

i experience the same problem when upgrading.
xbmc restarts every minute or so

also have the problem when upgrading from withing xbian-config i also get the depedency failure
mentioned here http://forum.xbian.org/thread-2100-post-25797.html#pid25797