similar to: yum with a proxy

Displaying 20 results from an estimated 2000 matches similar to: "yum with a proxy"

2011 Nov 03
1
CentOS-5.7 + megaraid + SELinux : update problem
Hello, After updating to CentOS-5.7, I have a (small) problem : The context of /dev/megadev0 is now defined (in /etc/selinux/targeted/contexts/files/file_contexts) as system_u:object_r:removable_device_t:s0. This cause smartmontools to fail : avc: denied { read write } for pid=2847 comm="smartd" name="megadev0" dev=tmpfs ino=8284
2012 Apr 26
0
restorecon and sudo
Hello, On CentOS-6.2, these two commands (on the same machine) give me different results : # restorecon -r /var/www/html/Centos/ # (as root) $ sudo restorecon -r /var/www/html/Centos/ # (as an unprivileged user) /var/www/html/Centos/ is a symlink to /mnt/packages/Centos/ In the first case, I get : # ls -Z /var/www/html/Centos/ drwxr-xr-x. naudin biom system_u:object_r:httpd_sys_content_t
2011 Sep 08
1
rsync -x does not do the same on EL 5.6 and 5.7
Hi, We re doing backups of all filesystems to a dedicated server using "rsync -x". Now, the latest CentOS versions (5.7/6.x) come with rsync-3.0.6 instead of rsync-2.x. That's nice but unfortunately it doesn't do the same as 2.x in certain situations. The problem is with the -x option, which does not delete content under a mount point anymore. It was my impression that this is
2011 Oct 28
2
read failed after messages of non existing harddisks
Hi, some time ago I removed some physical disks from a server and now I'm still getting dmesg messages like: sd 0:2:2:0: SCSI error: return code = 0x00040001 end_request: I/O error, dev sdc, sector 0 And all lvm tools still grumbel about that disks too: /dev/sdb: read failed after 0 of 4096 at 0: Eingabe-/Ausgabefehler /dev/sdb: read failed after 0 of 4096 at 1746969493504:
2012 Nov 23
2
centos 6.3, cron and mail script output
Hi all I have a '/etc/cron.daily/push-to-backup' script which the content is: #!/bin/bash /usr/bin/rsync [... long options line ...] echo "finished pushing to the backup" Launched manually, it's OK. Waiting for cron to execute it, In the "/var/log/cron", I see the starting time and the finish time, and I see it take about 10 minutes to make the job.
2006 Aug 30
2
Yum updates packages for other arch too
Hi, I have the x86_64 arch on my server so therfore i expect that yum updates only x86_64 packages. With the last *yum update* i?ve noticed a strange behaviour while retrieving the needed packeges. As you you see, yum wants install packages for different architectures: glibc x86_64 2.3.4-2.25 base 4.9 M glibc i686 2.3.4-2.25 base 5.1 M . .
2012 Jun 01
1
problems installing parted tool
i have downloaded the CentOS distribution that comes with Xen Cloud Platform (XCP) at http://www.xen.org/download/xcp/index.html. i am trying to install the parted utility. yum install parted however, i get the following message. Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Setting up Install Process No package parted available. Nothing to do any ideas on what's
2008 Aug 21
1
YumRepo Warning: not using ftp, http[s], or file for repos, skipping - 5 is not a valid release or hasnt been released yet
Hi all Does anyone know what causes this error? I have setup a local CentOS repository, with mrepo, and can succesfully use it for updates & installation of just about anything. Yet, this error comes up. Here's my /etc/yum.conf: # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d [base-local] name=CentOS-$releasever - Base #mirrorlist=
2007 Jul 20
1
centosplus repo updates
Hello, First of all thanks to the poster on the wiki for centosplus. I've configed it added include and exclude lines, do i need the centos-priority plugin? I want to enable centosplus to use the centosplus kernel and the centosplus webstack. Below are my base, updates, and centosplus repo definitions. I'm getting an error when i do a yum update that a dependency for postfix
2008 Jan 31
1
centosplus + priority plugin
I have a Centos 4 box that has been updated all the way to 4.6 without using the centosplus repository. Now I want to use the centosplus repository for Centos 4 to get the latest LAMP, mod_perl, perl and other perl modules so that I can install rt 3.6.6 and its necessary modules. However, for some reason, the latest perl package in the centosplus repository does not appear on the radar when
2011 May 27
2
local repo
Hi all, When I am installing I use kickstart and have a line like: repo --name=Updates --baseurl=http://192.168.1.14/centos/5.6/updates/x86_64/ and that works great for installing the OS. After that the machine reboots and I have it automatically go into additional installations running scripts. These installations do "yum install XXX". However, its no longer using my above repo
2008 Feb 18
5
Yum not updating kernel
I'm having the same problem as Valent Turkovic. I have the following /etc/yum.repos.d/CentOS-Base.repo (mind the line-wraps): [base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch= $basearch&repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
2011 Mar 16
3
only one puppet client fails with yum
hello list.. I am sharing a yum configuration in a class (centos.pp) between two nodes. But the yum configuration doesn''t apply at all to one node even tho it does to another identically configured node. ## packages are failing to install via yum on one ec2 aws instance and another identical ec2 instance works fine [root@kromep2 ~]# cat /etc/redhat-release CentOS release 5.5 (Final)
2010 Apr 02
5
Could not retrieve mirror list while using yum command
Hi I wanted to download and install the net-snmp package. Usually on my other CentOS boxes i use the following command to do it: yum install net-snmp I was able to successfully install net-snmp on 4 of my CentOS boxes but not on one of them. It reports me the following error message: [root at localhost yum.repos.d]# yum install net-snmp Loaded plugins: fastestmirror Determining fastest
2008 Jan 24
3
Problems with yum not updating properly
Has anyone else seen this? I recently got the announcement about the xorg 1.5 update being available, so I ran yum update to get it. To my surprise, I found that yum did not see it at all. With some help from Karanbir (thanks again), we decided there might be something wrong with my repo path, so I checked it against the older one I had from 5.0 (which I saved, for some reason) and found that
2007 Aug 07
1
postfix+mysql
Hi Howto install postfix-mysql and pam-mysql from repository yum PD. excuse my English, I I speak Spanish
2008 Jun 19
4
can't install software, "not using ftp, http[s], or file for repos, skipping - 5 is not a valid release or hasnt been released yet"
Hi all I've just installed CentOS 5.1 x64, from the 1st CD (minimal installation) and then tried to install Apache, but keep on getting this error: [root at cacti ~]# yum install apache Loading "installonlyn" plugin Repository centosplus is listed more than once in the configuration Setting up Install Process Setting up repositories not using ftp, http[s], or file for repos,
2006 Apr 07
3
How to query the new style mirrorlist ?
Hi, >From CentOS 4.3, I saw the yum repository setting /etc/yum.repos.d/CentOS-Base.repo is something like: -------------------- mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os -------------------- Is that possible I can query the result by lynx ? I have a script to get the URL and path in old yum repository style, but broken in this. When I use
2015 Oct 19
2
CentOS 6 update issues
Hello Clint, Our Centos-base.repo file looks like this: [base] name=CentOS-$releasever - Base mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 I also tried yours, however I experienced the same issue. It seems like
2015 Oct 19
5
CentOS 6 update issues
Hello all, I manage a few servers overseas that are running CentOS 6. When performing a yum update, it fails because it's trying to download from: mirror.centos.org/centos/*6.6*/extras/x86_64/repodata/repomd.xml Which fails due to the fact that the entire 6.6 directory is empty on all of the mirrors I have checked. From what I can tell it should be using: