Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2017 16:28:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217178] www/uwsgi: dies on reload
Message-ID:  <bug-217178-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217178

            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@FreeBSD.org
          Reporter: amdmi3@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217178-13>