Closed m0rph13 closed 5 years ago
Hello,
Same problem here. Please find my solution :
Verify GLIBC_2.28 is not present : strings /lib/arm-linux-gnueabihf/libc.so.6 | grep GLIBC
Add testing in your sources : "deb http://http.debian.net/debian/ testing main contrib non-free" >> /etc/apt/sources.list
Upgrade your system (Care, it's a testing package)! sudo apt-get update sudo apt-cache search lib6c sudo apt-get -f install libc6
strings /lib/arm-linux-gnueabihf/libc.so.6 | grep GLIBC_2.28
It's now present.
Running
"deb http://http.debian.net/debian/ testing main contrib non-free" >> /etc/apt/sources.list
Results in:
bash: deb http://http.debian.net/debian/ testing main contrib non-free: No such file or directory
The command should be
echo "deb http://http.debian.net/debian/ testing main contrib non-free" >> /etc/apt/sources.list
You can also manually add the line in the file using vim or your favorite text editor
Thanks, that worked for me.
I've ran into the same problem after updating Homeassistant. I've upgraded to Debian 10, which has GLIBC_2.28
Hassbian-config version
0.13.1
Suite name
?
Description of problem
Expected result
Traceback/log