Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2017 04:32:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219207] [PATCH] devel/buildbot-worker rc script fails to start worker
Message-ID:  <bug-219207-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 219207
           Summary: [PATCH] devel/buildbot-worker rc script fails to start
                    worker
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: grembo@FreeBSD.org
          Reporter: asomers@FreeBSD.org
             Flags: maintainer-feedback?(grembo@FreeBSD.org)
          Keywords: patch
          Assignee: grembo@FreeBSD.org

Created attachment 182497
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182497&action=
=3Dedit
Patch to fix buildbot-worker rc script

Running "service buildbot-worker start" on FreeBSD 11.0-RELEASE fails with =
the
error "warn 'run_rc_command: cannot run -worker_program".  The reason is
because `name` contains a hyphen.  This causes the following line in rc.sub=
r to
expand incorrectly:
command=3D${_override_command:-$command}

The solution is to change name to "buildbot_worker".

--=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-219207-13>