oops - that should of course be "29729" in my reply below. You want to stop the process by its id.
On Wednesday, November 9, 2022 at 9:44:59 AM UTC-8 vince wrote: > > sudo kill -9 18497 > sudo kill -9 29720 > then check again and they should be gone > then start weewx up again > then check again and only one should be running and hopefully healthy > > (the -9 there says kill it with a bigger hammer) > > > Alternately, if you simply reboot the pi all the processes will be > stopped, but you should almost never need to reboot a pi. > > On Wednesday, November 9, 2022 at 8:39:20 AM UTC-8 [email protected] > wrote: > >> Hi and how can I fix this error. >> >> root 18497 2.4 3.4 53384 32924 ? S Nov06 115:40 python3 >> /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid >> /etc/weewx/weewx.conf >> root 29729 1.7 3.9 92136 37184 ? Sl Nov01 200:45 python3 >> /usr/share/weewx/weewxd --daemon --pidfile=/var/run/weewx.pid >> /etc/weewx/weewx.conf >> >> Thank you for help! >> >> vince schrieb am Montag, 7. November 2022 um 18:02:35 UTC+1: >> >>> You seem to have multiple weewx instances running. One is process >>> 18497, one is process 29729. >>> >>> Run "ps axu | grep wee" and I suspect you will see more than one weewx >>> running. >>> >>> >>> -- 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/c2c090e3-1f46-4628-885a-8a61d881abf7n%40googlegroups.com.
