Upgrade von 2.1.9 auf 2.2.0 funktioniert nicht!
Verfasst: So Apr 26, 2026 8:28 am
Upgrade von 2.1.9 auf 2.2.0 funktioniert nicht!
Bei mir läuft openwb 2.1.9 in einer VM (Debian 5.10.251-1)
Laut update.log wurde die aktuelle Release gezogen und danach neu gebootet (siehe Anhang).
Nach dem Neustart meldet sich openwb nicht mehr zurück (nach ca. 30 min habe ich das upgrade abgebrochen und bin auf die ursprünglich version per snapshot zurück).
Laut main.log hänge ich in einer Endlosschleife (siehe Beispiel unten) die sich alle 7 Sekunden wiederholt:
Die Meldung, dass die openwb keine Internetverbindung hat, macht keinen Sinn, den ich kann von der Console aus Pingen und sogar apt update und apt-upgrade ausführen.
Die Netzwerk-Konfiguration sieht bei mir so aus:
Was mir bisher nicht aufgefallen (und was seltsam) ist ... der Befehl ip a liefert folgenden Output:
Hier taucht noch die zusätzliche IP (192.168.193.250) auf.
Hat irgend jemand eine Idee, was hier das Problem sein könnte?
Ich betreibe ich openwb schon seit zwei Jahren in einer VM und hatte nie Probleme mit einen Update.
Bei mir läuft openwb 2.1.9 in einer VM (Debian 5.10.251-1)
Laut update.log wurde die aktuelle Release gezogen und danach neu gebootet (siehe Anhang).
Nach dem Neustart meldet sich openwb nicht mehr zurück (nach ca. 30 min habe ich das upgrade abgebrochen und bin auf die ursprünglich version per snapshot zurück).
Laut main.log hänge ich in einer Endlosschleife (siehe Beispiel unten) die sich alle 7 Sekunden wiederholt:
Code: Alles auswählen
grep: /etc/rc.local.bak: No such file or directory
rc.local bug not found
no factory reset pending, normal startup
atreboot.sh started
checking init in /boot/config.txt...
watchdog for atreboot.sh on pid 7022 started, waiting for 900s
already up to date
checking ramdisk settings in /etc/fstab...
already up to date
Group membership...
required group 'gpio' missing on this system!
Final group membership: openwb : openwb dialout sudo video input
Apache service restart permissions...
apache2 sudoers already up to date
Network...
Wait for connection...
my hostname: openwb2
my primary IP: 192.168.222.90
my primary interface: enp1s0
got 'is secondary' setting: 'false'
running as primary, enabling plug'n'play network on dev enp1s0
RTNETLINK answers: File exists
/var/www/html/openWB/runs/setup_network.sh: line 71: curl: command not found
ERROR: no internet connection!
#### network setup failed!
#### unable to update dependencies and version information
#### continue anyway...
apt configuration already up to date
no internet connection, skipping package installation
openwb.cron already up to date
openwb2.service definition is already a symlink
openwb-simpleAPI.service definition is already a symlink
openwbRemoteSupport.service already up to date
no restore pending, normal startup
cleaning obsolete python cache folders...
python cache cleanup done
'tvservice' not found, assuming a display is present
displayDetected: true
previous displayDetected value: true
no change in displayDetected value, skipping publish
display setup...
autologin configured
mouse cursor configured
lxde session autostart already configured
checking required apache modules...
module 'headers' already enabled
module 'ssl' already enabled
module 'proxy_wstunnel' already enabled
apache default site...
/etc/apache2/sites-available/000-default.conf is up to date
apache localhost site...
/etc/apache2/sites-available/localhost.conf is up to date
apache redirect ssl site...
/etc/apache2/sites-available/apache-redirect-ssl.conf is up to date
apache default ssl site...
/etc/apache2/sites-available/apache-openwb-ssl.conf is up to date
apache http api ssl site...
/etc/apache2/sites-available/http-api-ssl.conf is up to date
apache pro plus site...
/etc/apache2/sites-available/apache-proplus.conf is up to date
site 'localhost' already enabled
site 'default-ssl' already disabled
site 'apache-openwb-ssl' already enabled
failed getting 'allow unencrypted access' setting! assuming 'true'
WARNING: unencrypted access is enabled!
site 'apache-redirect-ssl' already disabled
module 'rewrite' already disabled
site '000-default' already enabled
got 'http api enabled' setting: 'false'
http api is disabled
site 'http-api-ssl' already disabled
Pro+ setup...
no second network for pro plus detected
site 'apache-proplus' already disabled
module 'proxy_http' already disabled
apache configuration is already up to date
check mosquitto installation...
mosquitto main configuration...
mosquitto.conf already up to date
mosquitto openwb configuration...
mosquitto openwb.conf already up to date
failed getting mosquitto user management setting! assuming 'false'
failed getting mosquitto allow unencrypted access setting! assuming 'true'
mosquitto settings: user_management_active=false, allow_unencrypted_access=true
mosquitto openwb-default-acl.conf already up to date
mosquitto openwb-unsecure-acl.conf already up to date
mosquitto acl configuration...
mosquitto acl already up to date
mosquitto certificates...
mosquitto_local instance...
mosquitto_local service definition already up to date
mosquitto_local.conf already up to date
mosquitto openwb_local.conf already up to date
mosquitto done
no internet connection, skipping python package installation
no internet connection, skipping version update
2026-04-26 09:22:32: boot done :-)
Die Netzwerk-Konfiguration sieht bei mir so aus:
Code: Alles auswählen
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
allow-hotplug enp1s0
iface enp1s0 inet static
address 192.168.222.90/24
gateway 192.168.222.1
dns-nameservers 192.168.222.1
dns-search tech
Code: Alles auswählen
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 52:54:00:59:ad:b5 brd ff:ff:ff:ff:ff:ff
inet 192.168.222.90/24 brd 192.168.222.255 scope global enp1s0
valid_lft forever preferred_lft forever
inet 192.168.193.250/24 scope global enp1s0
valid_lft forever preferred_lft forever
inet6 fe80::5054:ff:fe59:adb5/64 scope link
valid_lft forever preferred_lft forever
Hat irgend jemand eine Idee, was hier das Problem sein könnte?
Ich betreibe ich openwb schon seit zwei Jahren in einer VM und hatte nie Probleme mit einen Update.