Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Curl return codes
- Date: Thu, 31 Jan 2013 20:16:07 -0600
- From: Nathan Panike <nwp@xxxxxxxxxxx>
- Subject: [HTCondor-users] Curl return codes
Any curl experts in htcondor-users?
I have the following:
+ curl -o reference.maps http://proxy.chtc.wisc.edu/SQUID/LMCG/nwp/reference185.maps
^^^ This returns success, and yet:
+ /usr/bin/head reference.maps
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ERROR: The requested URL could not be retrieved</title>
<style type="text/css"><!--
/*
Stylesheet for Squid Error pages
Adapted from design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Now, I can run "curl -o reference.maps http://proxy.chtc.wisc.edu/SQUID/LMCG/nwp/reference185.maps"
and get the correct file, but it is failing on some execute node.
What is the correct command line option to curl to correctly diagnose
that the "requested URL could not be retrieved"?
Nathan Panike