You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo snap set system experimental.parallel-instances=true && sudo reboot (Ref: Parallel Installs: «We recommend rebooting the system after toggling the experimental.parallel-instances flag state to avoid [...]»)
sudo snap install mosquitto mosquitto_other
Problem?
The launcher.sh-script in the RO filesystem seems to break Parallel Installs, when case is true:
Parallel installs will use default_config.conf file, which is just readable. I would expect it to take into consideration its own namespace, e.g */root/snap/$SNAP_INSTANCE_NAME/common (SNAP_INSTANCE_NAME=mosquitto_<instance>) or something similar.
The text was updated successfully, but these errors were encountered:
Mosquitto install method: snap
How?
sudo snap set system experimental.parallel-instances=true && sudo reboot
(Ref: Parallel Installs: «We recommend rebooting the system after toggling the experimental.parallel-instances flag state to avoid [...]»)sudo snap install mosquitto mosquitto_other
Problem?
The
launcher.sh
-script in the RO filesystem seems to break Parallel Installs, whencase
is true:Parallel installs will use
default_config.conf
file, which is just readable. I would expect it to take into consideration its own namespace, e.g*/root/snap/$SNAP_INSTANCE_NAME/common
(SNAP_INSTANCE_NAME=mosquitto_<instance>
) or something similar.The text was updated successfully, but these errors were encountered: