Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Feb 2022 10:44:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyNjE3NDddIHd3dy91d3NnaTogcmM6IE9ubHkgb3V0cHV0?= =?UTF-8?B?IHdoZW4gaXMgaXQgYSB0ZXJtaW5hbC4gRml4ZXMgcHVwcGV0N+KAmXMgcmN2?= =?UTF-8?B?YXIgdGVzdA==?=
Message-ID:  <bug-261747-7788-Gw2IJcZ6qc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261747-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261747-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #2 from ruben@verweg.com ---
(In reply to Kubilay Kocak from comment #1)

It is not the puppet agent=E2=80=99s rc.d file, it happens when =E2=80=9Cen=
suring=E2=80=9D a service in
puppet.
Of course I could also write a patch to harden their rcvar check handling.
It currently doesn=E2=80=99t expect anything else than the rcvar value or c=
omments.


sudo puppet apply -e 'service{ "uwsgi": enable=3D>false, ensure=3D>"stopped=
"}'
Notice: Compiled catalog for helium.niet.verweg.com in environment producti=
on
in 0.01 seconds
Error: /Stage[main]/Main/Service[uwsgi]: Could not evaluate: rcvar value is
empty
Notice: Applied catalog in 0.06 seconds


sudo puppet apply =E2=80=94debug -e 'service{ "uwsgi": enable=3D>false,
ensure=3D>"stopped"}'
=E2=80=A6
Debug: Facter: fact "operatingsystem" has resolved to: FreeBSD=20
Debug: Service[uwsgi](provider=3Dfreebsd): Could not find uwsgi in /etc/rc.d
Debug: Executing: '/usr/local/etc/rc.d/uwsgi onestatus'
Debug: Executing: '/usr/local/etc/rc.d/uwsgi rcvar'
Error: /Service[uwsgi]: Could not evaluate: rcvar value is empty
Debug: Class[Main]: Resource is being skipped, unscheduling all events
Debug: Stage[main]: Resource is being skipped, unscheduling all events=20
=E2=80=A6

--=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-261747-7788-Gw2IJcZ6qc>