Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2014 20:13:17 +0200
From:      olli hauer <ohauer@gmx.de>
To:        Emanuel Haupt <ehaupt@FreeBSD.org>
Cc:        svn-ports-all@FreeBSD.org, ports-committers@freebsd.org
Subject:   RE: svn commit: r351864 - head/shells/bash
Message-ID:  <5356B13D.3010600@gmx.de>

next in thread | raw e-mail | index | archive | help
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?5356B13D.3010600>