similar to: CPAN mirroring exclude syntax assistance request

Displaying 20 results from an estimated 9000 matches similar to: "CPAN mirroring exclude syntax assistance request"

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
2003 Jul 31
2
rsync 2.5.6 timeout bug
I've been getting frequent io errors trying to synchronise a local CPAN mirror with the master on ftp.funet.fi, the symptoms being the dreaded rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) message at the client end. I've replicated this when mirroring from a local CPAN mirror, and the issue seems to
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
2005 Mar 05
1
connection unexpectedly closed error
Hi everyone, Previously I was using RSYNC 2.5.7 on RedHat 8.0 to mirror CPAN (http://www.cpan.org/) and LDP (http://www.tldp.org/) and everything was working fine. After upgrading to Fedora Core 2 and using RSYNC 2.6.x , I kept on getting the following errors: # rsync -av --stats --delete --force ftp.funet.fi::CPAN rsync: connection unexpectedly closed (9382362 bytes received so far)
2003 Jul 18
1
multiple instances using cron
Hi all, I have searched high and low on the web and this mailing list and cannot find anything similar to the problems I am seeing. I have the following two commands set up in cron (as root) to run at midnight (under MacOS X Server 10.2.6). rsync -av --progress --delete --progress --size-only rsync.nic.funet.fi::CPAN /Volumes/mirrors/mirrors/cpan rsync -av --progress --delete --progress
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
2013 Aug 14
1
Mirror failure
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.
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/
2003 Jun 26
0
Mac OS X queries
Hi All, I am a new rsync user and I have what I think is a problem. I am using the following command to mirror the cpan archive; rsync -av --delete rsync.nic.funet.fi::CPAN /Volumes/mirrors/mirrors/cpan Everything appears to go through correctly, but then at the end of the transfer I get the following error rsync error: partial transfer (code 23) at
2015 Jun 29
0
CPAN issues
It's not a good idea to update CPAN and/or install modules from CPAN into the OS-installed perl. Use rpm packages from yum. Many can be found in the standard CentOS repo and EPEL has many as well. Take a look at perlbrew if you really need a new version of perl for some reason. If you don't really need the new version, don't update it. ? Brian Mathis @orev On Mon, Jun 29, 2015
2006 Jan 19
2
CPAN module install problem
I could use some assistance getting CPAN functional again. CPAN stopped working on Centos 4.2 x64, and I can no longer install modules. I did a install Bundle::CPAN and upgraded to 1.8.2, and perl was updated afterwards via yum update. The error seems related to GPG, does anyone know if 1.8.2 added new restrictions on signatures? $ sudo perl -MCPAN -e shell cpan shell -- CPAN exploration
2015 Jun 29
2
CPAN issues
Hello List, Running CentOS Linux release 7.0.1406 (Core), and trying to update CPAN from version 1.98 to version 2.10, but it fails. <snip> t/97-process_setup_options.t .. ok t/97-return_values.t .......... 6/10 # Failed test 'blib/script/cpan -j t/97-lib_cpan1/CPAN/Config.pm Local::Prereq::Fails' # at t/97-return_values.t line 49. # got: '2' # expected:
2015 Jun 30
0
CPAN issues
Thank you Kahlil for your reply. I made few perl changes, uninstalled CPAN, removed the .cpan dir, and reinstalled, and ran 'install CPAN' and everything looked much better. That is, no failures. The last part of the output was; <snip> t/97-mock.t ................... ok t/97-process_options.t ........ ok t/97-process_setup_options.t .. ok t/97-return_values.t .......... ok All
2014 Oct 20
0
CPAN dependency on CentOS 7
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Una a CentOS 7 with minimal install if I install perl-CPAN the first time I execute cpan to download a mduel, the automatic configuration of CPAN fails for missing Time/HiRes The package perl-Time-HiRes should be installed as a dependency of perl-CPAN The exact error is: Would you like me to automatically choose some CPAN mirror sites for you?
2019 Mar 11
0
CPAN not working, or is it?
On Mar 11, 2019, at 8:01 AM, Gary Stainburn <gary.stainburn at ringways.co.uk> wrote: > > Anyone got any ideas what I need to do? First, use cpanm instead of the old cpan shell: $ sudo yum install perl-App-cpanminus It has a number of advantages: 1. It?s much smarter about chasing dependencies, which is your core problem here. 2. It autoconfigures, not requiring all that
2008 Jun 02
0
cpan package provider
I cannot get this *&^%$ thing to work (on Mac OS X)! http://reductivelabs.com/trac/puppet/ticket/718 using cpan2.rb with some very minor modifications. Can anyone confess to having used it successfully or otherwise? The module (and it''s dependencies) I need to install are Net::LDAP I''ve tried these names "G/GB/GBARR/perl-ldap-0.36.tar.gz" "Net::LDAP"
2018 Jun 04
0
installing perl-CPAN without perl-local-lib
> Any ideas on how I can get to do the simple task of installing these modules > system wide? There's lots of info on it on the web. For the definitive answers look long the local::lib pages on CPAN - basically there are environment variables you can set to say where things are to be installed. Also, I think when you first run CPAN one of the questions it asks is where to install
2019 Mar 11
1
CPAN not working, or is it?
> > I started off as always by using RPM's for everything I possibly can. > > I try to do that, too. The claim in another reply that RPM CPAN > modules and cpan- or cpanm-installed modules cannot work together is > incorrect. Since I'm the only other person to reply, I presume you mean something I said, but I don't think I ever said they "cannot work
2007 Jun 11
1
20070605 still hanging with SSL
Thought this was fixed and now it's back. No help from rawlog as the hang appears prior to authentication. Notice there is around a 90 second delay before authentication fires. Let me know how to proceed debugging. Thanks. _____ Here's my config: listen: *:143 ssl_listen: *:993 ssl_cipher_list: ALL:!LOW:!SSLv2 disable_plaintext_auth: no verbose_ssl: yes login_dir:
2007 Feb 17
1
CPAN.pm failure to install
Everyone, Have a new install of Centos 4.4 with a Supermicro dual processor. I was trying to install the perl module Astro::Time with CPAN and the initial setup of CPAN suggested a -j3 switch to be used with 'make' on dual processor machines. I followed the suggestion but when the CPAN module tried to use make it failed with the -j3 switch. I thought I would uninstall CPAN to start