From owner-freebsd-current@FreeBSD.ORG Sun Jun 20 21:40:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30DAC16A4D2 for ; Sun, 20 Jun 2004 21:40:01 +0000 (GMT) Received: from web50709.mail.yahoo.com (web50709.mail.yahoo.com [206.190.38.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 8F77B43D48 for ; Sun, 20 Jun 2004 21:40:00 +0000 (GMT) (envelope-from w8hdkim@yahoo.com) Message-ID: <20040620213955.3385.qmail@web50709.mail.yahoo.com> Received: from [68.40.135.37] by web50709.mail.yahoo.com via HTTP; Sun, 20 Jun 2004 14:39:55 PDT Date: Sun, 20 Jun 2004 14:39:55 -0700 (PDT) From: Kim Culhan To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: jail on -current and syslogd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 21:40:01 -0000 Have been working on setting up a jail and have it pretty much working. Just a little problem here, this is the procedure where the jail root is /jails: ifconfig xl1 inet alias 10.0.0.20 netmask 255.255.255.255 mount -t procfs /proc /jails/10.0.0.20/proc mount -t devfs /dev /jails/10.0.0.20/dev jail /jails/10.0.0.20 jailname 10.0.0.20 /bin/sh /etc/rc Returns Loading configuration files. Setting hostname: somehost.domain.tld. ln: /dev/log: Operation not permitted Starting syslogd. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout Starting local daemons:. Updating motd. Starting cron. Local package initialization: sshd2. Starting inetd. The syslog appears to work Ok, any info on ln: complaining above is greatly appreciated. tnx -kim __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com