[Bug 239124] sysutils/nomad fix daemon to send output to syslog.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 11 00:08:13 UTC 2019


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

            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 at FreeBSD.org
          Reporter: tara at anne.cat
             Flags: maintainer-feedback?(jhixson at FreeBSD.org)
          Assignee: jhixson at FreeBSD.org

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

nomad runs daemon -f which forces all output of nomad to /dev/null, which makes
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.

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


More information about the freebsd-ports-bugs mailing list