Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Right Click 0.13 nextcloud 16 Integrity Check fails #70

Closed
eduardotseoane opened this issue May 4, 2019 · 22 comments
Closed

Right Click 0.13 nextcloud 16 Integrity Check fails #70

eduardotseoane opened this issue May 4, 2019 · 22 comments
Assignees
Labels
bug Something isn't working

Comments

@eduardotseoane
Copy link

sudo -u apache occ integrity:check-app files_rightclick

  • EXCEPTION:
    • class: OC\IntegrityCheck\Exceptions\InvalidSignatureException
    • message: Signature data not found.
@eduardotseoane eduardotseoane changed the title Right Click 0.13 nextcloud 16 Ingrity Check fails Right Click 0.13 nextcloud 16 Integrity Check fails May 4, 2019
@createchange
Copy link

createchange commented May 10, 2019

I have the same issue.

Relevant documentation for the dev: https://docs.nextcloud.com/server/16/admin_manual/issues/code_signing.html

Output of file 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
=======
- files_rightclick
	- EXTRA_FILE
		- README.md
		- l10n/pt_br.json
		- l10n/pt_br.js
		- lib/Controller/AjaxController.php
		- appinfo/routes.php

Raw output
==========
Array
(
    [files_rightclick] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [README.md] => Array
                        (
                            [expected] => 
                            [current] => 074e5366640d4515e78752ecefcd654f896b97609027a9c791a3ddebf05ec67939b43d65df8e6da0e39609d1a491c4315c6a20f7984b04921e3304cbe3cb0ac7
                        )

                    [l10n/pt_br.json] => Array
                        (
                            [expected] => 
                            [current] => e008e4ebf11bef082de524dd1926f3b9e5f1f1fa585a833264b7ac661700a3cd6d86573f2094d8ffbf92e3a570b0dd111737ce2e74f17eae3297de1c878e2e76
                        )

                    [l10n/pt_br.js] => Array
                        (
                            [expected] => 
                            [current] => 6d9cb9ace3ed535fae70f417d42dc440e49239de80a38168fae362cf3ae2cfc3fd3975ffdb19383a8540d35474118cf19412acf434edcb549e0f300a6d80df13
                        )

                    [lib/Controller/AjaxController.php] => Array
                        (
                            [expected] => 
                            [current] => b1d77095602e8d8c14f6ce71418976f4650e5a8be17b8f30080a8a1e35b2bebffd632f92c3d70e6d06645fc9289345f4aa1d87a2c814b8e57037096102005707
                        )

                    [appinfo/routes.php] => Array
                        (
                            [expected] => 
                            [current] => 51d207201b25a97d806b0d4ff7bb72bfb5234efd4d92f35d46983cdb080434ef12a04ccbe448a59e6ba60f3acb7e5f8624559731aaf4e23ce097647f5c188edf
                        )

                )

        )

)

@jonathanmmm
Copy link

Same:
sudo -u www-data php occ integrity:check-app files_rightclick - EXTRA_FILE:
- README.md:
- expected:
- current: cf73849388838de5037624e53303618579b164ec69fd55834ce4c5332ae33f778839e36298cbcc8ede90620927e076dbb8883479754e4c09b0491b15bf7653f3

Disabling, removing and reinstalling and rescan made the error going away.

@jonathanmmm
Copy link

sudo -u www-data php occ integrity:check-app files_rightclick - EXCEPTION:
- class: OC\IntegrityCheck\Exceptions\InvalidSignatureException
- message: Signature data not found.

(Is this right, no signature?)

But the error is gone in the webinterface

@jonathanmmm
Copy link

Ok, the Error is there again with:
The signature data Not found.

@jean-io
Copy link

jean-io commented May 16, 2019

Same here.

@eduardotseoane
Copy link
Author

It seem that that not occour after 16.0.1 update

@jonathanmmm
Copy link

I updated from 15.0.7 to 16.0.1 and the error came.

@uiharu-s
Copy link

The relevant thread on the forum:
https://help.nextcloud.com/t/nc-15-0-7-16-0-0-upgrade-file-integrity-check-failed/52611

A workaround to make the warning go away is to simply rm /path/to/nextcloud/apps/files_rightclick/README.md

@jonathanmmm
Copy link

I deleted the App and reinstalled, shouldn't it removed the package with the readme.md and download it without?

@Henk57
Copy link

Henk57 commented Jun 24, 2019

Same problem with me after updating to Nextcloud 16.
Uninstall, reinstall did not solve the error.
Renaming README.md to README.md_fout did not solve the problem either.

`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_rightclick
    • EXTRA_FILE
      • README.md

Raw output

Array
(
[files_rightclick] => Array
(
[EXTRA_FILE] => Array
(
[README.md] => Array
(
[expected] =>
[current] => cf73849388838de5037624e53303618579b164ec69fd55834ce4c5332ae33f778839e36298cbcc8ede90620927e076dbb8883479754e4c09b0491b15bf7653f3
)

            )

    )

)`

@quentinDupont
Copy link

Same problem here after updating to Nextcloud 16.

@aaronjlawson
Copy link

Same problem after the update from Nextcloud 16.0.1 to 16.0.2.

@Henk57
Copy link

Henk57 commented Jul 5, 2019

Yes. Problem with 'offical app' remains.

@ghost
Copy link

ghost commented Jul 8, 2019

Same here.

@mrs59
Copy link

mrs59 commented Jul 10, 2019

yep - i have the same problem as well on Nextcloud 16.0.3

@Delor3an91
Copy link

Hi Everybody,

Does a new release (0.14 ?) with a signature is in the loop ?

@NastuzziSamy
Copy link
Member

Hi :)

I am adding this in a new release, I am just not just at home so I can make it. Wait max a week.

Thx for feedbacks, cheers

@NastuzziSamy NastuzziSamy self-assigned this Jul 12, 2019
@NastuzziSamy NastuzziSamy added the bug Something isn't working label Jul 12, 2019
@unnilennium
Copy link

Back home ?@NastuzziSamy

@Githopp192
Copy link

same to me .. just did the Upgrade from 15.0.10 to 16.0.3 -->

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

#NAME?

  • EXTRA_FILE
  • README.md
     
    Raw output
    ==========
    Array
    (
    [files_rightclick] => Array
    (
    [EXTRA_FILE] => Array
    (
    [README.md] => Array
    (
    [expected] =>
    [current] => cf73849388838de5037624e53303618579b164ec69fd55834ce4c5332ae33f778839e36298cbcc8ede90620927e076dbb8883479754e4c09b0491b15bf7653f3
    )
     
    )

@tobiasKaminsky
Copy link
Member

I had the same today with an upgrade to NC17 beta1:

[files_rightclick] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [README.md] => Array
                        (
                            [expected] => 
                            [current] => cf73849388838de5037624e53303618579b164ec69fd55834ce4c5332ae33f778839e36298cbcc8ede90620927e076dbb8883479754e4c09b0491b15bf7653f3
                        )

                )

        )

@jean-io
Copy link

jean-io commented Aug 18, 2019

This issue is 4 months old... I have uninstalled this APP!

Having a basic issue not resolved with a such high impact on security is not acceptable.

I apologize to the developer but this is not serious....

@NastuzziSamy
Copy link
Member

@ricain I understand, no need to apologize, it is not serious from me ^^

Will be fixed in the next release

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests