Error updating

UPDATE:

It’s seems that the Raspberry cannot connect to the internet. Maybe a DNS issue?

I’m testing with:

osmc@osmc:~$ speedtest-cli        
Retrieving speedtest.net configuration...
Failed to parse speedtest.net configuration

but on my laptop, the same command gives:

fabio@macbook:~$ speedtest-cli 
Retrieving speedtest.net configuration...
Testing from Vodafone (37.117.111.209)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by 4ISP srl (Venice) [24.17 km]: 77.192 ms
Testing download speed................................................................................
Download: 12.17 Mbit/s
Testing upload speed....................................................................................................
Upload: 1.36 Mbit/s

Thanks.


Hi there,

I’m trying to do this:

sudo apt-get update

and I get this:

osmc@osmc:~$ sudo apt-get update
Get:1 http://apt.osmc.tv jessie InRelease [11.0 kB]                                                 
Get:2 http://ftp.debian.org jessie InRelease [11.0 kB]
Get:3 http://ftp.debian.org jessie-updates InRelease [11.0 kB]
Get:4 http://security.debian.org jessie/updates InRelease [11.0 kB]
Err http://apt.osmc.tv jessie InRelease                                       Splitting up /var/lib/apt/lists/partial/apt.osmc.tv_dists_jessie_InRelease into data and signature failed
  
Ign http://ftp.debian.org jessie InRelease           
Splitting up /var/lib/apt/lists/partial/ftp.debian.org_debian_dists_jessie_
InRelease into data and signature failed
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://apt.osmc.tv jessie InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)

E: GPG error: http://ftp.debian.org jessie InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)

I don’t know if it is related but I cannot download add-on (kodi log uploader) from the UI. This is a log:

15:27:56 490.362488 T:1491071984 WARNING: Previous line repeats 14 times.
15:27:56 490.362732 T:1491071984   ERROR: CAddonInstallJob[script.kodi.loguploader]: MD5 mismatch after download special://home/addons/packages/script.kodi.loguploader-0.1.0.zip
15:27:56 490.910309 T:1507849200 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer

I cannot download subtitles for example, and cannot update adds-on.
I can’t understand what happens.

Any suggestions?

Here latest logs

Your logs show you have run the command apt-get upgrage on multiple occasions. This command will (over time) cause irrepairable damage to your system. There is no way to correct this damage other than to re-install OSMC from scratch.

As your system is damaged, you might as well re-install now rather than spend time trying to diagnose any specific issues.

1 Like

You have been repeatedly and consistently running apt-get upgrade. Command line updates should only be done by use of apt-get dist-upgrade. Using upgrade is known to create issues and has been advised against a number of times, including in our wiki.

No further support can be provided unless and until you’ve re-installed this system.

1 Like

Ok, thanks. I’m reinstalling from scratch.
I did a couple of time apt-get upgrade at the very beginning, but then I’ve used to do apt-get dist-upgrade but I think it is too late now :slight_smile:

I know how to spend my spare time this night :smiley:

1 Like

No problem – be sure to check your PSU too

Sam

Hi @sam_nazarko,
I’ve reinstalled OSMC and everything is running smoothly (even the wifi).

I’ve updated to November update with:

sudo apt-get update && apt-get dist-upgrade

and no more apt-get upgrade :slight_smile: Lesson learned.

Here the logs: are you still seeing PSU issues?

Fabio

Good to hear.

To clarify – I was seeing issues with frequent USB disconnects and reconnects. This usually means a PSU issue, but it is not always this. I am not seeing such issues in your latest logs however.