(16th Oct, 2014 05:02 AM)Exnor Wrote: [ -> ] (16th Oct, 2014 04:41 AM)f1vefour Wrote: [ -> ]Did you run this first?:
sudo apt-get update
Yep...
Can you post the correct files or paste the content here please? i think i messed up mine and i want to rewrite them from scratch. :/
make sure any line that points to xbian.brantje.com is commented out like this:
Code:
deb http://xbian.brantje.com blah whatever
### deb http://xbian.brantje.com blah whatever
Sorry if I have missen this, but is this change temporary of permanent.
In other words; will xbian.brantje.com start working again (within the near future, let's max 2-3 weeks) or is it apt.xbian.org from now on?
If other mirrors will start working again, we will point apt.xbian.org to it.
Thanks voor the quick reply, but this still doesn't really help me, probably because I'm no expert on this.
But if I do not change anything at this point (at this moment the packages are not updating my xbian because xbian.brantje.com is unavailable) will it eventually start working once xbian.brantje.com is running/available again?
Yes, if it becomes available again. But the safest would be to update so we at xbian can have control again on with server to use.
Thanks that was all I needed to know, I will update as per your advise
When manually replacing the apt repository I keep getting stuck at the first sudo command.
The return is
sed: can't read /etc/apt/sources.list.d/xbian.list: No such file or directory
So am I doing something wrong or is the file really not there and is my sudo command wrong?
When I look into the folder /etc/apt/sources.list.d/ it turns out to be empty (at least with a 'ls' command)
edit; Never mind, looks like it worked. Because the file is absent it probably does not need to be changed. The first file was changed and resulted in a correct change of the apt. System has been upgraded, everything works fine.
Not sure if related to these problems, but I get the following error when trying to run some updates:
Quote:/usr/sbin/btrfs-auto-snapshot: line 462: [: : integer expression expected
Error: root is not existing volume.
/usr/sbin/btrfs-auto-snapshot: line 1: 12578 Segmentation fault exit 138
E: Problem executing scripts DPkg::Pre-Invoke '[ ! -e /etc/default/xbian-snap ] || . /etc/default/xbian-snap; [ $ENABLEDAPT = yes ] || exit 0; z=$(findmnt -n /| awk '{print $2}'); z=${z#*\[\/}; export z=${z%%\/*}; if [ -x /usr/sbin/btrfs-auto-snapshot ]; then btrfs-auto-snapshot snapshot -k $KEEPAPT -l apt-run $z ; fi ;'
E: Sub-process returned an error code
(16th Oct, 2014 08:13 PM)Stormryder Wrote: [ -> ]Thanks that was all I needed to know, I will update as per your advise
When manually replacing the apt repository I keep getting stuck at the first sudo command.
The return is
sed: can't read /etc/apt/sources.list.d/xbian.list: No such file or directory
So am I doing something wrong or is the file really not there and is my sudo command wrong?
When I look into the folder /etc/apt/sources.list.d/ it turns out to be empty (at least with a 'ls' command)
edit; Never mind, looks like it worked. Because the file is absent it probably does not need to be changed. The first file was changed and resulted in a correct change of the apt. System has been upgraded, everything works fine.
XBian sources have been moved from sources.list to sources.list.d/xbian.list only in recent images.
Ah, that explains a lot. Thanks
(16th Oct, 2014 11:16 AM)uljoe08 Wrote: [ -> ] (16th Oct, 2014 05:02 AM)Exnor Wrote: [ -> ] (16th Oct, 2014 04:41 AM)f1vefour Wrote: [ -> ]Did you run this first?:
sudo apt-get update
Yep...
Can you post the correct files or paste the content here please? i think i messed up mine and i want to rewrite them from scratch. :/
make sure any line that points to xbian.brantje.com is commented out like this:
Code:
deb http://xbian.brantje.com blah whatever
### deb http://xbian.brantje.com blah whatever
Mate here's the content of my /etc/apt/sources.list.d/xbian.list file
and my /etc/apt/sources.list file
and i still get these:
(17th Oct, 2014 02:19 AM)Exnor Wrote: [ -> ]and my /etc/apt/sources.list file
Change this, and only this - /etc/apt/sources.list - to:
Code:
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
Then:
Terminal
sudo apt-get update -f