From owner-freebsd-security Thu Feb 17 9:54:22 2000 Delivered-To: freebsd-security@freebsd.org Received: from gate.webclub.ru (gate.web2000.ru [195.58.61.2]) by hub.freebsd.org (Postfix) with ESMTP id 9B48437B803 for ; Thu, 17 Feb 2000 09:54:14 -0800 (PST) (envelope-from novikov@webclub.ru) Received: from newbee.web2000.ru ([195.58.61.40]) by gate.webclub.ru with smtp (Exim 3.02 #1) id 12LV7A-0001fM-00 for freebsd-security@freebsd.org; Thu, 17 Feb 2000 20:53:20 +0300 From: Andrey Novikov Organization: WebClub To: freebsd-security@freebsd.org Subject: Nonpriveleged daemons and pid files Date: Thu, 17 Feb 2000 20:47:26 +0300 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00021720524101.23691@newbee.web2000.ru> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, now more and more daemons can be run from non-priveleged account - BIND, MTAs, DBMS'es and so on, but it sometimes leads to two minor problems - either this daemon can't create pid file in /var/run or it can't update it on restart. What is the common way to overcome that problem - it's very convinient to store them in one place. Andrey Novikov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message