[Bug 204977] [PATCH] java/openjdk8: Use late in pkg-message's fstab entries

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 2 21:56:19 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204977

            Bug ID: 204977
           Summary: [PATCH] java/openjdk8: Use late in pkg-message's fstab
                    entries
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: java at FreeBSD.org
          Reporter: t at tobik.me
          Assignee: java at FreeBSD.org
             Flags: maintainer-feedback?(java at FreeBSD.org)
          Keywords: patch

Created attachment 163784
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163784&action=edit
openjdk8.diff

The pkg-message for openjdk8 suggests adding two fstab entries.  But when using
a separate boot partition (or boot pool with a standard ZFS configuration as
proposed by the installer when using encryption) adding them can lead to the
system booting to single user mode (see
https://forums.freebsd.org/threads/11-current-boots-to-single-user-with-fdescfs-linprocfs-in-fstab.53163/#post-298637).
 Either loading fdescfs(5) (and procfs(5) but that is part of GENERIC) from
/boot/loader.conf or adding the late option fixes the problem for those systems
AFAICT (see attached patch).

This also affects the pkg-message of shells/bash.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list