similar to: Mirror failure

Displaying 20 results from an estimated 700 matches similar to: "Mirror failure"

2013 Aug 14
0
Mirror problem
Hi, all. I was getting: `http://mirror01.th.ifl.net/epel/6/x86_64/repodata/c60f7c3ee6f9a4902d5ce9dd181a84ca684bba1a1df1c612702c7c6760a04645-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 6 - "Couldn't resolve host 'mirror01.th.ifl.net'" Trying other mirror.
2011 Mar 02
2
Error: Missing Dependency: libgnokii.so.4()(64bit) is needed by package 6:kdepim-3.5.10-2.el5.x86_64 (installed)
Hi Y'All, Yum update on CentOS 5 has for the last week or so started giving me the following errors root at neodymium 16:03:46 ~ # nice yum upgrade Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.sov.uk.goscomb.net * base: mirror.sov.uk.goscomb.net * epel: mirror01.th.ifl.net * extras: mirror.sov.uk.goscomb.net * rpmfusion-free-updates:
2011 Dec 11
3
Latest yum update cr (6.1?)
Is anyone else seeing this ? John [root at maui ~]# yum update Loaded plugins: refresh-packagekit Setting up Update Process
2015 Jun 20
1
Debuginfo repodata missing for C6
Hi, The debuginfo repodata for C6 is missing: http://debuginfo.centos.org/6/x86_64/repodata/7a42847903e6a76f9397c0bc9aca6afbbef1f74c-filelists.sqlite.bz2: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" Trying other mirror. Error: failure: repodata/7a42847903e6a76f9397c0bc9aca6afbbef1f74c-filelists.sqlite.bz2 from debug: [Errno 256] No more mirrors to
2011 Dec 20
2
yum update for CentOS 6.2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Don't know if it is a mirror synch issue or what else. Given a CentOS 6.1, if I give the commands: # yum clean all # yum update I get this output Loaded plugins: fastestmirror, refresh-packagekit Loading mirror speeds from cached hostfile * base: it.centos.contactlab.it * centosplus: mirror.crazynetwork.it * extras: mirror.crazynetwork.it
2013 Nov 06
1
Frequent RRL false negatives when using multiple server processes on Linux
Hi, Please advise how to use Response Rate Limiting on a server which has multiple NSD server processes (nsd.conf server section has server-count > 1). We have a problem with NSD v3.2.16 repeatedly unblocking and blocking again a single source which is flooding positive queries at a ~steady 700 qps rate. rrl-ratelimit setting is the default 200 qps. The unblock-block happens multiple times
2015 Nov 20
5
yum errors
I have inherited centos 6.3 and 6.2 vms in an esxi environment. When I do yum provides ntpd on the 6.3 box I get a lot of errors like: Loaded plugins: fastestmirror, presto Loading mirror speeds from cached hostfile * base: mirror.unl.edu * extras: mirrors.cmich.edu * updates: mirror.steadfast.net http://mirror.unl.edu/centos/6.4/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 -
2015 Apr 03
5
Installing HomeBank on CentOS 7.1
Hi I have recently installed CentOS 7.1 on my laptop. Earlier i was using Ubuntu 14.04. I have managed to successfully install all the apps that i was using in ubuntu in CentOS 7.1 except for the app named as: HomeBank http://homebank.free.fr/ Here is the information about my system: [jatin at localhost ~]$ cat /etc/*release CentOS Linux release 7.1.1503 (Core) NAME="CentOS Linux"
2013 Jan 24
1
puppet agent returns zero even when fails to execute a catalog
I am running below command to connect puppet master puppet agent --certname testcertname --no-daemonize --onetime --server server_host_name --verbose it outputs error like: Error: Execution of ''/usr/bin/yum -d 0 -e 0 -y install dnsmasq'' returned 1: Error: Cannot find a valid baseurl for repo: base Could not retrieve mirrorlist
2009 Oct 08
1
xen guest system - install source
I am installing my first xen system (CentOS 5.3). The host system seems to be ok. I am following this tutorial: http://www.howtoforge.com/installing-xen-on-centos-5.2-i386-p2 Now I try to use virt-install to install the first guest system, but I cannot find a working install source. I have tried at least these: http://ftp.funet.fi/pub/mirrors/centos.org/5.3/isos/i386/
2012 Jul 19
2
YUM FAILED AFTER YUM CLEANALL
Dear all, my yum was working fine. I was just trying to remove cache from yum through yum cleanall, after that i tried to do yum update, but it failed to do update and giving fallowing error bash-4.1# yum update Loaded plugins: fastestmirror, refresh-packagekit Loading mirror speeds from cached hostfile Could not retrieve mirrorlist
2014 Dec 25
2
(py)curl error 7
Hi, Disabled ipv6 (using sysctl, disabled ip6tables, no reboot, no proxy present) and still get the message as below. Centos 6.3 (i know its old) Kernel : 2.6.32-279.14.1.el6.x86_64 (I know its old) Standard /etc/yum.conf (no changes) Standard repos (centos base), enabled Cleaned cache: yum metadata (didn't work) Then: yum clean all (didn't work) Then yum makecache (didn't work)
2015 Apr 04
1
Installing HomeBank on CentOS 7.1
Just a suggestion: Have you tried Gnucash? It is in the EPEL repository, works fine in Centos 7, and is really well done. P.S. - I can not comment on HomeBank, as I haven't used it. On Fri, Apr 3, 2015 at 7:27 PM, Nux! <nux at li.nux.ro> wrote: > I have added it to the nux-dextop repo for EL7, too. > > HTH > > -- > Sent from the Delta quadrant using Borg
2018 May 25
1
how to make the code more efficient using lapply
Eric's approach seems reasonable to me, and I agree that it's probably not the use of a "for" loop that makes the original version slow. As Eric mentioned, there are lots of unnecessary things happening in the loop. For example, list.files() was called twice inside the loop, which is unnecessary, and will definitely slow the loop down (though probably not by much). Call it
2003 Jul 31
2
rsync 2.5.6 globbing bug
$ rsync -auv \ ftp.funet.fi::CPAN/modules/by-category/05_Networking_Devices_IPC/Net/* . \ | grep -v MOTD: rsync: connection unexpectedly closed (1598 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) This is because the array used to hold the expanded filename glob (argv in rsync_module(), clientserver.c) is only 1000 entries in size, and the above
2008 May 22
1
Request for exclude syntax assistance
I'm baffled by exclude syntax. I'm mirroring CPAN and am trying to exclude all files in the src/ directory. I've tried for days to figure this out and now throwing myself on the mercy of this list. Here's my current incantation: /usr/bin/rsync -av --delete --exclude '/src/**' --delete-excluded \ --prune-empty-dirs ftp.funet.fi::CPAN /cpan-mirror/ I've
2012 Mar 27
1
INSTALLING UPDATES-PROXY PROBLEM
Dear all I have centos 6.0 in my system and i want to update packages, so i tried the yum commands for checking and installing updates, but my proxy is objecting and i got the following error Loaded plugins: fastestmirror, refresh-packagekit Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=i386&repo=os error was 14:
2013 Jun 16
1
404 Error
Hey Y'all, I got this error from yum http://vault.centos.org/6.4/os/i386/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" Has the path to the repo changed? -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registered Linux user No #267004 https://linuxcounter.net/ ****
2014 Feb 19
2
new Centos 6.5 32 bit yum issue
When I fire up the virtualbox VM Centos starts as I would expect, but when I try to use yum list updates (or any of several other yum command I've tried) I get a repo error - " Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=i386&repo=os error was 14: PYCURL ERROR 6 -
2016 May 30
2
C6.8 YUM reference to Red Hat
Doing a yum update on C6.8 ................. : yum update Loaded plugins: fastestmirror, priorities, protectbase Setting up Update Process Loading mirror speeds from cached hostfile * base: centos.datente.com * epel: mirrors.n-ix.net * extras: mirror.softaculous.com * updates: centos.datente.com base | 3.7 kB 00:00 base/primary_db