Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2014 22:34:50 -0700
From:      Gary Aitken <freebsd@dreamchaser.org>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   bash fdesc requirement?
Message-ID:  <548E72FA.4000506@dreamchaser.org>

next in thread | raw e-mail | index | archive | help
Building up a 9.3-release system.
After doing a pkg upgrade I see this message:

Message for bash-4.3.30_1:
 ======================================================================
bash requires fdescfs(5) mounted on /dev/fd
If you have not done it yet, please do the following:
        mount -t fdescfs fdesc /dev/fd
To make it permanent, you need the following lines in /etc/fstab:
        fdesc   /dev/fd         fdescfs         rw      0       0

Yet it seems to run just fine without it.  (simple test, start bash and
exit...)

Can someone explain what's going on, and why one would or would not 
add the indicated line to /etc/fstab?

Thanks,

Gary



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?548E72FA.4000506>