Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2006 18:32:52 -0400
From:      Anish Mistry <mistry.7@osu.edu>
To:        freebsd-questions@freebsd.org
Cc:        Daniel Johansson <donnex@donnex.net>
Subject:   Re: devfs rule: ioctl DEVFSIO_SAPPLY: No such process
Message-ID:  <200604031833.10774.mistry.7@osu.edu>
In-Reply-To: <44319F47.30605@donnex.net>
References:  <44319F47.30605@donnex.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1948028.LnxaXq3mGT
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Monday 03 April 2006 18:18, Daniel Johansson wrote:
> Hello..
>
> I'm setting up a jail in FreeBSD 6.0. I've done that before in 4.x
> but now it's a new box and newer version of FreeBSD. Everything
> works fine except for the rules for my devfs mount. What I want to
> do is to hide the devices that isn't necessary in my jail
> environment like the disks etc.
>
> I've read the man files and some other guides online for this and
> my understanding is that I should use devd to manipulate the devfs
> mount and tell it to use rule set 4, as devfs.rules says is
> suitable for jails.
>
> $ devfs -m /path/to/my/jail/dev/ rule -s 4 applyset
> devfs rule: ioctl DEVFSIO_SAPPLY: No such process
>
> Am I doing something wrong or why do I get that error message? Any
> tips or comments about how to fix this?
>
> If you replay please CC the mail to me as I'm not subscribed to
> this mailing list.
Assuming you've got everything setup in your rc.conf the following is=20
what I use for a basic jail with basic dev entries:
jail_list=3D"myjailname"
# myjailname jail
ifconfig_vr0_alias0=3D"inet 192.168.1.60 netmask 255.255.255.255"
jail_myjailname_hostname=3D"myjailname.example.org"
jail_myjailname_ip=3D"192.168.1.32"
jail_myjailname_rootdir=3D"/path/to/my/jail"
jail_myjailname_devfs_enable=3D"YES"
jail_myjailname_devfs_ruleset=3D"devfsrules_jail"

=2D-=20
Anish Mistry

--nextPart1948028.LnxaXq3mGT
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (FreeBSD)

iD8DBQBEMaKmxqA5ziudZT0RAoyiAJ41UYIhgZ8h7P/pOUUWQ4T1nG/6wQCcCOmN
SLq9Hp1G10dlgPYrkynXlks=
=TZFI
-----END PGP SIGNATURE-----

--nextPart1948028.LnxaXq3mGT--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604031833.10774.mistry.7>