Hi all,
Am following a guide to install bluelog onto my raspberry pi zero 2 w.
Cloning into 'Bluelog'...
remote: Enumerating objects: 486, done.
remote: Total 486 (delta 0), reused 0 (delta 0), pack-reused 486 (from 1)
Receiving objects: 100% (486/486), 629.57 KiB | 3.93 MiB/s, done.
Resolving deltas: 100% (308/308), done.
Not sure if thats an important issue or not.
This does not look good.
Any suggestions or comments appreciated. Thank you.
Am following a guide to install bluelog onto my raspberry pi zero 2 w.
Code:
sudo apt-get updatesudo apt-get upgrade -ysudo apt-get install -y git build-essential libbluetooth-devCode:
git clone https://github.com/MS3FGX/Bluelog.gitremote: Enumerating objects: 486, done.
remote: Total 486 (delta 0), reused 0 (delta 0), pack-reused 486 (from 1)
Receiving objects: 100% (486/486), 629.57 KiB | 3.93 MiB/s, done.
Resolving deltas: 100% (308/308), done.
Code:
cd Bluelogmakegcc -Wall -O2 bluelog.c -lbluetooth -lm -o bluelogIn file included from bluelog.c:41:libmackerel.c: In function ‘mac_get_vendor’:libmackerel.c:196:9: warning: ‘strncpy’ output may be truncated copying 9 bytes fr om a string of length 11 [-Wstringop-truncation] 196 | strncpy(oui, mac_get_oui(full_mac), 9); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Code:
sudo make installgcc -Wall -O2 livelog.c -o www/cgi-bin/livelog.cgiscripts/gen_oui.sh checkDownloading OUI file from http://linuxnet.ca/ieee/oui.txt.gz... ERROR: Unable to contact server!make: *** [Makefile:40: ouifile] Error 1Any suggestions or comments appreciated. Thank you.
Statistics: Posted by remus — Mon Dec 15, 2025 2:52 pm