Last login: Fri Nov 25 11:26:20 2022 [root@mail1 ~]# cat /etc/admserv/php-fpm/pools/admserv.conf |grep listen listen = /run/php-fpm/admserv-fpm.sock listen.owner = admserv listen.group = admserv listen.mode = 0666 [root@mail1 ~]#
So yes it matches your answer Each reboot causes the admin server to fail -----Original Message----- From: Blueonyx <[email protected]> On Behalf Of Michael Stauber Sent: November 25, 2022 10:55 AM To: [email protected] Subject: [BlueOnyx:25744] Re: New 5211R service Unavailable Hi Keith, > [root@mail1 ~]# cat /etc/admserv/php-fpm/pools/admserv.conf |grep > listen listen = /run/php-fpm/admserv-fpm.sock listen.owner = admserv > listen.group = admserv listen.mode = 0666 > grep: listen: No such file or directory > grep: =: No such file or directory > grep: /run/php-fpm/admserv-fpm.sock: No such file or directory > grep: listen.owner: No such file or directory > grep: =: No such file or directory > grep: admserv: No such file or directory > grep: listen.group: No such file or directory > grep: =: No such file or directory > grep: admserv: No such file or directory > grep: listen.mode: No such file or directory > grep: =: No such file or directory > grep: 0666: No such file or directory You copied and pasted too much into the console. It should have been: cat /etc/admserv/php-fpm/pools/admserv.conf |grep listen My message already contained the expected results. -- With best regards Michael Stauber _______________________________________________ Blueonyx mailing list [email protected] http://mail.blueonyx.it/mailman/listinfo/blueonyx _______________________________________________ Blueonyx mailing list [email protected] http://mail.blueonyx.it/mailman/listinfo/blueonyx
