Official XBian 1.0 Beta 2 thread
|
16th Nov, 2013, 04:12 AM
Post: #1
|
|||
|
|||
Official XBian 1.0 Beta 2 thread
As Beta 2 has now officially been released, please use this thread for any problems you may encounter.
For upgrade: BETA2 UPGRADE For past problems: Past problems For previous ideas:Previous ideas For installation:XBian_1.0_Beta_2 image For definite Bugs:Bugs Please prefix as [Beta 2] |
|||
16th Nov, 2013, 04:45 AM
Post: #2
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
I'm now running the built in backup functionality. It seems to be a lot slower than during the beta 2 testing phase. Can that be?
|
|||
16th Nov, 2013, 04:51 AM
Post: #3
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
It shouldn't be. Is this from a fresh restart as Beta 2 does have a heavy load at startup. Can you check CPU usage at startup and 5 minutes later. I would expect at idea cpu to be about 10%
Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
16th Nov, 2013, 04:56 AM
Post: #4
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
Idle CPU usage is around 10-15 percent.
|
|||
16th Nov, 2013, 05:00 AM
Post: #5
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
(16th Nov, 2013 04:56 AM)Smultie Wrote: Idle CPU usage is around 10-15 percent. That is what I expected - so what is the problem? Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
16th Nov, 2013, 05:12 AM
Post: #6
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
That the backup takes a long long time, at least compared to the last time I ran it, about two weeks ago.
|
|||
16th Nov, 2013, 02:07 PM
Post: #7
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
(16th Nov, 2013 04:45 AM)Smultie Wrote: I'm now running the built in backup functionality. It seems to be a lot slower than during the beta 2 testing phase. Can that be? you mean backuphome function or creating xbian clone? anyhow for past two week there were almost 0 changes one beta2 (i don't count text corrections etc as relevant changes). just for setting a "standard" what is slow / fast. clean beta2 img (~450mb) doing xbianclone to network location (.img file) takes under 10minutes (XBMC running, watching live tv, load ~25%). Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
16th Nov, 2013, 05:14 PM
Post: #8
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
In "general" I think disk write is slower than beta1.1 (maybe due to latest firmware/kernel/btrfs/cmdline.txt settings?)
Apt-get upgrade is slower than before (I already disabled apt snapshots). Even sometimes I had to run dpkg --configure -a because dpkg has crashed. This morning I even had a kernel panic after updating after reboot. The reason was that some update process crashed and there was no /boot/cmdline.txt file anymore. I used some other pc to restore. I have tried with various sd cards. and my feeling is that filesystem is not stable. XBMC and booting is alot faster than beta1.1 Just my two cents KB |
|||
16th Nov, 2013, 05:59 PM
Post: #9
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
16th Nov, 2013, 09:55 PM
Post: #10
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
(16th Nov, 2013 05:59 PM)mk01 Wrote: @Killerbee, @mk01 I tried various ways. But as far as I can remember my latest install is the "latest beta 2 image" found in the beta 2 topic. As far as I can remember I had the same issues when updating from beta 1.1(with hotfix) Beta 1.1 apt-get was fast but when "the snaphot feature" came in (or whatever other change) apt-get becommes slow and I have to use dpkg --configure -a quet offten. Even when I disable the apt-snapshot feature apt is slow. Could it be the btfs autodefrag feature? If you want me to follow some specific test procedure please let me know. KB |
|||
17th Nov, 2013, 12:58 AM
Post: #11
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
@Killerbee
I was asking this because if you upgrade, FS is the same as before. If you use image (or xbian clone), FS will be different to Beta1. As to your problem with dpkg --configure -a: this means your dpkg -i process wasn't completed and indicates bigger issues than speed of the process only. without more detail like - apt command and actual package + dpkg error which caused the unconfigured state - hard to discuss. apt-snapshot of course is causing delay (when snapshot is created before dpkg is run), but is not affecting following dpkg operations. of course apt-snapshot on/off is in full control of user and it is up to you whether accept the 20s delay or not but this mean trade for easy rollback to previous system state in a minute without long and boring process of reflash and losing everything. if you want to test more, revert to beta1 mount options. put "thread_pool=1" into cmdline.txt as rootfsopts= and remount / with noatime. currently you have to do this from command line after boot with: Code: sudo mount -o remount,noatime / noatime in cmdline.txt won't be accepted when rootfs mounted by kernel. autodefrag was used already on beta1x. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
17th Nov, 2013, 03:39 AM
Post: #12
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
@mk01
With my current installation I need to run dpkg --configure -a after each package when I run the apt-get upgrade command. Do you want me to test something or should I start with a fresh installation? For a fresh installation, what do you recommend: Beta 1.1 => beta2 Beta 1.1 with hotfix => beta2 Beta 1.2 with hotfix => beta2 Alpha 5 => Beta 2 Beta2 image from beta topic => apt-get upgrade. .... (17th Nov, 2013 12:58 AM)mk01 Wrote: if you want to test more, revert to beta1 mount options. put "thread_pool=1" into cmdline.txt as rootfsopts= and remount / with noatime. currently you have to do this from command line after boot with:I will test this later. FYI One other annoying thing is when I run apt-get update from the CLI, splash "updating" is showing. So I am unable to see what package is causing the crash of dpkg. KB |
|||
17th Nov, 2013, 05:21 AM
Post: #13
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
(17th Nov, 2013 03:39 AM)Killerbee Wrote: With my current installation I need to run dpkg --configure -a after each package when I run the apt-get upgrade command. splash updating is valid only for xbian-update, xbmc stopped and xbian-update update wasn't triggered from xbian-config CLI. also you can disable it completely if you create /run/noreboot Code: sudo touch /run/noreboot also anytime you can check the apt's/dpkg output in /var/log/apt/term.log (/var/log/apt/history.log contains apt/dpkg commands history) also, dpkg --configure -a is showing which packages are going to be configured. if you get splash again and again, then the affected package IS xbian-update itself. to your question which one base install is best for upgrade - there is no difference. and I mean it. xbian-update contains all changes / updates / config changes as transactions, while for each with check whether it is already applied or not. so at the end you get from them always the same installation. only difference is, that Beta2 has BTRFS created with different options and this you won't get while updating from versions prior beta2 image (but you can convert into the new BTRFS anytime by doing XBIANCLONE to a new SD card, or to USB stick and then back to SD - or if you don't care actual system and only XBMC content (libs, thumbs, settings, addons) is relevant, you can update pre Beta2 install and use BACKUPHOME function). you can provide already mentioned /var/log/apt/history.log+term.log via pastebin. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
17th Nov, 2013, 06:21 AM
Post: #14
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
@mk01
(17th Nov, 2013 05:21 AM)mk01 Wrote: you can provide already mentioned /var/log/apt/history.log+term.log via pastebin. This is what I did: Changed cmdline.txt file: added rootfsopts=thread_pool=1 reboot remount root filesystem using this command Code: sudo mount -o remount,noatime / Run apt-get update; apt-get upgrade. Terminal root@xbian2:~# apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following packages have been kept back: xbian-package-usbmount The following packages will be upgraded: btrfs-tools xbian-package-config-shell xbian-package-config-xbmc xbian-package-zram-swap xbian-update 5 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 1 not fully installed or removed. Need to get 3,232 B/1,623 kB of archives. After this operation, 724 kB disk space will be freed. Do you want to continue [Y/n]? y Get:1 http://xbian.brantje.com/devel/ wheezy/main xbian-package-zram-swap armhf 1.0-4.6 [3,232 B] Fetched 3,232 B in 0s (26.5 kB/s) (Reading database ... 33334 files and directories currently installed.) Preparing to replace xbian-update 1.0.2-8d (using .../xbian-update_1.0.2-8e_armhf.deb) ... Unpacking replacement xbian-update ... Connection to 192.168.2.12 closed by remote host. Connection to 192.168.2.12 closed. Tried to login but I am not able. Code: ssh: connect to host 192.168.2.12 port 22: No route to host unplugged power and reboot. history.log Term.log I ran dpkg --configure -a Terminal root@xbian2:/home/xbian# dpkg --configure -a Processing triggers for xbian-package-initramfs-tools ... root@xbian2:/home/xbian# KB |
|||
17th Nov, 2013, 08:31 PM
Post: #15
|
|||
|
|||
RE: Official XBian 1.0 Beta 2 thread
Since there is no official Beta 2 release yet, what is the best way to install Beta 2 on a new RPi? I have 2 here that need to be installed. Simply use the old test image from the testing topic?
|
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Official XBian Raspberry B+ models thread | IriDium | 4 | 21,313 |
23rd Nov, 2014 09:14 PM Last Post: 0xFF |
|
Official XBian 1.0 RC 2 Gotham (XBMC 13) thread | IriDium | 167 | 568,816 |
10th Sep, 2014 04:41 AM Last Post: weezer |
|
Official XBian 1.0 RC 2 thread | IriDium | 61 | 193,998 |
16th Aug, 2014 03:10 PM Last Post: mehlvogel |
|
Official XBian 1.0 RC 1 thread | IriDium | 173 | 589,763 |
1st May, 2014 02:44 PM Last Post: dharmabm |
|
Official XBian 1.0 Beta 1 thread | Koenkk | 303 | 1,193,411 |
12th Dec, 2013 12:46 AM Last Post: Exnor |
|
Official XBian 1.0 Alpha 5 thread | Koenkk | 366 | 1,442,258 |
15th Aug, 2013 07:35 AM Last Post: anthonyonions |
|
Official XBMC 12.2 Thread | Koenkk | 118 | 467,102 |
4th Jul, 2013 09:11 AM Last Post: mk01 |