Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[SOLVED] PHP7.4-fpm requires systemd and fails to install
Thank you for your donation

Pages (2): « Previous 1 2
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: PHP7.4-fpm requires systemd and fails to install
21st Mar, 2020, 04:01 AM
Post: #16
Nachteule Offline
Administrator
******
Posts: 2,194
Joined: Dec 2014
Reputation: 122
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 Exclamation

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 SadSadSad
Find all posts by this user
Quote this message in a reply
21st Mar, 2020, 11:52 PM
Post: #17
jakenl Offline
Registered
Posts: 101
Joined: Jun 2015
Reputation: 6
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?
Find all posts by this user
Quote this message in a reply
26th Mar, 2020, 12:04 AM
Post: #18
Nachteule Offline
Administrator
******
Posts: 2,194
Joined: Dec 2014
Reputation: 122
RE: PHP7.4-fpm requires systemd and fails to install
(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?

Sorry for the late response

No, I wouldn't say that. I found a solution which allows installation of systemd without dependency issues again
Find all posts by this user
Quote this message in a reply
5th Apr, 2020, 02:20 AM
Post: #19
jakenl Offline
Registered
Posts: 101
Joined: Jun 2015
Reputation: 6
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?

Sorry for the late response

No, I wouldn't say that. I found a solution which allows installation of systemd without dependency issues again

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.
Find all posts by this user
Quote this message in a reply
5th Apr, 2020, 02:29 AM
Post: #20
Nachteule Offline
Administrator
******
Posts: 2,194
Joined: Dec 2014
Reputation: 122
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!

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.

Yes, I did Smile
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): « Previous 1 2
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 14th Apr, 2021, 03:27 PM Powered By MyBB, © 2002-2021 MyBB Group.