A few things.

Regarding wee_debug destination, have a read of the 'Redirecting wee_debug 
output' section under wee_debug 
<http://www.google.com/url?q=http%3A%2F%2Fweewx.com%2Fdocs%2Fusersguide.htm%23The_utility_wee_debug&sa=D&sntz=1&usg=AFQjCNHVc_F4PloPNamOvbq1q0vz9EeIgQ>
 
section of the User's Manual. That has everything you need to redirect to a 
file.

Secondly:
First good timestamp: 2016-08-28 23:20:00 CDT (1472444400)
Last good timestamp:  2016-08-28 23:25:00 CDT (1472444700)

This is why you have 'old' data being displayed. No records have been added 
to the archive since 28 August, so now new pages have been generated. so 
hence you see the old (incorrect) data on the main page.

Thirdly, looking at the log extract you provided it seesm there is at least 
2 instances of weewx running:
Oct  3 16:43:17 One wee_reports[23502]: reportengine: Running report RSYNC
Oct  3 16:43:17 One wee_reports[23502]: reportengine: Found configuration 
file /etc/weewx/skins/Rsync/skin.conf for report RSYNC
Oct  3 16:43:17 One wee_reports[23502]: reportengine: rsync upload not 
requested. Skipped.
Oct  3 16:43:47 One wee_reports[23507]: reportengine: Running reports for 
latest time in the database.
Oct  3 16:43:47 One wee_reports[23507]: reportengine: Running report 
StandardReport

I suggest you need to stop all running instances of weewx and then start it 
once. From the command line use 
sudo /etc/init.d/weewx stop

and once retuned to the command line use:
ps -aux|more

to look through for any weewx instances that are left running, you are 
looking for something like:
root     16113  0.1  4.2  47732 32884 ?        S    09:46   0:06 
/usr/bin/python 
/home/weewx/bin/weewxd --daemon --pidfile=/var/run/weewx.pid /home/weewx/
weewx.conf

If you find any take note of the PID number, in this case it is 16113 and 
then kill it. Use (using your PID number not 16113):
sudo kill -9 16113

Fourthly(?), it seems you still have the word 'feet' somewhere, have a look 
in /etc/weewx/skins/Standard/skin.conf under [Units] [[Groups]] at 
group_altitude. 

Finally, it seems there is still a permissions problem:
Oct  3 16:43:48 One wee_reports[23507]: reportengine: Caught unrecoverable 
exception in generator weewx.reportengine.CopyGenerator
Oct  3 16:43:48 One wee_reports[23507]:         ****  [Errno 13] Permission 
denied: '/var/www/weewx/backgrounds/band.gif'

How are you starting weewx? sudo /etc/init.d/weewx start or sudo 
/usr/share/weewx/weewxd /etc/weewx/weewx.conf ? If the latter make sure sudo 
is included upfront of the command.

Gary

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to