search for: http_proxy

Displaying 20 results from an estimated 179 matches for "http_proxy".

2010 Jan 06
4
Yum Issue
Yum using proxy that requires authentication and a Password that contains the two characters \/ fails normally I can get yum to work with a proxy that requires authentication when required by doing something like http_proxy=http://<my username>:<my password>@<proxy server>:<proxy server port> export http_proxy or by filling in the appropriate information in yum.conf. But if the password contains the characters \/ this does not work. I have tried quoting the password in various ways none seem...
2003 Jul 25
5
R won't connect to the internet on SUSE Linux 8.1
Hi Thanks once again for your help, I do appreciate it..... however.... Here is what I get with your test.... (under tcsh - i normally use bash, but I will keep everything the same) users/mwatson> env http_proxy=http://wwwcache.bbsrc.ac.uk:8080/ R >options(internet.info=0) >update.packages() trying URL `http://cran.r-project.org/src/contrib/PACKAGES' unable to connect to 'cran.r-project.org' on port 80 Error in download.file(url = paste(contriburl, "PACKAGES", sep = "/&quo...
2002 Jun 19
0
[R] Problems with url/download and http_proxy
This does seem to fix my problem: > Sys.getenv("http_proxy") http_proxy "http://gproxy1.pfizer.com/" > url("http://cran.r-project.org/src/contrib/PACKAGES",'r') description "http://cran.r-project.org/src/contrib/PACKAGES"...
2002 Jun 19
0
FW: [R] Problems with url/download and http_proxy (PR#1689)
For the record. -----Original Message----- From: ripley@stats.ox.ac.uk [mailto:ripley@stats.ox.ac.uk] Sent: Tuesday, June 18, 2002 3:21 PM To: Warnes, Gregory R Cc: 'r-help@stat.math.ethz.ch' Subject: RE: [R] Problems with url/download and http_proxy The port is not supposed to be required, so rather than fix the docs can anyone fix the problem? On Tue, 18 Jun 2002, Warnes, Gregory R wrote: > > Just adding the trailing slash doesn't seem to help: > > > Sys.getenv('http_proxy') > http_proxy...
2010 Feb 25
1
How to get rid of HTTP-Proxy environment variable in domUs!
...k my laptop at home and connected to my Home-Hub (which issues DHCP based IPs); I can now ping from my ethernet port (dom0--eth0) and as well as VMs port (i.e. domUs) to WindowsXP machine and vice versa. The dom0 can ping any IP such as yahoo.com etc; but domU still having trouble. On resetting http_proxy variable now dom0 can get updates via "apt-get update". But the real issue for me is that domU still using ''http_proxy'' environment variable (although I tried to reset it--- as I''ve done with dom0). In the /etc/profile I commented the proxy entries and then done...
2002 Jun 18
2
Problems with url/download and http_proxy
...ad.file(getUrl("unix", "Biobase", F), dest = "test.tgz") : cannot open URL `http://www.bioconductor.org/packages/release/distrib/Source/Biobase_1.0.tar .gz' So, it looks like R's internal http code can't handle my proxy settings: > Sys.getenv("http_proxy") http_proxy "http://gproxy1.pfizer.com" However, this proxy value works just fine for wget/lynx etc: > download.file(getUrl("unix","Biobase", F),dest="test.gz", method="wget") --11:12:07-- http://www.bioconductor.org...
2002 Jun 18
2
Problems with url/download and http_proxy
...ad.file(getUrl("unix", "Biobase", F), dest = "test.tgz") : cannot open URL `http://www.bioconductor.org/packages/release/distrib/Source/Biobase_1.0.tar .gz' So, it looks like R's internal http code can't handle my proxy settings: > Sys.getenv("http_proxy") http_proxy "http://gproxy1.pfizer.com" However, this proxy value works just fine for wget/lynx etc: > download.file(getUrl("unix","Biobase", F),dest="test.gz", method="wget") --11:12:07-- http://www.bioconductor.org...
2003 Jul 24
3
R won't connect to the internet on Linux!
OK, I really am struggling with this one! Forgive me if I am being stupid.... I am running R 1.7.1 on Suse Linux 8.1. I connect to the internet through a proxy so I have: IAHC-LINUX03:~ # echo $http_proxy wwwcache.bbsrc.ac.uk:8080 IAHC-LINUX03:~ # echo $HTTP_PROXY wwwcache.bbsrc.ac.uk:8080 just in case ;-) SO, i go into R and I get: > source("http://www.bioconductor.org/getBioC.R") unable to connect to 'www.bioconductor.org' on port 80. Error in file(file, "r") : ca...
2005 Apr 04
5
yum & proxy
Hi, I've just installed a server with CentOS 4. This server is behind a proxy. I'm trying to import the RPM key. Already set http_proxy variable to: export "http_proxy"=http://proxy.xpto.com:3128 Truth is, command # rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4 just leaves me hanged. Any ideas ? Warm Regards, M?rio Gamito
2003 Jul 25
1
R won't use http_proxy (PR#3558)
...003-06-16). Copyright (C) 2003 R Development Core Team R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under the terms of the GNU General Public License. For more information about these matters, see http://www.gnu.org/copyleft/gpl.html. I have set my http_proxy environment variable to http://wwwcache.bbsrc.ac.uk, which is the correct address of my proxy. When I try update.packages() within R, it does NOT use my proxy at all: IAHC-LINUX03:~ # echo $http_proxy http://wwwcache.bbsrc.ac.uk:8080/ IAHC-LINUX03:~ # R R : Copyright 2003, The R Development Core...
2007 Mar 27
2
problem with installation of packages
...es("maptools", depend = T) : argument 'lib' is missing: using /usr/local/lib/R/site-library Warning: unable to access index for repository http://cran.wustl.edu/src/contribdependency ''maptools'' is not available This is a machine running debian sarge. The http_proxy is correctly set. I am able to download the package by using wget. I also tried starting R with (R http_proxy-http://my-proxy/). That does not help either. I have R 2.4.1 on my debian system. Will be grateful for any help. Vikas
2007 Nov 28
1
Http_proxy settings with autoproxy.php
Just installed R on a new machine which is on a server. I am trying to download packages but seem to have trouble with our proxy settings. I have read the 2.19 section in R for Windows and tried what was suggested (setting http_proxy) but that did not help (still cannot connect). I think my problem is that we do not have a fixed port but use instead autoproxy. Has anyone encountered this problem and if so how can it be fixed? Thanks, David Dr. David Lusseau Lecturer in Marine Populations University of Aberdeen School of Biol...
2005 Oct 19
1
Unix proxy and firewall problems
...on a unix server. Because of a firewall i can't install biocLite for working with Bioconductor. With windows it wasn't a problem. I used the option '--internet2' to bypass the firewall. I don't have any idea, how to do it with unix. I tried to set my proxy >Sys.putenv("http_proxy"="http...:8080") >Sys.getenv("http_proxy") http_proxy "http://...:8080" http://by-cache.bayer-ag.com:8080/ but than by try to use the source command to download the bioC.R script I'm getting the message: >source("http:/bioconductor.o...
2007 Oct 16
3
R-2.6.0 - packages installation through a proxy - not working
...ed R from 2.5.0 to 2.6.0. With the new build, I have stumbled upon an unpleasant problem: I can no longer install packages from CRAN through a transparent proxy. With the previous version, I simply added to /usr/lib/R/etc/Renviron the following line and it functioned like a charm: ## Proxy settings http_proxy="SERVER:3128" With 2.6.0, however, R refuses to connect to the CRAN mirror. I have added to the new Renviron even more lines (useless, probably). Now the Proxy settings look like this: ## Proxy settings http_proxy="SERVER:3128" https_proxy="SERVER:3128" ftp_proxy=&quo...
2006 Mar 27
6
Problem installing Rails
Hi I am getting the following error when i tried to install rails in windows using command prompt.... Attempting remote installation of ''rails'' Updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::RemoteSourceException) Error fetching remote gem cache: getaddrinfo: no address associated with hostname. There are proxy settings in
2012 Feb 09
2
Problems with Microsoft Forefront proxy with yum
Hello all, How can I configure yum to download updates when I need to authenticate to a Microsoft Forefront proxy?? I have tried to configure http_proxy variable as a "http_proxy="http://DOMAIN\\user:passwd at proxy:port/", but it doesn't works ... I have tried to set http_user and http_passwd also without luck. Thanks.
2003 Jan 08
1
update.packages through proxy failing
...et2.dll to internet.dll in the "Modeules" folder and proceeding as usual. When I tried "update packages" from the menu in R, I got an "Rgui.exe has prodeced errors and is generating an error log" message and crash. 2) I used the following code print(Sys.putenv("HTTP_PROXY"="http://www.flinders.edu.au/proxy.pac/", password="mypassword")) [1] TRUE TRUE > Sys.getenv("HTTP_PROXY") HTTP_PROXY "http://www.flinders.edu.au/proxy.pac/" > update.packages() trying URL `http://cran.r-project.org/bin...
2006 Feb 17
2
Http proxy set in yum.conf is not working for the new yum mirrorlist system
...s not consider the proxy option set yum.conf. After installing centos-yumconf-4-4.4.noarch.rpm together with the new yum packages, I was no longer able to use yum. In my case HTTP access is allowed only through a proxy. The proxy URL is configured in yum.conf. If I set the environment variable http_proxy from the shell I start yum, everything works. If I comment out the mirrorlist lines in CentOS-Base.repo yum is working fine without setting http_proxy environment variable (using the proxy defined in yum.conf). Anyone else seeing this or am I doing something wrong? Regards, Radu
2007 May 30
3
http proxies: setting and unsetting
Hi, I am trying to use R at work and at home on the same computer. At work, I have a proxy, and at home, I do not. I have, for work, a User environment variable "http_proxy" which I set in the OS (Windows XP Pro). When I am at work, and I try to retrieve data from the web with 'read.csv', things work just fine. I assume it knows how to use the proxy. The trouble is when I am at home and have no proxy, R still tries to use my work proxy. I have tried t...
2004 Jan 12
1
ReadLines does not give results with urls
...ing response after 60 sec: >Error in readLines(url("http://cran.r-project.org/src/contrib/PACKAGES"), : cannot open the connection >In addition: Warning message: >unable to connect to 'cran.r-project.org' on port 80. After reading the help pages I checked the http_proxy environmental variable, which seems to be OK to me: > Sys.getenv("http_proxy") http_proxy "http://proxy.mh-hannover.de:8080/" > Sys.getenv("no_proxy") no_proxy "" Setting the options options(download.file.method="wget") help...