I installed nginx-extras and passenger from Phusion PPA and received the
following error.
/etc/init.d/nginx: line 46: 32069 Segmentation fault (core dumped)
start-stop-daemon --start --quiet --pidfile $PID --exec $DAEMON –
$DAEMON_OPTS 2> /dev/null
What’s the best way to begin troubleshooting this issue?
Thank you!
J_B
2
Hi J B,
Am 21-06-2016 17:59, schrieb J B:
I installed nginx-extras and passenger from Phusion PPA and received
the following error.
/etc/init.d/nginx: line 46: 32069 Segmentation fault (core dumped)
start-stop-daemon --start --quiet --pidfile $PID --exec $DAEMON –
$DAEMON_OPTS 2> /dev/null
What’s the best way to begin troubleshooting this issue?
Let’s assume you have a ubuntu setup.
This is a heavily customized nginx which you can see with nginx -V
How about to use the official nginx inc supported package and see if
this happens also with this package.
http://nginx.org/en/linux_packages.html#stable
or a more recent version
http://nginx.org/en/linux_packages.html#mainline
Best Regars
Aleks