[Bug 191181] Jailnames cannot contain a dash
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jun 20 14:34:41 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191181
--- Comment #1 from rs at bytecamp.net ---
Note: the name does not even have to be declared in jail.conf for this to
trigger. Also the warning is dependend on the name given.
E.g.
# /etc/rc.d/jail start foo-bar
/etc/rc.d/jail: WARNING: jail_extract_address: type not identified
expr: illegal option -- b
expr: usage: expr [-e] expression
# /etc/rc.d/jail start bar-foo
/etc/rc.d/jail: WARNING: jail_extract_address: type not identified
expr: illegal option -- f
expr: usage: expr [-e] expression
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list