From owner-freebsd-stable@FreeBSD.ORG Wed Sep 6 16:03:07 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8761C16A4E8 for ; Wed, 6 Sep 2006 16:03:07 +0000 (UTC) (envelope-from mistry.7@osu.edu) Received: from mail.united-ware.com (am-productions.biz [69.61.164.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF60543D6D for ; Wed, 6 Sep 2006 16:03:06 +0000 (GMT) (envelope-from mistry.7@osu.edu) Received: from [192.168.1.100] (cpe-24-210-75-119.columbus.res.rr.com [24.210.75.119]) (authenticated bits=0) by mail.united-ware.com (8.13.6/8.13.6) with ESMTP id k86GFb8c089365 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 6 Sep 2006 12:15:44 -0400 (EDT) (envelope-from mistry.7@osu.edu) From: Anish Mistry To: freebsd-stable@freebsd.org User-Agent: KMail/1.9.1 MIME-Version: 1.0 Date: Wed, 6 Sep 2006 12:03:27 -0400 Content-Type: multipart/signed; boundary="nextPart13050553.Vttrls2Esu"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200609061203.43058.mistry.7@osu.edu> X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,MYFREEBSD2, RCVD_IN_NJABL_DUL,SPF_HELO_SOFTFAIL,SPF_SOFTFAIL autolearn=no version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on mail.united-ware.com X-Virus-Scanned: ClamAV 0.88.4/1811/Tue Sep 5 21:32:58 2006 on mail.united-ware.com X-Virus-Status: Clean Subject: Symbolic Links in /dev of a jail 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, 06 Sep 2006 16:03:07 -0000 --nextPart13050553.Vttrls2Esu Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Previously posted to -questions: In my quest to get asterisk+iaxmodem+hylafax working together in a=20 jail I've run into one final roadblock. I can't seem to figure out=20 how to create a symbolic link (ln -s doesn't work) in /dev in the=20 jail environment while in the jailed environment. When trying to=20 create a link with ln I receive: ln -s somedev targetdev ln: targetdev: Operation not permitted Adding a link entry to devfs.conf in the jail fails too since it=20 receives the same error. I can create a link in the jailed /dev from=20 the host environment, so there seems to be some restriction on=20 creating links in /dev while in the jail. The reason I need to be=20 able to do this is that iaxmodem needs to create a /dev/ttyIAX device=20 to point to the correct ttyp* device when it starts in the jail. Any suggestions would be appreciated. Thanks, =2D-=20 Anish Mistry --nextPart13050553.Vttrls2Esu Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBE/vFfxqA5ziudZT0RAgiVAKCoewodJ6K5XJ+sWfy2ju+GKe5KKgCdGUKq TYv4qW/zXvrunz/UzZe+elc= =Xown -----END PGP SIGNATURE----- --nextPart13050553.Vttrls2Esu--