Description of problem: Patch or fresh build nextcloud latest is failing Version-Release number of selected component (if applicable): MGA 8 - beta 2 How reproducible: Install Nextcloud 21 from RPM above then go to webpage Steps to Reproduce: 1. Install or Patch Nextcloud 21 with version above 2. Goto 127.0.0.1/nextcloud on installed server 3. Will get the following web-page Forbidden You don't have permission to access this resource. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. 4. Note I've tried changing permissions in /var and in /conf folders of apache and nextcloud. No luck for me. Also tried modifyin httpd.conf without much luck. This issue started with latest version.
Hi, thanks reporting this. Assigning to packager.
Assignee: bugsquad => joequantCC: (none) => ouaurelien
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; }
Nextcloud in backport testing: Bug 28511
CC: (none) => fri
Mga8 is EOL and we do not maintain Nextcloud server anymore.
Resolution: (none) => OLDStatus: NEW => RESOLVED