gplessis/dotdeb-nginx

Cannot downgrade(errors)

Opened this issue · 2 comments

When i give the following command:

apt-get install -f it gives the following output:
nginx: [alert] kill(29026, 1) failed (3: No such process) dpkg: error processing libnginx-mod-stream (--configure): subprocess installed post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of nginx-extras: nginx-extras depends on libnginx-mod-http-geoip (= 1.10.1-1~dotdeb+7.3); howeve r: Package libnginx-mod-http-geoip is not configured yet. nginx-extras depends on libnginx-mod-http-image-filter (= 1.10.1-1~dotdeb+7.3); however: Package libnginx-mod-http-image-filter is not configured yet. nginx-extras depends on libnginx-mod-http-xslt-filter (= 1.10.1-1~dotdeb+7.3); however: Package libnginx-mod-http-xslt-filter is not configured yet. nginx-extras depends on libnginx-mod-mail (= 1.10.1-1~dotdeb+7.3); however: Package libnginx-mod-mail is not configured yet. nginx-extras depends on libnginx-mod-stream (= 1.10.1-1~dotdeb+7.3); however: Package libnginx-mod-stream is not configured yet. nginx-extras depends on libnginx-mod-http-auth-pam (= 1.10.1-1~dotdeb+7.3); how ever: Package libnginx-mod-http-auth-pam is not configured yet. nginx-extras depends on libnginx-mod-http-lua (= 1.10.1-1~dotdeb+7.3); however: Package libnginx-mod-http-lua dpkg: error processing nginx-extras (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: libnginx-mod-http-auth-pam libnginx-mod-http-geoip libnginx-mod-http-image-filter libnginx-mod-http-ndk libnginx-mod-http-lua libnginx-mod-http-perl libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream E: Sub-process /usr/bin/dpkg returned an error code (1)

I also gave it a try with:
apt-get install --reinstall nginx=1.8.1-1~dotdeb+7.1 nginx-common=1.8.1-1~dotdeb+7.1 nginx-full=1.8.1-1~dotdeb+7.1

Which gives me the same error..

killall -9 nginx and manually remove /var/run/nginx.pid should help :-)

Is this issue still relevant?