Solved: PHP7.4-fpm requires systemd and fails to install
|
21st Mar, 2020, 04:01 AM
Post: #16
|
|||
|
|||
RE: PHP7.4-fpm requires systemd and fails to install
Hmmm, I'm wondering whats going on.
So reinstalled that php 7.4 stuff and inspected /etc/init.d/php7.4-fpm file That idiot is using systemd-tmpfile just for removing and recreating empty folder /run/php That's typical for systemd, makes everything so complicated just somehow possible ![]() rm -rf /run/php && mkdir -p /run/php can be understood by everybody, but for that command systemd-tmpfiles --remove --create /usr/lib/tmpfiles.d/php7.4-fpm.conf you have to read man page first and look into file /usr/lib/tmpfiles.d/php7.4-fpm.conf KISS was trampled on by the systemd makers from the very beginning ![]() ![]() ![]() |
|||
21st Mar, 2020, 11:52 PM
Post: #17
|
|||
|
|||
PHP7.4-fpm requires systemd and fails to install
So, that is the end for php7.3-fpm and php7.4-fpm on xbian for now?
|
|||
26th Mar, 2020, 12:04 AM
Post: #18
|
|||
|
|||
RE: PHP7.4-fpm requires systemd and fails to install | |||
5th Apr, 2020, 02:20 AM
Post: #19
|
|||
|
|||
RE: PHP7.4-fpm requires systemd and fails to install
(26th Mar, 2020 12:04 AM)Nachteule Wrote:(21st Mar, 2020 11:52 PM)jakenl Wrote: So, that is the end for php7.3-fpm and php7.4-fpm on xbian for now? Hi, I guess you implemented your 'found solution', because I tried today again to update the php packages and this time php7.4-fpm runs well and my website on this rpi is back alive! Thanks for that! For me it is good to have this dashboard running on both rpi's. In case Xbian is down, I can easily flip to the other rpi to run the dashboard. |
|||
5th Apr, 2020, 02:29 AM
Post: #20
|
|||
|
|||
RE: PHP7.4-fpm requires systemd and fails to install
(5th Apr, 2020 02:20 AM)jakenl Wrote: Hi, I guess you implemented your 'found solution', because I tried today again to update the php packages and this time php7.4-fpm runs well and my website on this rpi is back alive! Thanks for that! Yes, I did ![]() |
|||
« Next Oldest | Next Newest »
|