Kodi Community Forum

Full Version: XBMC Alpha 2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm just curious, xbmc Alpha 2 is out and I'm trying to upgrade from Alpha 1 to Alpha 2 in Ubuntu 9.11. I'm not getting any update or upgrade by typing the commands in terminal! Is there something I'm doing wrong?
did you enter this: ?
Quote:apt-get update
before this:

apt-get upgrade
Yep! Thats the command!

xbmc@xbmc-livingroom:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
xbmc@xbmc-livingroom:~$
i just did the apt-get update/upgrade routine, and get the following message:

Quote:(T: XBMCLive)xbmc@XBMCLive:~$ sudo apt-get upgrade
[sudo] password for xbmc:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
linux-image linux-image-generic
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up xbmc-live (9.11~alpha2-jaunty1) ...
rm: cannot remove `/etc/init/xbmc-live.conf': No such file or directory
dpkg: error processing xbmc-live (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
xbmc-live
E: Sub-process /usr/bin/dpkg returned an error code (1)
(T: XBMCLive)xbmc@XBMCLive:~$

I've tried doing a apt-get -f install to force it to install, but it still errors out. All other packages installed fine for alpha 2. any ideas?
it's not possible, in the live version, to update with apt-get (or aptitude)

Here the response that tobias give to me
topfs2 Wrote:It's not advisable when we are moving towards a stable (since it's hard to see if the errors are ours or due to the update.)
nanny07 Wrote:it's not possible, in the live version, to update with apt-get (or aptitude)

Here the response that tobias give to me

since when? I've been doing apt-get update && apt-get upgrade since 9.04.1 live iso was released, updating to all the nightly PPA's produced for the last...I dunno...5 months? I've never had an issue. I've got it installed to my hard drive, not booting off a USB/CD. I just used the live cd to install, and have never had a problem updating.
Evanrich Wrote:rm: cannot remove `/etc/init/xbmc-live.conf': No such file or directory

I got these when reinstalling alpha1, I just touched both files (xbmc.conf and xbmc-live.conf) and reran apt-get. it completed ok then
hippojay Wrote:I got these when reinstalling alpha1, I just touched both files (xbmc.conf and xbmc-live.conf) and reran apt-get. it completed ok then

I was thinking of doing that when i got home from work today, since it looks like it's a simple file-not-existing problem. strange thing was, that when i first ran it, it said it couldn't find the file, and asked me if i wanted to install the one that came with the package, which i agreed to...looks like the script still wanted to find an old one, which didn't exist.

edit: I just remoted in from work and tried this, and fyi to anyone else that tries this, I had to "sudo touch /etc/init/xbmc-live-install.conf" as well, because when doing just the first line, I got a second error. After re-touching both files, it finished installing successfully.
Message deleted
got a problem updating as well..

Quote:xbmc@HTPC:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
xbmc@HTPC:~$

this is from my /etc/apt/sources.list :

Quote:#XBMC
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

Never tried updating before, did the apt-get update/upgrade and got the above msg.
System info in XBMC tells me i'm running Alpha 1 (compiled 5/11).

Running on Karmic..

Cheers
after doing `sudo apt-get update` just do a `sudo apt-get install xbmc` and it should upgrade you just fine
I must be forgetting something, still not updating..

Did update/upgrade/install and nothing happens..

Quote:xbmc@HTPC:~$ sudo apt-get install xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
xbmc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
xbmc@HTPC:~$

any ideas ?
I use these addresses and I got updates!!

deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu karmic main
madcat Wrote:I use these addresses and I got updates!!

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

That did the trick, thanks !
those are to install the releases from xbmc

the other ones were for the svn releases

i think if you have the xbmc main builds (inc alpha) it does not update to svn, you need to do an svn install first.

not tried yet though.
Pages: 1 2