-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[Bug]: 25.0.3 fresh install fails integrity check #36368
Comments
At least one seems to come from the drawio app.the other not sure. However I cannot reproduce the issue so one of your additionally installed apps is triggering this. |
Thanks 👍 Closing in favor of jgraph/drawio-nextcloud#26 |
This was closed prematurely, surely drawio was PART of the problem, but I've removed that and I'm still getting this failure: Technical informationThe following list covers which files have failed the integrity check. Please read Results
Raw outputArray
) |
Removing the drawio app does not revert the changes done by the drawio app to core/js/mimetypelist. The drawio app developer already working on a solution. I guess it should work to replace core/js/mimetypelist.js with the file from the release.zip to fix the integrity check. Don't forget to trigger a rescan. When you have further questions/issues with Nextcloud please visit our friendly community at: https://help.nextcloud.com. GitHub is our channel to report bugs and not for end-user support. |
I re-installed a second time, this time without drawio and now everything is copacetic. |
Bug description
Freshly installed 25.0.3 no local modifications, fails integrity check:
Technical information
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
Raw output
Array
(
[core] => Array
(
[INVALID_HASH] => Array
(
[core/js/mimetypelist.js] => Array
(
[expected] => 4b0a99fbab7bc4824176101150bd0ab2b553e128a390e0f872580db4541462b31aad13099fd41533b6695d1b185dabca26a45e9a78227cfb9479eafa439c7bff
[current] => 277ae695af1c4997b9bad3c8263b871c1efbccc2ff8a0e536987bcce37dddf0727a096ca11e890c143048d845315624f419f4915afa88d08e20ae89b90e24444
)
)
Steps to reproduce
Expected behavior
Pass with all files having correct hashsums.
Installation method
Community Manual installation with Archive
Operating system
Debian/Ubuntu
PHP engine version
PHP 7.4
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated from a minor version (ex. 22.2.3 to 22.2.4)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
There are 41360 lines in the log file, not practical to cut-n-paste.
Additional info
I have data in a separate directory. Prior to upgrading nextcloud itself, I upgraded all the apps so they were all current. I moved the old nextcloud directory to nextcloud.old, unpacked the new tar.bz2 archive in place with tar -xvjf nextcloud-25.0.3.tar.bz2, which created a new nextcloud directory. I then chown -R nextcloud.nextcloud nextcloud to give nextcloud ownership to all the files since I unpacked as root. On my server, it is modified so that it runs all applications under the user ID of the files owner provided it's above uid 300 and not root. This way nextcloud doesn't have access to friendica or other web app files, etc. Then I did php occ upgrade. It completed successfully, but when I go to administrative settings it fails the integrity check.
The text was updated successfully, but these errors were encountered: