search for: hamjudo

Displaying 5 results from an estimated 5 matches for "hamjudo".

2002 Mar 20
3
[PATCH] rsync kills all user processes on fork failure
...-r1.1 util.c --- util.c 2002/03/19 15:01:28 1.1 +++ util.c 2002/03/19 15:29:32 @@ -483,7 +483,7 @@ { pid_t newpid = fork(); - if (newpid) { + if (newpid > 0) { all_pids[num_pids++] = newpid; } return newpid; -- Paul Haas, paulh@hamjudo.com http://hamjudo.com
2002 Mar 22
0
rsync & io
...ircle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnnnnnnnnnnn, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), ".\n" ' "There are some who call me.... Tim?" Paul Haas <paulh@hamjudo.com> Sent by: rsync-admin@lists.samba.org 03/21/2002 08:44 AM Please respond to paulh To: rsync@lists.samba.org Jie Gao <J.Gao@isu.usyd.edu.au> cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: Re: rsync & io Classification: On Thu, 21...
2004 Jan 28
3
Server crashed using rsync
I'm trying to make a backup using this command rsync -auvH /home/ /bak --delete --bwlimit=1000 --status server load has been increased so much and the server crashed, as well has gone out of memory My Server is a Dual Xeon 2.0 GHz with 2GB of Memory + 1GB Swap. Could be that there are too many files, about 5.000.000, to be backed up ? The way the files are structured make very
2002 Oct 01
4
rsync 2.5.5 segmentation fault on Linux x86.
Hi all. I have a script which I call from cron. It basically does some stopping of a few services, rsyncs all files to a remote server and then starts the services again. However, rsync segfaults: /share/bin/cron.root.backup.sh: line 28: 18453 Segmentation fault rsync -acx --delete ${_backup_dirs} backup-server::backup-client If I run rsync from the command-line everything works as
2002 Mar 22
0
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc on AlphaServer 1000 5/300
...cc. I also have gcc 3.0.3 installed if you'd like me to run it through that too. The README said to try your platform's cc first because of large-file problems with gcc that might interfere? So I heeded the advice. -Bob -----Original Message----- From: Paul Haas [mailto:paulh@hamjudo.com] Sent: Thursday, March 21, 2002 4:46 PM To: Eckert, Robert D Cc: 'rsync@samba.org' Subject: Re: Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc On Thu, 21 Mar 2002, Eckert, Robert D wrote: > Greetings, here is the output of the 'configure' step and > the com...