Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Mar 2025 07:24:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 285166] devel/{py-buildbot,py-buildbot-worker}: Fix "I wasn't expecting so many arguments" when 'rc_flags' is set in rc.conf(5)
Message-ID:  <bug-285166-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 285166
           Summary: devel/{py-buildbot,py-buildbot-worker}: Fix "I wasn't
                    expecting so many arguments" when 'rc_flags' is set in
                    rc.conf(5)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: DtxdF@disroot.org

Created attachment 258294
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D258294&action=
=3Dedit
buildbot-rc-fix.diff

If the buildbot/buildbot-worker rc(8) script is started after setting
`rc_flags` in `rc.conf(5)`, the error "I wasn't expecting so many arguments"
appears and buildbot/buildbot-worker does not start, the cause is that
buildbot/buildbot-worker expect to have the parameters first and the working
directory second, but currently it is the other way around.

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