Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2013 14:38:33 +0100
From:      Nicolas de Bari Embriz Garcia Rojas <nbari@inbox.im>
To:        richard bader <richard@bader-muenchen.de>
Cc:        freebsd-jail@freebsd.org
Subject:   Re: Can't find free bpf: No such file or directory
Message-ID:  <5166BCD9.5050704@inbox.im>
In-Reply-To: <51669C68.8090406@bader-muenchen.de>
References:  <4EB896B5-37B3-4F15-BA3B-811CDDB6541B@inbox.im> <51669C68.8090406@bader-muenchen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, many thanks it is working now, what I did, was to add:

add path 'bpf*' unhide

to the /etc/defaults/devfs.rules, later did a /etc/rc.d/devfs restart
and got it work.

This is how now looks the devfsrules_jail section on devfs.rules

# Devices usually found in a jail.
[devfsrules_jail=4]
add include $devfsrules_hide_all
add include $devfsrules_unhide_basic
add include $devfsrules_unhide_login
add path zfs unhide
add path 'bpf*' unhide


On 04/11/2013 12:20, richard bader wrote:
> have you tried something like this:
>
>
> rc.conf:
>
> jail_gate1_devfs_ruleset="devfsrules_jail_gate1"
>
> devfe.rules:
>
> [devfsrules_jail_gate1=7]
> add include $devfsrules_hide_all
> add include $devfsrules_unhide_basic
> add include $devfsrules_unhide_login
> add path 'bpf*' unhide
>
> _______________________________________________
> freebsd-jail@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-jail
> To unsubscribe, send any mail to "freebsd-jail-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5166BCD9.5050704>