Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong hash value after update to 10.2.1.4 #517

Closed
Tschoepler opened this issue Jul 10, 2019 · 17 comments · Fixed by #522
Closed

wrong hash value after update to 10.2.1.4 #517

Tschoepler opened this issue Jul 10, 2019 · 17 comments · Fixed by #522
Labels

Comments

@Tschoepler
Copy link

hi,

after updating to owncloud 10.2.1.4 i get the notification

Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)

and when i list the invalid files the following shows up.

Results
=======
- core
	- INVALID_HASH
		- updater/CHANGELOG.md

Raw output
==========
Array
(
    [core] => Array
        (
            [INVALID_HASH] => Array
                (
                    [updater/CHANGELOG.md] => Array
                        (
                            [expected] => 30634ecf94beb635907baa4c1f9a144080890f172db28ce09515b5f9e5415255bbfab51dfdcecdf5eb3a7eaf97b558463758a5222d5eca696b2f8eb50ba28451
                            [current] => 2255145e06bdf90e19f890cb28060a6950ab6bc9b27e249b66a6ba235b8402ae65864c029016611f6a3399d3e4921c24f1ffe6ad24c88ad4ce1b3b9918266cfc
                        )

                )

        )

)

i tried downloading the CHANGELOG.md to my server from the master branch, but this gave me an invalid/non-matching hash value respond. any idea which file version i need to download to get rid of this error message?

thanks

@davitol davitol added the bug label Jul 16, 2019
@davitol
Copy link

davitol commented Jul 16, 2019

cc @VicDeo JFYI
I was also able to reproduce this issue using production channel

@VicDeo
Copy link
Member

VicDeo commented Jul 16, 2019

all channels except daily are unified to provide 10.2.1 at the moment so initial OC version is more important here

@muellermartin
Copy link

For me this issue also appeared after the automatic update to 10.2.1.4 and is related to the files missing that are mentioned in these forum threads:

I could manually download all the files, except the mentioned CHANGELOG.md file, as the checksum does not match and only one version is available. Is there a fix available or planned?

@VicDeo
Copy link
Member

VicDeo commented Oct 8, 2019

@VicDeo
Copy link
Member

VicDeo commented Oct 8, 2019

Somehow the CHANGELOG.md file in release package differs with the master one. 8-\

@muellermartin
Copy link

The error is gone for me. Unfortunately I can't remember how I solved it, but maybe I also used the file from the release package as the checksum matches.

@VicDeo
Copy link
Member

VicDeo commented Oct 11, 2019

Should be fixed in the next updater release

@DaveDreezer
Copy link

DaveDreezer commented Oct 18, 2019

Just got the notice to update to 10.3.0. Same error, same files that failed in the 10.2.1.4. Not fixed in the next updater release. Did you prefer a new bug report?

@VicDeo
Copy link
Member

VicDeo commented Oct 18, 2019

@DaveDreezer >Not fixed in the next updater release.

It depends on the definition of the next updater release. 📖
For me the next updater release hasn't been done yet and the core is shipped with Updater 1.0.0
https://github.com/owncloud/updater/releases/tag/v1.0.0

@DaveDreezer
Copy link

fair enough. thank you.

@jmac05r1
Copy link

Having same issue on README.md file .. any fix?

@jmac05r1
Copy link

jmac05r1 commented Nov 14, 2019 via email

@VicDeo
Copy link
Member

VicDeo commented Nov 15, 2019

Fixed in updater 1.0.1 https://github.com/owncloud/updater/releases/tag/v1.0.1
To be released with OC 10.4

@alariej
Copy link

alariej commented Aug 10, 2024

I just updated to 10.15.0.2 on a arm64 Ubuntu 22.04 RPI, and I get the warning "There were problems with the code integrity check. More information..." on the web client. Pressing the re-check button just spins forever. Running "occ integrity:check-core" in the terminal lists a bunch of files (updater/CHANGELOG.md, etc.) under "INVALID_HASH". Any way to quickly re-install only the updater? 🤯

@iasdeoupxe
Copy link

iasdeoupxe commented Aug 16, 2024

@alariej Usually not the best idea to post a new issue in a 3-4 year old and already solved issue.

Just create a new one as otherwise this won't get noticed by the app maintainers. Or don't use it at all as it isn't the most reliable update method: owncloud/core#41149

@jnweiger
Copy link
Contributor

@alariej maybe this workaround also helps in your case? #749 (comment)

@alariej
Copy link

alariej commented Aug 22, 2024

Hi @jnweiger, workaround did work, exactly what I was looking for. Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants