[SOLVED] Updates not working - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Kodi (/forum-18.html) +--- Thread: [SOLVED] Updates not working (/thread-3572.html) |
Updates not working - syco - 25th May, 2016 10:33 AM Hi guys, I have two RPi with the Xbian version 20160406-0, which tell me both I have several upgrades awaiting (see attachment with list). But when trying to update/upgrade those, it just does not work on both (see attachment with failure). Does anyone know, what is wrong here? PS I have not changed anything on the system. I am just doing the usual update procedures within xbian-config every four or five weeks. RE: Updates not working - f1vefour - 25th May, 2016 02:07 PM It looks like a shared lib is standing in the way. I would backup and force it. RE: Updates not working - Nachteule - 25th May, 2016 09:50 PM @syco Could be this issue again RE: Updates not working - syco - 25th May, 2016 10:08 PM Ah, shit, the Samba thing, alright. I will give it a try and report back later, mates. RE: Updates not working - syco - 25th May, 2016 11:16 PM Okay, that is what I did: 1. sudo dpkg -r --force-all python-samba samba samba-common-bin samba-common samba-dsdb-modules samba-libs:armhf 2. sudo apt-get -f install 3. sudo apt-get install samba python-samba samba-common-bin samba-common samba-dsdb-modules samba-libs libsmbclient libldb1 python-ldb It seems, step 3 was unneccessary after step 2, but well, it seems to work now. All the updates/upgrades went through. Thank you very much for your prompt and helping support. |