Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook
Pages (21): « Previous 1 ... 17 18 19 20 21 Next »
Post Reply 
 
Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Official XBian 1.0 Beta 1 thread
18th Oct, 2013, 01:28 AM
Post: #271
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
RE: Official XBian 1.0 Beta 1 thread
Since i'm unable to find it on the foruns, how do i update from beta1.1 to 1.2??? Sorry but i cant find info on where to do it.

thks
Find all posts by this user
Quote this message in a reply
18th Oct, 2013, 01:39 AM
Post: #272
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Official XBian 1.0 Beta 1 thread
Exnor, you are doing perfectly ...

As Beta 1.2 will never exists. Long term plan is going from Alpha5 through B1, B2 ... B1.1 was hotfix to B1. This next release is no hotfix.

So it is just a public mislabel. Nice that someone noticed Smile hah

Test / Experimental (or what's the name of the forum category and second sticky Bets2)

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
18th Oct, 2013, 01:54 AM
Post: #273
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
RE: Official XBian 1.0 Beta 1 thread
(18th Oct, 2013 01:39 AM)mk01 Wrote:  Exnor, you are doing perfectly ...

As Beta 1.2 will never exists. Long term plan is going from Alpha5 through B1, B2 ... B1.1 was hotfix to B1. This next release is no hotfix.

So it is just a public mislabel. Nice that someone noticed Smile hah

Test / Experimental (or what's the name of the forum category and second sticky Bets2)

Thks Smile
Find all posts by this user
Quote this message in a reply
18th Oct, 2013, 09:29 AM
Post: #274
Darkguy Offline
Registered
Posts: 36
Joined: Oct 2013
Reputation: 0
RE: Official XBian 1.0 Beta 1 thread
(15th Oct, 2013 08:49 PM)mk01 Wrote:  do a
Code:
sudo -i
cp -av /etc/init.d /etc/init.d.bck
rm /etc/init.d/mountall*
insserv -f
dpkg --configure initscripts

reboot

should help.

Hi,

I had the exact same problem, did what you posted above and it resolved the issue in question. It broke SSH being auto-started though, which I guess has to do with init.d being repopulated.

SSH works once I start it via System --> Settings --> Xbian on the TV, but is off again after the next reboot (enabling autostart in xbian-config via SSH or via XBMC changes nothing about it).
Find all posts by this user
Quote this message in a reply
18th Oct, 2013, 10:38 PM
Post: #275
He4dShOt Offline
Registered
Posts: 5
Joined: Apr 2013
Reputation: 0
RE: Official XBian 1.0 Beta 1 thread
(18th Oct, 2013 09:29 AM)Darkguy Wrote:  
(15th Oct, 2013 08:49 PM)mk01 Wrote:  do a
Code:
sudo -i
cp -av /etc/init.d /etc/init.d.bck
rm /etc/init.d/mountall*
insserv -f
dpkg --configure initscripts

reboot

should help.

Hi,

I had the exact same problem, did what you posted above and it resolved the issue in question. It broke SSH being auto-started though, which I guess has to do with init.d being repopulated.

SSH works once I start it via System --> Settings --> Xbian on the TV, but is off again after the next reboot (enabling autostart in xbian-config via SSH or via XBMC changes nothing about it).

I was about to write the same thing...
Find all posts by this user
Quote this message in a reply
19th Oct, 2013, 02:02 AM
Post: #276
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
RE: Official XBian 1.0 Beta 1 thread
Well i resolved by re-installing the OS from scratch this time... but i messed up other things on the OS so... it add to be TongueTongue
Find all posts by this user
Quote this message in a reply
19th Oct, 2013, 11:36 PM
Post: #277
Darkguy Offline
Registered
Posts: 36
Joined: Oct 2013
Reputation: 0
RE: Official XBian 1.0 Beta 1 thread
I guess upgrading to Beta2 resolves the issue (I re-installed B1.1. and at some random point SSH wouldn't auto-start, so I upgraded), but for those who don't want to live on the newest drop of blood of the bleeding edge, here's at least how to avoid the problem of running into the issue during apt-get upgrade in the first place - just delete mountall* from /etc/init.d BEFORE trying to upgrade:

Code:
sudo -i
cp -av /etc/init.d /etc/init.d.bck
rm /etc/init.d/mountall*
apt-get update
apt-get upgrade

If everything works fine AND you still can SSH into your xbian-installation/SSH still auto-starts AFTER a reboot, you can then remove the backup of /etc/init.d again:

Code:
rm -R /etc/init.d /etc/init.d.bck

HTH!
Find all posts by this user
Quote this message in a reply
31st Oct, 2013, 02:41 AM
Post: #278
picard12 Offline
Registered
Posts: 8
Joined: Mar 2013
Reputation: 0
RE: Official XBian 1.0 Beta 1 thread
(19th Oct, 2013 11:36 PM)Darkguy Wrote:  I guess upgrading to Beta2 resolves the issue (I re-installed B1.1. and at some random point SSH wouldn't auto-start, so I upgraded), but for those who don't want to live on the newest drop of blood of the bleeding edge, here's at least how to avoid the problem of running into the issue during apt-get upgrade in the first place - just delete mountall* from /etc/init.d BEFORE trying to upgrade:

Code:
sudo -i
cp -av /etc/init.d /etc/init.d.bck
rm /etc/init.d/mountall*
apt-get update
apt-get upgrade

If everything works fine AND you still can SSH into your xbian-installation/SSH still auto-starts AFTER a reboot, you can then remove the backup of /etc/init.d again:

Code:
rm -R /etc/init.d /etc/init.d.bck

HTH!

Hi,
i follow your instructions, but my ssh need to be started manually, every time after boot. how i can solve this issue?
Find all posts by this user
Quote this message in a reply
31st Oct, 2013, 06:42 PM
Post: #279
zilexa Offline
Registered
Posts: 231
Joined: Feb 2013
Reputation: 9
Exclamation Perfectly stable RPi suddenly bad playback
I had a perfectly stable XBian 1.0 beta 1.1 running for as long as beta 1.1 was released. Came back from 3 wks holiday, (RPi was on all the time, downloading tv shows via flexget), I unplugged the USB NTFS harddrive (static mount to /media/usb) to copy my holiday photos using a Windows laptop and also a macbook. Now I plug it back in the RPi, run a Library Update since there are so many new episodes. One day later, I try to playback a non-720p episode, just hdtv x264 nothing special.

issue: screen freezes every 5-10 seconds, and it freezes for seconds.. sometimes it mentions "buffering". I never had this issue before with any RPi I installed. Before my holiday, this never happened. I also tried the bigger 720p episodes, same issue. There are no other services running. Flexget is just a task that runs 4 times between 0.00 and 9AM. Transmission is active but has no downloads. I checked CPU usage with TOP: only XBMC has CPU usage, 30-36%. (if I check CPU usage in XBMC it is 100%, is this normal?).

I tried rebooting (via XBMC and SSH) and even did a shutdown in XBMC and waited till only the red led was burning, disconnected power, reconnected. Same issue.

Below my log files.. advice is welcome. I have an ISO backup image.. with xbian and flexget installed but then I have to rescan my library.. not looking forward to that. Also I would prefer to figure out the cause.

dmesg log (filesystem error line 208)
xbmc log (line 356 = hit play, line 396 is renderer error)
Find all posts by this user
Quote this message in a reply
31st Oct, 2013, 07:07 PM
Post: #280
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Official XBian 1.0 Beta 1 thread
(19th Oct, 2013 11:36 PM)Darkguy Wrote:  I guess upgrading to Beta2 resolves the issue (I re-installed B1.1. and at some random point SSH wouldn't auto-start, so I upgraded), but for those who don't want to live on the newest drop of blood of the bleeding edge, here's at least how to avoid the problem of running into the issue during apt-get upgrade in the first place - just delete mountall* from /etc/init.d BEFORE trying to upgrade:

@Darkguy

thanks for the howto. you are right, beta2 is not affected with this Debian updates.

@all

I'm just installing Beta1 img and the updates to see it myself and find the conflict with the latest upstream updates. Maybe even will create small xbian-update deb (Beta1.2 hotfix) to solve this.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
31st Oct, 2013, 08:13 PM
Post: #281
zilexa Offline
Registered
Posts: 231
Joined: Feb 2013
Reputation: 9
RE: Official XBian 1.0 Beta 1 thread
PS I also tested after disabling trakt addon, same issue no matter what kind of video I playback.
Find all posts by this user
Quote this message in a reply
31st Oct, 2013, 10:11 PM
Post: #282
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Official XBian 1.0 Beta 1 thread
I created 1.2hotfix for Beta1.1 XBian installations which will fix the initscripts mountall problem. also ssh is starting correctly.

Prerequisite is xbian-update1.0-1.1 installed.

This 1.2 hotfix can be installed anytime (before the debians update, after, even after initscripts update will fail and upgrade process interrupted. If the last is the case, after install 1.2 hotfix just continue with upgrade "apt-get upgrade").

availability is there: http://xbian.brantje.com/devel/others/xbian-update1.0-1.2.deb
installation
Code:
sudo -i; cd /tmp; wget http://xbian.brantje.com/devel/others/xbian-update1.0-1.2.deb; dpkg -i xbian-update1.0-1.2.deb

I would like to push it to official repo, then the installation would be easier - through apt-get with other regular updates. If I get confirmed it solves the two issues, will post it to public APT.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
31st Oct, 2013, 11:52 PM
Post: #283
zilexa Offline
Registered
Posts: 231
Joined: Feb 2013
Reputation: 9
RE: Official XBian 1.0 Beta 1 thread
Since my xbian was having issues already I tried your update.
I killed process xbmc, then installed update using above command. TV suddenly shows xbian logo and "updating". After 30min, still shows that. and my console:

Terminal

root@xbian:~# sudo -i; cd /tmp; wget http://xbian.brantje.com/devel/others/xbian-update1.0-1.2.deb; dpkg -i xbian-update1.0-1.2.deb
root@xbian:~#
root@xbian:~# exit
logout
--2013-10-31 14:35:30-- http://xbian.brantje.com/devel/others/xbian-update1.0-1.2.deb
Resolving xbian.brantje.com (xbian.brantje.com)... 188.142.48.93
Connecting to xbian.brantje.com (xbian.brantje.com)|188.142.48.93|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4138 (4.0K) [application/octet-stream]
Saving to: `xbian-update1.0-1.2.deb.1'

100%[======================================>] 4,138 --.-K/s in 0s

2013-10-31 14:35:30 (30.4 MB/s) - `xbian-update1.0-1.2.deb.1' saved [4138/4138]

(Reading database ... 32811 files and directories currently installed.)
Preparing to replace xbian-update 1.0-1.1 (using xbian-update1.0-1.2.deb) ...
Unpacking replacement xbian-update ...
Setting up xbian-update (1.0-1.2) ...

must have done something wrong..
Find all posts by this user
Quote this message in a reply
1st Nov, 2013, 12:46 AM
Post: #284
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Official XBian 1.0 Beta 1 thread
@zilexa,

this hotfix is just fixing the issues, it won't restart your RPI. it will just return to prompt. reboot manually then.

mk

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
1st Nov, 2013, 12:50 AM
Post: #285
zilexa Offline
Registered
Posts: 231
Joined: Feb 2013
Reputation: 9
RE: Official XBian 1.0 Beta 1 thread
Ah ok done!
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (21): « Previous 1 ... 17 18 19 20 21 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Official XBian Raspberry B+ models thread IriDium 4 22,333 23rd Nov, 2014 09:14 PM
Last Post: 0xFF
  Official XBian 1.0 RC 2 Gotham (XBMC 13) thread IriDium 167 590,373 10th Sep, 2014 04:41 AM
Last Post: weezer
  Official XBian 1.0 RC 2 thread IriDium 61 202,131 16th Aug, 2014 03:10 PM
Last Post: mehlvogel
  Official XBian 1.0 RC 1 thread IriDium 173 611,744 1st May, 2014 02:44 PM
Last Post: dharmabm
  Official XBian 1.0 Beta 2 thread IriDium 411 1,455,817 7th Mar, 2014 09:56 PM
Last Post: leadergr
  Official XBian 1.0 Alpha 5 thread Koenkk 366 1,485,624 15th Aug, 2013 07:35 AM
Last Post: anthonyonions
  Official XBMC 12.2 Thread Koenkk 118 483,846 4th Jul, 2013 09:11 AM
Last Post: mk01

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th May, 2025, 02:19 PM Powered By MyBB, © 2002-2025 MyBB Group.