Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 14:34:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 191181] Jailnames cannot contain a dash
Message-ID:  <bug-191181-8-w6VcjsjM9Q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191181-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191181-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191181

--- Comment #1 from rs@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191181-8-w6VcjsjM9Q>