Aha, you've installed WeeWX to other than /home/weewx and the WeeWX startup script you copied to /etc/init.d/weewx is set to look for WeeWX in /home/weewx.
No problems, the script is designed to allow overrides. I haven't used them (overrides) before but I *believe* what you need to do is create a file /etc/default/weewx with the following contents: WEEWX_BIN=/home/pi/EW5321/bin/weewxd Gary On Thursday, 17 December 2020 at 20:43:50 UTC+10 [email protected] wrote: > Commands: > cd /home/pi/EW5321 > sudo cp util/init.d/weewx.debian /etc/init.d/weewx > sudo chmod +x /etc/init.d/weewx > sudo update-rc.d weewx defaults 98 > sudo /etc/init.d/weewx start > > This is all that shows in the log, even with the debug option set: > Dec 17 05:42:31 raspberrypi-1 systemd[1]: Reloading. > > On Thu, Dec 17, 2020 at 05:26 gjr80 <[email protected]> wrote: > >> Yes, post the exact commands you entered to set up the service as well as >> the exact responses received on the console. >> >> Gary >> >> On Thursday, 17 December 2020 at 20:06:41 UTC+10 [email protected] >> wrote: >> >>> Hi, >>> >>> So I recently had to re-install WeeWx on my Raspberry Pi and setting it >>> up using the setup.py, I’m able to run it via sudo ./bin/weewxd but >>> when I setup the daemon nothing seems to happen. I’m used to get console >>> output saying it started and seeing it in the log but there’s absolutely >>> nothing. >>> >>> Any ideas? >>> >> -- >> 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/6w9Ulx1e_UM/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/weewx-user/dc9d6cb0-533a-4ddc-953a-90747138fd68n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/weewx-user/dc9d6cb0-533a-4ddc-953a-90747138fd68n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > -- > *Carter J. Humphreys* > B.S. Meteorology, State University of New York at Oswego '20 > A.S. Computer Science, Finger Lakes Community College '19 > -- 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/c7341139-6bd1-4882-b3ae-9f3f835adf27n%40googlegroups.com.
