[Bug 1059272] Re: php5-fpm init.d script does not return any output when php5-fpm is started or stopped

2016-03-01 Thread Neal Gompa
This is not a valid bug anymore (if it ever was), as with the move to
systemd, sysv calls redirect to systemd, and systemd captures the
information in the journal, which can be viewed by looking at
/var/log/syslog, using "journalctl -u php5-fpm" (php7.0-fpm for Xenial),
or any other mechanism for reading the syslog/journal.

** Changed in: php5 (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1059272

Title:
  php5-fpm init.d script does not return any output when php5-fpm  is
  started or stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1059272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1059272] Re: php5-fpm init.d script does not return any output when php5-fpm is started or stopped

2012-10-11 Thread Bug Watch Updater
** Changed in: php5 (Debian)
   Status: Unknown = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1059272

Title:
  php5-fpm init.d script does not return any output when php5-fpm  is
  started or stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1059272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1059272] Re: php5-fpm init.d script does not return any output when php5-fpm is started or stopped

2012-10-10 Thread Thomas Ward
This is closed in Debian as Not a Bug, but rather a By Design thing.
This should be discussed, whether we want to change what the default
verbose setting is in /lib/init/vars.sh.  That should be decided upon in
future, but in the mean time this isn't a bug according to the PHP
maintainers.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1059272

Title:
  php5-fpm init.d script does not return any output when php5-fpm  is
  started or stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1059272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1059272] Re: php5-fpm init.d script does not return any output when php5-fpm is started or stopped

2012-10-09 Thread Thomas Ward
** Summary changed:

- php5-fpm init.d script does not return when php5-fpm  is started or stopped
+ php5-fpm init.d script does not return any output when php5-fpm  is started 
or stopped

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1059272

Title:
  php5-fpm init.d script does not return any output when php5-fpm  is
  started or stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1059272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1059272] Re: php5-fpm init.d script does not return any output when php5-fpm is started or stopped

2012-10-09 Thread Serge Hallyn
The /etc/init.d/php5-fpm script has checks for $VERBOSE inverted.  It
has several lines looking like:


[ $VERBOSE != no ]  log_daemon_msg Starting $DESC $NAME

which should read


[ $VERBOSE = no ]  log_daemon_msg Starting $DESC $NAME


** Changed in: php5 (Ubuntu)
   Importance: Undecided = Low

** Changed in: php5 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1059272

Title:
  php5-fpm init.d script does not return any output when php5-fpm  is
  started or stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1059272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1059272] Re: php5-fpm init.d script does not return any output when php5-fpm is started or stopped

2012-10-09 Thread Thomas Ward
** Bug watch added: Debian Bug tracker #690091
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690091

** Also affects: php5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690091
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1059272

Title:
  php5-fpm init.d script does not return any output when php5-fpm  is
  started or stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1059272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1059272] Re: php5-fpm init.d script does not return any output when php5-fpm is started or stopped

2012-10-09 Thread Serge Hallyn
Note my previous comment was wrong and backwards.  php5-fpm is doing the
right thing, and basically the same thing as for instance
/etc/init.d/lprng does.  The question is, is verbose as a default what
we want from /lib/init/vars.sh?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1059272

Title:
  php5-fpm init.d script does not return any output when php5-fpm  is
  started or stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1059272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1059272] Re: php5-fpm init.d script does not return any output when php5-fpm is started or stopped

2012-10-09 Thread Serge Hallyn
That is, is verbose=no as a default what we want.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1059272

Title:
  php5-fpm init.d script does not return any output when php5-fpm  is
  started or stopped

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1059272/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs