beta2
|
20th Nov, 2013, 11:53 PM
Post: #721
|
|||
|
|||
RE: beta2
(20th Nov, 2013 11:41 PM)CurlyMo Wrote: Beta 1 image a long while ago Any chance you could prep an image for us? I am still facing "segmentation faults" dpkg--configure -a, file system readonly errors...... when using apt-get upgrade or apt-get install <package name>. I tried Beta1.1 => Beta2; New Beta2 image all the same. With different kind of SD cards and different kind of PI (I have three). I blame BTRFS. But I am not able to prove it BUT I have to be honest. When not using apt-get update or apt-get install the system is running fine and fast! But I'd like to install tvheadend....... KB |
|||
20th Nov, 2013, 11:55 PM
Post: #722
|
|||
|
|||
RE: beta2
No, because i've got various custom tweaks throughout XBian.
pilight - modular domotica solution
|
|||
21st Nov, 2013, 03:12 PM
Post: #723
|
|||
|
|||
RE: beta2
Just upgraded to all the latest packages and things look good, XBMC started fine after a reboot.
Only thing I noticed was that all my CIFS-mounts were deleted from /etc/fstab for some reason. A (disabled) mount-point to an external HDD is still in there. |
|||
22nd Nov, 2013, 03:54 AM
Post: #724
|
|||
|
|||
RE: beta2
All packages in the devel repo are working for fine (for what i've tested).
pilight - modular domotica solution
|
|||
23rd Nov, 2013, 09:58 AM
(This post was last modified: 23rd Nov, 2013 11:04 AM by f1vefour.)
Post: #725
|
|||
|
|||
RE: beta2
@mk01
I'm getting this and while it happens XBMC CPU usage spikes, it is certainly a kernel compatibility issue with lirc_rpi and the Ethernet driver. http://pastebin.com/GwdzyLU5 *edit* So far disabling turbo on Ethernet and changing vfs_cache_pressure to 300 has resolved the issue, doesn't really seem to affect LAN speeds either. Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
27th Nov, 2013, 07:14 PM
Post: #726
|
|||
|
|||
RE: beta2
Due to one of the threads here i noticed my SD card wasn't resized to full either:
Code: Disk /dev/mmcblk0: 4012 MB, 4012900352 bytes pilight - modular domotica solution
|
|||
1st Dec, 2013, 10:55 AM
Post: #727
|
|||
|
|||
RE: beta2
@CurlyMo
but this looks like the partitions are resized correctly. and "btrfs fi df /" output is not saying about btrfs fs total size. the totals there are just saying 2.83GiB totally allocated (until now), currently 1.90GiB used. if you want to check whether btrfs filesystem was resized to max, use "btrfs fi show". look here: Code: root@xbian05:~# fdisk -l (22nd Nov, 2013 03:54 AM)CurlyMo Wrote: All packages in the devel repo are working for fine (for what i've tested). even the XBMC ? for both version there (-14 and -15) I have problem with seeking. simply doesn't work. (20th Nov, 2013 11:53 PM)Killerbee Wrote: Any chance you could prep an image for us? can you please follow this post ? https://github.com/xbianonpi/xbian/issues/482 Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
1st Dec, 2013, 08:17 PM
Post: #728
|
|||
|
|||
RE: beta2
(1st Dec, 2013 10:55 AM)mk01 Wrote:(20th Nov, 2013 11:53 PM)Killerbee Wrote: Any chance you could prep an image for us? @mk01 Sure I will test it today and comeback to you. You changed/updated the xbian.conf file. But could you please also check the settings in the /etc/default/zram-sawp.conf file? SIZE=128. is this correct for a 256Mb pi with 128Mb GPU mem set in config.txt? KB |
|||
1st Dec, 2013, 08:26 PM
Post: #729
|
|||
|
|||
RE: beta2
@mk01, resize, will check the again. package, didn't test this precisely.
pilight - modular domotica solution
|
|||
1st Dec, 2013, 08:51 PM
Post: #730
|
|||
|
|||
RE: beta2
(1st Dec, 2013 08:17 PM)Killerbee Wrote: @mk01 yes. zram-swap in /etc/default is defining the roof (max amount). but the service never allocates more than 1/4 of system memory (total-gpu). for 256mb model with 1/1 allocation this means ~ 30mb. you can also anytime set it to 0 in the config file. mk Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
1st Dec, 2013, 08:53 PM
Post: #731
|
|||
|
|||
RE: beta2
@mk01
What I did sofar: opened two ssh sessions: one with with root running htop second one with root shell. In the second shell I ran this: Terminal stop xbmc wget download http://xbian.brantje.com/pool/devel/main/x/xbian-update/xbian-update_1.0.2-11_armhf.deb install it using dpkg -i xbian-update_1.0.2-11_armhf.deb CPU in htop goes max BUT I am not able to see what process! It's not the dpkg update process. So I assume it's the kernel/zram (I am not an expert here). htop keeps running but as soon as I stop htop terminal (first ssh shell) is not responding. So I am unable to run dmesg. So installation failed. Second test. Same as above but before updating i manually copied the content of the new xbian.conf from the new xbian-update_1.0.2-11 package to /etc/sysctrl.conf and /etc/default/xbian.conf files. Reboot and ran the update procedure. Result was the same. So update failed (stalled) Do you have some sugestions? edit: after a while I get this in the terminal Terminal dpkg: error while cleaning up: unable to remove newly-installed version of `/var/tmp/xbian_update/files_to_overwrite/etc/init/cron.conf': Read-only file system dpkg: error while cleaning up: unable to remove newly-installed version of `/var/tmp/xbian_update/files_to_overwrite/etc/init/networking.conf': Read-only file system dpkg: error while cleaning up: unable to remove newly-installed version of `/var/tmp/xbian_update/pchanges/sysctl.conf': Read-only file system dpkg: error while cleaning up: unable to securely remove '/var/lib/dpkg/tmp.ci': Read-only file system dpkg: error while cleaning up: unable to securely remove '/var/lib/dpkg/reassemble.deb': Read-only file system Processing triggers for xbian-package-initramfs-tools ... dpkg: unrecoverable fatal error, aborting: |
|||
1st Dec, 2013, 09:01 PM
Post: #732
|
|||
|
|||
RE: beta2
(23rd Nov, 2013 09:58 AM)f1vefour Wrote: @mk01 @f1vefour retest with xbian-update 1.0.2-11c. but actually it is only netturbo=N and cache pressure default kept. but shorter interval between dirty write backs - should have similar effect as cache pressure. @CurlyMo where is the original xbian_lirc_kernel patch from? (1st Dec, 2013 08:53 PM)Killerbee Wrote: CPU in htop goes max BUT I am not able to see what process! It's not the dpkg update process. So I assume it's the kernel/zram (I am not an expert here). @Killerbee actually yes, I have one suggestion - to follow the steps I posted precisely. what you did is not going to help help. this because 1) the file which needs to be updated is /etc/sysctl.d/xbian.conf 2) parameters from the file are put into effect very very early during boot process - if you only change file, nothing happens. 3) you updated /etc/sysctl.conf with correct values but kept /etc/sysctl.d/xbian.conf as it was before. during reboot then this happens: - values are read/set from sysctl.conf file. - values are then read/set (overwritted) with again old values from xbian.conf (located at /etc/sysctl.d). - we are exactly where we were. if you have extracted /etc/sysctl.d/xbian.conf you can just copy it over (but to correct location) and reboot. and to see the process, you simple "top", when started press "i", then "c", "s", "1" and [enter]. but I suppose it is "mmcqd" (kernel thread writing physical data to mmc media card). Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
1st Dec, 2013, 09:25 PM
Post: #733
|
|||
|
|||
RE: beta2
@mk01, link?
After installing the latest staging debs of 1 dec. xbmc doesn't start anymore. Probably because my /home pool is broken. Code: root@pi:/# btrfs-auto-snapshot list Code: root@pi:/# ls -AlR /home/xbian/.xbmc/ pilight - modular domotica solution
|
|||
1st Dec, 2013, 09:36 PM
Post: #734
|
|||
|
|||
RE: beta2
doesn't start like you even don't see splash with "starting xbmc…" or it starts loading, but never loads?
can you post: 1) dmesg | grep init: /run/upstart-ev.log it is possible to also check this 2) /var/log/upstart/xbmc.log,xbmc-preload.log Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
1st Dec, 2013, 09:52 PM
Post: #735
|
|||
|
|||
RE: beta2
I see the splash but nothing happens afterwards.
Can't boot that install anymore after i tried to fix it myself. pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|