Unable to update NCPi from 1.15 to 1.17

Hi,
when i try to update my nextcloudpi an my RasPi 3 from 1.15.0 to 1.17.1 it fails.
Here is the log of the update-procedure:

root@nextcloudpi:~# sudo ncp-update
Downloading updates
Performing updates
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Reading package lists… Done
Reading package lists… Done
Building dependency tree
Reading state information… Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Reading package lists… Done
Reading package lists… Done
Building dependency tree
Reading state information… Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Config value jpeg_quality for app preview set to 60
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Reading package lists… Done
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Reading package lists… Done
Reading package lists… Done
Building dependency tree
Reading state information… Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Failed to enable unit: Unit file haveged.service does not exist.

Any ideas why this fails?

1 Like

Same error for me to

do you have haveged installed? what’s the output of systemctl | grep haveg?

not installed on purpose. i just installed the imag eon my raspi.

systemctl | grep haveg gives no output.

Got the problem solved. Just reinstalled haveged via sudo apt install haveged, after the installation ncp-update just went fine.