Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2023 14:46:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275234] net/cloudflared: Update startup order after networking is available
Message-ID:  <bug-275234-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 275234
           Summary: net/cloudflared: Update startup order after networking
                    is available
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: egypcio@FreeBSD.org
          Reporter: freebsd@void.stash.in.net
             Flags: maintainer-feedback?(egypcio@FreeBSD.org)
          Assignee: egypcio@FreeBSD.org

Created attachment 246466
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D246466&action=
=3Dedit
Patch to update REQUIRE to "DAEMON NETWORKING"

Currently net/cloudflared has a declared REQUIRE of "cleanvar SERVERS".

SERVERS is defined as "This is a dummy dependency, for early-start servers
relying on some basic configuration."

However since net/cloudflared requires network connectivity in order to
function properly in most use cases (primarily "tunnel run"), it fails to s=
tart
in these cases.

Updating the REQUIRE statement to "DAEMON NETWORKING", ensures that network
connections including dependent connection types such as ppp are initialized
before startup.

--=20
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-275234-7788>