Went thru the upgrade process after updating my Ubuntu 18.04 server. Now nginx isn’t starting and I checked thru the forums looking for similar issues but don’t see much.
python3 management/status_checks.py
says:
python3: can’t open file ‘management/status_checks.py’: [Errno 2] No such file or directory
netops@box:~$ sudo python3 /home/netops/mailinabox/management/status_checks.py
Traceback (most recent call last):
File “/home/netops/mailinabox/management/status_checks.py”, line 12, in
import psutil
ModuleNotFoundError: No module named ‘psutil’
nginx -t says:
nginx: [warn] “ssl_stapling” ignored, host not found in OCSP responder “ocsp.int-x3.letsencrypt.org” in the certificate “/home/user-data/ssl/ssl_certificate.pem”
nginx: [warn] “ssl_stapling” ignored, host not found in OCSP responder “ocsp.int-x3.letsencrypt.org” in the certificate “/home/user-data/ssl/ssl_certificate.pem”
nginx: [warn] “ssl_stapling” ignored, host not found in OCSP responder “ocsp.int-x3.letsencrypt.org” in the certificate “/home/user-data/ssl/ssl_certificate.pem”
nginx: [warn] “ssl_stapling” ignored, host not found in OCSP responder “ocsp.int-x3.letsencrypt.org” in the certificate “/home/user-data/ssl/box.atf.linfield.edu-20200929-aafab098.pem”
nginx: [warn] “ssl_stapling” ignored, host not found in OCSP responder “ocsp.int-x3.letsencrypt.org” in the certificate “/home/user-data/ssl/ssl_certificate.pem”
nginx: [warn] “ssl_stapling” ignored, host not found in OCSP responder “ocsp.int-x3.letsencrypt.org” in the certificate “/home/user-data/ssl/ssl_certificate.pem”
nginx: [warn] “ssl_stapling” ignored, host not found in OCSP responder “ocsp.int-x3.letsencrypt.org” in the certificate “/home/user-data/ssl/ssl_certificate.pem”
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
I’ve rerun the update script several times with reboots in between…I’m stuck…Can anyone point me in the right direction?