Current problem reports assigned to freebsd-jail@FreeBSD.org

2013-05-13 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o bin/178302   jail   jail(8): unknown parameter: ip6.addr when kernel compi
o kern/176112  jail   [jail] [panic] kernel panic when starting jails
o kern/176092  jail   [jail] [panic] Starting a jail on my releng/9.1 kernel
o kern/174902  jail   [jail] jail should provide validator for jail names
o kern/174436  jail   [jail] Jails with numbers as names don't work
o bin/173469   jail   [jail] regression: security.jail.sysvipc_allowed=1 no 
o kern/169751  jail   [jail] reading routing information does not work in ja
o bin/167911   jail   new jail(8) problem with removal, ifconfg -alias and k
o kern/159918  jail   [jail] inter-jail communication failure
o kern/156111  jail   [jail] procstat -b not supported in jail
o misc/155765  jail   [patch] `buildworld' does not honors WITHOUT_JAIL
o conf/154246  jail   [jail] [patch] Bad symlink created if devfs mount poin
o conf/149050  jail   [jail] rcorder ``nojail'' too coarse for Jail+VNET
s conf/142972  jail   [jail] [patch] Support JAILv2 and vnet in rc.d/jail
o conf/141317  jail   [patch] uncorrect jail stop in /etc/rc.d/jail
o kern/133265  jail   [jail] is there a solution how to run nfs client in ja
o kern/119842  jail   [smbfs] [jail] Bad address with smbfs inside a jail
o bin/99566jail   [jail] [patch] fstat(1) according to specified jid

18 problems total.

___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org


Re: jail(8) vs. rc.d/jail features - fstab, zfs, vnet

2013-05-13 Thread Dirk Engling
On 14.04.13 17:24, Jamie Gritton wrote:

 line, which is inelegant to say the least. What I need is a $jid to be
 set even when it isn't specified in the config, which is a little
 complicated but doable if I just get down to it.

After stabbing around in the code for a while I found that parameter
substitution happens so early that for non-jid bound jails this
parameter will not be set until much later with the create_jail call and
thus would need special handling in load_config. Code for substituting
just the $jid variable would need to be duplicated from load_config and
reapplied just in case the jid was not set.

Still I agree, it's the much nicer approach, if it works.

 Proceed away :-).

The easy things like adding a zfs dataset parameter and the postcreate
command can be found here:

http://erdgeist.org/arts/software/jail/usr.sbin.jail-postcreate.patch
http://erdgeist.org/arts/software/jail/usr.sbin.jail-zfsdataset.patch

Regards,

  erdgeist
___
freebsd-jail@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to freebsd-jail-unsubscr...@freebsd.org