Re: [weewx-user] No logs at *ALL*??!

2023-03-14 Thread Paul R Anderson
Seems like your system uses systemd since you state that you tried "I run
systemctl start weewx"
Based on that weewx seems to have a unit file name of "weewx"
Under Systemd you can use journalctl to query the contents of the systemd
journal.
You can pass it a unit file name, and start stop ranges alone with a lot of
other options.
You should be able to see all logging activity since 2023 02 01 with:

sudo journalctl -u weewx.service --since "2023-02-01"

where -u is the unit name, --since is a date in -MM-DD format
Also you can redirect output to a file to save it
 sudo journalctl -u weewx.service --since "2023-02-01">/var/tmp/weewx.log


On Tue, Mar 14, 2023 at 7:40 AM Tom Keffer  wrote:

> Take a look at the section *Where to find things
> * in the
> User's Guide to locate your log.
>
> On Mon, Mar 13, 2023 at 7:27 PM MrPete  wrote:
>
>> My weewx was running reasonably well for a year.
>> In Feb we left on a trip.
>> I returned, and learned weewx stopped working back on Feb 22
>> Here's the strange part: NOTHING is being logged.
>>
>> /var/log/weewx.log has been empty since the end of January.
>>
>> I run systemctl start weewx and it blows up early on (the exact reason
>> doesn't matter at this point -- a server communication failure)
>>
>> What seems important: systemctl status weewx sees the most recent error
>> messages.
>>
>> But *I simply cannot find the log file!!*
>>
>> Any hints would be most welcome!
>> Pete
>>
>> --
>> 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/fbd5b10d-53b7-4d19-a611-42b227c5adabn%40googlegroups.com
>> 
>> .
>>
> --
> 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/CAPq0zEC9ZP%3DuLa47ZYwXtYh%3DR28Eheg%3DAu3DYqvCuGbo-UJz7g%40mail.gmail.com
> 
> .
>

-- 
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/CAOAVAefX33n8z-Q08nOSGHCpSd5t0%3D8bz1GDxLeL8Q-vXSj0%3DA%40mail.gmail.com.


Re: [weewx-user] Re: Roughly how many weewx users are there?

2023-03-14 Thread Paul Dunphy
    Thanks, Jonathan.  Those stations are the ones who voluntarily 
chose to register their station with the weewx registry.  That is a 
field in the weewx.conf file that defaults to not doing so, specifically:


    [[StationRegistry]]
    # To register this weather station with weewx, set this to true,
    # then fill out option 'station_url', located in the [Station] 
section above.

    register_this_station = false

    According to the weewx authors, there's no accurate way of knowing 
the number of active users.  They know the number of downloads of the 
software, the number of subscribers to the discussion group, etc.  None 
of these metrics indicate the correct number of active users.  Tom's 
"best guess" is about 10,000.


    When anyone asks me, I say "I believe around 10,000."

- Paul

--
Paul M Dunphy
Lake Echo, Nova Scotia
https://ve1dx.net/ <- Weather Station


On 2023-03-12 8:32 p.m., Jonathan Ryshpan wrote:

There are (about) 1727 URLs listed in the Station Map.

On Mon, 2022-08-15 at 11:20 -0700, Karen K wrote:
You may want to look at WeeWX station map 
.


WindnFog schrieb am Montag, 15. August 2022 um 20:07:26 UTC+2:
Do any developers have a ballpark figure of how many active 
instances of weewx are being used worldwide?  Now and then, people 
ask me how widely it's used.  I'd like to say "by about 1000, 5000, 
10,000."


--
Sorry to be so late - Jonathan Ryshpan 

The best is the enemy of the good -- Voltaire
--
You received this message because you are subscribed to a topic in the 
Google Groups "weewx-user" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/weewx-user/lu2dDXf_D28/unsubscribe.
To unsubscribe from this group and all its topics, 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/79d60fd7f8a2b27ab8d871988c960725d0781e64.camel%40pacbell.net 
.


--
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/94d8fa98-c0ae-64b7-fa1b-4431ec452512%40gmail.com.


Re: [weewx-user] No logs at *ALL*??!

2023-03-14 Thread Tom Keffer
Take a look at the section *Where to find things
* in the
User's Guide to locate your log.

On Mon, Mar 13, 2023 at 7:27 PM MrPete  wrote:

> My weewx was running reasonably well for a year.
> In Feb we left on a trip.
> I returned, and learned weewx stopped working back on Feb 22
> Here's the strange part: NOTHING is being logged.
>
> /var/log/weewx.log has been empty since the end of January.
>
> I run systemctl start weewx and it blows up early on (the exact reason
> doesn't matter at this point -- a server communication failure)
>
> What seems important: systemctl status weewx sees the most recent error
> messages.
>
> But *I simply cannot find the log file!!*
>
> Any hints would be most welcome!
> Pete
>
> --
> 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/fbd5b10d-53b7-4d19-a611-42b227c5adabn%40googlegroups.com
> 
> .
>

-- 
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/CAPq0zEC9ZP%3DuLa47ZYwXtYh%3DR28Eheg%3DAu3DYqvCuGbo-UJz7g%40mail.gmail.com.