Hi

I did the installation on my RPi exactly as described at
https://github.com/weewx/weewx/wiki/weewx-multi

- downloaded the multi start script and copied it to /etc/init.d/weewx

|wget -P /var/tmp https://raw.githubusercontent.com/weewx/weewx/master/util/init.d/weewx-multi sudo cp /var/tmp/weewx-multi /etc/init.d/weewx sudo update-rc.d weewx defaults echo 'WEEWX_INSTANCES="WS2320E HP2553"' | sudo tee /etc/default/weewx-multi echo 'WEEWX_CFGDIR=/etc/weewx' | sudo tee -a /etc/default/weewx-multi|

the commands all went through without any complaints from the OS end

- created the two separate weewx.conf files for each instance
- modified the weewx.conf files accordingly for the DB, HTML_ROOT, station-type etc.

when I try to start one of the instances (named: WS2320E and HP2553), the OS replies:

|pi@rasperrypi:~ $ sudo /etc/init.d/weewx start WS2320E sudo: /etc/init.d/weewx; command not found |

|same with the other instance|
||

|pi@rasperrypi:~ $ sudo /etc/init.d/weewx start HP2553||||
sudo: /etc/init.d/weewx; command not found|||

|/etc/default/weewx-multi contains the above entries
/etc/init.d/weewx is the multi script from Matthew
|

|Nothing in the syslog - any ideas ? weewx even doesn't start ...
looks like a OS/script issue
|

|By the way - the single instance version worked without any issue.
OS version is Raspbian 10
|

|
|

||||

--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/cd86c944-315c-fbe2-b1fb-cd6d00c26656%40gmail.com.

Reply via email to