Some files have not passed the integrity check

Hi,

After upgrading our ownCloud installation, I've seen this. It says that there's some extra files, but those files are nowhere to be found on the entire server. Is this a bug?

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
=======
- files_antivirus
	- EXTRA_FILE
		- l10n/.gitkeep
- gallery
	- EXTRA_FILE
		- .github/issue_template.md
		- .github/pull_request_template.md
		- .github/CONTRIBUTING.md
		- build/documentation/reports/index.html
		- .gitmodules

Raw output
==========
Array
(
    [files_antivirus] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [l10n/.gitkeep] => Array
                        (
                            [expected] => 
                            [current] => cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
                        )

                )

        )

    [gallery] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [.github/issue_template.md] => Array
                        (
                            [expected] => 
                            [current] => 61d9972ab7922fb6e8dfe89ccd26b4b93116d2f5a0f27460277f7737a18de38008f0bb9ccca6ff0be29e4ece9d58ea935609f61ec8bdde96d4162c92a544a753
                        )

                    [.github/pull_request_template.md] => Array
                        (
                            [expected] => 
                            [current] => f7683826d1824f7821d22a07475f9cffb9e14eb450b893b3f70116e7bb513707c3c0d65efdbe61537479bfdb6067437b9b95b16b1283401d99154fbe4c3a1897
                        )

                    [.github/CONTRIBUTING.md] => Array
                        (
                            [expected] => 
                            [current] => 19c87bcc731aea406018e9621d810c4e8b661d39689156ef026be0bd35c864ccba9c51fdae82589e63aa65e786652fe0052d8b6375f0cd4e3e176d1d926a31ab
                        )

                    [build/documentation/reports/index.html] => Array
                        (
                            [expected] => 
                            [current] => cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
                        )

                    [.gitmodules] => Array
                        (
                            [expected] => 
                            [current] => 2e6547755d8da261c448fbbc2afb4ce157aa2bc9ebb819ab84a170dd786dfda53d97ccebc272a497b62d00ed7fd44a87f09a316491f2a2381778f08241d406c2
                        )

                )

        )

)

If the message is shown then those files are there. Some pointers which could help you to identify and solve this:

  1. The "files_antivirus" and "gallery" are folders within the apps folders (e.g. /var/wwww/owncloud/apps)
  2. You need to enable hidden files in your used tool (explorer, command line etc.)
  3. The documentation contains additional info: https://doc.owncloud.org/server/latest/admin_manual/issues/code_signing.html#fixing-invalid-code-integrity-messages
  4. Using the search function of the forums will give you also quite a lot of additional info
1 Like

Those .github .gitkeep .gitignore files should not be installed. That is a bug in the script that generates the archives.
You can savely delete them. Not sure about that index.html file. probably also redundant.

There is an update of the scripting being prepared, but for the meantime manual removal is
required: https://github.com/owncloud/administration/pull/111#issuecomment-283978146

1 Like

I did, but I just couldn't figure out where the last couple of files where. Thanks for the information, though. Everything has been solved!