Displaying 20 results from an estimated 10000 matches similar to: "How to get rid of HTTP-Proxy environment variable in domUs!"
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
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:
>
2003 Jul 25
1
R won't use http_proxy (PR#3558)
Full_Name: Michael Watson
Version: 1.7.1
OS: Suse Linux 8.1
Submission from: (NULL) (149.155.96.3)
I am using Suse Linux 8.1:
IAHC-LINUX03:~ # uname -a
Linux IAHC-LINUX03 2.4.20-64GB-SMP #1 SMP Mon Mar 17 17:56:03 UTC 2003 i686
unknown unknown GNU/Linux
and R 1.7.1:
IAHC-LINUX03:~ # R --version
R 1.7.1 (2003-06-16).
Copyright (C) 2003 R Development Core Team
R is free software and comes with
2005 Jul 18
2
Rails installation problem
Hi there,
I''m a new to Rails and to Ruby too. I hope you can help with what
hopefully is a simple installation problem.
I have successfully installed version:
C:\>ruby -v
ruby 1.8.2 (2004-12-25) [i386-mswin32]
I have successfully installed gem:
C:\>gem --version
0.8.11
When I try to install Rails i get the following error:
C:\>gem install rails --include-dependencies
2003 Feb 16
2
download CRAN packages and proxy config.
Dear R users,
I'm starting to get acquainted with R. I've been reading the manual, and I
understood that if I wanted to install a user written package on R, I could
do it directly from the Internet, by typing the line
install.packages("quantreg") in an R session.
To my surprise this command did not work, nor did the command "update
packages from CRAN..." from the menu
2006 Feb 17
2
Http proxy set in yum.conf is not working for the new yum mirrorlist system
Hi,
It seems that the new update system does 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
2008 Jun 03
1
trouble getting wine from git through a proxy
How can I get wine from git through a proxy server?
I tried the usual clone command but substituting http:// for git://,
set $http_proxy (per git man page) to the name of my proxy server and
got:
$ git clone http://source.winehq.org/git/wine.git wine
Initialized empty Git repository in /cygdrive/d/wine/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run
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
2002 Jun 18
2
Problems with url/download and http_proxy
I would like to use the getBioC.R script from
http://www.bioconductor.org/getBioC.R to install the biobase packages.
Unfortunately, url() and download.file() die when trying to talk to my
proxy:
> getBioC("exprs")
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'.
connect: Cannot assign requested address
unable to connect to
2002 Jun 18
2
Problems with url/download and http_proxy
I would like to use the getBioC.R script from
http://www.bioconductor.org/getBioC.R to install the biobase packages.
Unfortunately, url() and download.file() die when trying to talk to my
proxy:
> getBioC("exprs")
connect: Cannot assign requested address
unable to connect to 'gproxy1.pfizer.com'.
connect: Cannot assign requested address
unable to connect to
2003 May 26
2
internet.R test hangs if http proxy needed (PR#3108)
Full_Name: Barry Rowlingson
Version: 1.7.0
OS: RH8/Mandrake 9.1
Submission from: (NULL) (194.80.32.8)
internet.R in the tests directory hangs during 'make check' if an http proxy is
needed for http access from the machine. This happens in the httpget function
defined therein.
It tries to make a direct socket connection to port 80 of a remote machine, and
if local network policy does not
2005 Oct 19
1
Unix proxy and firewall problems
I was trying to install R 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")
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
2007 Oct 16
3
R-2.6.0 - packages installation through a proxy - not working
Hello everyone,
I run R on Gentoo Linux and this week I upgraded 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"
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
Hi all,
my uni has recently switched to using a proxy (with password) for accessing
Web pages outside the uni. I have since found that "update packages" etc no
longer seem to work from R.
I have tried to fix this problem in two ways:-
1) renaming internet2.dll to internet.dll in the "Modeules" folder and
proceeding as usual. When I tried "update packages" from the
2007 Feb 12
1
yum behinf authenticated proxy
Hi,
I've just installed a CentOS 4.4 and i'm behind a proxy with authentication.
Does anyone know the parameters for the environment variable
"http_proxy" so i can make a "yum update" ?
Usually i'd do a
$ export http_proxy="proxy.domaion.foo:3128"
but this is not the case of an authenticated proxy.
Any help would be appreciated.
Warm Regards,
M?rio
2003 Feb 20
1
proxy setting RedHat Linux
Hi,
I was trying to update packages with my R 1.6 under RedHat 8.0 system.
When entering this command,
> update.packages()
It simply says,
trying URL `http://cran.r-project.org/src/contrib/PACKAGES'
But nothing happens.
Is this a problem with my proxy setting since I am working behind a
firewall? It seems so:
> Sys.getenv("http_proxy")
http_proxy
2011 Oct 05
1
Behaviour of 'source' with URLs and proxy
Hi,
I am having troubles sourcing a file from our local network from R.
It looks like this file are not properly accessed by 'source', even they
can be downloaded with download.file. (See below my settings and some
tests I did). I ended up with a work around, but I would like to
understand what is going on.
Doesn't source/readLines uses the same mechanism as download.file to
2013 Apr 04
0
Changing HTTP proxy configurations at run time
DeaR developers,
I was recently moving with my laptop between two environments with and without a HTTP proxy server. As the internal proxy configuration is read only once from the environment variables http_proxy/HTTP_PROXY at the first call of download.file(), the proxy configurations couldn't be adjusted at a later stage. (See also the comment in ?download.file). This caused some