Replies: 5 comments 2 replies
-
run ebusd from command line and not as a service |
Beta Was this translation helpful? Give feedback.
-
I tried so before, same result: pi@raspberrypi:~$ ebusd -f Which other information might be helpful in this case? |
Beta Was this translation helpful? Give feedback.
-
I am not very familiar with Linux. I tried to compile ebusd myself, but failed. I am still getting the message about missing dependencies. dpkg install git autoconf automake g++ make libssl-dev |
Beta Was this translation helpful? Give feedback.
-
I also tried to update my system. Here I get: W: Failed to fetch http://repo.mosquitto.org/debian/dists/jessie/main/binary-armhf/Packages server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none I'm lost! |
Beta Was this translation helpful? Give feedback.
-
Yes, I will do so. |
Beta Was this translation helpful? Give feedback.
-
I am running a rauspi 3 (armhf) with bullseye linux.
I followed the instation instructions, but got many messages about missing dependencies. I am not shure if dbus was correctly installed.
See below:
pi@raspberrypi:~$ sudo apt-get install ebusd
Reading package lists... Done
Building dependency tree
Reading state information... Done
ebusd is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libc6-dbg : Depends: libc6 (= 2.19-18+deb8u10) but 2.31-13+rpi1+deb11u6 is to be installed
libc6-dev : Depends: libnsl-dev but it is not going to be installed
libnih1 : Depends: libc6 (< 2.20) but 2.31-13+rpi1+deb11u6 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Starting the service fails:
pi@raspberrypi:~$ systemctl status ebusd.service
● ebusd.service - ebusd, the daemon for communication with eBUS heating systems.
Loaded: loaded (/lib/systemd/system/ebusd.service; disabled)
Active: activating (auto-restart) (Result: exit-code) since Sat 2023-05-27 18:48:47 CEST; 23s ago
Process: 8509 ExecStart=/usr/bin/ebusd $EBUSD_OPTS (code=exited, status=1/FAILURE)
Checking with ebusd -? returns
ebusd: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version
GLIBCXX_3.4.26' not found (required by ebusd) ebusd: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version
CXXABI_1.3.9' not found (required by ebusd)ebusd: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ebusd)
pi@raspberrypi:~$ journalctl -xn
No journal files were found.
I'm lost after spending hours with this now. Can anybody help?
Thanks in advance!
Kifo
Beta Was this translation helpful? Give feedback.
All reactions