Displaying 20 results from an estimated 6000 matches similar to: "multiple instances using cron"
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
2008 May 30
1
CPAN mirroring exclude syntax assistance request
I'm running a local CPAN mirror and there is one recursive subdirectory
I desire to exclude. I've tried many different syntax variations with no
luck. Someone let me know where I'm going wrong:
/usr/bin/rsync -av --delete --exclude '/src/***' --no-implied-dirs \
--delete-excluded --prune-empty-dirs ftp.funet.fi::CPAN /cpan-mirror/
Thanks.
--
Love feeling your
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)
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
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
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/
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.
2015 Jan 20
4
Building Xen 4.4 rpms for centos7
Hello,
Now that the Xen 4.4.1 rpms + libvirt 1.2.10 rpms for CentOS 6 seem to be in good shape
it would be a good time to start experimenting with el7 builds aswell.
I think it's best to start with the same set of packages we have for el6,
and just do the minimum required changes to get them working on centos7.
That probably means fixing some dependencies in the spec file, and some changes
2004 Jul 19
2
SSLeay
Could someone tell me where i can download the latest version of SSLeay. I
have tried the following sites:
* <ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/>
* <ftp://ftp.uni-mainz.de/pub/internet/security/ssl>
* <ftp://ftp.cert.dfn.de/pub/tools/crypt/sslapps>
* <ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.psy.uq.oz.au>
* <ftp://ftp.sunet.se/ftp/pub/security/tools/crypt/ssleay>
2004 Sep 10
2
Re: Lossless AMI ADPCM
I'm copying the flac-dev list to see if anyone has any
feedback also...
--- Juhana Sadeharju <kouhia@nic.funet.fi> wrote:
> Hello again. I had time to check the paper out. I have filled the
> steps given in the paper with formulae, and then written a piece of
> C code. It is not complete code, but could be a reasonable start.
> Maybe there is one typo in the paper -- I have
2007 May 25
1
NTPD ?
Have used Centos 5 now couple of weeks and started to find
pieces on places, ie. found logs :D
Now, these ntpd errors strances me. Anyone else
getting these?
Errors
frequency error 500 PPM exceeds tolerance 500 PPM: 1 time(s)
frequency error 503 PPM exceeds tolerance 500 PPM: 1 time(s)
frequency error 504 PPM exceeds tolerance 500 PPM: 1 time(s)
frequency error 505 PPM exceeds
2009 Jan 16
2
Winsorizing Multiple Variables
Hi All,
I want to take a matrix (or data frame) and winsorize each variable.
So I can, for example, correlate the winsorized variables.
The code below will winsorize a single vector, but when applied to
several vectors, each ends up sorted independently in ascending order
so that a given observation is no longer on the same row for each
vector.
So I need to winsorize the variable but
2015 Mar 16
2
CentOS 6 VM image for paravirtualizaton on CentOS Xen server
On Sun, Mar 15, 2015 at 07:52:42PM -0700, Sarah Newman wrote:
> >
> > I'd really prefer to work from 'virsh' than from hand-writing xl
> > configuration files.When I last did this sort of thing, I worked from
> > a PXE environment that I controlled and could reserve DHCP settings
> > based on MAC addresses, and tune PXE to boot from disk by default but
2007 Mar 19
2
Can't get dropbook to work on FC6 wine
I recently upgraded to FC6, well, I actually did a clean reinstall.
Anyway I did a yum install wine as root and it went through with no errors.
I tried to run dropbook and it draws the window and some times the
controls but it doesn't respond to mouse clicks except for the close
button to which I get the not responding dialog with the force quit option
which I choose.
dropbook did run under
2009 Apr 05
5
Update
I'm having troubles update my system.
Error: Missing Dependency: glibc-common = 2.5-34 is needed by package glibc
Update stops here. Any idea, how to continue?
Jarmo
2017 Jan 02
2
cron job failures with a perl script containing Astro::Time
Everyone,
I am building a gateway server with a new : CentOS Linux release
7.3.1611 (Core)??with 3.10.0-514.2.2.el7.x86_64 kernel.
Everything was going find, but I was not able to get a particular
cronjob to function properly that contained a perl script with
Astro::Time as an include file. Astro::Time was installed with the use
of the cpan module downloaded from the Centos repositories.
The
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.
2017 Jan 02
0
cron job failures with a perl script containing Astro::Time
On 2017-01-02, Gregory P. Ennis <PoMec at PoMec.Net> wrote:
>
> The error message I get in the logs is :
>
> Can't locate Astro/Time.pm in @INC (@INC contains:
> /usr/local/lib64/perl5 /usr/local/share/perl5
> /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl
> /usr/lib64/perl5 /usr/share/perl5 .) at /usr/local/bin/s.bkup.degw3.prl
> line 12.
> BEGIN