zEitEr
Super Moderator
Hello,
Investigating an issue with NGINX Unit occurred after the DA update:
Do you probably have similar reports already?
Found wrong permissions:
Should be fixed with:
Control check:
Investigating an issue with NGINX Unit occurred after the DA update:
Code:
Subject: *** An error has occurred while rewriting the Nginx Unit config ***
Do you probably have similar reports already?
Found wrong permissions:
Bash:
[root@~]# ls -la /usr/lib/unit/modules/*.so
-rwxr-xr-x 1 root root 665856 Mar 3 23:02 /usr/lib/unit/modules/java17.unit.so
-rwxr-xr-x 1 root root 549144 Mar 3 23:02 /usr/lib/unit/modules/perl5.unit.so
-rwxr-x--- 1 root root 800736 Mar 3 23:02 /usr/lib/unit/modules/python3.6.unit.so
-rwxr-x--- 1 root root 480896 Mar 3 23:02 /usr/lib/unit/modules/ruby2.5.unit.so
[root@~]#
Should be fixed with:
Bash:
[root@~]# chmod 755 /usr/lib/unit/modules/*.so
[root@~]# systemctl restart unit.service
Control check:
Bash:
[root@~]# ls -la /usr/lib/unit/modules/*.so
-rwxr-xr-x 1 root root 665856 Mar 3 23:02 /usr/lib/unit/modules/java17.unit.so
-rwxr-xr-x 1 root root 549144 Mar 3 23:02 /usr/lib/unit/modules/perl5.unit.so
-rwxr-xr-x 1 root root 800736 Mar 3 23:02 /usr/lib/unit/modules/python3.6.unit.so
-rwxr-xr-x 1 root root 480896 Mar 3 23:02 /usr/lib/unit/modules/ruby2.5.unit.so
[root@~]#
Attachments
Last edited: