devfs_ruleset

  1. L

    devfs ruleset incongruency - a bug?

    Ok, this is so weird, it's freaking me out right now. I'm stumped. So I'm writing a devfs ruleset for a Firefox jail. If I hide devices alphabetically such as `add path 'a*" hide` and unhide only the devices I need, things work great. I take this very very same ruleset and just insert `add...
  2. byrnejb

    devfs warning respecting qemu

    What is the problem here and how is it resolved? What are the implcations of this with respect to the running OS (14.1p5)? service devfs restart/etc/rc.d/devfs : WARNING: devfs_rulesets_from_file: cannot extract rule number ([qemu_ruleset])/etc/rc.d/devfs : WARNING: devfs_init_rulesets: could...
  3. I

    jails How to write devfs_ruleset so PCI devices are visible in a jail?

    How can I configure PCI to be available in jails? If I try to execute this inside the jail: then I get this error: The default devfs_ruleset for jails is "4" This ruleset hides everything to the jail. (I think this is the reason.) So, how can I write a devfs_ruleset to unhide PCI devices...
  4. I

    jails Strange behavior with "devfs_ruleset"

    I've noticed a strange problem with setting"devfs_ruleset" in jail.conf. In jail.conf: testjail { host.hostname = testjail; devfs_ruleset = 27; #note: with no other configuration for this jail } Note: ruleset 27 does NOT exist - I've checked in /etc/defaults/devfs.rules and...
Back
Top