Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2021 11:52:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254254] net/mosquitto 2.0.8 service fails to start
Message-ID:  <bug-254254-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 254254
           Summary: net/mosquitto 2.0.8 service fails to start
           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: weberbug@gmx.de
                CC: joe@thrallingpenguin.com
                CC: joe@thrallingpenguin.com
             Flags: maintainer-feedback?(joe@thrallingpenguin.com)

Recently mosquitto was updated to 2.0

mosquitto 2.0.8 service fails to start.

I got it to work with these changes:

/usr/local/etc/rc.d/mosquitto

grep pid_file

(there is an underline in the conf entry)

in the conf added a sub dir for pid:
(https://github.com/eclipse/mosquitto/issues/1950)

pid_file /var/run/mosquitto/mosquitto.pid

created it:

mkdir /var/run/mosquitto
chown nobody:wheel /var/run/mosquitto

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