Displaying 20 results from an estimated 200 matches similar to: "YUM Proxy"
2007 Feb 13
1
yum behinf authenticated proxy - Replay
Simply modify yum.conf, add
proxy=http://proxy.example.si:80/
proxy_username=some_username
proxy_password=some_password
work for me.
Bla? Bogataj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070213/04c947e3/attachment.html>
2015 Mar 10
0
CentOS 6.6 repo access issue.
On Tue, 2015-03-10 at 16:44 +0530, Ravi Roy wrote:
> Hi Guys,
>
> My apologies for earlier mail without subject line. kindly ignore.
>
> i've CentOS 6.6 (Final) 64 bit version installed and I can not access the
> online repositories to install/update (pls see eror below the error), I
> tried to google this error I get a lot of links but nothing I could really
>
2007 Jul 19
1
yum through a squid proxy
Hello,
I've got a centos5 box that is now behind a what was transparent squid
proxy. The proxy now has it's own dedicated ip and uses proxy basic
authentication. I've got a firewall that redirects all outgoing port 80
traffic to that ip so anyone wishing access goes proxied. The problem is yum
on my centos5 can't retrieve the .xml files for the various yum
repositories. In
2010 Feb 22
1
MonoDevelop/SharpDevelop
Alguno de ustedes tiene a mano el MonoDevelop o el SharpDevelop para CentOS, solo he encontrado versiones para Suse...al menos me vendria bien tener el .srpm
Saludos Fraternales
_____________________________
Atte.
Alberto Garc?a G?mez M:.M:.
Administrador de Redes/Webmaster
IPI "Carlos Marx", Matanzas. Cuba.
0145-2887(30-33) ext 124
-------------- next part --------------
An HTML
2013 Aug 05
1
ghostscript-8.70-14.el5_8.1.x86_64 & hylafax+
My Centos 6.x use ghostscript.x86_64 8.70-15.el6_4.1 @updates for hylafax/avantfax from epel or rpmforge.
I can't determine from which repository it come, yum list return:
[root at fax ~]# yum list ghost*
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: centos.digitalnova.at
* epel: be.mirror.eurid.eu
* extras:
2020 Nov 13
3
Centos 8 and logwatch
Hello
I am trying to get logwatch working on CentOS 8. System is fully updated.
Usually install minimal version and then add only necessary with yum.
On CentOS 7: install logwatch and get daily logwatch report on mail.
On CentOS 8: install logwatch but no way to get mail.
Am I doing something wrong? Or miss something?
Thanks in advance
Blaz
2015 Mar 10
2
CentOS 6.6 repo access issue.
Hi Guys,
My apologies for earlier mail without subject line. kindly ignore.
i've CentOS 6.6 (Final) 64 bit version installed and I can not access the
online repositories to install/update (pls see eror below the error), I
tried to google this error I get a lot of links but nothing I could really
solving this issue. I've already disabled ipv6 and also defined proxy in
/etc/yum.conf.
2012 Feb 09
2
generate matrices
Dear all,
I would like to generate 500 matrices of 20 numbers from
standard normal distribution with names x1,x2,x3,….x500.
I tried with loop for, but I don’t know how to name matices :
for (i in 1:500) {
x[[i]] <- matrix(rnorm(20), 4) }
Any suggestion?
Thanks, Blaž
[[alternative HTML version deleted]]
2020 Jul 14
0
[PATCH nbdkit RFC 2/2] curl: Implement authorization scripts.
This rather complex feature solves a problem for certain web services
that require a cookie or token for access, especially one which must
be periodically renewed.
For motivation on this see the included documentation, and
item (1)(b) here:
https://www.redhat.com/archives/libguestfs/2020-July/msg00069.html
---
plugins/curl/nbdkit-curl-plugin.pod | 120 +++++++++++
plugins/curl/Makefile.am
2009 Jul 20
3
Limit RAM used by a perl script
I have a perl script which runs from a cron job. How would you limit
the amount of RAM that this script is allowed to consume? Is there a
ulimit setting that will accomplish this? If so does ulimit have to
be run each time the script is run, or is there a way to set it
permanently?
2011 Jun 03
3
Not missing at random
Hello!
I would like to sample 30 % of cases (with at least 1 value lower than 3) and
among them I want to set all values lower than 3 (within selected cases) as NA
(NMAR- Not missing at random). I managed to sample cases, but I don’t know how
to set values (lower than 3) as NA.
R code:
x <-
2020 Jul 15
0
[PATCH nbdkit v2] curl: Implement header and cookie scripts.
This rather complex feature solves a problem for certain web services
that require a cookie or token for access, especially one which must
be periodically renewed.
For motivation for this feature see the included documentation, and
item (1)(b) here:
https://www.redhat.com/archives/libguestfs/2020-July/msg00069.html
---
plugins/curl/nbdkit-curl-plugin.pod | 142 ++++++++++++
2007 Aug 21
2
Using HTTP proxy for yum
Is there a way to use an HTTP proxy (with a user/pass) with yum? Or
at least a way to pass a user/pass through yum? I have a situation
with a CentOS server behind a web filter appliance.
Thanks,
Scott
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.
2005 May 22
1
Centos4 and Typo3
Hello,
Does anybody use Centos4 and Typo3 as web portal?
For all functionalities (graphic) of the portal Image Magick and GD Library
must be installed. Are these packets already included in any packet of
php... or not?
If the answer is not, where can I found these two packets compiled for
Centos? Or is there any other solution ? I'dont like to compile these
packets, since I have to maintain
2011 Jun 01
1
Missing completely at random
Hello!
I would like to sample 5 % of cases and from 1 to 3 variables within selected
cases and set them as NA (MCAR-Missing completely at random). I managed to
sample cases and variables, but I don’t know how to set them as NA.
R code:
N <- 1000 ####number of cases
n <- 12 ####number of variables
X <- matrix(rnorm(N * n), N, n) ####matrix
pMiss <- 0.05
2012 Feb 29
2
Principal Component Analysis
Dear R buddies,
I’m trying to run Principal Component Analysis, package
princomp: http://stat.ethz.ch/R-manual/R-patched/library/stats/html/princomp.html.
My question is: why do I get different results with pca =
princomp (x, cor = TRUE) and pca = princomp (x, cor = FALSE) even when I
standardize variables in my matrix?
Best regards,
Blaž Simčič
[[alternative HTML version deleted]]
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.
2016 May 07
0
RV: Daily mail report for 2016-05-06lzq
Enviado desde mi smartphone BlackBerry Z10 4G Lte.
Mensaje original
De: admin at pr.copextel.com.cu
Enviado: sábado, 7 de mayo de 2016 12:30 a.m.
Para: admin at pr.copextel.com.cu
Asunto: Daily mail report for 2016-05-06
Grand Totals
------------
messages
409 received
4135 delivered
0 forwarded
10 deferred (114 deferrals)
14 bounced
90 rejected (2%)
0 reject warnings
0 held
0 discarded (0%)
2019 Sep 23
0
Re: [PATCH nbdkit v2] server: public: Add nbdkit_parse_* functions for safely parsing integers.
On 9/23/19 3:06 PM, Richard W.M. Jones wrote:
> On Mon, Sep 23, 2019 at 01:23:28PM -0500, Eric Blake wrote:
>>> Hopefully it will warn us if uid_t stops being int. (Also
>>> we're assuming pid_t == int).
>>
>> 64-bit mingw has had a long-standing bug that pid_t was declared as
>> 64-bit, even though getpid() returns a 32-bit 'int'; I wish