CyberDNS / Lupusec2Mqtt

Lupusec Alarm System to Mqtt
MIT License
11 stars 5 forks source link

standard_init_linux.go:228: exec user process caused: exec format error #30

Closed LuckyTriple7 closed 2 years ago

LuckyTriple7 commented 2 years ago

After Update to V2, Add On does not work. Following Error in Log:

standard_init_linux.go:228: exec user process caused: exec format error

CyberDNS commented 2 years ago

Ok it seems to be related to Net 6 upgrade. Is it on a Raspi Pi that you are using the addon?

LuckyTriple7 commented 2 years ago

yes, RPi 4

CyberDNS commented 2 years ago

I provided a new upgrade (v2.0.1) that should correct the problem. I did not select the correct docker images for .NET 6 for the different platforms.

Best regards, David

LuckyTriple7 commented 2 years ago

I updated to V2.01. Looks good now, Thx.