Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2019 00:08:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239124] sysutils/nomad fix daemon to send output to syslog.
Message-ID:  <bug-239124-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 239124
           Summary: sysutils/nomad fix daemon to send output to syslog.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: jhixson@FreeBSD.org
          Reporter: tara@anne.cat
             Flags: maintainer-feedback?(jhixson@FreeBSD.org)
          Assignee: jhixson@FreeBSD.org

Created attachment 205678
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205678&action=
=3Dedit
patch for nomad to use daemon -S -T nomad

nomad runs daemon -f which forces all output of nomad to /dev/null, which m=
akes
it terrible to debug when something goes wrong at startup.

change this to daemon -S -T nomad, so logs go to syslog and tagged with
'nomad', so that it's much easier to tell when something is going wrong.

see attached diff.

--=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-239124-7788>