<div dir="ltr"><div><div>Ever since upgrading to 1.8.0 I get the following report from Cron:</div><div><br></div><div>/etc/cron.daily/logrotate:</div><div>error: error running shared postrotate script for '/var/log/nginx/*.log '</div><div>error: error running shared postrotate script for '/var/<a href="http://www.example.com/logs/*.log">www.example.com/logs/*.log</a> '</div><div>run-parts: /etc/cron.daily/logrotate exited with return code 1</div><div><br></div><div>Contents of /etc/logrotate.d/nginx:</div><div><br></div><div>/var/log/nginx/*.log {</div><div>    weekly</div><div>    missingok</div><div>    rotate 52</div><div>    compress</div><div>    delaycompress</div><div>    notifempty</div><div>    create 0640 www-data adm</div><div>    sharedscripts</div><div>    prerotate</div><div>        if [ -d /etc/logrotate.d/httpd-prerotate ]; then \</div><div>            run-parts /etc/logrotate.d/httpd-prerotate; \</div><div>        fi; \</div><div>    endscript</div><div>    postrotate</div><div>        invoke-rc.d nginx rotate >/dev/null 2>&1</div><div>    endscript</div><div>}</div><div><br></div><div>/var/www/<a href="http://example.com/logs/*.log">example.com/logs/*.log</a> {</div><div>   daily</div><div>   missingok</div><div>   rotate 36500</div><div>   compress</div><div>   delaycompress</div><div>   notifempty</div><div>   create 0640 www-data adm</div><div>   sharedscripts</div><div>   prerotate</div><div>       if [ -d /etc/logrotate.d/httpd-prerotate ]; then \</div><div>           run-parts /etc/logrotate.d/httpd-prerotate; \</div><div>       fi; \</div><div>   endscript</div><div>   postrotate</div><div>                invoke-rc.d nginx rotate >/dev/null 2>&1</div><div>        endscript</div><div>}</div><div><br></div><div>Their are numerous .../<a href="http://example.com/.">example.com/.</a>.. directories in the config file, but I have had this configuration for ages, and the update to 1.8.0 did not attempt to make any changes to this file.</div><div><br></div><div>There is a bug report (dated 2015-05-01) at Launchpad that appears identical to my issue:</div><div><a href="https://bugs.launchpad.net/nginx/+bug/1450770">https://bugs.launchpad.net/nginx/+bug/1450770</a></div><div><br></div><div>Are there any workarounds or configuration changes to correct this issue?</div><div><br></div><div>Thanks!</div><div><br></div><div><br></div><div>Paul</div></div><div><br></div><div>System configuration:</div><div><br></div><div>Ubuntu 12.0.4.5 LTS (GNU/Linux 3.2.0-82-virtual x86_64)</div><div><br></div><div>Nginx installed from PPA</div><div><a href="https://launchpad.net/~nginx/+archive/ubuntu/stable">https://launchpad.net/~nginx/+archive/ubuntu/stable</a></div><div><br></div><div># nginx -V</div><div><div>built with OpenSSL 1.0.1 14 Mar 2012</div><div>TLS SNI support enabled</div><div>configure arguments: --with-cc-opt='-g -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-ipv6 --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_addition_module --with-http_dav_module --with-http_geoip_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_spdy_module --with-http_sub_module --with-http_xslt_module --with-mail --with-mail_ssl_module --add-module=/build/buildd/nginx-1.8.0/debian/modules/nginx-auth-pam --add-module=/build/buildd/nginx-1.8.0/debian/modules/nginx-dav-ext-module --add-module=/build/buildd/nginx-1.8.0/debian/modules/nginx-echo --add-module=/build/buildd/nginx-1.8.0/debian/modules/nginx-upstream-fair --add-module=/build/buildd/nginx-1.8.0/debian/modules/ngx_http_substitutions_filter_module</div></div><div><br></div></div>