Displaying 20 results from an estimated 2000 matches similar to: "yum & proxy"
2005 Apr 08
2
Apache and TCP Wrappers
I'm trying to lock down Apache and SSH by using TCP Wrappers.
I put /etc/hosts.allow to be
httpd: IP#1 IP#2 127.0.0.1
sshd: IP#1 IP#2 127.0.0.1
and hosts.deny
ALL: ALL
This seems to work great for ssh, and not at all for httpd. Does anyone
know why this would be?
thanks
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
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"
2005 Apr 12
2
Firefox problems
Since upgrading to FireFox 1.0.2 I have noticed a large number of
problems connecting to web sites that are reached without
difficulty using MS-IE 6. The symptom is a message box that
declares that the "The Document Contains No Data" which, ironically
enough, is the very error I get when trying to reach
http://www.google.ca/url?sa=U&start=1&q=http://kb.mozillazine.org/Do
2005 Dec 22
2
snmp monitoring application
what a better snmp app for centos?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20051221/afea793d/attachment-0001.html>
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
2005 Apr 14
3
CentOS and HP Drivers
I am debating installing CentOS on a new HP DL580 with an MSA1000 SAN.
HP offers drivers that are specific to RHEL and will not install on
other RH distros i.e. RH 9.
Has anyone gotten the HP SupportPack to install under CentOS?
Thanks!
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2006 Oct 02
5
Problems with MySQL
Hello,
Sorry for posting this here, but i've posted in MySQL list and no one
answered.
I'm trying to set a password for a user with the command:
mysql> set password for gamito at localhost=password('blabla');
but i always get the error:
ERROR 1133 (42000): Can't find any matching row in the user table
although i'm pretty sure that the user exists.
I'm using
2006 May 08
3
build in iexplore.exe
Hi
I want to start the buil-in iexplore.exe. I created a new .wine
directory and typed
#wine iexplore.exe
Then it tries to download the Mozilla ActiveX PlugIn and this is where
the problem starts:
The download window shows, but it doesn't start the download.
I am sitting behind a proxy server (no authorisation needed), and the
proxy is setup correctly:
ftp_proxy=ftp://proxy.sun.ac.za:3128
2016 Dec 01
2
CentOS 6: environment variables and cronjobs ...
Hello,
in
/etc/cron.d/test
I've this:
50 15 * * * root ( date ; echo "---" ; env ; echo "---" ; set )
>>/tmp/test.txt
and I thought I would be shown environment variables which are defined in
e.g.
/etc/profiles.d/proxy.sh or
/etc/profiles.d/proxy.csh
but this isn't like this ...
where do I have to define e.g.
export
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.
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
2010 Feb 10
1
Installation require proxy settings (2)
Hi
Thanks again to Greg, and Prof Ripley.
Greg, I was trying to send you an email, but has been unsuccessful.
Speaking to someone from our IT deparment, I am trying to follow your advice to implement the settings to my computer (using Windows), by using Control Panel.
I have selected System in Control Panel and chose System, Advanced tab, Environmental Variables, and created the user variables:
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
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 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
2005 Apr 05
4
Error on compiling kernel :: CentOS 4
Hi,
I'm trying to recompile CentOS stock kernel, and after making my choices
(make menuconfig), i run "make" and imediatly get this error (after my
signature).
Yes, i have the kernel source installed :P
Any help would be apreciated.
Warm regards,
M?rio Gamito
[root at tux 2.6.9-5.0.3.EL-i686]# make
CHK include/linux/version.h
SPLIT include/linux/autoconf.h ->
2005 Oct 26
1
install.packages under SuSE 10 behind proxy, R 2.2.0 from source
Hi
I installed R 2.2.0 from source and want to use install.packages but it
doesn't work.
http_proxy is set to http://proxy.sun.ac.za:3128
but it still can't connect to the repository.
The mirror is available, I can connect to it via the internet.
Any help welcome,
Rainer
--
NEW TELEPHONE NUMBER
Tel: +27 - (0)72 808 2975 (w)
Rainer M. Krug, Dipl. Phys. (Germany), MSc
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.