Bug 225368 - misc/e2fsprogs-libuuid: rc script runs too early
Summary: misc/e2fsprogs-libuuid: rc script runs too early
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-22 00:48 UTC by Bryan Drewery
Modified: 2018-02-08 22:56 UTC (History)
0 users

See Also:
mandree: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Drewery freebsd_committer freebsd_triage 2018-01-22 00:48:52 UTC
[~] # rcorder /etc/rc.d/* /usr/local/etc/rc.d/*|head -n 5
/usr/local/etc/rc.d/uuidd
/etc/rc.d/growfs
/etc/rc.d/sysctl
/etc/rc.d/hostid
/etc/rc.d/zvol

uuidd is running *first* on boot, long before my /usr is even mounted. So it never
runs.  Adding 'REQUIRE: FILESYSTEMS' fixes it.

Patch at https://people.freebsd.org/~bdrewery/patches/e2fsprogs-libuuid-rcorder-fix.diff
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-02-08 22:55:49 UTC
A commit references this bug:

Author: mandree
Date: Thu Feb  8 22:55:13 UTC 2018
New revision: 461282
URL: https://svnweb.freebsd.org/changeset/ports/461282

Log:
  Run rc.d/uuidd after the virtual FILESYSTEMS target.

  PR:		225368
  Submitted by:	bdrewery@
  MFH:		2018Q1

Changes:
  head/misc/e2fsprogs-libuuid/Makefile
  head/misc/e2fsprogs-libuuid/files/uuidd.in
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2018-02-08 22:56:41 UTC
Well, that is not the situation for me on 11.1 but your proposal is plausible, so I have committed it. 

Thank you!