Search found 7 matches

by oden
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: telldus-core for RHEL (Rocky Linux, AlmaLinux, etc) and Fedora Core
Replies: 2
Views: 12511

telldus-core for RHEL (Rocky Linux, AlmaLinux, etc) and Fedora Core

Hi, RPM packages for RHEL 8 seems to be missing so I refreshed my packages from the Mandriva days one more time. The code builds on RHEL 8 but there's problems building on RHEL 9, this needs a c++ coder to fix. I put the packages online here: https://repo.nux.se/telldus-core/ You can use for example...
by oden
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: telldus-core for RHEL (Rocky Linux, AlmaLinux, etc) and Fedora Core
Replies: 2
Views: 12511

Re: telldus-core for RHEL 8

The build problems on RHEL 9 was fixed so now there's RPM packages for RHEL 9 as well. I put the packages online here: https://repo.nux.se/telldus-core/ You can use for example Rocky Linux 8 until 2029 which gives you six more years. You can use for example Rocky Linux 9 until 2032 which gives you n...
by oden
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: telldus-core for RHEL (Rocky Linux, AlmaLinux, etc) and Fedora Core
Replies: 2
Views: 12511

Re: telldus-core for RHEL 8

Okiodoki. I have built packages for RHEL 7, 8 & 9 and Fedora Core 36 & 37.

The packages lives here: https://repo.nux.se/telldus-core/

Enjoy.
by oden
Fri Mar 17, 2023 9:45 am
Forum: HomeAutomation
Topic: Status?
Replies: 6
Views: 9962

Re: Status?

Hejsan, Datum på detta forum är helt uppfukkade. För referns skapades detta inlägg 2020-10-05 Det finns en hel drös med allvarliga säkerhetshål som inte är fixade sedan ett år tillbaka. https://www.zeroscience.mk/en/vulnerabilities/ZSL-2019-5560.php https://www.zeroscience.mk/en/vulnerabilities/ZSL-...
by oden
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: CentOS 7 på RPI3
Replies: 0
Views: 6947

CentOS 7 på RPI3

Hejsan, Har kört CentOS 7 på RPI3 ett tag nu med senaste Homeautomation och det fungerar finfint. Har ett repo med senaste AMP som uppdateras ganska frekvent. https://nux.se/productization/ http://karpero.mine.nu/ha/ Vem är jag då? Jag underhöll planetens mest kompletta AMP-stack och jobbade på dist...
by oden
Fri Mar 17, 2023 9:45 am
Forum: HomeAutomation
Topic: Status?
Replies: 6
Views: 9962

Status?

Hejsan,

Jag undrar vad som är status med HomeAutomation? Har utvecklingen stannat av helt?
by oden
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: make error: phtread
Replies: 2
Views: 7712

Re: make error: phtread

This is a linking ordering problem commonly seen when using -Wl,--no-undefined. This is the fix: --- client/CMakeLists.txt 2014-02-14 10:26:19.000000000 +0100 +++ client/CMakeLists.txt.oden 2014-03-31 11:31:44.524436965 +0200 @@ -21,8 +21,6 @@ telldus-core.h ) -FIND_PACKAGE(Threads) -LIST(APPEND tel...