Displaying 20 results from an estimated 179 matches for "http_proxi".
Did you mean:
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.
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
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"
class
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
2010 Feb 25
1
How to get rid of HTTP-Proxy environment variable in domUs!
Hi All,
I have been trying to solve the issue of Xen-based
Virtual Machines (as I described earlier); I have the problem
of ethernet ports locked to a single Mac address in my lab--hence VM''s can''t
communicate using bridging other than their own dom0.
To further test/confirm, yesterday I took my laptop at home and connected
to my Home-Hub (which issues DHCP based IPs); 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 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:
>
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)
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
2007 Mar 27
2
problem with installation of packages
I am having a peculiar problem with installation of packages. I am
trying to install the package "maptools". This is what I get.
install.packages("maptools",depend=T)
Warning in install.packages("maptools", depend = T) :
argument 'lib' is missing: using /usr/local/lib/R/site-library
Warning: unable to access index for repository
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
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")
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"
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
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
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
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
2004 Jan 12
1
ReadLines does not give results with urls
Hello,
I am using R version 1.8.1 on a linux machine (Suse 8.2.).
I have problems to use readLines() with urls.
This seems to be a problem with our proxy-server.
Downloading files work with download.file() with wget but not without:
> download.file(url = "http://cran.r-project.org/src/contrib/PACKAGES", destfile = "test.txt", method = "wget", cacheOK = FALSE)