Re: [weewx-user] Re: Version 3.6.1

2016-11-05 Thread Graham Buxton
I was installing on a Raspberry Pi running Raspbian.  I was using the 
Chromium browser to read the Docs, and just clicked the Download file link 
in the instructions page. Then copied the tar command from the instruction 
page and pasted into the command window.

In the course of researching  this issue, when I got the error on the Pi, I 
tried the same on another  system running Ubuntu with the same results. 
Then I used the "file" command for more info and got ...
graham@graham-Nuc:~/Downloads$ file  weewx-3.6.1.tar.gz
weewx-3.6.1.tar.gz: POSIX tar archive (GNU)

No report of Zip compression was displayed above. If I use the "file" 
command on another file that is zipped, then file reports on the Zip 
compression.  Then went back to the Pi system and removed the "z" option 
from the tar command and things progressed nicely.


On Saturday, November 5, 2016 at 8:47:44 AM UTC-4, mwall wrote:
>
> On Saturday, November 5, 2016 at 8:23:33 AM UTC-4, Tom Keffer wrote:
>
> The solution will probably require changing the weewx.com webserver 
>> configuration.
>>
>
>
> tom, how did you download the file?
>
> graham, how did you download the file?
>
> i think the webserver configuration is ok - when i download using firefox 
> on macosx i get a gzipped file.  same using chrome on macosx, or firefox on 
> linux.
>
> i tried downloading using rsync, scp, curl and wget, and in each case i 
> get the gzipped file.
>
>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Version 3.6.1

2016-11-04 Thread Graham Buxton
I am new to weewx, and just installed the Python utility setup.py version 
using file weewx-3.6.1.tar.gz from the downloads page. I have it running 
sucessfully (Yay!), but there seems to be a discrepancy in the Users Guide 
vs the downloaded source archive file compression.

Doc file: http://www.weewx.com/docs/setup.htm says to "Expand the source 
archive" with:

tar xvfz weewx-X.Y.Z.tar.gz

Note the "z" option in the tar command, but the "weewx-3.6.1.tar.gz" file 
appears to not have zip compression applied, and an error is generated.

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Once I removed the "z" option from the tar command, things progressed much 
better, and weewx now seems to be running fine.   Thanks!
 


>> On Thu, Oct 13, 2016 at 4:22 PM, Thomas Keffer  wrote:
>>
>>> A minor "dot-dot" release, mostly to fix a bug that prevented 
>>> wunderfixer from working.
>>>
>>> Change log:
>>>
>>> Fixed bug in wunderfixer.
>>>
>>> Fixed handling of StdWXCalculate.Calculations in modify_config in the 
>>> wmr100,
>>> wmr200, wmr300, and wmr9x8 drivers.
>>>
>>> Eliminate the apache2, ftp, and rsync suggested dependencies from the deb
>>> package.  This keeps the weewx dependencies to a bare minimum.
>>>
>>> Added retries to usb read in wmr300 driver.
>>>
>>> Remapped sensor identifiers in wmr200 driver so that extraTemp1 and
>>> extraHumid1 are usable.
>>>
>>> Standardized format to be used for times to -mm-ddTHH:MM.
>>>
>>>
>>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.