Search found 25 matches

by 7yl4r
Thu Jan 23, 2020 10:15 am America/New_York
Forum: Home
Question: Recent MODIS SST files w/no content
Replies: 12

Recent MODIS SST files w/no content

Thank you! Based on that I was able to create the following updated command from the original post which works for me.Should the documentation be updated?tylar@tylar-Latitude-XT3:~/test$ wget --post-data="subID=1930&addurl=1&results_as_file=1" -O - https://oceandata.sci.gsfc.nasa.g...
by 7yl4r
Thu Jan 23, 2020 8:32 am America/New_York
Forum: Home
Question: Recent MODIS SST files w/no content
Replies: 12

Recent MODIS SST files w/no content

Same problem when using no `.urs_cookies` and with and empty `.urs_cookies`.Here is a section of the output showing the request coming back with a 302 and then a 200:--2020-01-23 08:30:16--  https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/A2020019183000.L2_LAC_OC.ncConnecting to oceandata.sci.g...
by 7yl4r
Wed Jan 22, 2020 5:37 pm America/New_York
Forum: Home
Question: Recent MODIS SST files w/no content
Replies: 12

Recent MODIS SST files w/no content

I think the problem here may be that wget only looks for the netrc file after recieving a 401 and earthdata returns a 200 with login html instead.
by 7yl4r
Wed Jan 22, 2020 1:45 pm America/New_York
Forum: Home
Question: Recent MODIS SST files w/no content
Replies: 12

Recent MODIS SST files w/no content

Yes permissions were set to 600 as specified in the instructions.


tylar@tylar-Latitude-XT3:~$ ls -lh .netrc
-rw------- 1 tylar tylar 64 Jan 22 11:02 .netrc
by 7yl4r
Wed Jan 22, 2020 12:31 pm America/New_York
Forum: Home
Question: Recent MODIS SST files w/no content
Replies: 12

Recent MODIS SST files w/no content

My .netrc looks good. Below I have redacted my user and password :


tylar@tylar-Latitude-XT3:/media/tylar/filestore/git-repos/imars/wv2-processing$ cat ~/.netrc
machine urs.earthdata.nasa.gov login ****** password ********
by 7yl4r
Wed Jan 22, 2020 11:10 am America/New_York
Forum: Home
Question: Recent MODIS SST files w/no content
Replies: 12

Recent MODIS SST files w/no content

I've just tried using this updated wget command and am seeing the same problem as Dan.The search works but the files that get downloaded are Earthdata Login html pages.```tylar@tylar-Latitude-XT3:~/test$ head AQUA_MODIS.20200119T183001.L2.SST.NRT.nc<!DOCTYPE html><!--[if lt IE 7]><html class=&qu...
by 7yl4r
Tue Apr 16, 2019 10:26 am America/New_York
Forum: Home
Question: install_ocssw.py "unable to access ...modisterra.git"
Replies: 4

install_ocssw.py "unable to access ...modisterra.git"

Oops, just saw your response about the firewall.
I suspect updating too often and being blocked by a firewall is my issue.
I will consider deploying a cronjob instead of using puppet when I have time to revisit this.

Thanks!
by 7yl4r
Tue Apr 16, 2019 10:23 am America/New_York
Forum: Home
Question: install_ocssw.py "unable to access ...modisterra.git"
Replies: 4

install_ocssw.py "unable to access ...modisterra.git"

You are definitely right about install as "root" being in general a bad idea, but it was the quickest hack that got things working on these limited-use systems.I had only minimal issues with `install_ocssw.py` previous to the aforementioned date and the error now seems quite consistent. Yo...
by 7yl4r
Mon Apr 15, 2019 4:54 pm America/New_York
Forum: Home
Question: install_ocssw.py "unable to access ...modisterra.git"
Replies: 4

install_ocssw.py "unable to access ...modisterra.git"

I run `install_ocssw.py` daily on a few machines to keep things up-to-date and have been logging errors like the following error on all nodes since 2019-03-27:```[root@userproc test]# ls /srv/imars-objects/west_fl_penls: cannot access /srv/imars-objects/west_fl_pen: No such file or directory[root@us...
by 7yl4r
Wed May 23, 2018 6:09 pm America/New_York
Forum: Home
Question: l2gen cannot write to NFS share?
Replies: 2

l2gen cannot write to NFS share?

Uh... yes. Yes that was exactly it. Thank you! Somehow I completely missed that line and jumped right to the NFS conclusion. :eek: