Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579300 - www-apps/owncloud-9.0.0 complains about webapp-config file
Summary: www-apps/owncloud-9.0.0 complains about webapp-config file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-08 06:37 UTC by Thomas Raschbacher
Modified: 2018-02-07 10:27 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Raschbacher gentoo-dev 2016-04-08 06:37:24 UTC
AFter upgrade one gets htis error:

Security & setup warnings

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…)
No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation.
Please double check the installation guides ↗, and check for any errors or warnings in the log.

details:

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
=======
- core
	- EXTRA_FILE
		- .webapp-owncloud-9.0.0

Raw output
==========
Array
(
    [core] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [.webapp-owncloud-9.0.0] => Array
                        (
                            [expected] => 
                            [current] => 
                        )

                )

        )

)
Comment 1 Thomas Raschbacher gentoo-dev 2016-04-08 09:00:00 UTC
well i guess it's more like a warning but might be worth looking into to avoid confusing people
Comment 2 meteora 2016-04-14 09:36:13 UTC
Same Thing with 9.0.1 version
Comment 3 Alexey Korepanov 2016-04-28 12:26:39 UTC
I confirm the same problem with 9.0.0 and 9.0.1 versions. The problem goes away if I move the file .webapp-owncloud-9.0.0 to some separate location.

I wonder if it is possible to store .webapp-* files somewhere else, so they do not interfere with the web server.
Comment 4 Alexey Korepanov 2016-04-28 13:37:12 UTC
There is a discussion on github:
https://github.com/owncloud/core/issues/24218
Comment 5 Thomas Beutin 2016-05-12 13:40:25 UTC
(In reply to Alexey Korepanov from comment #3)
> I confirm the same problem with 9.0.0 and 9.0.1 versions. The problem goes
[...]
and i can confirm this also for v9.0.2
Comment 6 Sylvain CANOINE 2016-07-25 15:50:18 UTC
Same problem with nextcloud 9.0.53 :

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
=======
- core
	- EXTRA_FILE
		- .webapp-nextcloud-9.0.53

Raw output
==========
Array
(
    [core] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [.webapp-nextcloud-9.0.53] => Array
                        (
                            [expected] => 
                            [current] => 
                        )

                )

        )

)

The next releases should correct this problem :
Owncloud 9.1 : https://github.com/owncloud/core/pull/25184/commits/a92e13442a7f0c5f0274a9135c24035d026645b8
NextCloud 10 : https://github.com/nextcloud/server/commit/2951a70fcba24417e2873e0fe00696ed185ecf8a

Is a backport possible ?
Comment 7 Bill Binder 2016-11-07 21:05:35 UTC
On exempting files from the check , see https://github.com/owncloud/core/issues/22966

* The message only appears if you have admin privs. (confirmed)

* There's a config option that switches off the check, but don't do that. (not tried)
Comment 8 Thomas Kemmer 2016-12-21 17:07:06 UTC
This should finally be fixed in the next release:
https://github.com/owncloud/core/commit/60e20c71274ab6b3784147533fcf838d9b6fc858
Comment 9 Thomas Raschbacher gentoo-dev 2018-01-26 17:48:48 UTC
I personally solved this with some apache config settings so that i could have the .well-known outside the actual owncloud/nextcloud directory. So as far as I am concerned this can be closed btw
Comment 10 Bernard Cafarelli gentoo-dev 2018-02-07 10:27:02 UTC
Indeed, plus in current versions there is a pattern exclusion for us so this should not appear anymore :)

Sadly this did not get accepted in nextcloud, but 1 out of 2 is a start