Package: gunicorn3
Version: 19.0-7~bpo8+1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

        gunicorn3 don't start as it try to run python and not python3 so
        I did the following patch

diff /usr/sbin/gunicorn3-debian /usr/sbin/gunicorn3-debian.old
165c165
<             '--exec', self['python'], '--', daemon,
---
>             '--exec', self['python3'], '--', daemon,

        and now gunicorn3 run python3 and start correctly

        hope this help.

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gunicorn3 depends on:
ii  python3           3.4.2-2
ii  python3-gunicorn  19.0-7~bpo8+1
pn  python3:any       <none>

gunicorn3 recommends no packages.

Versions of packages gunicorn3 suggests:
pn  gunicorn-examples     <none>
pn  python3-pastedeploy   <none>
pn  python3-setproctitle  <none>
pn  python3-tornado       <none>

-- no debconf information

Reply via email to