Seite 1 von 1

Installation auf Synology Docker schlägt fehl

Verfasst: So 26. Feb 2023, 13:22
von AlexS
Hallo in die Runde,

ich bin Anfänger, was Docker und Solaranzeige betrifft. Da meine Solaranlage seit ein paar Tage läuft, würde mich eine gute Visualisierung natürlich freuen. Daher ist die Solaranzeige natürlich äußerst interessant.

Zu meinem Problem:
Docker ist auf der Synology installiert, der Container heruntergeladen und auch installiert. Ports und Ordner wurden zugewiesen/eingerichtet und in der Firewall der Synology freigeschaltet

Leider komme ich jetzt so gar nicht weiter. Ein Webaufruf IP:Port schläft fehl. Im Protokoll finden sich etliche Fehler. Es sieht so aus, als könnte der Docker bei der Installation nicht auf Github zugreifen. Die Syno selbst hat eine Verbindung ins Internet.

Über Anregungen / Ideen, wie ich weiterkommen kann, würde ich mich sehr freuen.

Besten Gruß
Alex

Code: Alles auswählen

Current default time zone: 'Europe/Berlin'

Local time is now:      Sun Feb 26 09:12:26 CET 2023.

Universal Time is now:  Sun Feb 26 08:12:26 UTC 2023.

users:x:100:

##################################

# Initial Setup for Solaranzeige #

##################################

create necessary files/directories...

downloading Main Program...

Cloning into 'solar_config'...

fatal: unable to access 'https://github.com/DeBaschdi/solar_config.git/': Could not resolve host: github.com

cp: cannot stat '/tmp/git/solar_config/html': No such file or directory

cp: cannot stat '/tmp/git/solar_config/www': No such file or directory

cp: cannot stat '/tmp/git/solar_config/solaranzeige': No such file or directory

cp: cannot stat '/tmp/git/solar_config/influxdb': No such file or directory

cp: cannot stat '/tmp/git/solar_config/grafana': No such file or directory

Update wird gestartet .....

Installing PVForecast...

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

cp: cannot stat '/tmp/git/PVForecast/solcast_light_config.ini': No such file or directory

cp: cannot stat '/tmp/git/PVForecast/config.ini': No such file or directory

chmod: cannot access '/solaranzeige/setup': No such file or directory

chmod: cannot access '/solaranzeige/statusmail': No such file or directory

chmod: cannot access '/solaranzeige/support': No such file or directory

Installing Grafana Plugins...

Error: ✗ Get "https://grafana.com/api/plugins/repo/fetzerch-sunandmoon-datasource": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

Error: ✗ Get "https://grafana.com/api/plugins/repo/briangann-gauge-panel": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

##############################################################################################

# Initial Setup for Solaranzeige completed, please run /solaranzeige/setup for Configuration #

# example : docker exec -ti Solaranzeige /solaranzeige/setup                                 #

##############################################################################################

Re: Installation auf Synology Docker schlägt fehl

Verfasst: Mo 27. Feb 2023, 03:47
von DeBaschdi
Benutze bitte für Synology das Legacy Image, tag :legacy , zusätzlich scheint es notwendig zu sein den Container mit privilegierten Rechten laufen zu lassen, schau dich hier im Forum um, das Thema wurde schon oft behandelt.