From owner-freebsd-questions Fri Mar 10 3:48:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id C335F37B99E for ; Fri, 10 Mar 2000 03:48:38 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12TNtu-000MwJ-00; Fri, 10 Mar 2000 13:48:14 +0200 From: Sheldon Hearn To: Roger Anthony Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslog In-reply-to: Your message of "Thu, 09 Mar 2000 17:58:37 CST." <4.2.2.20000309175631.021b86f8@mail.hiwd.net> Date: Fri, 10 Mar 2000 13:48:14 +0200 Message-ID: <88182.952688894@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 09 Mar 2000 17:58:37 CST, Roger Anthony wrote: > I think I have traced it down to the fact that I have no /var/run/log > file. My question is, how do I make the /var/run/log file? Do I use > mknod? If so, what are the major/minors? Isn't it a fifo? If so, make it with mkfifo. I think it needs to be owned by root:wheel, world writable and sticky (mode 1666). Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message