ok, here is the output, the weewx restart did not get it listening again:

Sep  7 11:56:12 raspberrypiFB systemd[1]: Starting LSB: weewx weather 
system...
Sep  7 11:56:16 raspberrypiFB weewx[458]: engine: Initializing weewx 
version 3.7.1
Sep  7 11:56:16 raspberrypiFB weewx[458]: engine: Using Python 2.7.9 
(default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Sep  7 11:56:16 raspberrypiFB weewx[458]: engine: Platform 
Linux-4.9.28+-armv6l-with-debian-8.0
Sep  7 11:56:16 raspberrypiFB weewx[458]: engine: Locale is 'en_GB.UTF-8'
Sep  7 11:56:16 raspberrypiFB weewx[458]: engine: pid file is 
/var/run/weewx.pid
Sep  7 11:56:16 raspberrypiFB weewx[364]: Starting weewx weather system: 
weewx.
Sep  7 11:56:16 raspberrypiFB systemd[1]: Started LSB: weewx weather system.
Sep  7 11:56:16 raspberrypiFB weewx[560]: engine: Using configuration file 
/etc/weewx/weewx.conf
Sep  7 11:56:16 raspberrypiFB weewx[560]: engine: Loading station type 
Interceptor (user.interceptor)
Sep  7 11:56:16 raspberrypiFB weewx[560]: interceptor: MainThread: driver 
version is 0.30
Sep  7 11:56:16 raspberrypiFB weewx[560]: interceptor: MainThread: device 
type: acurite-bridge
Sep  7 11:56:16 raspberrypiFB weewx[560]: interceptor: MainThread: sensor 
map: None
Sep  7 11:56:16 raspberrypiFB weewx[560]: interceptor: MainThread: mode is 
sniff
Sep  7 11:56:16 raspberrypiFB weewx[560]: interceptor: MainThread: sniff 
iface=eth0 promiscuous=0
Sep  7 11:56:16 raspberrypiFB weewx[560]: interceptor: MainThread: sniff 
filter 'src 192.168.5.230 and dst port 80'
Sep  7 11:56:16 raspberrypiFB weewx[560]: engine: StdConvert target unit is 
0x1
Sep  7 11:56:16 raspberrypiFB weewx[560]: wxcalculate: The following values 
will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, 
dewpoint=prefer_hardware, appTemp=prefer_hardware, 
rainRate=prefer_hardware, windrun=prefer_hardware, 
heatindex=prefer_hardware, maxSolarRad=prefer_hardware, 
humidex=prefer_hardware, pressure=prefer_hardware, 
inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, 
cloudbase=prefer_hardware
Sep  7 11:56:16 raspberrypiFB weewx[560]: wxcalculate: The following 
algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Sep  7 11:56:16 raspberrypiFB weewx[560]: engine: Archive will use data 
binding wx_binding
Sep  7 11:56:16 raspberrypiFB weewx[560]: engine: Record generation will be 
attempted in 'hardware'
Sep  7 11:56:16 raspberrypiFB weewx[560]: engine: Using archive interval of 
300 seconds (specified in weewx configuration)
Sep  7 11:56:16 raspberrypiFB weewx[560]: engine: Using binding 
'wx_binding' to database 'weewx.sdb'
Sep  7 11:56:16 raspberrypiFB weewx[560]: manager: Starting backfill of 
daily summaries
Sep  7 11:56:17 raspberrypiFB weewx[560]: restx: StationRegistry: Station 
will not be registered: no station_url specified.
Sep  7 11:56:17 raspberrypiFB weewx[560]: restx: Wunderground: Posting not 
enabled.
Sep  7 11:56:17 raspberrypiFB weewx[560]: restx: PWSweather: Posting not 
enabled.
Sep  7 11:56:17 raspberrypiFB weewx[560]: restx: CWOP: Data for station 
FW1491 will be posted
Sep  7 11:56:17 raspberrypiFB weewx[560]: restx: WOW: Posting not enabled.
Sep  7 11:56:17 raspberrypiFB weewx[560]: restx: AWEKAS: Posting not 
enabled.
Sep  7 11:56:17 raspberrypiFB weewx[560]: engine: Starting up weewx version 
3.7.1
Sep  7 11:56:17 raspberrypiFB weewx[560]: engine: Starting main packet loop.
pi@raspberrypiFB:~ $ uptime
 12:11:11 up 15 min,  2 users,  load average: 0.04, 0.08, 0.07
pi@raspberrypiFB:~ $ sudo /etc/init.d/weewx status
â weewx.service - LSB: weewx weather system
   Loaded: loaded (/etc/init.d/weewx)
   Active: active (running) since Thu 2017-09-07 11:56:16 EDT; 16min ago
  Process: 364 ExecStart=/etc/init.d/weewx start (code=exited, 
status=0/SUCCESS)
   CGroup: /system.slice/weewx.service
           ââ560 python /usr/bin/weewxd --daemon 
--pidfile=/var/run/weewx.pid /etc/weewx/weewx.conf

pi@raspberrypiFB:~ $ sudo /etc/init.d/weewx stop
[ ok ] Stopping weewx (via systemctl): weewx.service.
pi@raspberrypiFB:~ $ sudo /etc/init.d/weewx start
[ ok ] Starting weewx (via systemctl): weewx.service.

then

Sep  7 11:56:17 raspberrypiFB weewx[560]: restx: AWEKAS: Posting not 
enabled.
Sep  7 11:56:17 raspberrypiFB weewx[560]: engine: Starting up weewx version 
3.7.1
Sep  7 11:56:17 raspberrypiFB weewx[560]: engine: Starting main packet loop.
Sep  7 12:13:03 raspberrypiFB systemd[1]: Stopping LSB: weewx weather 
system...
Sep  7 12:13:03 raspberrypiFB weewx[560]: interceptor: MainThread: shutting 
down server thread
Sep  7 12:13:03 raspberrypiFB weewx[560]: engine: Terminating weewx version 
3.7.1
Sep  7 12:13:08 raspberrypiFB weewx[858]: Stopping weewx weather system: 
weewx..
Sep  7 12:13:09 raspberrypiFB systemd[1]: Stopped LSB: weewx weather system.
Sep  7 12:13:24 raspberrypiFB systemd[1]: Starting LSB: weewx weather 
system...
Sep  7 12:13:25 raspberrypiFB weewx[931]: engine: Initializing weewx 
version 3.7.1
Sep  7 12:13:25 raspberrypiFB weewx[931]: engine: Using Python 2.7.9 
(default, Sep 17 2016, 20:26:04) #012[GCC 4.9.2]
Sep  7 12:13:25 raspberrypiFB weewx[931]: engine: Platform 
Linux-4.9.28+-armv6l-with-debian-8.0
Sep  7 12:13:25 raspberrypiFB weewx[931]: engine: Locale is 'en_GB.UTF-8'
Sep  7 12:13:25 raspberrypiFB weewx[931]: engine: pid file is 
/var/run/weewx.pid
Sep  7 12:13:25 raspberrypiFB weewx[921]: Starting weewx weather system: 
weewx.
Sep  7 12:13:25 raspberrypiFB systemd[1]: Started LSB: weewx weather system.
Sep  7 12:13:25 raspberrypiFB weewx[935]: engine: Using configuration file 
/etc/weewx/weewx.conf
Sep  7 12:13:25 raspberrypiFB weewx[935]: engine: Loading station type 
Interceptor (user.interceptor)
Sep  7 12:13:26 raspberrypiFB weewx[935]: interceptor: MainThread: driver 
version is 0.30
Sep  7 12:13:26 raspberrypiFB weewx[935]: interceptor: MainThread: device 
type: acurite-bridge
Sep  7 12:13:26 raspberrypiFB weewx[935]: interceptor: MainThread: sensor 
map: None
Sep  7 12:13:26 raspberrypiFB weewx[935]: interceptor: MainThread: mode is 
sniff
Sep  7 12:13:26 raspberrypiFB weewx[935]: interceptor: MainThread: sniff 
iface=eth0 promiscuous=0
Sep  7 12:13:26 raspberrypiFB weewx[935]: interceptor: MainThread: sniff 
filter 'src 192.168.5.230 and dst port 80'
Sep  7 12:13:26 raspberrypiFB weewx[935]: engine: StdConvert target unit is 
0x1
Sep  7 12:13:26 raspberrypiFB weewx[935]: wxcalculate: The following values 
will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, 
dewpoint=prefer_hardware, appTemp=prefer_hardware, 
rainRate=prefer_hardware, windrun=prefer_hardware, 
heatindex=prefer_hardware, maxSolarRad=prefer_hardware, 
humidex=prefer_hardware, pressure=prefer_hardware, 
inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, 
cloudbase=prefer_hardware
Sep  7 12:13:26 raspberrypiFB weewx[935]: wxcalculate: The following 
algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Sep  7 12:13:26 raspberrypiFB weewx[935]: engine: Archive will use data 
binding wx_binding
Sep  7 12:13:26 raspberrypiFB weewx[935]: engine: Record generation will be 
attempted in 'hardware'
Sep  7 12:13:26 raspberrypiFB weewx[935]: engine: Using archive interval of 
300 seconds (specified in weewx configuration)
Sep  7 12:13:26 raspberrypiFB weewx[935]: engine: Using binding 
'wx_binding' to database 'weewx.sdb'
Sep  7 12:13:26 raspberrypiFB weewx[935]: manager: Starting backfill of 
daily summaries
Sep  7 12:13:26 raspberrypiFB weewx[935]: restx: StationRegistry: Station 
will not be registered: no station_url specified.
Sep  7 12:13:26 raspberrypiFB weewx[935]: restx: Wunderground: Posting not 
enabled.
Sep  7 12:13:26 raspberrypiFB weewx[935]: restx: PWSweather: Posting not 
enabled.
Sep  7 12:13:26 raspberrypiFB weewx[935]: restx: CWOP: Data for station 
FW1491 will be posted
Sep  7 12:13:26 raspberrypiFB weewx[935]: restx: WOW: Posting not enabled.
Sep  7 12:13:26 raspberrypiFB weewx[935]: restx: AWEKAS: Posting not 
enabled.
Sep  7 12:13:26 raspberrypiFB weewx[935]: engine: Starting up weewx version 
3.7.1
Sep  7 12:13:26 raspberrypiFB weewx[935]: engine: Starting main packet loop.
pi@raspberrypiFB:~ $ date
Thu  7 Sep 15:05:35 EDT 2017
pi@raspberrypiFB:~ $



On Thursday, September 7, 2017 at 10:38:09 AM UTC-4, mwall wrote:
>
> On Thursday, September 7, 2017 at 10:18:52 AM UTC-4, Eddie Lent wrote:
>>
>>
>> So did I miss something in the instructions that I need to run the 
>> tcpdump line manually or is something not happening correctly in 
>> weewx-interceptor to startup the sniffer?
>>
>>
> you're not missing anything in the instructions.  something odd indeed is 
> at play.
>
> what happens if you do the following:
>
> 1) restart the pi
> 2) wait for 10 or 15 minutes
> 3) login and verify that weewx is not hearing data
> 4) shut down weewx using '/etc/init.d/weewx stop'
> 5) start weewx using '/etc/init.d/weewx start'
> 6) wait for 10 or 15 minutes
> 7) see whether weewx is hearing data
>
> this will tell us whether there is something during system startup that is 
> preventing the sniffing, such as a network interface not being ready (but 
> not being reported)
>
> m
>

-- 
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.

Reply via email to