I had the same problem. A bit of research shows that I needed to edit the /etc/init.d/weewx file so that the
# Required-Start: line contains '$network'. This is converted by the tools that translate the SysVInit code to 'systemd' code to wait until the network is operational. Susan On Saturday, November 26, 2016 at 7:14:35 AM UTC+11, mwall wrote: > > > > On Friday, November 25, 2016 at 2:53:34 PM UTC-5, Jon Adams wrote: >> >> 083529 (row 547): weewx exits because it can't find a network (but there >> was a network already set up?) >> > > jon, > > your configuration requires a network connection to the vantage station, > and weewx is bailing out when it finds no network (see lines 546 and 547 of > the syslog you posted). > > by the time you try to start weewx directly, then network is functional. > > you need to tell systemd that weewx needs a fully functional network > before it is started up. > > or you can add the loop-on-init option to your weewx configuration file: > > loop_on_init = True > > that will make weewx keep retrying the startup process instead of exitting. > > m > -- 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. For more options, visit https://groups.google.com/d/optout.