Can't find free bpf: No such file or directory

Nicolas de Bari Embriz Garcia Rojas nbari at inbox.im
Thu Apr 11 13:45:21 UTC 2013


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-jail
> To unsubscribe, send any mail to "freebsd-jail-unsubscribe at freebsd.org"



More information about the freebsd-jail mailing list