Update not possible! - Nextcloud 11 corrupted file(s)

I’ve reproduced and investigated the problem and found two issues:

  1. the delta RPM for nethserver-nextcloud was invalid because I uploaded the same RPM two times. This invalidates the delta checksum (even if the original file is the same the RPM signing process produces different files). In the end, the delta RPM does not apply to the second upload.

  2. the nextcloud RPM file size appeared truncated. From your reports I see 30M, but should be 35M (at least on my PC it was so). I uploaded it again.

Now they are fixed and seem to work correctly by my side. Please, wait until mirrors are synched again. If you’re in hurry comment out mirrorlist= and uncomment baseurl= lines in /etc/yum.repos.d/NethServer.repo. Then run the following commands:

yum clean all
yum update

If you worked around the deltarpm issue as suggested by @dnutan the nextcloud package update could produce many RPM warnings of missing files. I think it’s because of a previously failed RPM transaction and should not harm.

4 Likes