Re: [weewx-user] Re: Failed new install

2024-03-20 Thread 'Ron Walker' via weewx-user
Thank you! That did it! Now to customize! On Wednesday, March 20, 2024 at 4:05:53 PM UTC-4 vince wrote: > try: >sudo sh -c 'echo PURGE | debconf-communicate weewx' > > > On Wednesday, March 20, 2024 at 12:56:27 PM UTC-7 Ron Walker wrote: > >> Thanks all so much for the quick replies! I

Re: [weewx-user] Re: Failed new install

2024-03-20 Thread vince
try: sudo sh -c 'echo PURGE | debconf-communicate weewx' On Wednesday, March 20, 2024 at 12:56:27 PM UTC-7 Ron Walker wrote: > Thanks all so much for the quick replies! I attempted to implement your > suggestion and got the following: > > ron@WeatherPi5:~ $ sudo echo PURGE |

Re: [weewx-user] Re: Failed new install

2024-03-20 Thread 'Ron Walker' via weewx-user
Thanks all so much for the quick replies! I attempted to implement your suggestion and got the following: ron@WeatherPi5:~ $ sudo echo PURGE | debconf-communicate weewx debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Permission denied 0 debconf: DbDriver

Re: [weewx-user] Re: Failed new install

2024-03-20 Thread Tom Keffer
I think Michael is on the right track. You may have typed "feet" instead of "foot". Debian remembers your prior responses, so now you have a bad response in its database and that's why your stuck. To purge the database, do this * sudo echo PURGE | debconf-communicate weewx* then start all

[weewx-user] Re: Failed new install

2024-03-20 Thread vince
check your altitude in weewx.conf - you possibly have a typo there. It should look like: altitude = 365, foot# Choose 'foot' or 'meter' for unit On Wednesday, March 20, 2024 at 11:54:05 AM UTC-7 michael.k...@gmx.at wrote: > Just guessing by the error message: > > weectl.py: error:

[weewx-user] Re: Failed new install

2024-03-20 Thread 'michael.k...@gmx.at' via weewx-user
Just guessing by the error message: weectl.py: error: unrecognized arguments: feet,foot https://weewx.com/docs/5.0/reference/skin-options/units/?h=singular#groups Note that the measurement unit is always specified in the singular. That is, specify degree_C or foot, not degrees_C or feet. Ron