Re: [weewx-development] Re: V4.0.0b4 is up

2019-12-12 Thread Vince Skahan
On Thursday, December 12, 2019 at 8:13:30 PM UTC-8, gjr80 wrote: > > As far as I am aware development versions are generally distributed as > setup.py installs only and not as a (deb or rpm) package. For setup.py > installs you need to manually install the service files. Refer to the Run >

Re: [weewx-development] Re: V4.0.0b4 is up

2019-12-12 Thread gjr80
As far as I am aware development versions are generally distributed as setup.py installs only and not as a (deb or rpm) package. For setup.py installs you need to manually install the service files. Refer to the Run section of the setup.py install instructions http://weewx.com/docs/setup.htm

Re: [weewx-development] Re: V4.0.0b4 is up

2019-12-12 Thread Xant
It seems a simple path setup, but it beats me... root@RPi4:/etc/systemd# systemctl start weewx Failed to start weewx.service: Unit weewx.service not found. Must declare path somewhere? Shouldn't install take care of that? -- You received this message because you are subscribed to the Google

Re: [weewx-development] Re: V4.0.0b4 is up

2019-12-12 Thread Vince Skahan
On Thursday, December 12, 2019 at 12:44:20 PM UTC-8, Xant wrote: > > root@RPi4:/etc/weewx# service weewx start > Failed to start weewx.service: Unit weewx.service not found. > > I'd try "systemctl start weewx" and use full systemd syntax, just in case. -- You received this message because you

Re: [weewx-development] Re: V4.0.0b4 is up

2019-12-12 Thread Vince Skahan
On Thursday, December 12, 2019 at 12:44:20 PM UTC-8, Xant wrote: > > Vince > It seems you using WFlow and running. Any to patch? > > > Yes - you need to run it through 2to3 if you want to use python3. https://github.com/captain-coredump/weatherflow-udp/pull/9 Diffs are at

Re: [weewx-development] Re: V4.0.0b4 is up

2019-12-12 Thread Xant
Please, disregard previous weewx.conf (mistaken upload). 1) Starting as: "service weewx start" (RPi4, python 2x) 2) Weewx.conf re-attached. Thx, X -- You received this message because you are subscribed to the Google Groups "weewx-development" group. To unsubscribe from this group and stop

Re: [weewx-development] Re: V4.0.0b4 is up

2019-12-12 Thread Thomas Keffer
weewx.service is the systemd configuration file. You'll find it under util/systemd. It's used when starting weewx as a daemon. One other thing: the weewx.conf file you enclosed is a V3.9.2 file. Are you sure you're running v4.0.0? -tk On Thu, Dec 12, 2019 at 1:44 PM Xant wrote: > > Starting

Re: [weewx-development] Re: V4.0.0b4 is up

2019-12-12 Thread Xant
Starting from scratch (again). PWS is WeatherFlow. 1) RPi3 WeeWX release w Bskin - all is well and running 2) RPi4 WeeWX - python 2x for now; got the following error msg: root@RPi4:/etc/weewx# service weewx start Failed to start weewx.service: Unit weewx.service not found. Only place I see