One of the errors I'm seeing is:
'Namespace' object has no attribute 'php7'
...after running the:
wget -qO wo wordops.se/tup && sudo bash wo # install WordOps
...command sequence today. You can see my issues at:
[https://community.wordops.org/d/13-502-bad-gateway]
I tried running:
service nginx restart
...and get another one of those weird response/errors (discussed at link above):
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to restart 'nginx.service'.
Authenticating as: Ubuntu (ubuntu)
Password:
polkit-agent-helper-1: pam_authenticate failed: Authentication failure
==== AUTHENTICATION FAILED ===
Failed to restart nginx.service: Access denied
See system logs and 'systemctl status nginx.service' for details.
After running:
systemctl status nginx.service
...I get a whole bunch more of those weird response/errors:
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2019-02-06 14:05:51 CST; 8min ago
Process: 7620 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
Feb 06 14:05:51 tyrochristian systemd[1]: Starting A high performance web server and a reverse proxy server...
Feb 06 14:05:51 tyrochristian nginx[7620]: nginx: [emerg] open() "/etc/nginx/fastcgi_params" failed (24: Too many open files) in /etc/nginx/fastcgi_params:43
Feb 06 14:05:51 tyrochristian nginx[7620]: nginx: configuration file /etc/nginx/nginx.conf test failed
Feb 06 14:05:51 tyrochristian systemd[1]: nginx.service: Control process exited, code=exited status=1
Feb 06 14:05:51 tyrochristian systemd[1]: Failed to start A high performance web server and a reverse proxy server.
Feb 06 14:05:51 tyrochristian systemd[1]: nginx.service: Unit entered failed state.
Feb 06 14:05:51 tyrochristian systemd[1]: nginx.service: Failed with result 'exit-code'.
Feb 06 14:05:53 tyrochristian systemd[1]: nginx.service: Unit cannot be reloaded because it is inactive.