OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › gzip: stdin: not in gzip format › Re: Re: gzip: stdin: not in gzip format
July 11, 2013 at 1:23 am
#24760
kkpwrh2o
Member
i’m thinking the port is forwarded ok. I have my other port forwarded device working fine on port 81.
I can see it on CYSM successfully using ths same IP addr as port 80 that the RPi is using. Port 80 is visible on CYSM as well.
Is there a way to tell if ospi is running? Perhaps in Task manager?
I made the changes to the 4 lines of code required to to so, but i can’t convince my self it is running.
I ran this again
hostname -I
ps -ef | grep -i ospi
with the following result
pi@raspberrypi ~ $ hostname -I
10.0.1.21
pi@raspberrypi ~ $ ps -ef | grep -i ospi
pi 2602 2585 0 01:18 pts/0 00:00:00 grep --color=auto -i ospi
pi@raspberrypi ~ $
Based on the last time we went through this, it does not look like the interval timer is running.