[Bug 216924] www/uwsgi: can't reload\start\stop

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 8 19:21:56 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216924

            Bug ID: 216924
           Summary: www/uwsgi: can't reload\start\stop
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: demon at FreeBSD.org
          Reporter: robert.ayrapetyan at gmail.com
             Flags: maintainer-feedback?(demon at FreeBSD.org)
          Assignee: demon at FreeBSD.org

After latest updates (I guess two latest security patches) uwsgi daemon can not
be reloaded anymore with www user:

sudo -u www uwsgi --reload /var/run/uwsgi.pid
signal_pidfile()/kill(): Operation not permitted [core/uwsgi.c line 1656]

rc.conf settings:
uwsgi_enable="YES"
uwsgi_flags="--master --emperor /usr/local/etc/uwsgi/vassals --die-on-term"
uwsgi_logfile="/var/log/uwsgi/uwsgi.log"

"sudo service uwsgi stop" also doesn't work, it hangs forever:
sudo service uwsgi stop
Stopping uwsgi.
Waiting for PIDS: 43969

Logs:
waiting for Emperor death...
waiting for Emperor death...
waiting for Emperor death...

The only thing which work:
sudo pkill -9 uwsgi
sudo service uwsgi start

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list