Nextcloudpi update fails "No internet connectivity"

Nextcloudpi fails to update with the error message “No internet connectivity”. The rpi HAS a working internet connection as I am able to connect and sync.

Nextcloudpi version: v0.41.0
Nextcloud version: 12.0.1
Operating system and version: Raspbian 8.0 (jessie)

If any other information is required, please let me know.

i had the same problem the nextcloudpi config say’s no Internet connectivity… the Linux Bash say it’s all okay. (Sorry for my Bad English i’m from Germany)

@Terces Hi, please file an issue on the Nextcloud Pi github page. https://github.com/nextcloud/nextcloudpi/issues

i once had a smiliar problem… it got back to no entries (they got deleted by a process) in resolve.conf

I have the same Problem but no solution

I wrote a temporary solution on the nextcloudpi github page. You can find it here.

working temporary solution for me was this:

ssh into your raspberrypi. Check if this only affects github by manually running ping example.com and then ping github.com. If example.com returns your ping, but github doesn’t run sudo nano /usr/local/bin/ncp-update and change in the 7th line the ping github.com to ping example.com and save the changes. The simply run sudo ncp-update to run the update.

1 Like