- Edited
hello, total noob with grommunio, but not to linux and hosting.
I installed a fresh ISO today 5 times.. following the instructions to the letter but it appears there are missing files. timestamp is the last log entry.
2022-05-18 20:38:58 :: Config stage: restart all required services
Failed to restart gromox-adaptor.service: Unit gromox-adaptor.service not found.
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
2022-05-18 20:40:12 :: Config stage: completed
localhost:~ # systemctl status nginx.service
● nginx.service - The nginx HTTP and reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2022-05-18 20:38:58 PDT; 4min 35s ago
Process: 19795 ExecStartPre=/usr/sbin/nginx -t (code=exited, status=1/FAILURE)
May 18 20:38:58 localhost systemd[1]: Starting The nginx HTTP and reverse proxy server...
May 18 20:38:58 localhost nginx[19795]: nginx: [emerg] dlopen() "/usr//lib64/nginx/modules/ngx_http_brotli_static_module.so" failed (/usr//lib64/nginx/mod>
May 18 20:38:58 localhost nginx[19795]: nginx: configuration file /etc/nginx/nginx.conf test failed
May 18 20:38:58 localhost systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
May 18 20:38:58 localhost systemd[1]: nginx.service: Failed with result 'exit-code'.
May 18 20:38:58 localhost systemd[1]: Failed to start The nginx HTTP and reverse proxy server.
localhost:~ # cat /etc/nginx/nginx.conf
#user nginx;
worker_processes 1;
load_module lib64/nginx/modules/ngx_http_brotli_static_module.so;
load_module lib64/nginx/modules/ngx_http_brotli_filter_module.so;
load_module lib64/nginx/modules/ngx_http_vhost_traffic_status_module.so;
the modules do not exist on the system.
localhost:/usr/lib64/nginx/modules # ls -al
total 340
drwxr-xr-x 1 root root 244 May 18 20:35 .
drwxr-xr-x 1 root root 14 Jun 23 2021 ..
-rwxr-xr-x 1 root root 23552 Jun 23 2021 ngx_http_image_filter_module.so
-rwxr-xr-x 1 root root 27560 Jun 23 2021 ngx_http_perl_module.so
-rwxr-xr-x 1 root root 19376 Jun 23 2021 ngx_http_xslt_filter_module.so
-rwxr-xr-x 1 root root 100400 Jun 23 2021 ngx_mail_module.so
-rwxr-xr-x 1 root root 169576 Jun 23 2021 ngx_stream_module.so
localhost:/usr/lib64/nginx/modules #
seems to be missing some dependencies on the installer?