[rudder-users] cf-agent aborted on defined class "could_not_download_uuid

Matthieu CERDA matthieu.cerda at normation.com
Tue Dec 3 10:43:00 CET 2013


Le 02/12/2013 14:36, Olivier Desport a écrit :
>
> Le 02/12/2013 14:27, Matthieu CERDA a écrit :
>> Le 02/12/2013 13:28, Olivier Desport a écrit :
>>> OK, so the invocation looks good manually too.
>>>>
>>>> Can you please send me the output of "grep <NODE IP ADDRESS>
>>>> /var/log/rudder/apache2/access.log", to be executed on the Rudder
>>>> server ? (replacing the node ip address by the IP of the node
>>>> unable to be registered)
>>> The output of the grep is empty.
>> OK, and if you try with the Proxy IP ?
> /usr/bin/curl  --proxy 'http://proxy-ip:port' http://172.31.136.121/uuid :
>
> it works (output : root)
Hi Olivier,

OK, I do think it might be a proxy issue. Can you please run these
commands to test if curl obeys the "no proxy" parameter ?

First, on the client:

- /usr/bin/curl --proxy '' -o "/var/rudder/tmp/uuid.txt"
http://172.31.0.61/uuid
- unset http_proxy
- unset ftp_proxy
- unset https_proxy
- unset no_proxy
- /usr/bin/curl --proxy '' -o "/var/rudder/tmp/uuid.txt"
http://172.31.0.61/uuid

Then, on the server:

- grep uuid /var/log/rudder/apache2/access.log | tail -n 20

And please give me the output of the two curl commands and the output of
the last command (grep/tail) ?

Thanks in advance,
Regards,
--
Matthieu CERDA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.rudder-project.org/pipermail/rudder-users/attachments/20131203/943ba33b/attachment.html>


More information about the rudder-users mailing list