Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2015 14:23:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 199733] devd requires hastd using CARP+HAST.
Message-ID:  <bug-199733-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199733

            Bug ID: 199733
           Summary: devd requires hastd using CARP+HAST.
           Product: Base System
           Version: 9.3-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: hs_fbsd@on-sky.net

I setup CARP and HAST described as:
 https://www.freebsd.org/doc/en/books/handbook/disks-hast.html

But not work on boot time because devd start before hastd.
This patch for /etc/rc.d/devd looks work fine for me.

----
*** devd.old    Mon Apr 27 22:57:42 2015
--- devd    Mon Apr 27 22:57:17 2015
***************
*** 4,10 ****
  #

  # PROVIDE: devd
! # REQUIRE: netif
  # BEFORE: NETWORKING mountcritremote
  # KEYWORD: nojail shutdown

--- 4,10 ----
  #

  # PROVIDE: devd
! # REQUIRE: netif hastd
  # BEFORE: NETWORKING mountcritremote
  # KEYWORD: nojail shutdown

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199733-8>