Thank you, Gary and Andrew! You both contributed to me unwinding the problem.
Looks like the old install published to /var/www/weewx for whatever reason. This new stock install copies to /var/www/html/weewx for the HTML_ROOT. I changed the HTML_ROOT and copied the existing files over to the proper directory. I'm waiting for it to cycle through the report again to see if it's actually fixed, or if I need to change anything else. Will upload files if I can't figure it out from here. -SR On Saturday, February 10, 2018 at 12:19:06 AM UTC-8, Andrew Milner wrote: > > Sam > > Your original post had two possible locations mentioned - > > /var/www/html/weewx > and > /var/html/weewx > > This could just have been a typing error - or perhaps you are using the > 'wrong' directory somewhere in the skin.conf and/or weewx.conf files > > Which is correct, and which are you actually using/trying to use?? > > > On Saturday, 10 February 2018 03:03:57 UTC+2, Sam Roza wrote: > >> Hello All, >> >> I re-installed due to a memory card issue, and I have weewx running and >> reporting out to CWOP and WU, etc. That's all good. >> >> What it's not doing is creating (more accurately copying) files to the >> /var/www/html/weewx directory. I see this in my logs: >> >> Feb 9 08:20:51 raspberrypi weewx[512]: cheetahgenerator: Generated 14 >> files for report StandardReport in 1.22 seconds >> Feb 9 08:20:51 raspberrypi weewx[512]: manager: Daily summary version is >> 2.0 >> >>>Feb 9 08:20:51 raspberrypi weewx[512]: imagegenerator: Generated 12 >> images for StandardReport in 0.69 seconds >> >>>Feb 9 08:20:51 raspberrypi weewx[512]: copygenerator: copied 0 files >> to /var/www/weewx >> Feb 9 08:20:51 raspberrypi weewx[512]: reportengine: Running report >> BigReport >> Feb 9 08:20:51 raspberrypi weewx[512]: reportengine: Found configuration >> file /etc/weewx/skins/Standard/skin.conf for report BigReport >> Feb 9 08:20:52 raspberrypi weewx[512]: cheetahgenerator: using search >> list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station', >> 'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats', >> 'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras'] >> Feb 9 08:20:52 raspberrypi weewx[512]: manager: Daily summary version is >> 2.0 >> Feb 9 08:20:53 raspberrypi weewx[512]: cheetahgenerator: Generated 14 >> files for report BigReport in 1.18 seconds >> Feb 9 08:20:53 raspberrypi weewx[512]: manager: Daily summary version is >> 2.0 >> Feb 9 08:20:54 raspberrypi weewx[512]: imagegenerator: Generated 12 >> images for BigReport in 1.25 seconds >> Feb 9 08:20:54 raspberrypi weewx[512]: copygenerator: copied 0 files to >> /public_html/big >> >> >> Yet there are no files in the /var/html/weewx directory: >> >> root@raspberrypi:/etc/weewx# ls -lh /var/www/html/weewx/ >> total 0 >> >> Part of me thought it might be permissions, but they look pretty wide >> open: >> >> root@raspberrypi:/etc/weewx# ls -l /var/www/html/ >> total 16 >> -rw-r--r-- 1 root root 10701 Feb 8 10:12 index.html >> drwxr-xr-x 2 root root 4096 Feb 8 12:19 weewx >> >> I even modified to 777 perms and restarted and it is not updating. >> >> I installed this a year or two ago, so I'm admittedly a bit rusty. What >> am I missing? >> >> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
