Hello, when i try to update the osmc from the tool inside cody i get an error.
i tried with apt-get and there is an error:
sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done E: The package rbp1-image-4.2.3-2-osmc needs to be reinstalled, but I can't find an archive for it.
i have the raspberry pi b+.
Any help?
Thanks in advance
sudo apt-get dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done E: The package rbp1-image-4.2.3-2-osmc needs to be reinstalled, but I can't find an archive for it.
Just realised that 4.2.3-2 is a fairly old kernel version and is no longer on our servers, that is why your system can’t download it. Why it’s trying to download such an old version, I don’t know. So try the following and post the output:
Well I think @DBMandrake might comment in more detail. But it looks like your SD Card is failing. Suggest you make a backup and do a new install (ideally on a new SD card).
dic 13 18:01:44 osmc kernel: EXT4-fs (sdb1): error count since last fsck: 2547
dic 13 18:01:44 osmc kernel: EXT4-fs (sdb1): initial error at time 1429287207: ext4_lookup:1437: inode 39452673
dic 13 18:01:44 osmc kernel: EXT4-fs (sdb1): last error at time 1448194061: ext4_lookup:1584: inode 39452673
I can see from your log file that you are currently running the 4.3.0-11-osmc kernel - this was never made available to end users through the normal My OSMC update process, which means you must have added the jessie-devel staging repository to your /etc/apt/sources.list and attempted to update at some point, although I can see you have since removed it.
This is why you are stuck in a situation where it is looking for packages that are no longer available, as our staging repository is for testing only and is often in a “broken” state that is not suitable for end users to update from. Attempting to do so is at your own risk.
It should be possible to recover from this though, the first thing I would try is:
deb http://mirrordirector.raspbian.org/raspbian jessie main contrib non-free deb http://apt.osmc.tv jessie main
this is my source.list and i never used jessie-devel or somethings.
sudo apt-get install -f rbp1-kernel-osmc --reinstall Reading package lists... Done Building dependency tree Reading state information... Done E: The package rbp1-image-4.2.3-2-osmc needs to be reinstalled, but I can't find an archive for it.