Getting Data In

Error when trying to upload a package in R Project

walkerhound
Path Finder

When I try to upload a package into R Project (from the packages tab) I get an error:

Cannot install package 'igraph'. Attempt to download CRAN description from 'http://cran.r-project.org/web/packages/igraph/DESCRIPTION': [Errno 11004] getaddrinfo failed

I have tried a few packages. The URL http://cran.r-project.org/web/packages/igraph/DESCRIPTION seems okay.

I suspect this is a proxy issue but I'm not sure how to fix it.

Tags (2)
0 Karma
1 Solution

MuS
Legend

Hi walkerhound,

this could be related to a proxy issue. If you must use a proxy server to get to the internet, set the http[s]_proxy user env for the user running Splunk like this for Windows:

set http_proxy=http://proxy.myproxy.com
set https_proxy=https://proxy.myproxy.com

For Linux:

export http_proxy=http://proxy.myproxy.com
export https_proxy=https://proxy.myproxy.com 

But the error code you get could also point to some trouble resolving the hostname, so check your DNS as well.

cheers, MuS

View solution in original post

MuS
Legend

Hi walkerhound,

this could be related to a proxy issue. If you must use a proxy server to get to the internet, set the http[s]_proxy user env for the user running Splunk like this for Windows:

set http_proxy=http://proxy.myproxy.com
set https_proxy=https://proxy.myproxy.com

For Linux:

export http_proxy=http://proxy.myproxy.com
export https_proxy=https://proxy.myproxy.com 

But the error code you get could also point to some trouble resolving the hostname, so check your DNS as well.

cheers, MuS

walkerhound
Path Finder

I got it to work. I had to put in the username and password for the proxy.

Thanks.

0 Karma

krwinters11
Path Finder

I have added the proxy with username and password and still can't get this solution to work. Any other ideas?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...