Re: [weewx-user] weewx suddenly stops

2019-07-06 Thread Thomas Keffer
I can see two problems.

   1. The USB on your RPi is unstable. The symptom is multiple "USB
   disconnect" errors. This is usually caused by an inadequate power supply.
   2. The system is using "fake clock," which is known to cause many
   problems. See the Wiki article on time
    on the RPi.

-tk

On Sat, Jul 6, 2019 at 12:17 AM Werner  wrote:

> Hello, I use "sudo tail -f / var / log / syslog".
> Here are the two log files.
> Thanks again for your help.
>
>
>
>
> Am Freitag, 5. Juli 2019 17:43:20 UTC+2 schrieb Leon Shaner:
>>
>> Werner,
>> You wouldn't happen to be using "tail -f /var/log/syslog" would you?
>> File may have rotated.  CTRL-C the tail and run it again or just grab
>> both the plain syslog files a la:
>>
>> $ cd /var/log
>> $ tar cf - syslog syslog.1 | gzip -9 > /tmp/syslog.tgz
>>
>> And send the /tmp/syslog.tgz
>>
>> Regards,
>> \Leon
>> --
>> Leon Shaner :: Dearborn, Michigan (iPad)
>>
>> On Jul 5, 2019, at 11:37 AM, Werner  wrote:
>>
>> 
>>
>> There are no further entries in the log. But the RPi does not crash because 
>> it reacts to keyboard and mouse.
>> After a "sudo /etc/init.d/weewx stop" and "sudo /etc/init.d/weewx start" 
>> everything will be ok.
>> Since I am an RPi newcomer, I will now start looking for other logs. Thank 
>> you
>>
>>
>>
>> Am Freitag, 5. Juli 2019 16:56:31 UTC+2 schrieb Thomas Keffer:
>>>
>>> Absolutely nothing? Not even system entries?
>>>
>>> If that is the case, then your RPi crashed for reasons having nothing to
>>> do with WeeWX.
>>>
>>> If there are system entries, then it would be useful to see them.
>>>
>>> -tk
>>>
>>> On Fri, Jul 5, 2019 at 7:22 AM Werner  wrote:
>>>
 Nothing! The log stops even if weewx stops.


 Am Freitag, 5. Juli 2019 16:15:39 UTC+2 schrieb Thomas Keffer:
>
> Hello, Werner
>
> What comes after the Jul  5 10:20:28 entry in the log? Anything?
>
> On Fri, Jul 5, 2019 at 2:08 AM Werner  wrote:
>
>> Hello everybody, I installed weewx on a raspberry pi zero to put the 
>> data of my WMR300 online at AWEKAS.
>> The Raspberry is running the current Raspian and weewx is the only 
>> program installed.
>> It works fine too, until weewx suddenly stops. It happens after 
>> different periods of time.
>> It's one hour or four hours. I just need to interrupt the USB connection 
>> to the WMR300 and weewx will run again.
>> Maybe someone has a tip for me? Many Thanks!
>>
>>
>> --
>> 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...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/ccd77f3c-347a-458a-93db-a9ae0747a1b3%40googlegroups.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...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/weewx-user/f531f57c-5465-49d2-8e32-7b119fcc498e%40googlegroups.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...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/4e90241c-e602-463a-81cf-5ea2632148d7%40googlegroups.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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/31316c49-86ba-4c08-adbf-6c2285d4ed63%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Gr

Re: [weewx-user] weewx suddenly stops

2019-07-05 Thread Leon Shaner
Werner,
You wouldn't happen to be using "tail -f /var/log/syslog" would you?
File may have rotated.  CTRL-C the tail and run it again or just grab both the 
plain syslog files a la:

$ cd /var/log
$ tar cf - syslog syslog.1 | gzip -9 > /tmp/syslog.tgz

And send the /tmp/syslog.tgz

Regards,
\Leon
--
Leon Shaner :: Dearborn, Michigan (iPad)

> On Jul 5, 2019, at 11:37 AM, Werner  wrote:
> 
> 
> There are no further entries in the log. But the RPi does not crash because 
> it reacts to keyboard and mouse.
> After a "sudo /etc/init.d/weewx stop" and "sudo /etc/init.d/weewx start" 
> everything will be ok.
> Since I am an RPi newcomer, I will now start looking for other logs. Thank you
> 
> 
> Am Freitag, 5. Juli 2019 16:56:31 UTC+2 schrieb Thomas Keffer:
>> 
>> Absolutely nothing? Not even system entries?
>> 
>> If that is the case, then your RPi crashed for reasons having nothing to do 
>> with WeeWX.
>> 
>> If there are system entries, then it would be useful to see them.
>> 
>> -tk
>> 
>>> On Fri, Jul 5, 2019 at 7:22 AM Werner  wrote:
>>> Nothing! The log stops even if weewx stops.
>>> 
>>> Am Freitag, 5. Juli 2019 16:15:39 UTC+2 schrieb Thomas Keffer:
 
 Hello, Werner
 
 What comes after the Jul  5 10:20:28 entry in the log? Anything?
 
> On Fri, Jul 5, 2019 at 2:08 AM Werner  wrote:
> Hello everybody, I installed weewx on a raspberry pi zero to put the data 
> of my WMR300 online at AWEKAS.
> The Raspberry is running the current Raspian and weewx is the only 
> program installed.
> It works fine too, until weewx suddenly stops. It happens after different 
> periods of time.
> It's one hour or four hours. I just need to interrupt the USB connection 
> to the WMR300 and weewx will run again.
> Maybe someone has a tip for me? Many Thanks!
> 
> -- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/ccd77f3c-347a-458a-93db-a9ae0747a1b3%40googlegroups.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...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/weewx-user/f531f57c-5465-49d2-8e32-7b119fcc498e%40googlegroups.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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/4e90241c-e602-463a-81cf-5ea2632148d7%40googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/C3AC71AE-9CF3-4310-A568-EACA41CA589E%40isylum.org.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] weewx suddenly stops

2019-07-05 Thread Werner


There are no further entries in the log. But the RPi does not crash because it 
reacts to keyboard and mouse.
After a "sudo /etc/init.d/weewx stop" and "sudo /etc/init.d/weewx start" 
everything will be ok.
Since I am an RPi newcomer, I will now start looking for other logs. Thank you



Am Freitag, 5. Juli 2019 16:56:31 UTC+2 schrieb Thomas Keffer:
>
> Absolutely nothing? Not even system entries?
>
> If that is the case, then your RPi crashed for reasons having nothing to 
> do with WeeWX.
>
> If there are system entries, then it would be useful to see them.
>
> -tk
>
> On Fri, Jul 5, 2019 at 7:22 AM Werner > 
> wrote:
>
>> Nothing! The log stops even if weewx stops.
>>
>>
>> Am Freitag, 5. Juli 2019 16:15:39 UTC+2 schrieb Thomas Keffer:
>>>
>>> Hello, Werner
>>>
>>> What comes after the Jul  5 10:20:28 entry in the log? Anything?
>>>
>>> On Fri, Jul 5, 2019 at 2:08 AM Werner  wrote:
>>>
 Hello everybody, I installed weewx on a raspberry pi zero to put the data 
 of my WMR300 online at AWEKAS.
 The Raspberry is running the current Raspian and weewx is the only program 
 installed.
 It works fine too, until weewx suddenly stops. It happens after different 
 periods of time.
 It's one hour or four hours. I just need to interrupt the USB connection 
 to the WMR300 and weewx will run again.
 Maybe someone has a tip for me? Many Thanks!


 -- 
 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...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/weewx-user/ccd77f3c-347a-458a-93db-a9ae0747a1b3%40googlegroups.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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/f531f57c-5465-49d2-8e32-7b119fcc498e%40googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4e90241c-e602-463a-81cf-5ea2632148d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] weewx suddenly stops

2019-07-05 Thread Thomas Keffer
Absolutely nothing? Not even system entries?

If that is the case, then your RPi crashed for reasons having nothing to do
with WeeWX.

If there are system entries, then it would be useful to see them.

-tk

On Fri, Jul 5, 2019 at 7:22 AM Werner  wrote:

> Nothing! The log stops even if weewx stops.
>
>
> Am Freitag, 5. Juli 2019 16:15:39 UTC+2 schrieb Thomas Keffer:
>>
>> Hello, Werner
>>
>> What comes after the Jul  5 10:20:28 entry in the log? Anything?
>>
>> On Fri, Jul 5, 2019 at 2:08 AM Werner  wrote:
>>
>>> Hello everybody, I installed weewx on a raspberry pi zero to put the data 
>>> of my WMR300 online at AWEKAS.
>>> The Raspberry is running the current Raspian and weewx is the only program 
>>> installed.
>>> It works fine too, until weewx suddenly stops. It happens after different 
>>> periods of time.
>>> It's one hour or four hours. I just need to interrupt the USB connection to 
>>> the WMR300 and weewx will run again.
>>> Maybe someone has a tip for me? Many Thanks!
>>>
>>>
>>> --
>>> 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...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/ccd77f3c-347a-458a-93db-a9ae0747a1b3%40googlegroups.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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/f531f57c-5465-49d2-8e32-7b119fcc498e%40googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEBEpKT1HL0tinXw1cdDNYxst8tW1VQ_87Qytihg0FAwDA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] weewx suddenly stops

2019-07-05 Thread Werner


Nothing! The log stops even if weewx stops.


Am Freitag, 5. Juli 2019 16:15:39 UTC+2 schrieb Thomas Keffer:
>
> Hello, Werner
>
> What comes after the Jul  5 10:20:28 entry in the log? Anything?
>
> On Fri, Jul 5, 2019 at 2:08 AM Werner > 
> wrote:
>
>> Hello everybody, I installed weewx on a raspberry pi zero to put the data of 
>> my WMR300 online at AWEKAS.
>> The Raspberry is running the current Raspian and weewx is the only program 
>> installed.
>> It works fine too, until weewx suddenly stops. It happens after different 
>> periods of time.
>> It's one hour or four hours. I just need to interrupt the USB connection to 
>> the WMR300 and weewx will run again.
>> Maybe someone has a tip for me? Many Thanks!
>>
>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/ccd77f3c-347a-458a-93db-a9ae0747a1b3%40googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f531f57c-5465-49d2-8e32-7b119fcc498e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] weewx suddenly stops

2019-07-05 Thread Thomas Keffer
Hello, Werner

What comes after the Jul  5 10:20:28 entry in the log? Anything?

On Fri, Jul 5, 2019 at 2:08 AM Werner  wrote:

> Hello everybody, I installed weewx on a raspberry pi zero to put the data of 
> my WMR300 online at AWEKAS.
> The Raspberry is running the current Raspian and weewx is the only program 
> installed.
> It works fine too, until weewx suddenly stops. It happens after different 
> periods of time.
> It's one hour or four hours. I just need to interrupt the USB connection to 
> the WMR300 and weewx will run again.
> Maybe someone has a tip for me? Many Thanks!
>
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/ccd77f3c-347a-458a-93db-a9ae0747a1b3%40googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEB4XoMKw450%3DhQ8sZSXyJju%2Bi8o8sp8okpUqQOt7_GdqQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.