Hallo zusammen,
ich habe gestern Abend auf Grund eigener Dummheit den iobroker auf der pivccu3 neu installiert und zwar genau nach den Vorgaben hier aus dem Forum.
Das Ding läuft auch offensichtlich:
pi@All-In-One_RasPi:/etc/network $ iobroker status
iobroker is running on this host.
At least one iobroker host is running.
Objects type: file
States type: file
aber er läßt sich nicht im Chrome aufrufen.
Soweit ich das beurteilen kann, schaut das auch richtig aus:
pi@All-In-One_RasPi:/etc/network $ ps -ef | grep iobroker
iobroker 886 717 0 23:25 ? 00:00:00 dbus-daemon --system
iobroker 4591 1 31 23:46 ? 00:00:02 iobroker.js-controller
pi 4631 1698 0 23:46 pts/1 00:00:00 grep --color=auto iobroker
Aber das hier macht mir dann schon wieder Sorgen und zeigt auch klar, weshalb im Chrome nix zu sehen ist:
pi@All-In-One_RasPi:/etc/network $ netstat -an | grep LISTEN
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
Dieser Eintrag hier zeigt mir aber auch, dass br0 die richtige IP hat:
pi@All-In-One_RasPi:~ $ ifconfig
br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.30.10.101 netmask 255.255.255.0 broadcast 10.30.10.255
inet6 fe80::ba27:ebff:fe86:2bbe prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:86:2b:be txqueuelen 1000 (Ethernet)
RX packets 1471 bytes 734730 (717.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 844 bytes 142893 (139.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
ether b8:27:eb:86:2b:be txqueuelen 1000 (Ethernet)
RX packets 1601 bytes 746406 (728.9 KiB)
RX errors 0 dropped 5 overruns 0 frame 0
TX packets 1723 bytes 365298 (356.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Lokale Schleife)
RX packets 3 bytes 157 (157.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3 bytes 157 (157.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
vethpivccu: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::fc9f:e8ff:feda:1cb0 prefixlen 64 scopeid 0x20<link>
ether fe:9f:e8:da:1c:b0 txqueuelen 1000 (Ethernet)
RX packets 875 bytes 201733 (197.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 583 bytes 71158 (69.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Im Forum habe ich auch diesen Eintrag gefunden, der mir aber irgendwie nicht weiterhelfen will…
https://forum.iobroker.net/topic/9358/iobroker-raspberry-pi3-stretch-mit-pivccu-ip-von-pivccu/4
denn die interfaces sagt das hier:
source-directory /etc/network/interfaces.d
auto lo
iface lo inet loopback
iface eth0 inet manual
auto br0
iface br0 inet static
bridge_ports eth0
address 10.30.10.101
netmask 255.255.255.0
gateway 10.30.10.1
dns-nameservers 10.30.10.1 192.168.144.2
Ich weiß einfach nicht weiter… kann mir jemand helfen, bitte?