System didn;t update to 9.11 beta 1
#1
Question 
Morning all,

I did try searching for this but for some reason didn't find what I was looking for so sorry if its here somewhere (and I'm sure it is!)

I followed this guide to a successful build of XBMC aplha 1

I then tried using these lines in SSH:

sudo apt-get update
sudo apt-get upgrade


but it remains on aplha1

I checked what I think is the update file (sudo nano /etc/apt/sources.list) and it has the below lines:

deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main


Any idea where I went wrong?

Cheers
Reply
#2
You have the wrong sources - you currently have the svn sources - release candidates are being released through the main sources.

Remove
Code:
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu karmic main

and add
Code:
deb http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main
Reply
#3
Спасибо за новость !
Reply
#4
Cheers,

I tried your line and it returned 404 errors, so checked here and it suggested:

deb http://ppa.launchpad.net/team-xbmc/jaunty-ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/team-xbmc/jaunty-ppa/ubuntu jaunty main

So I replaced the lines with those and it went through the motions but still remains on alpha1 - I did note that the update seemed very small at the time.

It did hit this lot those - including the jaunty bits

I even remembered to get the key (sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9317790E)

After all this it returned the below after running the upgrade:

The following packages have been kept back:
linux-generic linux-headers-generic linux-image-generic nvidia-glx-190 xbmc xbmc-common xbmc-eventclients-common xbmc-eventclients-dev xbmc-eventclients-j2me
xbmc-eventclients-ps3 xbmc-eventclients-wiiremote xbmc-scripts-example xbmc-skin-pm3 xbmc-skin-pm3-hd xbmc-web-pm3
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.



Here is the list it received:

Hit http://gb.archive.ubuntu.com karmic Release.gpg
Hit http://gb.archive.ubuntu.com karmic/main Translation-en_GB
Hit http://security.ubuntu.com karmic-security Release.gpg
Ign http://security.ubuntu.com karmic-security/main Translation-en_GB
Hit http://gb.archive.ubuntu.com karmic/restricted Translation-en_GB
Hit http://gb.archive.ubuntu.com karmic/universe Translation-en_GB
Hit http://gb.archive.ubuntu.com karmic/multiverse Translation-en_GB
Hit http://gb.archive.ubuntu.com karmic-updates Release.gpg
Ign http://gb.archive.ubuntu.com karmic-updates/main Translation-en_GB
Ign http://gb.archive.ubuntu.com karmic-updates/restricted Translation-en_GB
Ign http://gb.archive.ubuntu.com karmic-updates/universe Translation-en_GB
Ign http://gb.archive.ubuntu.com karmic-updates/multiverse Translation-en_GB
Hit http://ppa.launchpad.net jaunty Release.gpg
Ign http://ppa.launchpad.net jaunty/main Translation-en_GB
Hit http://ppa.launchpad.net karmic Release.gpg
Ign http://security.ubuntu.com karmic-security/restricted Translation-en_GB
Ign http://security.ubuntu.com karmic-security/universe Translation-en_GB
Ign http://security.ubuntu.com karmic-security/multiverse Translation-en_GB
Hit http://gb.archive.ubuntu.com karmic Release
Hit http://gb.archive.ubuntu.com karmic-updates Release
Hit http://security.ubuntu.com karmic-security Release
Ign http://ppa.launchpad.net karmic/main Translation-en_GB
Hit http://ppa.launchpad.net jaunty Release
Hit http://ppa.launchpad.net karmic Release
Hit http://gb.archive.ubuntu.com karmic/main Packages
Hit http://gb.archive.ubuntu.com karmic/restricted Packages
Hit http://gb.archive.ubuntu.com karmic/main Sources
Hit http://gb.archive.ubuntu.com karmic/restricted Sources
Hit http://gb.archive.ubuntu.com karmic/universe Packages
Hit http://gb.archive.ubuntu.com karmic/universe Sources
Hit http://security.ubuntu.com karmic-security/main Packages
Hit http://gb.archive.ubuntu.com karmic/multiverse Packages
Hit http://gb.archive.ubuntu.com karmic/multiverse Sources
Hit http://gb.archive.ubuntu.com karmic-updates/main Packages
Hit http://gb.archive.ubuntu.com karmic-updates/restricted Packages
Hit http://gb.archive.ubuntu.com karmic-updates/main Sources
Hit http://gb.archive.ubuntu.com karmic-updates/restricted Sources
Hit http://ppa.launchpad.net jaunty/main Packages
Hit http://security.ubuntu.com karmic-security/restricted Packages
Hit http://security.ubuntu.com karmic-security/main Sources
Hit http://security.ubuntu.com karmic-security/restricted Sources
Hit http://security.ubuntu.com karmic-security/universe Packages
Hit http://gb.archive.ubuntu.com karmic-updates/universe Packages
Hit http://gb.archive.ubuntu.com karmic-updates/universe Sources
Hit http://gb.archive.ubuntu.com karmic-updates/multiverse Packages
Hit http://gb.archive.ubuntu.com karmic-updates/multiverse Sources
Hit http://ppa.launchpad.net jaunty/main Sources
Hit http://ppa.launchpad.net karmic/main Packages
Hit http://ppa.launchpad.net karmic/main Sources
Hit http://security.ubuntu.com karmic-security/universe Sources
Hit http://security.ubuntu.com karmic-security/multiverse Packages
Hit http://security.ubuntu.com karmic-security/multiverse Sources
Reply
#5
try doing an apt-get -f upgrade to see if it will force those packages.
Board: Zotac ION-A-U Case: M350 Mini ITX Memory: 4GB Patriot PC6400 OS: XBMC on OpenELEC.tv build 6936 on a Corsair 32GB SSD Media Storage: W2K8 running on 14TB RAID 5 on an Asrock board w/ AMD Athlon X2 250 and PERC 6/I controller w/ 8 Samsung HD204UI Green drives Time to interface from power switch: 22.4 seconds.
Reply
#6
try
sudo apt-get install xbmc
Reply
#7
prae5 Wrote:and add
Code:
deb http://ppa.launchpad.net/team-xbmc/jaunty-ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc/jaunty-ppa/ubuntu karmic main
You should decide betwenn jaunty and karmic, it cannot be good to mix this stuff.
I think it should look like that:
Code:
deb http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main

@Lumpsack: From your first post I assume you are using Karmic, so you cannot use Jaunty-Repos.
Reply
#8
If you are trying to install Jaunty packages on Karmic it will cause you problems and likely fail.

Just noticed a slight typo in my original post - try with those sources now.
Reply
#9
Thanks all, I'm very new to Linux so its all a bit of a learning curve Smile

I've tried adjusting the sources as per prae5's edited post and after adding the key from Karmic PPA on launchpad then updated using sudo apt-get install xbmc (as per Silverfox's advice) and it downloaded fine.

Thanks all for your help and its nice that I now know how to just update XBMC without updating everything.
Reply

Logout Mark Read Team Forum Stats Members Help
System didn;t update to 9.11 beta 10