nutechsoftware / alarmdecoder

Python interface for the Alarm Decoder (AD2) family of alarm devices. (AD2USB, AD2SERIAL and AD2PI)
MIT License
63 stars 41 forks source link

No further Debian Buster Security Updates as of September 10th, 2022 #71

Open edrikk opened 1 year ago

edrikk commented 1 year ago

Per this bulletin, there are no further Security updates to Debian Buster. Debian is asking to upgrade to Debian 11 to continue receiving these updates.

AlarmDecoder currently fails to function with Debian 11.

Opening this issue hoping that updates to AlarmDecoder will be made to allow for a dist-upgrade to Debian 11.

edrikk commented 1 year ago

Debian 12.1 has been released with LTS Kernel 6.1

wlscanada commented 2 months ago

If I'm not mistaken, alarmdecoder should continue to work as long as you have python2.7 installed, which is available in bullseye (Debian 11). It is not available in bookworm (Debian 12), although as long as it isn't purged, it should still work in an upgrade to 12

edrikk commented 2 months ago

Upgrade from Buster to Bullseye in itself is troublesome. I found a good step by step to get there, and installed python 2.7, but AlarmDecoder web fails to load.

If you get it running would love if a walk through could be posted here.

https://tech.utzer.de/2023/05/11/upgrade-raspberry-pi-raspbian-from-buster-to-bullseye/