Ticket #580 (closed maintenance: fixed)

Opened 3 years ago

Last modified 3 years ago

php5-fpm starting when puffin boots

Reported by: chris Owned by: chris
Priority: major Milestone: Maintenance
Component: Live server Keywords:
Cc: ed, jim Estimated Number of Hours: 0.0
Add Hours to Ticket: Billable?: yes
Total Hours: 0.25

Description

When wiki:PuffinServer is booted /etc/init.d/php5-fpm is started and this causes errors with the site.

Change History

comment:1 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.25
  • Total Hours changed from 0.0 to 0.25

You can find which version(s) are running with:

ps -lA | grep php

The right version is listed as php-fpm and the wrong version as php5-fpm.

I have tried to disable php5-fpm:

update-rc.d php5-fpm disable
  update-rc.d: using dependency based boot sequencing
  insserv: warning: current start runlevel(s) (empty) of script `php5-fpm' overwrites defaults (2 3 4 5).
  insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `php5-fpm' overwrites defaults (0 1 6).
  insserv: warning: current start runlevel(s) (empty) of script `php5-fpm' overwrites defaults (2 3 4 5).
  insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `php5-fpm' overwrites defaults (0 1 6).

I have added a link from the wiki page to this ticket wiki:PuffinServer#php-fpm -- we won't know if the above has worked till we reboot it again.

comment:2 Changed 3 years ago by chris

  • Add Hours to Ticket 0 deleted
  • Status changed from new to closed
  • Resolution set to fixed

This has been resolved.

Note: See TracTickets for help on using tickets.