Forum

Full Version: beta2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
@syco Mine looks like this:

Code:
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
#deb mirror://apt.xbian.org/mirror.txt wheezy main
deb http://xbian.brantje.com stable main
#deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
Thank you, Iri. I knew, something was off with my file. I had only this line:

deb http://xbian.brantje.com/debel wheezy main

I added now your first line and change mine to without "debel".
Sorry, guys, it is me again. I am still having problems with gettings updates installed. I can not imagine the Raspbian guys do not get their stuff together for months and therefore assume something is wrong on my side.

Here is my errcor code:

Code:
Ign http://mirrordirector.raspbian.org wheezy/rpi Translation-en
Fetched 9,562 kB in 30s (314 kB/s)
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.
root@xbian:/home/xbian# E: Error: Opening the cache (E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_i18n_Translation-en, E:The package lists or status file could not be parsed or opened.)

Here is my /etc/apt/sources.list file:

Code:
deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
deb http://xbian.brantje.com stable main

It seems like if downloading works and then installing does not, but I am no expert, of course.

Thanks in advance, guys.
@syco

feel free to remove all cached lists and retry "apt-get update"
Code:
sudo -i
rm /var/lib/apt/lists/*
apt-get update

your sources.list file is ok.
(3rd Apr, 2014 01:59 PM)mk01 Wrote: [ -> ]@syco

feel free to remove all cached lists and retry "apt-get update"
Code:
sudo -i
rm /var/lib/apt/lists/*
apt-get update

your sources.list file is ok.

Thank you, but that happens, when trying your rm command:

rm: cannot remove `/var/lib/apt/lists/partial': Is a directory
@syco

no problem.
the other files should have been removed.
Thank you, now working. Smile
Hi guys,

I have been running on 1.0 RC1 the last couple of days/weeks and read somewhere, Gotham ought to be great.

So, I did this some minutes ago: sudo apt-get install xbian-package-xbmc-gotham-nightly

Was that correct or do I have to do something else to activate it?

Does this change something on the front-end, too, or is it only back-end related?

Do I still get the updates with 1 Update mirros, 2 apt-get update and 3 Check deb upgrades within the blue admin menu (Xbian config)?
Hi Syco,
That's fine, Gotham is up and running.
(25th Apr, 2014 06:00 AM)syco Wrote: [ -> ]Does this change something on the front-end, too, or is it only back-end related?

Do I still get the updates with 1 Update mirros, 2 apt-get update and 3 Check deb upgrades within the blue admin menu (Xbian config)?

what you realise as user on "front-end" is the possibility to scale complexity of Settings dialogs (standard, advanced, expert)...

otherwise most changes under the hood. (but at the end profitable for user as well in longterm).

and updates - yes. in between gotham-nightly package was decommissioned and Gotham was pushed to default (xbian-package-xbmc). that should have happened transparently for users.

soon we will start building XBMC 14 (devel repo) and to stable will be pushed just milestones, like already the one comming - Gotham 13.1.
Thx for the info, bro. Smile
Reference URL's