php.fpm doesn't start after migrating

Hi everyone, any help will be appreciated. The php7.0-fpm won't start after migrating the linode.

It shows:
php7.0-fpm.service - The PHP 7.0 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php7.0-fpm.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2021-01-20 20:40:04 EST; 20min ago
Docs: man:php-fpm7.0(8)
Process: 2450 ExecStart=/usr/sbin/php-fpm7.0 --nodaemonize --fpm-config /etc/php/7.0/fpm/php-fpm.conf (code=exited, status=78)
Main PID: 2450 (code=exited, status=78)

1 Reply

Do you have more information? Can you provide the output of

sudo journalctl -xe

after this failure occurs?

It's probably something simple…some directory where php-fpm wants to write a PID file or create sockets doesn’t exist or has the wrong ownership/permissions.

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct