Forum
beta2 - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Testing & Experimental (/forum-21.html)
+--- Thread: beta2 (/thread-1312.html)



RE: beta2 - IriDium - 4th Mar, 2014 02:40 AM

@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



RE: beta2 - syco - 5th Mar, 2014 12:34 AM

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".


RE: beta2 - syco - 2nd Apr, 2014 08:56 PM

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.


RE: beta2 - mk01 - 3rd Apr, 2014 01:59 PM

@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.


RE: beta2 - syco - 3rd Apr, 2014 08:48 PM

(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


RE: beta2 - mk01 - 3rd Apr, 2014 09:02 PM

@syco

no problem.
the other files should have been removed.


RE: beta2 - syco - 3rd Apr, 2014 09:23 PM

Thank you, now working. Smile


RE: beta2 - syco - 25th Apr, 2014 06:00 AM

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)?


Re: beta2 - Xenon - 26th Apr, 2014 03:55 AM

Hi Syco,
That's fine, Gotham is up and running.


RE: beta2 - mk01 - 27th May, 2014 04:05 PM

(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.


RE: beta2 - syco - 27th May, 2014 08:28 PM

Thx for the info, bro. Smile