The paths
/var/run/meteohub and
/var/run/meteohub/uploads are missing on my DC01
(log: FTP-Hochladen fehlgeschlagen: mv /var/run/meteohub/forecast00.png /var/run/meteohub/uploads/forecast0.png )
After manually creating them the messages in the alert.log disappeared but ftp upload does not work.
The FTP credentials are set and ftp upload is enabled.
The following log is from the auth daemon on my server to which the data should be uploaded.
Code: Select all
Apr 16 16:42:26 SERVER proftpd[17546]: 188.xx.xx.xx (87.143.xx.xx[87.143.xx.xx]) - USER anonymous: no such user found from 87.143.xx.xx [87.143.xx.xx] to 188.40.xx.xx:21
Apr 16 16:42:26 SERVER proftpd[17546]: 188.40.xx.xx (87.143.xx.xx[87.143.xx.xx]) - FTP session closed.
Meteohub seems to try to upload as an anonymous user!? (188.... is the server ip and 87.... my dynamic home ip.)
The ftp credetials can be found in /home/meteohub/meteohub.conf. This file looks a little bit cryptical or binary, is this correct or should it be an ascii file?