In addition to Gary's suggestions, I would add one more: your disk may be
failing.

-tk

On Thu, May 25, 2017 at 4:20 PM, gjr80 <gjroder...@gmail.com> wrote:

> Hi,
>
> This is likely why you are seeing the error message:
>
> May 25 23:37:01 GA-8IEXRR weewx[7366]: cheetahgenerator: Generated 14
>> files for report StandardReport in 1038.33 seconds
>>
>
> 1038 seconds is roughly 17 minutes. I don't know what your archive
> interval is but if it is anything less than 20 minutes this would cause
> problems. The report cycle is triggered at the end of an archive period and
> each report cycle is run in its own thread. If a new report thread is
> created before the old one is complete then you will run into the sort of
> errors you see above - ie files the old thread is expecting to use no
> longer exist because the new report thread has taken over. If this is a
> one-off situation things will come good after an archive period or 2, but
> if it is an ongoing problem your report threads will not generate (some or
> all) reports and what you will see are your pages not being updated.
>
> A few things to look at:
> 1. What is your archive period? You should see it mentioned explicitly in
> the log when weeWX starts. If its less than 5 minutes then it is possible
> you are asking weeWX to do too much (ie generate too many or too complex
> reports).
> 2. What skins are you running? Just the Standard skin or some others? If
> your PC cannot generate all of the reports in each skin within an archive
> period you will experience the problem you describe.
> 3. Is the error you posted above happening regularly, ie every archive
> period, or just now and then. If now and then it may be a case of something
> else loading your PC causing weeWX to be unable to complete reports in a
> timely manner. If it's occurring regularly then you may be 'overloading'
> weeWX.
>
> Gary
>
> On Friday, 26 May 2017 01:45:26 UTC+10, kan6526 wrote:
>>
>>
>> WeeWX generates HTML pages, but it does not update them
>>
>>
>> -----------stop weewx  msg--------------------------
>> ------------------------------------------------------
>>  weewx[7366]: interceptor: MainThread: unrecognized parameter
>> absbaromin=29.78
>>
>> May 25 23:37:01 GA-8IEXRR weewx[7366]: ****    File
>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 330, in generate
>> May 25 23:37:01 GA-8IEXRR weewx[7366]: ****      os.rename(tmpname,
>> _fullname)
>> May 25 23:37:01 GA-8IEXRR weewx[7366]: ****  OSError: [Errno 2] 沒有此一檔案或目錄
>> May 25 23:37:01 GA-8IEXRR weewx[7366]: cheetahgenerator: Generated 14
>> files for report StandardReport in 1038.33 seconds
>> May 25 23:37:01 GA-8IEXRR weewx[7366]: ****  Traceback (most recent call
>> last):
>> May 25 23:37:01 GA-8IEXRR weewx[7366]: ****    File
>> "/usr/share/weewx/weewx/cheetahgenerator.py", line 330, in generate
>> May 25 23:37:01 GA-8IEXRR weewx[7366]: ****      os.rename(tmpname,
>> _fullname)
>> May 25 23:37:01 GA-8IEXRR weewx[7366]: ****  OSError: [Errno 2] 沒有此一檔案或目錄
>> May 25 23:37:01 GA-8IEXRR weewx[7366]: cheetahgenerator: Generated 7
>> files for report StandardReport in 270.15 seconds
>> May 25 23:37:03 GA-8IEXRR weewx[7366]: imagegenerator: Generated 12
>> images for StandardReport in 1.29 seconds
>> May 25 23:37:03 GA-8IEXRR weewx[7366]: copygenerator: copied 0 files to
>> /var/www/weewx
>> May 25 23:37:03 GA-8IEXRR weewx[7366]: imagegenerator: Generated 12
>> images for StandardReport in 1.30 seconds
>> May 25 23:37:03 GA-8IEXRR weewx[7366]: copygenerator: copied 9 files to
>> /var/www/weewx
>>
>>  ----------------------weewx start msg ----------------------------------
>> May 25 23:43:35 GA-8IEXRR weewx[7638]: engine: Initializing weewx version
>> 3.7.1
>> May 25 23:43:35 GA-8IEXRR weewx[7638]: engine: Using Python 2.6.6
>> (r266:84292, Dec 27 2010, 00:02:40) #012[GCC 4.4.5]
>> May 25 23:43:35 GA-8IEXRR weewx[7638]: engine: Platform
>> Linux-2.6.32-5-686-i686-with-debian-6.0.10
>> May 25 23:43:35 GA-8IEXRR weewx[7638]: engine: Locale is 'zh_TW.UTF-8'
>> May 25 23:43:35 GA-8IEXRR weewx[7638]: engine: pid file is
>> /var/run/weewx.pid
>> May 25 23:43:35 GA-8IEXRR weewx[7643]: engine: Using configuration file
>> /etc/weewx/weewx.conf
>> May 25 23:43:35 GA-8IEXRR weewx[7643]: engine: Loading station type
>> Interceptor (user.interceptor)
>> May 25 23:43:35 GA-8IEXRR weewx[7643]: interceptor: MainThread: driver
>> version is 0.30
>> May 25 23:43:35 GA-8IEXRR weewx[7643]: interceptor: MainThread: device
>> type: observer
>> May 25 23:43:35 GA-8IEXRR weewx[7643]: interceptor: MainThread: sensor
>> map: None
>> May 25 23:43:35 GA-8IEXRR weewx[7643]: interceptor: MainThread: mode is
>> sniff
>> May 25 23:43:35 GA-8IEXRR weewx[7643]: interceptor: MainThread: sniff
>> iface=eth1 promiscuous=0
>> May 25 23:43:35 GA-8IEXRR weewx[7643]: interceptor: MainThread: sniff
>> filter 'src 192.168.2.224 and dst port 80'
>> May 25 23:43:35 GA-8IEXRR weewx[7643]: engine: StdConvert target unit is
>> 0x1
>>
>>
>>> --
> 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.
>

-- 
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