On Saturday, April 28, 2018 at 3:59:09 AM UTC-7, Stuart Smith wrote:
>
> i've searched the syslog file for any instances of weewx but comes up with
> nothing
> iàve searched the system and no weewx.log exists
> to view thw log i use: sudo tail -f /var/log/syslog
>
Lets try this:
- sudo systemctl status weewx.service
When it's running it'll look something like:
● weewx.service - LSB: weewx weather system
Loaded: loaded (/etc/init.d/weewx; bad; vendor preset: enabled)
Active: active (running) since Sat 2018-04-28 09:33:59 PDT; 4s ago
Docs: man:systemd-sysv-generator(8)
Process: 5372 ExecStop=/etc/init.d/weewx stop (code=exited,
status=0/SUCCESS)
Process: 5419 ExecStart=/etc/init.d/weewx start (code=exited,
status=0/SUCCESS)
Tasks: 1
Memory: 9.5M
CPU: 135ms
CGroup: /system.slice/weewx.service
└─5436 python /usr/bin/weewxd --daemon
--pidfile=/var/run/weewx.pid /etc/weewx/weewx.conf
I suspect yours will look shorter/different and refer you to the journalctl
command for more details.
So try:
- sudo journalctl -u weewx.service
Which should print out any log entries that came from weewx when systemd
tried to start it.
Lastly - which raspbian did you install ? Raspbian desktop or light ?
--
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.