Beim Starten von solaranzeige wird automatisch ein Update gemacht.
Wenn ich die Firewall aktiv habe, crasht solaranzeige:
PHP Warning: ssh2_connect(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /usr/local/sbin/solaranzeige.update on line 31
PHP Warning: ssh2_connect(): Unable to connect to solaranzeige.de on port 9853 in /usr/local/sbin/solaranzeige.update on line 31
PHP Warning: ssh2_connect(): Unable to connect to solaranzeige.de in /usr/local/sbin/solaranzeige.update on line 31
Cloning into 'PVForecast'...
fatal: unable to access 'https://github.com/StefaE/PVForecast.git/': Could not resolve host: github.com
cp: cannot stat '/tmp/git/PVForecast/PVForecast/': No such file or directory
cp: cannot stat '/tmp/git/PVForecast/*.py': No such file or directory
Welche Firewall-Rules brauche ich, damit das Hochfahren funktioniert?
Ich verwende keine PVForecast.
Crash bei automatischem Update mit aktiver Firewall
Moderatoren: Ulrich, DeBaschdi
Re: Crash bei automatischem Update mit aktiver Firewall
Ich denke, ich habe es gefunden:
Zusätzliche Rule: Ports:all Protocol:all SourceIP: 172.17.0.0/255.255.0.0 Allow
(172.17.0.0/16 ist das Subnetz von Docker bei mir.)
Aber solaranzeige sollte trotzdem nicht crashen.
Zusätzliche Rule: Ports:all Protocol:all SourceIP: 172.17.0.0/255.255.0.0 Allow
(172.17.0.0/16 ist das Subnetz von Docker bei mir.)
Aber solaranzeige sollte trotzdem nicht crashen.