| Summary: | Nextcloud 21.0.0-0.20201214.1.mga8 failing with 403 Forbidden error | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Brian Rockwell <brtians1> |
| Component: | RPM Packages | Assignee: | Joseph Wang <joequant> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | fri, ouaurelien |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | nextcloud-21.0.0-0.20201214.1.mga8.noarch | CVE: | |
| Status comment: | |||
| Attachments: | journal | ||
|
Description
Brian Rockwell
2020-12-18 20:38:54 CET
Hi, thanks reporting this. Assigning to packager. Assignee:
bugsquad =>
joequant Created attachment 12111 [details]
journal
I noticed a lot of ethernet noise as well on this build. This is with all patches.
Any news on this one? Can't move forward with 64-bit nextcloud testing Can you run the following command? (base) [joe@big-apple conf.d]$ rpm -qa | grep fpm php-fpm-apache-8.0.0-2.mga8 php-fpm-8.0.0-2.mga8 You will get a forbidden error when the system doesn't have a php handler installed. Also can you look at the error log? Also can you run /usr/sbin/nextcloud-install.sh php-fpm-* were not installed. Installed those and got a different error. Ran /usr/sbin/nextcloud-install.sh required I install git installed git Ran the installation. confirmed apache working 127.0.0.1 ran nextcloud - different errors but not working. - - - where are the logs you want? in journal maybe this will be useful:
Dec 28 12:30:00 localhost kernel: net-fw DROP IN=enp0s20 OUT= MAC=00:18:f3:28:c3:9e:90:2b:34:26:58:d3:08:00 SRC=192.168.10.110 DST=192.168.10.111 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=38711 DF PROTO=TCP SPT=46260 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0
Dec 28 12:30:01 localhost crond[8342]: pam_unix(crond:session): session opened for user apache by (uid=0)
Dec 28 12:30:01 localhost CROND[8347]: (apache) CMD (/usr/bin/php -f /usr/share/nextcloud/cron.php)
Dec 28 12:30:01 localhost CROND[8342]: (apache) CMDOUT (/usr/bin/sh: line 1: /usr/bin/php: No such file or directory)
Dec 28 12:30:01 localhost CROND[8342]: pam_unix(crond:session): session closed for user apache
When I look in cron.php
require_once __DIR__ . '/lib/versioncheck.php';
try {
require_once __DIR__ . '/lib/base.php';
if (\OCP\Util::needUpgrade()) {
\OC::$server->getLogger()->debug('Update required, skipping cron', ['app' => 'cron']);
exit;
}
|