Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook
Pages (12): « Previous 1 2 3 4 5 ... 12 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Official XBian 1.0 RC 1 thread
18th Feb, 2014, 04:24 AM
Post: #16
starous Offline
Registered
Posts: 52
Joined: Jan 2013
Reputation: 1
Official XBian 1.0 RC 1 thread
Guys, will there be an image of this release?
I had no luck with beta2 version and my upgrade failed twice.
Find all posts by this user
Quote this message in a reply
18th Feb, 2014, 05:08 AM
Post: #17
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Official XBian 1.0 RC 1 thread
(18th Feb, 2014 04:24 AM)starous Wrote:  Guys, will there be an image of this release?
I had no luck with beta2 version and my upgrade failed twice.
See previous posts for both questions. Read before you post.

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
18th Feb, 2014, 05:18 AM
Post: #18
starous Offline
Registered
Posts: 52
Joined: Jan 2013
Reputation: 1
Official XBian 1.0 RC 1 thread
(18th Feb, 2014 05:08 AM)IriDium Wrote:  
(18th Feb, 2014 04:24 AM)starous Wrote:  Guys, will there be an image of this release?
I had no luck with beta2 version and my upgrade failed twice.
See previous posts for both questions. Read before you post.

Sorry :-(
Find all posts by this user
Quote this message in a reply
18th Feb, 2014, 08:41 AM
Post: #19
mansp Offline
Registered
Posts: 20
Joined: Feb 2014
Reputation: 0
RE: Official XBian 1.0 RC 1 thread
IriDium:
Quote:How I upgraded from the image file on the Xbian website.

1) ssh - xbian-config -> Upgrade -> Option 1 and then Option 2.
2) Option 3 - Upgrade.
Ignore btrfs-tools and xbian-packages.
Select all the rest - should be wheezy ones. Last one probably tzdata.
3) When finished - select btrfs-tools.
4) When finished, reboot.
5) Select the remaining Xbian packages.

I've done this twice now, so you shouldn't have any issue Cool


Worked since I skipped those packages, and xbian-config seems to work as normal.
Will probably have to redo all of it though, since I read about your [/quote]ad-hoc solution on booting from USB in the other thread, which is my goal.

But now I know it works after all.Smile

Thanks!
Find all posts by this user
Quote this message in a reply
18th Feb, 2014, 09:31 PM
Post: #20
Lucifer Offline
Registered
Posts: 28
Joined: Jan 2014
Reputation: 1
RE: Official XBian 1.0 RC 1 thread
Failed again with thes method - I'll stay on Beta 2 untill you release the image. Thanks guys!
Visit this user's website Find all posts by this user
Quote this message in a reply
21st Feb, 2014, 11:12 PM
Post: #21
Mahmood Alawi Offline
Registered
Posts: 1
Joined: Feb 2014
Reputation: 0
RE: Official XBian 1.0 RC 1 thread
@Lucifer, this is how i made it work...
Terminal
sudo su
apt-get clean; apt-get update; apt-get upgrade; apt-get dist-upgrade
reboot

now the pi will get stuck in bootloop due to some failed updates, so repeat.
Terminal
sudo su
apt-get clean; apt-get update; apt-get upgrade; apt-get dist-upgrade
reboot


some updates fail to install the 1st time due to them requiring a newer kernel,
once you do the 1st update the kernel is updated,
thus the 2nd time you go for the update they'll be able to be installed.





with that said, you could start by updating the firmware/kernel only and rebooting,
this should allow the pi to boot nomally,
then run the update cmds and it should update just fine.
Find all posts by this user
Quote this message in a reply
22nd Feb, 2014, 09:01 PM
Post: #22
yossarian Offline
Registered
Posts: 1
Joined: Feb 2014
Reputation: 0
RE: Official XBian 1.0 RC 1 thread
Hi everybody

So, i'm pretty new to raspberry - linux world but i learn easily.
I've tried Raspbmc and openelec but xbian fits me me better so i decided to go further with it.

I've got an issue with xbian RC1 - at least i guess - Installation goes without problem (even if i had the starting loop problem). Then i decided to add couchpotato, sickbeard and transmission. Everything goes fine except when i restart my pi. Even if autostart is enabled with couchpotato and sickbeard, i have to manually start them each time wich is quite annoying. (seems to have no problem with headphones)
Furthermore, couchpotato is unable to work properly. Can't add movies and some settings won't save (quality, etc...). I would like to update it but i've no idea how to do it.
So I don't know if it's related with RC1 build or couchpotato/sickbeard but some help will be great.

BTW : i'ld like to apologize for my bad english ... i'm french
Find all posts by this user
Quote this message in a reply
23rd Feb, 2014, 10:51 PM
Post: #23
Lucifer Offline
Registered
Posts: 28
Joined: Jan 2014
Reputation: 1
RE: Official XBian 1.0 RC 1 thread
So ... i found how to upgrade ...

1. Flash beta 2
2. boot and wait for partition resize.
3. SSH login
4. Exit xbian-config
5. $ sudo -s
6. # service xbmc stop
7. # apt-get update
8. # apt-get install xbian-package-kernel
9. # apt-get install dpkg
10. # apt-get install xbian-package-firmware
11. # reboot
12. Wait for SSH service to start
13. Repeat steps 3 to 5.
14. # dpkg --clear-avail
15. # apt-get update
16. # apt-get upgrade
17. # apt-get dist-upgrade
18. # apt-get autoremove
19. # apt-get install (the last held back package (CEC)).
20. # apt-get autoremove
21. # reboot

WARNING! If you use XBMC Backup - DO NOT RESTORE FROM IT!
Visit this user's website Find all posts by this user
Quote this message in a reply
23rd Feb, 2014, 11:57 PM
Post: #24
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: Official XBian 1.0 RC 1 thread
I upgraded 2 pi's toady with no real trouble.

One of them was on B1.1 and one on B2.0 - the B2.0 one did get into the 'starting xbmc' loop, but a quick ssh in and apt-get clean, apt-get update, apt-get upgrade sorted that one out....the B2.0 was updated from within xbmc and the B1.1 was all done via ssh as it's headless.

Now the xbian-config menus look nice again Smile

This was the least painful upgrade of Xbian to date - so thank you to the team for putting the effort in to make it so.

There's still some testing to do (and both now only have port 22 for SSH), but it's looking good!

Skywatch
Find all posts by this user
Quote this message in a reply
24th Feb, 2014, 03:12 AM
Post: #25
starous Offline
Registered
Posts: 52
Joined: Jan 2013
Reputation: 1
Official XBian 1.0 RC 1 thread
(23rd Feb, 2014 10:51 PM)Lucifer Wrote:  So ... i found how to upgrade ...

1. Flash beta 2
2. boot and wait for partition resize.
3. SSH login
4. Exit xbian-config
5. $ sudo -s
6. # service xbmc stop
7. # apt-get update
8. # apt-get install xbian-package-kernel
9. # apt-get install dpkg
10. # reboot
11. Wait for SSH service to start
12. Repeat steps 3 to 5.
13. # dpkg --clean-avail
14. # apt-get update
15. # apt-get upgrade
16. # apt-get dist-upgrade
17. # apt-get autoremove
18. # apt-get isntall (the last held back package (CEC)).
19. # apt-get autoremove
20. # reboot

WARNING! If you use XBMC Backup - DO NOT RESTORE FROM IT!

Nice work, thanks ;-)

FYI, you have two small typos in step 13 and step 18.
In 13 it should be clear instead of clean. In 18 it should be install instead of isntall.

Btw, what did you choose when it asked you about samba automatic configuration?
Find all posts by this user
Quote this message in a reply
24th Feb, 2014, 03:17 AM
Post: #26
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: Official XBian 1.0 RC 1 thread
I just found a possible bug?

Seems that neither pi will now do a backup from ssh - xbian-config.

The backup takes only a few seconds and results in a 1Kb file.

I wanted to backup the new RC1.0 installs, but it seems that's not possible.

I also just discovered that the new upgrade turns on UPNP by default. I can turn it off on the pi with a monitor, but how to disable it on the headless pi vias SSH? Is it possible?


Skywatch
Find all posts by this user
Quote this message in a reply
24th Feb, 2014, 03:25 AM
Post: #27
Lucifer Offline
Registered
Posts: 28
Joined: Jan 2014
Reputation: 1
RE: Official XBian 1.0 RC 1 thread
(24th Feb, 2014 03:12 AM)starous Wrote:  
(23rd Feb, 2014 10:51 PM)Lucifer Wrote:  So ... i found how to upgrade ...

1. Flash beta 2
2. boot and wait for partition resize.
3. SSH login
4. Exit xbian-config
5. $ sudo -s
6. # service xbmc stop
7. # apt-get update
8. # apt-get install xbian-package-kernel
9. # apt-get install dpkg
10. # reboot
11. Wait for SSH service to start
12. Repeat steps 3 to 5.
13. # dpkg --clean-avail
14. # apt-get update
15. # apt-get upgrade
16. # apt-get dist-upgrade
17. # apt-get autoremove
18. # apt-get isntall (the last held back package (CEC)).
19. # apt-get autoremove
20. # reboot

WARNING! If you use XBMC Backup - DO NOT RESTORE FROM IT!

Nice work, thanks ;-)

FYI, you have two small typos in step 13 and step 18.
In 13 it should be clear instead of clean. In 18 it should be install instead of isntall.

Btw, what did you choose when it asked you about samba automatic configuration?

Thanks. Corrected it ... And I choose yes for samba autoconf.
Visit this user's website Find all posts by this user
Quote this message in a reply
24th Feb, 2014, 02:07 PM
Post: #28
dbman Offline
Registered
Posts: 5
Joined: Feb 2014
Reputation: 0
RE: Official XBian 1.0 RC 1 thread
(16th Feb, 2014 05:42 AM)ganchito55 Wrote:  I think that we have a problem with the USB driver you can see more here http://forum.xbian.org/thread-2097.html.

Software:
XBian RC1
OC XBian

Hardware
RPi B
USB Seagate Expansion 3TB

I'm having the same problem. 1.5 TB HFS+ (no journaling) that was working just fine before the update and is now read only. I tried mount -o remount,rw /media/usb0 to no avail. Changing permissions with chmod and ownernship with chown is no good either as it's a read only system.
Find all posts by this user
Quote this message in a reply
25th Feb, 2014, 02:00 AM
Post: #29
Lucifer Offline
Registered
Posts: 28
Joined: Jan 2014
Reputation: 1
RE: Official XBian 1.0 RC 1 thread
I've just changed the step by step upgrade procedure - it appears you need to upgrade xbian-package-firmware ... I don't know why, but after 6 or 7 tries last night, when the Raspberry just refused to boot. I just made it with upgrading the package before the first restart.
Visit this user's website Find all posts by this user
Quote this message in a reply
2nd Mar, 2014, 02:31 AM
Post: #30
zilexa Offline
Registered
Posts: 231
Joined: Feb 2013
Reputation: 9
RE: Official XBian 1.0 RC 1 thread
What is the reason we cannot simply get an IMG file to install? This manual upgrade is a lot of work and it seems to change. No guarantee it will work.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (12): « Previous 1 2 3 4 5 ... 12 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Official XBian Raspberry B+ models thread IriDium 4 22,384 23rd Nov, 2014 09:14 PM
Last Post: 0xFF
  Official XBian 1.0 RC 2 Gotham (XBMC 13) thread IriDium 167 591,043 10th Sep, 2014 04:41 AM
Last Post: weezer
  Official XBian 1.0 RC 2 thread IriDium 61 202,362 16th Aug, 2014 03:10 PM
Last Post: mehlvogel
  Official XBian 1.0 Beta 2 thread IriDium 411 1,458,050 7th Mar, 2014 09:56 PM
Last Post: leadergr
  Official XBian 1.0 Beta 1 thread Koenkk 303 1,237,026 12th Dec, 2013 12:46 AM
Last Post: Exnor
  Official XBian 1.0 Alpha 5 thread Koenkk 366 1,486,761 15th Aug, 2013 07:35 AM
Last Post: anthonyonions
  Official XBMC 12.2 Thread Koenkk 118 484,619 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: 19th May, 2025, 10:38 AM Powered By MyBB, © 2002-2025 MyBB Group.