Adding logs after roll back to 4.10.2.
On Wednesday, January 17, 2024 at 8:20:05 PM UTC-5 Jim Wilkerson wrote:
> After an update of Weewx 4.10.2 to 5.0, the data on the web page
>
> http://<local IP>/weewx/index.html
>
> no longer refreshes.
>
> Summary data:
>
> uname -a
> Linux linux-3wjh 5.14.21-150500.55.39-default #1 SMP PREEMPT_DYNAMIC Tue
> Dec 5 10:06:35 UTC 2023 (2e4092e) x86_64 x86_64 x86_64 GNU/Linux
>
> openSUSE Leap 15.5
>
> ~> weewxd --version
> 5.0.0
>
> ~> python3 --version
> Python 3.6.15
>
> systemctl status weewx
> ● weewx.service - WeeWX
> Loaded: loaded (/usr/lib/systemd/system/weewx.service; enabled;
> vendor preset: disabled)
> Active: active (running) since Wed 2024-01-17 19:21:18 EST; 16min ago
> Docs: https://weewx.com/docs
> Main PID: 9772 (python3)
> Tasks: 1 (limit: 4915)
> CGroup: /system.slice/weewx.service
> └─ 9772 python3 /usr/share/weewx/weewxd.py
> /etc/weewx/weewx.conf
>
> Weewx shows to be running OK as seen in the attached logs file.
>
> If I roll back to 4.10.2, the web page refreshes as normal.
>
>
>
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/6ec1fcdd-0af6-40a5-a7ae-677ac0cc0a17n%40googlegroups.com.
sudo journalctl -r -u weewx
Jan 17 20:30:20 linux-3wjh python3[20476]: weewx[20476] INFO
weewx.reportengine: Copied 5 files to /var/www/html/weewx
Jan 17 20:30:20 linux-3wjh python3[20476]: weewx[20476] INFO
weewx.imagegenerator: Generated 30 images for report SeasonsReport in 0.55
seconds
Jan 17 20:30:19 linux-3wjh python3[20476]: weewx[20476] INFO
weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 0.51
seconds
Jan 17 20:30:19 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager:
Added record 2024-01-17 20:30:00 EST (1705541400) to daily summary in
'weewx.sdb'
Jan 17 20:30:19 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager:
Added record 2024-01-17 20:30:00 EST (1705541400) to database 'weewx.sdb'
Jan 17 20:20:36 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
Starting main packet loop.
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager:
Daily summaries up to date
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager:
Starting backfill of daily summaries
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
Using binding 'wx_binding' to database 'weew>
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
Clock error is 2.44 seconds (positive is fas>
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Starting
up weewx version 4.10.2
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
'pyephem' detected, extended almanac data is>
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx:
AWEKAS: Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx: WOW:
Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx: CWOP:
Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx:
PWSweather: Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx:
Wunderground: Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx:
StationRegistry: Registration not requested.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
Using archive interval of 1800 seconds (spec>
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
Record generation will be attempted in 'hard>
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
Archive will use data binding wx_binding
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.wxservices:
StdWXCalculate will use data binding wx_>
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
StdConvert target unit is 0x1
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
Loading station type Vantage (weewx.drivers.>
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Debug is 0
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Using
configuration file /etc/weewx/weewx.conf
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Locale
is 'en_US.UTF-8'
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Platform
Linux-5.14.21-150500.55.39-default-x86_>
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Located
at /usr/bin/python3
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Using
Python 3.6.15 (default, Sep 23 2021, 15:41>
Jan 17 20:20:26 linux-3wjh python3[20476]: weewx[20476] INFO __main__:
Initializing weewx version 4.10.2
Jan 17 20:20:26 linux-3wjh systemd[1]: Started WeeWX.
Jan 17 20:20:26 linux-3wjh systemd[1]: Stopped WeeWX.
Jan 17 20:20:26 linux-3wjh systemd[1]: weewx.service: Deactivated successfully.
Jan 17 20:20:26 linux-3wjh weewxd[9772]: INFO __main__: Terminating weewx
version 5.0.0
Jan 17 20:20:26 linux-3wjh weewxd[9772]: INFO weewx.engine: Shutting down
StdReport thread
Jan 17 20:20:26 linux-3wjh weewxd[9772]: INFO weewx.engine: Main loop exiting.
Shutting engine down.
Jan 17 20:20:26 linux-3wjh weewxd[9772]: INFO __main__: Received signal TERM
(15).
Jan 17 20:20:26 linux-3wjh systemd[1]: Stopping WeeWX...
systemctl status weewx
● weewx.service - WeeWX
Loaded: loaded (/usr/lib/systemd/system/weewx.service; enabled; vendor
preset: disabled)
Active: active (running) since Wed 2024-01-17 20:20:26 EST; 3min 23s ago
Docs: https://weewx.com/docs
Main PID: 20476 (python3)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/weewx.service
└─ 20476 python3 /usr/share/weewx/weewxd /etc/weewx/weewx.conf
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx: CWOP:
Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx: WOW:
Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.restx:
AWEKAS: Posting not enabled.
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
'pyephem' detected, extended almanac data is>
Jan 17 20:20:31 linux-3wjh python3[20476]: weewx[20476] INFO __main__: Starting
up weewx version 4.10.2
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
Clock error is 2.44 seconds (positive is fas>
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
Using binding 'wx_binding' to database 'weew>
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager:
Starting backfill of daily summaries
Jan 17 20:20:33 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager:
Daily summaries up to date
Jan 17 20:20:36 linux-3wjh python3[20476]: weewx[20476] INFO weewx.engine:
Starting main packet loop.
Jan 17 20:30:19 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager:
Added record 2024-01-17 20:30:00 EST (1705541400) to database 'weewx.sdb'
Jan 17 20:30:19 linux-3wjh python3[20476]: weewx[20476] INFO weewx.manager:
Added record 2024-01-17 20:30:00 EST (1705541400) to daily summary in
'weewx.sdb'
Jan 17 20:30:19 linux-3wjh python3[20476]: weewx[20476] INFO
weewx.cheetahgenerator: Generated 8 files for report SeasonsReport in 0.51
seconds
Jan 17 20:30:20 linux-3wjh python3[20476]: weewx[20476] INFO
weewx.imagegenerator: Generated 30 images for report SeasonsReport in 0.55
seconds
Jan 17 20:30:20 linux-3wjh python3[20476]: weewx[20476] INFO
weewx.reportengine: Copied 5 files to /var/www/html/weewx