[BlueOnyx:25734] Re: New 5211R service Unavailable
kmrichardson at rogers.com
kmrichardson at rogers.com
Thu Nov 24 11:23:39 -05 2022
Thank you Sir!
Once again you knew the answers
Did
yum reinstall libsodium libargon
systemctl restart admserv-php-fpm.service
and I was able to access the admin server
after a reboot I had to run that again to access the admin side again
status shows a failed state
systemctl status admserv-php-fpm.service
× admserv-php-fpm.service - AdmServ PHP FastCGI Process Manager
Loaded: loaded (/usr/lib/systemd/system/admserv-php-fpm.service;
enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2022-11-24 11:20:12 EST;
2min 4s ago
Main PID: 3049 (code=exited, status=70)
CPU: 60ms
Nov 24 11:20:12 xxx.xxx.com systemd[1]: admserv-php-fpm.service: Scheduled
restart job, restart counter is at 5.
Nov 24 11:20:12 xxx.xxxx.com systemd[1]: Stopped AdmServ PHP FastCGI Process
Manager.
Nov 24 11:20:12 xxx.xxxx.com systemd[1]: admserv-php-fpm.service: Start
request repeated too quickly.
Nov 24 11:20:12 xxx.xxxx.com systemd[1]: admserv-php-fpm.service: Failed
with result 'exit-code'.
Nov 24 11:20:12 xxx.xxx.com systemd[1]: Failed to start AdmServ PHP FastCGI
Process Manager.
-----Original Message-----
From: Blueonyx <blueonyx-bounces at mail.blueonyx.it> On Behalf Of Michael
Stauber
Sent: November 24, 2022 10:36 AM
To: blueonyx at mail.blueonyx.it
Subject: [BlueOnyx:25733] Re: New 5211R service Unavailable
Hi Keith,
> I see the ONE-TIME temporary TLS Key generation for admserv.server >
failed to start
That can be ignored. It'll soft-fail once the TLS keys are present.
> I followed your instructions and since I can't get to the GUI the
> DEBUG doesn't show anything at all
Right. Are you still getting this error message instead:
"The server is temporarily unable to service your request due to maintenance
downtime or capacity problems. Please try again later."
That means the service "admserv-php-fpm.service" isn't running. That's the
PHP-FPM of the GUI.
Try this:
systemctl restart admserv-php-fpm.service systemctl status
admserv-php-fpm.service
If the service then is still reported as dead? Then that might be due to
missing libraries that PHP was compiled against. You can test it this way:
Running "/home/solarspeed/admserv-php/bin/php -v" should produce the
following output as shown below, but no error messages.
[root at 5211r 5211R]# /home/solarspeed/admserv-php/bin/php -v PHP 8.1.12 (cli)
(built: Nov 1 2022 14:10:53) (NTS) Copyright (c) The PHP Group Zend Engine
v4.1.12, Copyright (c) Zend Technologies
with the ionCube PHP Loader v12.0.1, Copyright (c) 2002-2022, by
ionCube Ltd.
If it complains about something that is missing, then most likely that can
be fixed this way:
yum install libsodium libargon2
A "yum update" will fix this as well as I posted am updated admserv-php two
days ago that now has these two libraries as hard coded requirements.
--
With best regards
Michael Stauber
_______________________________________________
Blueonyx mailing list
Blueonyx at mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx
More information about the Blueonyx
mailing list