Problem: After Server and OPSI update opsiconfd is not running

Problem:

After Server and OPSI update opsiconfd is not running
Joinscript fails and the service fails with ValueError: 'samba' does not appear to be an IPv4 or IPv6 address

Solution:

During update the opsi config changed:

cat /etc/opsi/configd.conf
grafana-internal-url = http://opsiconfd:PolDinuKg@localhost:3000skip-setup = [samba]

So a line feed is missing here.

grafana-internal-url = http://opsiconfd:PolDinuKg@localhost:3000
skip-setup = [samba]

is correct

Also the /etc/opsi/backendManager the acl.conf needs to be exchanged.
Error description and new acl here
https://forum.opsi.org/viewtopic.php?t=13780

1 Like
Mastodon