Bug 217178

Summary: www/uwsgi: dies on reload
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed DUPLICATE    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dmitry Marakasov freebsd_committer freebsd_triage 2017-02-17 16:28:40 UTC
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
Comment 1 VK 2017-12-13 13:33:14 UTC
Close as duplicate of bug #216924 filed earlier and with more info.

*** This bug has been marked as a duplicate of bug 216924 ***