Hello, i have deinstalled weewx and all configurations. Then i have weewx installed and the weewx.sdb imported. After the have I reboot the pi. Now it is still running. I think this was not the right way but it was my way.
Thank you for all, the next problem comes certainly! Günther vince schrieb am Mittwoch, 9. November 2022 um 18:46:34 UTC+1: > 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/aa8d66bb-62af-49ab-93e5-1dd2704967aan%40googlegroups.com.
