https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202978

Peter Wemm <pe...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pe...@freebsd.org

--- Comment #1 from Peter Wemm <pe...@freebsd.org> ---
syncthing does something strange with its use of local ipv6 multicast and
crashes the kernel when it exits.  This is definitely a kernel bug - userland
apps should not be able to crash the kernel, even if they are doing something
odd.

In the meantime, you can work around it by DISABLING local announce.

If you can't do it through the UI, you can do it by editing the config.xml
while syncthing is not running.  Normally it is in
~/.config/syncthing/config.xml but you can configure it to be elsewhere.

change:
        <localAnnounceEnabled>true</localAnnounceEnabled>
to
        <localAnnounceEnabled>false</localAnnounceEnabled>

When you next start up syncthing, it won't do the weird thing with this line:
        <localAnnounceMCAddr>[ff32::5222]:21026</localAnnounceMCAddr>
.. which is causing the kernel panic.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to