From owner-freebsd-stable@FreeBSD.ORG Wed Dec 23 01:34:10 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86C0D1065670 for ; Wed, 23 Dec 2009 01:34:10 +0000 (UTC) (envelope-from petros.fraser@gmail.com) Received: from mail-vw0-f173.google.com (mail-vw0-f173.google.com [209.85.212.173]) by mx1.freebsd.org (Postfix) with ESMTP id 40B9B8FC08 for ; Wed, 23 Dec 2009 01:34:09 +0000 (UTC) Received: by vws3 with SMTP id 3so2196085vws.3 for ; Tue, 22 Dec 2009 17:34:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=wzKVRMjF7Lyxk/jsy3coh5BLtkE6AqifCmbBgiXxazU=; b=dqSbI4Y82UyncqhQtzC0hdnU+6roJlNLI7Yb8FCsXHDPDEyFC0Bwjszx+Lfr3mj/kH G2R4ohbCtJkC4Wdx5WqlMmq9nG1cmndO8R61D5QB6EeDPYrVV0DGr3mFwCXq9pwc/flQ p50y69uyWGDaL4LTgfspultBZYc5UsTH8hjJE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lI74Jo3E40dUeen0U8IjUUWC9Rig0i06VBnUnL44kCDL5QSQbvvn68PCYGY1WvWug6 8vErL7km6yb76KjpMXYquwbSOsHvYtP1kQmSRJnwdzD2vtInVMAZmY9k32n15klv7gf6 z+z4opQ7I+OosIemTixWhVAVi/wa7hAzVdSBc= MIME-Version: 1.0 Received: by 10.220.127.2 with SMTP id e2mr9829075vcs.70.1261532049318; Tue, 22 Dec 2009 17:34:09 -0800 (PST) Date: Tue, 22 Dec 2009 20:34:09 -0500 Message-ID: From: Peter Fraser To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Create socket files X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2009 01:34:10 -0000 Hi All I wonder if anyone could help me with this problem. I followed the instructions in the handbook to create some jails. It makes part of the filesystem readonly which is good. Problem is though that I tried installing syslog-ng in one of the jails and when I tried to start it, I got this error > Error binding socket; addr='AF_UNIX(/var/run/log)', error='Permission > denied (13)' > Error initializing source driver; source='src', id='src#0' > Error initializing message pipeline; > /usr/local/etc/rc.d/syslog-ng: WARNING: failed to start syslog_ng I think it's trying to create the socket files /var/run/log and /var/run/logpriv but can't. Is there anyway for me to create them manually?