Forum

Full Version: Update packages not working?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(26th Aug, 2013 04:43 AM)Skywatch Wrote: [ -> ]I updated manually via ssh (all selected except the two vim options). Update took about 1Hr25Min. Rebooted.

It's been at 'init process' now for about half an hour.... is this normal?

Skywatch, probably you hit the same bug as IriDium with emptying the cmdline.txt during update. No idea why it appeared now, because the code around its update has not changed for weeks. anyhow I changed it to work again for you to fix, just copy /boot/cmdline.default (or /boot/cmdline.new whichever exists) over /boot/cmdline.txt - do it on other PC or hold down shift on keyboard during start and on command prompt "cp /boot/cmdline.default /boot/cmdline.txt)

then after reboot "apt-get clean; apt-get update; apt-get install --reinstall xbian-update"
On Beta 1.1 (fresh install) in xbian-config - check for system updates. 1) Update mirrors, 2) update - shows http://xbian.brantje.com as the Xbian mirror.

This is new to me

/etc/apt/sources.list

deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
deb mirror://apt.xbian.org/mirror.txt wheezy main

Is this correct??????????

@mk01 This is a Beta 1.1 issue not Beta 1.2
yes, it is correct. mirror://apt.xbian.org/mirror.txt is no real target for deb packages. it just contains a list of mirrors. then when apt-get is going to download the packages, it will look for the list and choose one of the records.

so it is ok if you see brantje.

this is currently the list of sites holding packages for xbian

http://xbian.brantje.com/
http://www.mirrorservice.org/sites/apt.xbian.org
http://xbian.dehakkelaar.nl/
I've just tried on Beta 1.2 and it's the same issue. Say's it's been updated - then go back intp xbian-config and all the updates are still there.
and is your xbian-package-config-shell in version 2.1.4-10 ?

if yes, check md5sum

d2bc3130bad6af1a194d44466f50d937 /usr/local/include/xbian-config/modules/updates/functions
Can't test at the moment - upgraded
(27th Aug, 2013 06:26 AM)IriDium Wrote: [ -> ]Can't test at the moment - upgraded

but you can check the version with apt-cache policy and md5sum from ssh. ... no ?
Pages: 1 2
Reference URL's