[Bug 208663] It is not possible to use spaces in fstab paths when using jails

2016-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663 Jamie Gritton changed: What|Removed |Added Resolution|--- |FIXED Status|In Progre

[Bug 208663] It is not possible to use spaces in fstab paths when using jails

2016-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: jamie Date: Thu Apr 28 01:40:47 UTC 2016 New revision: 298729 URL: https://svnweb.freebsd.org/changeset/base/298729 Log: MFC r298562: Make jail(8)

Re: [Bug 208663] It is not possible to use spaces in fstab paths when using jails

2016-04-25 Thread Allan Jude
On 04/23/16 02:58 AM, bugzilla-nore...@freebsd.org wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663 > > --- Comment #2 from Chris Hutchinson --- > Won't the following work? > > $ mkdir /tmp/Space\ Test > $ mkdir /tmp/Space\ Mountpoint > > $ echo "/tmp/Space\ Test /tmp/Space\ Mo

[Bug 208663] It is not possible to use spaces in fstab paths when using jails

2016-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663 --- Comment #4 from commit-h...@freebsd.org --- A commit references this bug: Author: jamie Date: Mon Apr 25 03:24:48 UTC 2016 New revision: 298562 URL: https://svnweb.freebsd.org/changeset/base/298562 Log: Make jail(8) interpret escape

Re: [Bug 208663] It is not possible to use spaces in fstab paths when using jails

2016-04-23 Thread James Gritton
On 2016-04-23 08:09, Valeri Galtsev wrote: On Sat, April 23, 2016 1:58 am, bugzilla-nore...@freebsd.org wrote: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663 --- Comment #2 from Chris Hutchinson --- Won't the following work? $ mkdir /tmp/Space\ Test $ mkdir /tmp/Space\ Mountpoint $

[Bug 208663] It is not possible to use spaces in fstab paths when using jails

2016-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663 --- Comment #3 from Jamie Gritton --- No, that won't work - strunvis(3) unfortunately doesn't escape things that way. Also, getfsent(3) treats all whitespace the same. As it should - I remember being stymied by sendmail.cf files that look

Re: [Bug 208663] It is not possible to use spaces in fstab paths when using jails

2016-04-23 Thread Valeri Galtsev
On Sat, April 23, 2016 1:58 am, bugzilla-nore...@freebsd.org wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663 > > --- Comment #2 from Chris Hutchinson --- > Won't the following work? > > $ mkdir /tmp/Space\ Test > $ mkdir /tmp/Space\ Mountpoint > > $ echo "/tmp/Space\ Test /tmp/S

[Bug 208663] It is not possible to use spaces in fstab paths when using jails

2016-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663 --- Comment #2 from Chris Hutchinson --- Won't the following work? $ mkdir /tmp/Space\ Test $ mkdir /tmp/Space\ Mountpoint $ echo "/tmp/Space\ Test /tmp/Space\ Mountpoint" nullfs ro 0 0" >> /etc/fstab.jail_name (untested) Also, isn't fs

[Bug 208663] It is not possible to use spaces in fstab paths when using jails

2016-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663 Jamie Gritton changed: What|Removed |Added CC||ja...@freebsd.org --- Comment #1 f

[Bug 208663] It is not possible to use spaces in fstab paths when using jails

2016-04-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663 Jamie Gritton changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|ja...@freebsd.org Stat

[Bug 208663] It is not possible to use spaces in fstab paths when using jails

2016-04-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208663 Mark Linimon changed: What|Removed |Added CC||freebsd-jail@FreeBSD.org -- You ar