Date: Sun, 07 Feb 2021 17:21:23 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 253323] [patch] www/tinyproxy should remove $pidfile Message-ID: <bug-253323-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253323 Bug ID: 253323 Summary: [patch] www/tinyproxy should remove $pidfile Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: freebsd@oldach.net Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Created attachment 222243 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222243&action= =3Dedit Patch Since the PidFile is created as root and the daemon drops privileges, it ca= nnot remove the PidFile upon exit: Feb 7 17:27:11 nuc tinyproxy[49788]: Could not remove PID file "/var/run/tinyproxy.pid": Permission denied. Therefore, have the service script clean up the stale PidFile. --=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-253323-7788>