Hello.

Sorry, I have overlooked your response from 2016-02-16, just got this e-mail notifying about report closure.

I have made sure my sistem is up to date and tested the condition again, with the same result:

# dpkg -la | grep nginx
ii nginx-common 1.6.2-5+deb8u1 all small, powerful, scalable web/proxy server - common files ii nginx-extras 1.6.2-5+deb8u1 amd64 nginx web/proxy server (extended version)
# service nginx configtest
[ ok ] Testing nginx configuration:.
# echo $?
0
# echo "}" >> /etc/nginx/sites-enabled/default
# service nginx configtest
[FAIL] Testing nginx configuration: failed!
# echo $?
0

I have upgraded my Nginx to jessie-backports verision. The issue seems to be corrected.

root@aeapi-dev:~# dpkg -la | grep nginx
ii nginx-common 1.9.10-1~bpo8+1 all small, powerful, scalable web/proxy server - common files ii nginx-extras 1.9.10-1~bpo8+1 amd64 nginx web/proxy server (extended version)
# service nginx configtest
[ ok ] Testing nginx configuration:.
# echo $?
0
# echo "}" >> /etc/nginx/sites-enabled/default
# service nginx configtest
[FAIL] Testing nginx configuration: failed!
# echo $?
1

Is there any chance that the version 1.6.2-5+deb8u1 from stable repository gets fixed?

Greetings and thank you.

El 24/05/16 a las 20:27, Debian Bug Tracking System escribió:
This is an automatic notification regarding your Bug report
which was filed against the nginx-common package:

#812831: nginx-common: testconfig returns 0 even on failure

It has been closed by Michael Lustfield <mich...@lustfield.net>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Michael Lustfield 
<mich...@lustfield.net> by
replying to this email.



Reply via email to