[OH3] Mosquitto install problem

Hi

I have a problem with installing mosquito.
Fresh OH3 installation (release 1.7.2) @ Rpi2B.

I install via menu 23 in openhabian-config and get the result:

[(https://photos.app.goo.gl/YotQMphUrTb4hbbP6)]

and

++ date +%F_%T_%Z
+ echo -n '2022-02-22_17:31:16_CET [openHABian] Adding mosquitto to zram service dependencies... '
2022-02-22_17:31:16_CET [openHABian] Adding mosquitto to zram service dependencies... + cond_redirect sed -i -e '/^Before/s/$/ mosquitto.service/' /etc/systemd/system/zram-config.service
+ [[ -n '' ]]
+ echo -e '\n\033[90;01m$ sed -i -e /^Before/s/$/ mosquitto.service/ /etc/systemd/system/zram-config.service \033[39;49;00m'

$ sed -i -e /^Before/s/$/ mosquitto.service/ /etc/systemd/system/zram-config.service
+ sed -i -e '/^Before/s/$/ mosquitto.service/' /etc/systemd/system/zram-config.service
sed: can't read /etc/systemd/system/zram-config.service: No such file or directory
+ return 2
+ echo 'FAILED (sed add dependency)'
FAILED (sed add dependency)
+ return 1
+ return 1
+ return 1
+ '[' 1 -ne 0 ']'
+ whiptail --msgbox 'There was an error or interruption during the execution of:\n  "20 | Optional Components"\n\nPlease try again. If the error persists, please read /opt/openhabian/docs/openhabian-DEBUG.md or https://github.com/openhab/openhabian/blob/main/docs/openhabian-DEBUG.md how to proceed.' 14 80

HElp please !!!

That error message has a first suggestion. Have you looked at that file and followed the instructions?

If the error persists, please read /opt/openhabian/docs/openhabian-DEBUG.md or openhabian/docs/openhabian-DEBUG.md at main · openhab/openhabian · GitHub how to proceed.

I think you are not on the main tree of openhabian ?
There was a change a few days ago which is related to zram-config repo from git.
It looks like the location stores files in a different directory and is not found any longer.

I assume your problem is related to this change:

2 Likes