Open LinuksGuru opened 3 years ago
Ansible starts to rename all modul names. Starting with firewalld (which is used only for RedHat based distrios.)
Should be fixed with 68ec322
I have merged 68ec322 with my fork and tried building with an Ubuntu 20.04 AMI with no luck.
Ansible
TASK [check install status] **************************************************** Thursday 04 March 2021 23:01:47 +0000 (0:00:01.810) 0:06:11.590 ******** fatal: [localhost]: FAILED! => changed=false connection: close content: '' content_type: text/html; charset=UTF-8 date: Thu, 04 Mar 2021 23:01:48 GMT elapsed: 0 msg: 'Status code was 500 and not [200]: HTTP Error 500: Internal Server Error' redirected: false referrer_policy: no-referrer server: nginx status: 500 transfer_encoding: chunked url: https://test2247.example.com/status.php x_content_type_options: nosniff x_download_options: noopen x_frame_options: SAMEORIGIN x_permitted_cross_domain_policies: none x_robots_tag: none x_xss_protection: 1; mode=block
Nextcloud
Could not boot files_versionsCould not resolve OCA\\Files_Versions\\Versions\\IVersionManager! Class can not be instantiated"},"userAgent":"--","version":"20.0.7.1"}
I managed to fix this by setting the inventory file to use PHP8 and using fixes 18569a4634a3e79ea341fa95a2aa1ed7735e287f and 2fcb3f953045d47a72ddbcf5999f145ac3b5b1d6.
Redis was actually the underlying issue because it is now using PHP8 and Nextcloud was using PHP7.
I made some changes to code so it's working also with php 8.0 right now. I also disabled the setting of the default loglevel to 1. That crashed any occ command executed later.
Hi,
There are couple of issues with nextcloud-reloaded on latestDebian buster. 1) Fixable - firewalld sections must be removed or commented out in order to playbook to run. 2) Not fixed yrt - playbook throws error "collabora : set allow domain cloud1.myserver.com - 'missing parameter(s) required by ''attribute'': value'". Resulting system displays "FIle not found" on startup page. nextcloud error log:
2021/02/22 16:46:11 [error] 9999#9999: *2 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 192.168.0.93, server: cloud1.myserver.com, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/run/php/php7.4-fpm.sock:", host: "cloud1.myserver.com"
Playbook errors: