Open localhorst-org opened 3 years ago
Same here, i can confirm that issue for "mosquitto" with buster and bullseye release! Downgrade doesn't work for me.
the issue seems to be dedicated to ARMv6 systems like RPi1. On a RPi3B+ installation of 2.0.13 is working fine.
it seems the problem with RPi1 is on libwebsockets18 package from 12-Nov-2021 02-Sep-2021 is OK (with mosquitto 2.0.12)
i can confirm that i'am on an older raspi model name : ARMv6-compatible processor rev 7 (v6l)
but libwebsockets18 was not installed on my system
Thanks all, I'm looking into it.
Just had the same issue on a Pi Zero running DietPi Buster. Downgrade to 2.0.11 sorted it for now using
apt-get install mosquitto=2.0.11-0mosquitto1~buster1 -V
@ralight did you already had a chance to look into it?
I just verified on Debian Bullseye that downgrading libwebsocket18
from 4.2.1-0mosquitto1~bullseye2
to 4.2.1-0mosquitto1~bullseye1
solves it, while there is no older mosquitto
package build.
On Buster on the other hand there is no older libwebsocket12
(it's 12
there, compared to 18
on Bullseye) package, which is quite old already, but the older mosquitto
build mosquitto_2.0.11-0mosquitto1~buster1
instead solves it.
I guess that newest packages have been compiled on a different dev system/toolkit for armv7l
instead of being armv6l
compatible. But strange is that latest Bullseye mosquitto
, which was built the same time as the one for Buster, does work 🤔.
i'am on an raspi with raspios -> buster
with mosquitto-clients 2.0.12 everything works as expected.
I got directly with only --help the error message
Downgrade to the prior Version 2.0.12
works for me again
regards horst