[Bug 217178] www/uwsgi: dies on reload

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 17 16:28:40 UTC 2017


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

            Bug ID: 217178
           Summary: www/uwsgi: dies on reload
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: amdmi3 at FreeBSD.org

Because of socket ownership changes, on reload uwsgi is no longer possible to
chown its socket, and dies on `service uwsgi reload'

In log:

chown(): Operation not permitted [core/utils.c line 2623]

In source:

if (chown(filename, new_uid, new_gid)) {
    uwsgi_error("chown()");
    exit(1);
}

Probably an upstream problem, I've filed bug there as well:

https://github.com/unbit/uwsgi/issues/1471

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


More information about the freebsd-ports-bugs mailing list