Search found 137 matches
- Fri Oct 23, 2020 5:36 pm America/New_York
- Forum: Home
- Question: Subscriptions Empty
- Replies: 11
Subscriptions Empty
Mark,Well, our admins have checked logs going back to Oct 1 and don't see any blocks on that IP or any in the /24 subnet. So unless you gave me the wrong IP address by mistake, it doesn't look like the problem is related to blocking. The next time you see the problem, you could t...
- Fri Oct 23, 2020 1:25 pm America/New_York
- Forum: Home
- Question: Subscriptions Empty
- Replies: 11
Subscriptions Empty
Mark,Apparently not being able to access our web site and forum is an indicator of an IP block. The blocks are dynamically added and removed. To my knowledge, nothing was down this morning. Are you running the queries for the different subscriptions concurrently or just one at a ti...
- Thu Oct 22, 2020 6:06 pm America/New_York
- Forum: Home
- Question: Subscriptions Empty
- Replies: 11
Subscriptions Empty
Glad to hear that. However, our systems group did not see any blocks for that IP, so i'm not sure what was going on.
john
john
- Thu Oct 22, 2020 1:51 pm America/New_York
- Forum: Home
- Question: Subscriptions Empty
- Replies: 11
Subscriptions Empty
Thanks. I've forwarded it to our systems group. They'll check for a block. Usually a block occurs if the traffic exceeds certain limits, i.e. too many concurrent connections, too many attempts to get non-existent files.
john
john
- Thu Oct 22, 2020 1:41 pm America/New_York
- Forum: Home
- Question: Subscriptions Empty
- Replies: 11
Subscriptions Empty
Mark,
We think you might have gotten an IP block. Can you post your public-facing IP address?
john
We think you might have gotten an IP block. Can you post your public-facing IP address?
john
- Thu Oct 22, 2020 12:27 pm America/New_York
- Forum: Home
- Question: Subscriptions Empty
- Replies: 11
Subscriptions Empty
Mark,I don't think you need the user/passwd options for the file search. When i run this, i get files through today (Oct 22). The 2> redirects the wget msgs to /dev/null. Does this work for you?john$ wget --post-data="subID=906&results_as_file=1" -O - https://ocea...
- Mon Oct 19, 2020 3:43 pm America/New_York
- Forum: Home
- Question: SST subscription issues
- Replies: 6
SST subscription issues
Kim,Sorry for misunderstanding. Those two subscriptions are for refined data, and there is a significant delay for that. According to our DB, the last-match for them is 2020-09-21 06:48 ETD. The ancillary data the processing is waiting for should arrive in a couple of days, and tha...
- Mon Oct 19, 2020 3:11 pm America/New_York
- Forum: Home
- Question: SST subscription issues
- Replies: 6
SST subscription issues
Kim,
Sorry, i had to edit my reply a couple of times as i noticed a couple of other things with your command that needed to be changed. I tested the command in my latest reply, and it downloaded 31 files as of 15:10 EDT.
john
Sorry, i had to edit my reply a couple of times as i noticed a couple of other things with your command that needed to be changed. I tested the command in my latest reply, and it downloaded 31 files as of 15:10 EDT.
john
- Mon Oct 19, 2020 2:48 pm America/New_York
- Forum: Home
- Question: SST subscription issues
- Replies: 6
SST subscription issues
Hi Kim.If you run the first part of the command separately, you should get a list of checksums and L1A files. You are using both -O - (which redirects to stdout) and the > FILELIST_CHECKSUMS.txtYou can put 2> /dev/null at the end to just see the checksums and file names. I see about 30 o...
- Mon Oct 12, 2020 12:59 pm America/New_York
- Forum: Home
- Question: MODIS data download
- Replies: 3
MODIS data download
Hi Amita,I missed in your first post that you are piping the results of the call to file-search into a wget for the manifest file. While i still think you need quotes around the manifest URL to protect the special characters, there should not be a call to the file-search. What you want i...