Problem: Auto-update to RC3 -> playing video files not working anymore
|
12th Sep, 2014, 08:23 PM
Post: #1
|
|||
|
|||
Auto-update to RC3 -> playing video files not working anymore
Hi guys,
I had auto-update activated, because I thought it is a good thing. Well, when I came home yesterday night, I tried to play a movie or a series file, but I can hear only the sound. The video output is not given. Sometimes the screen stays black, sometimes it just shows the circling thing or the normal Xbian interface with the movies, series, music menu. So, I did some restarts and apt-get updates/upgrades, but that did not help. They do not go through with an error like "root is not existing volume" or so. Thanks for your help. |
|||
12th Sep, 2014, 09:22 PM
Post: #2
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
Revert to a previous snapshot and don't upgrade btrfs-tools (yet).
pilight - modular domotica solution
|
|||
12th Sep, 2014, 10:06 PM
Post: #3
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
Thx, can you tell me how to?
|
|||
13th Sep, 2014, 11:10 AM
Post: #4
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
13th Sep, 2014, 12:51 PM
Post: #5
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
(13th Sep, 2014 11:10 AM)f1vefour Wrote: Please see the wiki. Thanks, I checked that, already. That happened: root@xbian:/home/xbian# sudo btrfs-auto-snapshot list root /usr/sbin/btrfs-auto-snapshot: line 456: 100 - (mdu*100 / mdt) : division by 0 (error token is ") ") Error: root is not existing volume. /usr/sbin/btrfs-auto-snapshot: line 1: 10100 Segmentation fault exit 138 root@xbian:/home/xbian# |
|||
13th Sep, 2014, 01:19 PM
Post: #6
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
I think you need to revert btrfs-tools
Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
13th Sep, 2014, 02:06 PM
Post: #7
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore | |||
13th Sep, 2014, 02:32 PM
(This post was last modified: 15th Sep, 2014 03:10 AM by f1vefour.)
Post: #8
|
|||
|
|||
Re: Auto-update to RC3 -> playing video files not working anymore
I don't have access to my Pi at the moment, you have to give the specific build number you want to revert to.
First list the packages. Terminal sudo apt-cache showpkg btrfs-tools Then pick the previous version. Terminal sudo apt-get install btrfs-tools=2.21 2.21 being an example, you simply use a lower package number from the first command. *edit* Fixed typo. Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
13th Sep, 2014, 11:56 PM
Post: #9
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
(13th Sep, 2014 02:32 PM)f1vefour Wrote: I don't have access to my Pi at the moment, you have to give the specific build number you want to revert to. Unfortunately, that did not work: xbian@xbian ~ $ sudo apt-cache showpkg bttfs-tools N: Unable to locate package bttfs-tools |
|||
14th Sep, 2014, 12:28 AM
Post: #10
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
(13th Sep, 2014 11:56 PM)syco Wrote:(13th Sep, 2014 02:32 PM)f1vefour Wrote: I don't have access to my Pi at the moment, you have to give the specific build number you want to revert to. you have a typo there its not bttfs but btrfs ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
14th Sep, 2014, 01:29 AM
Post: #11
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
Ah, shit, I see. I just used the code from above and did not see the btrs typo.
Alright, that came back and I am a bit overwhelmed by the output. Which version is now the installed one and which one I should use instead? Is it: sudo apt-get install btrfs-tools=3.15.99 or 3.14.99 or 0.18 or a totally different version/number? Quote:root@xbian:/home/xbian# sudo apt-cache showpkg btrfs-tools |
|||
14th Sep, 2014, 07:37 AM
Post: #12
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
3.14.99
Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
14th Sep, 2014, 11:11 PM
Post: #13
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
Thank you.
|
|||
16th Sep, 2014, 11:13 PM
Post: #14
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
Same problem here. Can't downgrade btrfs-tools because btrfs-tools is broken. So when I try to do "sudo apt-get install btrfs-tools=3.14.99", it fails when trying to do the snapshot. Is there another way to downgrade it?
|
|||
17th Sep, 2014, 12:23 AM
Post: #15
|
|||
|
|||
RE: Auto-update to RC3 -> playing video files not working anymore
Get it from http://xbian.brantje.com/pool/stable/main/b/btrfs-tools/ then
Terminal sudo dpkg -i <insert .deb file name here> |
|||
« Next Oldest | Next Newest »
|