On Friday, 27 April 2018 12:21:46 UTC+1, Tom Keffer wrote: Two things: > > 1. While WeeWX is "pure Python," if you're going to do a simple copy > between machines, it's probably a good idea not to copy the .pyc files. > These contain compiled Python, and are highly machine dependent. > 2. The process ID for the segfault (13853) is different from the > process ID of all the other log entries (13946) after the initial startup. > Are you sure you don't have a second copy of weewx running? > > >> Hi Tom.
In answer to your second question, there's definitely no other process running. [root@db2 /home/weewx]# ps -ef | grep weewx root 14000 2067 0 13:21 pts/0 00:00:00 grep weewx So to answer the first question, I completely removed /home/weewx, grabbed another copy of the tarball from the weewx download site, and made a clean install (I left the service files in /etc/init.d as I'm guessing that they're not the problem..?). Now, when I try to start ... Apr 27 13:20:33 db2 weewx[13970]: restx: Wunderground: Posting not enabled. Apr 27 13:20:33 db2 weewx[13970]: restx: PWSweather: Posting not enabled. Apr 27 13:20:33 db2 weewx[13970]: restx: CWOP: Posting not enabled. Apr 27 13:20:33 db2 weewx[13970]: restx: WOW: Posting not enabled. Apr 27 13:20:33 db2 weewx[13970]: restx: AWEKAS: Posting not enabled. Apr 27 13:20:33 db2 weewx[13970]: engine: Starting up weewx version 3.8.0 Apr 27 13:20:33 db2 weewx[13970]: wmr300: reading records since ******* N/A ******* ( N/A ) Apr 27 13:20:33 db2 weewx[13970]: wmr300: usb failure: [Errno 110] Operation timed out Apr 27 13:20:33 db2 weewx[13970]: engine: Caught WeeWxIOError: [Errno 110] Operation timed out Apr 27 13:20:33 db2 weewx[13970]: **** Waiting 60 seconds then retrying ... That there should be no data is to be expected, as it's a fresh install, but the usb failure error is (IIRC) leads me to believe that there's a driver issue. So what do I copy over from my Raspberry Pi tarball? I need : 1. a working driver 2. the 'forecast' module 3. all my data from January 1st. Many thanks. -- 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]. For more options, visit https://groups.google.com/d/optout.
