Eigentlich sollte die Umgebung identisch sein, anscheinend gibts aber Probleme. Die Installation scheitert schon in der Basis mit vielen Fehlern.
Ich denke nicht dass es an der virtuellen Umgebung liegt, die basiert direkt auf einem Original Raspbian Stretch Image.
Anbei die infos zum Release:
cat /etc/os-release
Code: Alles auswählen
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
VERSION_CODENAME=stretch
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Das neu installierte Raspbian ist mit apt update & apt upgrade auf den neuesten Stand gebracht, sonst völlig jungfräulich.
Sodann folgte der Installationsbefehl mit folgendem Output (mehrfach versucht)
curl -s https://raw.githubusercontent.com/snapt ... install.sh | sudo bash
Code: Alles auswählen
install required packages...
Hit:1 http://archive.raspberrypi.org/debian stretch InRelease
Ign:2 http://ftp.debian.org/debian stretch InRelease
Hit:3 http://security.debian.org stretch/updates InRelease
Hit:4 http://ftp.debian.org/debian stretch-updates InRelease
Hit:5 http://ftp.debian.org/debian stretch-backports InRelease
Hit:6 http://ftp.debian.org/debian stretch Release
Reading package lists... Done
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package raspberrypi-kernel-headers
...done
check for timezone
Current default time zone: 'Europe/London'
Local time is now: Tue Jul 5 21:07:31 CEST 2022.
Universal Time is now: Tue Jul 5 19:07:31 UTC 2022.
...changed
check for i2c bus
check for initial git clone
fatal: destination path 'openWB' already exists and is not an empty directory.
... git cloned
grep: /var/www/html/openWB/openwb.conf: No such file or directory
check for ramdisk
...ok
check for crontab
...ok
updating mosquitto config file
cp: cannot stat '/var/www/html/openWB/web/files/mosquitto.conf': No such file or directory
disable cronjob logging
...ok
fix upload limit...installing pymodbus
Requirement already up-to-date: pymodbus in /usr/local/lib/python2.7/dist-packages
Requirement already up-to-date: pyserial>=3.4 in /usr/local/lib/python2.7/dist-packages (from pymodbus)
Requirement already up-to-date: six>=1.15.0 in /usr/local/lib/python2.7/dist-packages (from pymodbus)
check for paho-mqtt
mqtt installed...
check for MCP4725
Adafruit_MCP4725 installed...
chmod: cannot access '/var/www/html/openWB/modules/*': No such file or directory
chmod: cannot access '/var/www/html/openWB/runs/*': No such file or directory
chmod: cannot access '/var/www/html/openWB/*.sh': No such file or directory
bash: line 127: /var/www/html/openWB/runs/atreboot.sh: No such file or directory
Paket nicht gefunden z.B. bei raspberrypi-kernel-headers....
Ich bin derzeit auf Ursachensuche, erwäge das ganze mit Raspbian Buster noch mal zu versuchen.
Vielleicht hat aber jemand spontan eine gute Idee?