Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 17:59:01 -0400
From:      "Adam Weinberger" <adamw@adamw.org>
To:        "olli hauer" <ohauer@gmx.de>
Cc:        svn-ports-all@FreeBSD.org, Emanuel Haupt <ehaupt@FreeBSD.org>, ports-committers@freebsd.org
Subject:   Re: svn commit: r351864 - head/shells/bash
Message-ID:  <3C27DBBC-628F-48F7-9EC4-82C7BA559D85@adamw.org>
In-Reply-To: <5356B13D.3010600@gmx.de>
References:  <5356B13D.3010600@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Also I'm confused by the statement "bash requires fdescfs(5) mounted on 
/dev/fd", as it runs just fine without it. Perhaps it should be changed 
to:
	bash will support a '/dev/fd/N' syntax if fdescfs(5) is mounted on 
/dev/fd

# Adam


--
Adam Weinberger
adamw@adamw.org
http://www.adamw.org


On 22 Apr 2014, at 14:13, olli hauer wrote:

> Hi Emanuel,
>
> please check the fdescfs mount notation, it looks wrong.
>
> Possible issues with wrong /etc/fstab entries are found mostly during 
> reboot, but then it is to late ;)
>
> According fdescfs(5) it should look like the this path.
>
>
> Index: pkg-message
> ===================================================================
> --- pkg-message (revision 351867)
> +++ pkg-message (working copy)
> @@ -4,10 +4,10 @@
>
> If you have not done it yet, please do the following:
>
> -       mount -t fdescfs fdesc /dev/fd
> +       mount -t fdescfs null /dev/fd
>
> To make it permanent, you need the following lines in /etc/fstab:
>
> -       fdesc   /dev/fd         fdescfs         rw      0       0
> +       fdescfs /dev/fd         fdescfs         rw      0       0
>
> ======================================================================
>
> -- 
> Regards,
> olli



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C27DBBC-628F-48F7-9EC4-82C7BA559D85>