Добрый день.
Не работает история. Не cтроит графики. До этого не использовал. Теперь понадобилось отобразить график питания Vin.
Инфа по контроллеру WB5.8 и сервисам:
uname -a
Linux wirenboard-ATFDQKOF 4.9.22-wb2 #2 Thu Dec 27 14:58:49 UTC 2018 armv5tejl GNU/Linux
cat /etc/*-release
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 982M 411M 514M 45% /
devtmpfs 60M 0 60M 0% /dev
tmpfs 12M 260K 12M 3% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 76M 0 76M 0% /run/shm
/dev/mmcblk0p6 1.3G 163M 991M 15% /mnt/data
/dev/sda1 15G 6.7G 8.2G 45% /media/Flash_BackUp
/dev/mmcblk0p6 1.3G 163M 991M 15% /var/log
ps aux | grep wb-mqtt-db
root 4600 0.1 5.4 11640 6736 ? S 13:53 0:01 /usr/bin/wb-mqtt-db -c /etc/wb-mqtt-db.conf
root 4772 0.0 1.1 2040 1364 pts/1 S+ 14:19 0:00 grep wb-mqtt-db
dpkg -l wb-mqtt-db
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=========================-=================-=================-=======================================================
ii wb-mqtt-db 1.7.3 armel Wiren Board database logger
Попытался восстановить базу как описано в одном из топиков форума
sqlite3 data.db ".dump">dump.sql
-bash: sqlite3: command not found
Правильно ли я понимаю что не установлен sqlite3
Установка приводит к следующей ошибке
apt-get install sqlite3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
sqlite3 : Depends: libsqlite3-0 (= 3.7.13-1+deb7u2) but 3.7.13-1+deb7u4 is to be installed
E: Unable to correct problems, you have held broken packages.
Как исправить?