Congratulations, you've found a weakness in the ethernet driver. Check
up2date, as there may be a kernel update for that. You could also maybe
plug in a different type of ethernet card. The kernel is explaining that
there's a problem at that level, and your rsync log shows what happens
when
On Tue 31 Aug 2004, Paul Haas wrote:
>
> To add swap, I use
> mkdir /fullpathhere
> dd if=/dev/zero of=/fullpathhere/swap1 bs=1M count=1024
> swapon /fullpathhere/swap1
You need a 'mkswap /fullpathhere/swap1' before the swapon...
Paul Slootman
--
To unsubscribe or change options: http://
On Tue, 31 Aug 2004, Paul Slootman wrote:
Sounds like you're running out of memory (and swap as well).
I'd suggest adding memory (adding more swap doesn't make it faster...)
Adding swap space lets you figure out how much memory to buy, or ...
or rsyncing smaller bits at a time if possible
how much
Daniel Berhane/BMJ wrote on 31/08/2004 12:49:34:
> Currently, the dedicated server has 1GBytes of RAM. I have done a
> quick test and found out that it is using only 20% of the RAM while
> the rsync crontab scripts are running.
>
> Thank you,
> Daniel.
>
> [EMAIL PROTECTED] wrote on 31/08/2004
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> I would be very grateful for your help.
>
> regards,
> Daniel.
Hi Daniel,
This isn't a direct answer to your problem, but I have just done a basic
perl script for rdiff-backup which could be changed for rsync (I will be
doing this soon anyway), whi
On Tue 31 Aug 2004, Daniel Berhane wrote:
> We are using rsync to mirror around 10 of our websites from dedicated
> server A to dedicated server B runing RHEL 3.0 and rysnc v2.6.3pre1 in a
> daemon mode. I am using the following crontab script command on dedicated
> server A:
>
> /usr/local/bi
We are using rsync to mirror around 10 of our websites from dedicated
server A to dedicated server B runing RHEL 3.0 and rysnc v2.6.3pre1 in a
daemon mode. I am using the following crontab script command on dedicated
server A:
/usr/local/bin/rsync -avz -e "ssh -i
/home/users/admin/publicKey-fo