Search found 11 matches

by tintinabula
Fri Mar 08, 2019 4:29 pm America/New_York
Forum: Questions/Comments
Question: Troubleshooting Data Retrievals
Replies: 4

Troubleshooting Data Retrievals

If wget is being called once per file then you are going to reach the upper limit on the amount of concurrent connections we allow. A suggestion would be to create a list of urls in a single text file and then pass that text file to wget. With the list of urls to download in a text file, wget can im...
by tintinabula
Thu Jun 29, 2017 1:53 pm America/New_York
Forum: Questions/Comments
Question: Transfer rate very low
Replies: 1

Transfer rate very low

Jacques,

I checked data access from on and off GSFC and I do not see a performance issue.

Verizon 1: 2017-06-29 13:36:36 (12.0 MB/s)
Verizon 2: 2017-06-29 13:40:55 (9.81 MB/s)
Linode   : 2017-06-29 13:43:13 (66.2 MB/s)
Internal  : 2017-06-29 13:51:35 (341 MB/s)

Chris
by tintinabula
Wed May 31, 2017 10:25 am America/New_York
Forum: Questions/Comments
Question: OCSSW install : curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.
Replies: 8

OCSSW install : curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.

Dave,

Range header support has been enabled. You should be able to complete the install even if the connection has packet loss or drops.
by tintinabula
Tue May 23, 2017 12:08 pm America/New_York
Forum: Questions/Comments
Question: COnnectivity issues
Replies: 6

COnnectivity issues

Kim,If the computer is preferring IPv6 and not falling back to IPv4 then you might be experiencing the ipv6 issue. First, can you get to google using IPv6?        curl -6 -kIL https://www.google.comOne option is disable the IPv6 ip on the local system this will force the network ...
by tintinabula
Mon May 22, 2017 12:24 pm America/New_York
Forum: Questions/Comments
Question: Cannot download data from oceandata.sci.gsfc.nasa.gov
Replies: 9

Cannot download data from oceandata.sci.gsfc.nasa.gov

Ge,

Your ip may have been temporarily blocked on Friday. Could you please try again and post if you continue to have issues.
by tintinabula
Sat May 13, 2017 10:44 am America/New_York
Forum: Questions/Comments
Question: OCSSW install : curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.
Replies: 8

OCSSW install : curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.

Dave,First, make sure you can connect to the oceandata servers. Using cURL you can ask for the web server headers and receive a "200 OK" response which means the connection finished.curl -kIL https://oceandata.sci.gsfc.nasa.govHTTP/1.1 200 OKIf you can connect correctly to oceandata then p...
by tintinabula
Fri May 05, 2017 5:48 pm America/New_York
Forum: Questions/Comments
Question: The download problem of SeaDAS
Replies: 2

The download problem of SeaDAS

Ge,

The following post should help diagnose the problem and provide us with the information needed to see if your ip is blocked.

Having Data Access Issues?
https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?tid=6447

Chris
by tintinabula
Fri Mar 24, 2017 11:46 am America/New_York
Forum: Questions/Comments
Question: COnnectivity issues
Replies: 6

COnnectivity issues

Looks like ipv6 connectivity is the problem. Blocking ipv6 on the firewall will still allow the application to try to connect using ipv6, then have to timeout on each attempt. If you removed the ipv6 address from the workstation the system would only use ipv4 and the install should work without issu...
by tintinabula
Thu Mar 23, 2017 1:13 pm America/New_York
Forum: Questions/Comments
Question: COnnectivity issues
Replies: 6

COnnectivity issues

Aleric, From your post it seems like connectivity works, but stalls or fails during the download. Can you verify DNS and basic connectivity for me? The addition of the "time" command will give an idea of how fast the system and network services are responding.On the Linux workstations, doe...
by tintinabula
Tue Feb 14, 2017 12:26 pm America/New_York
Forum: Questions/Comments
Question: wget issue - "Unable to establish SSL connection"
Replies: 8

wget issue - "Unable to establish SSL connection"

The version of wget you have installed in built against GnuTLS which does not support the HTTPS ciphers necessary to connect to the OceanColor HTTPS servers. The following post will give more information.Wget, Git or Curl built against older versions of GnuTLS can not connect to HTTPShttps://oceanco...