Hi,
Just realized that the time stamp error still occurs, even after having 
removed the database and created a new one.
To me this indicates that the issue is somewhere else than in the database.
Where else are the time stamps stored?

Rune.
p.s. the command was of course tail -f /var/log/syslog

søndag 5. november 2017 10.30.55 UTC+1 skrev Rune Lægreid følgende:
>
> Hi,
>
> There were several outages from Oct 5 - Oct 20 due to maintenance work on 
> the power line. 
> What exactly are you asking for when you ask for the "logs"? 
> What I have provided so far is the output from 
>
>> *tail -f /var/syslog.*
>
> Is that good enough?
>
> *Rune.*
>
> søndag 5. november 2017 00.32.28 UTC+1 skrev gjr80 følgende:
>>
>> Hi Rune,
>>
>> When I first glimpsed your post late last night my first thought was 
>> there appeared to be no archive records being saved and perhaps you had an 
>> outage which put some bogus timestamped records in your archive. I actually 
>> missed the 'wd' in the logs. That being said, and given you had an outage 
>> on 19 October, I still don't think this is a weeWX-WD issue per se. Could I 
>> ask you to stop then start weeWX, let it run for a couple of archive 
>> periods and then post the log from weeWX startup making sure you include at 
>> least 2 archive periods of activity. No need for debug=1 at this time.
>>
>> Gary
>>
>> On Saturday, 4 November 2017 20:36:47 UTC+10, Rune Lægreid wrote:
>>>
>>> Hi,
>>> My Raspberry Pi stopped generating images and NOAA updates although the 
>>> files 
>>> Need assistance in trouble shooting.
>>>
>>> This is how the log looks:
>>> Nov  4 11:06:23 WeatherPi rsyslogd-2007: action 'action 17' suspended, 
>>> next retry is Sat Nov  4 11:07:53 2017 [try 
>>> http://www.rsyslog.com/e/2007 ]
>>> Nov  4 11:10:34 WeatherPi weewx[1881]: cheetahgenerator: Generated 14 
>>> files for report StandardReport in 15.11 seconds
>>> Nov  4 11:10:34 WeatherPi rsyslogd-2007: action 'action 17' suspended, 
>>> next retry is Sat Nov  4 11:12:04 2017 [try 
>>> http://www.rsyslog.com/e/2007 ]
>>> Nov  4 11:10:39 WeatherPi weewx[1881]: genimages: Generated 12 images 
>>> for StandardReport in 4.75 seconds
>>> Nov  4 11:10:39 WeatherPi weewx[1881]: reportengine: copied 0 files to 
>>> /home/weewx/public_html
>>> Nov  4 11:10:40 WeatherPi weewx[1881]: reportengine: Caught 
>>> unrecoverable exception in generator weewx.cheetahgenerator.CheetahGenerator
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****  start time 
>>> (1509750000) is greater than stop time (1508422800)
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****  Traceback (most 
>>> recent call last):
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/reportengine.py", line 140, in run
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****      obj.start()
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/reportengine.py", line 170, in start
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****      self.run()
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/cheetahgenerator.py", line 143, in run
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****      ngen = 
>>> self.generate(gen_dict[option_section_name], self.gen_ts)
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/cheetahgenerator.py", line 206, in generate
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****      ngen += 
>>> self.generate(section[subsection], gen_ts)
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/cheetahgenerator.py", line 206, in generate
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****      ngen += 
>>> self.generate(section[subsection], gen_ts)
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/cheetahgenerator.py", line 290, in generate
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****      default_binding)
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/cheetahgenerator.py", line 332, in _getSearchList
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****      searchList += 
>>> obj.get_extension_list(timespan, db_lookup)
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/user/wdSearchX3.py", line 859, in get_extension_list
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****      (time_start_vt, 
>>> time_stop_vt, wind_speed_vt) = 
>>> db_lookup().getSqlVectors(weeutil.weeutil.TimeSpan(midnight_ts, 
>>> timespan.stop), 'windSpeed')
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weeutil/weeutil.py", line 315, in __new__
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****      raise 
>>> ValueError("start time (%d) is greater than stop time (%d)" % (args[0], 
>>> args[1]))
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****  ValueError: start 
>>> time (1509750000) is greater than stop time (1508422800)
>>> Nov  4 11:10:40 WeatherPi weewx[1881]:         ****  Generator 
>>> terminated...
>>> Nov  4 11:10:41 WeatherPi weewx[1881]: cheetahgenerator: Generated 1 
>>> files for report wdPWS in 1.07 seconds
>>> Nov  4 11:10:42 WeatherPi weewx[1881]: reportengine: Caught 
>>> unrecoverable exception in generator weewx.cheetahgenerator.CheetahGenerator
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****  start time 
>>> (1509490800) is greater than stop time (1508422800)
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****  Traceback (most 
>>> recent call last):
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/reportengine.py", line 140, in run
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****      obj.start()
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/reportengine.py", line 170, in start
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****      self.run()
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/cheetahgenerator.py", line 143, in run
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****      ngen = 
>>> self.generate(gen_dict[option_section_name], self.gen_ts)
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/cheetahgenerator.py", line 206, in generate
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****      ngen += 
>>> self.generate(section[subsection], gen_ts)
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/cheetahgenerator.py", line 206, in generate
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****      ngen += 
>>> self.generate(section[subsection], gen_ts)
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/cheetahgenerator.py", line 290, in generate
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****      default_binding)
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weewx/cheetahgenerator.py", line 332, in _getSearchList
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****      searchList += 
>>> obj.get_extension_list(timespan, db_lookup)
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/user/wdSearchX3.py", line 2470, in get_extension_list
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****      _month_ts = 
>>> TimeSpan(_mn_first_of_month_ts, timespan.stop)
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****    File 
>>> "/home/weewx/bin/weeutil/weeutil.py", line 315, in __new__
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****      raise 
>>> ValueError("start time (%d) is greater than stop time (%d)" % (args[0], 
>>> args[1]))
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****  ValueError: start 
>>> time (1509490800) is greater than stop time (1508422800)
>>> Nov  4 11:10:42 WeatherPi weewx[1881]:         ****  Generator 
>>> terminated...
>>> Nov  4 11:10:43 WeatherPi weewx[1881]: imageStackedWindRose: Generated 1 
>>> images for wdStackedWindRose in 0.70 seconds
>>> Nov  4 11:10:44 WeatherPi weewx[1881]: cheetahgenerator: Generated 1 
>>> files for report wdSteelGauges in 0.67 seconds
>>> Nov  4 11:10:44 WeatherPi weewx[1881]: reportengine: copied 0 files to 
>>> /home/weewx/public_html/ss
>>> Nov  4 11:10:46 WeatherPi weewx[1881]: cheetahgenerator: Generated 2 
>>> files for report SteelSeries in 1.54 seconds
>>> Nov  4 11:10:51 WeatherPi weewx[1881]: genimages: Generated 11 images 
>>> for SteelSeries in 5.40 seconds
>>> Nov  4 11:10:55 WeatherPi weewx[1881]: genimages: Generated 6 images for 
>>> SmallImages in 3.48 seconds
>>> Nov  4 11:11:09 WeatherPi weewx[1881]: GaugeGenerator: Generated 7 
>>> images for HTMLPages in 13.85 seconds
>>> Nov  4 11:11:12 WeatherPi weewx[1881]: historygenerator.pyc: Generated 5 
>>> tables in 2.65 seconds
>>> Nov  4 11:11:37 WeatherPi weewx[1881]: cheetahgenerator: Generated 10 
>>> files for report HTMLPages in 27.59 seconds
>>>
>>>
>>

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

Reply via email to