Re: RSYNC Hung

2007-07-20 Thread Paul Slootman
On Fri 20 Jul 2007, Troy Haines wrote:
 
 RSYNC Server: CENT OS 5 RSYNC Version: 2.6.8, Running RSYNC Daemon.
 
 Client: Windows 2003 Standard, Delta Copy running rsync.exe version
 2.6.6

 Any Help would be great.

It would be very useful if you first upgraded your rsync versions to the
current release (2.6.9), as any number of long fixed bugs may be
relevant, and tracking the cause can be very time-consuming, especially
if an upgrade might solve the problem.


Paul
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Auto Reply

2007-07-20 Thread james . dishongh
James Dishongh is not available.  Please forward any issues to [EMAIL 
PROTECTED], or call 360-567-0469.  

Thank you,
Net-Rx Support Team


--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: files permission and hidden files are not rsync properly

2007-07-20 Thread Matt McCutchen

On 7/20/07, Abdul Khan [EMAIL PROTECTED] wrote:

Thanks for the reply, the permission issue is resolved after I
reconfigured and reinstalled rsync. The only issue I have now is user
vpopmail and group vchkpw is not retaining. Its just not retaining
the user and the group of files.
I even tried to explicitly put uid=root and gid=root in the
/etc/rsync.conf file but it does not work.


Did you add something to the client's command line to tell it to
preserve users and groups (either -og, or -a to preserve everything as
Wayne suggested)?  If so, what users and groups are being set on the
destination?  Still nobody:nobody?


Another question: i have to manually put list's email address
rsync@lists.samba.org  to send mail to  the list instead of  just hit
the reply. I mean it should go to  the list instead of any member. Can
anybody just guide me?


If your email client has a Reply to All, use that instead of
Reply.  Reply replies only to the From address of the original
message, while Reply to All also sends a copy to everyone else who
was listed in the To or Cc of the original message.  The
rsync@lists.samba.org address, since it never sends messages itself,
would be among these everyone else.

If there's no Reply to All, get a better email client or create a
separate webmail account (e.g., Gmail ;) ) for communications with the
rsync list.

Matt
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


rsync warning: some files vanished before they could be transferred (code24)

2007-07-20 Thread Abdul Khan

Hi folks,
What does this line mean? Its been there in the summary every time i run 
the rsync command.


rsync warning: some files vanished before they could be transferred 
(code 24) at main.c(977) [sender=2.6.9] 


Can anybody please shed the light about the error code?

Thanks in advance

ak
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Status of --ignorcase option in main tree/build?

2007-07-20 Thread Charles Marcus

Wayne Davison, on 5/4/2007 12:11 PM, said the following:

On Wed, May 02, 2007 at 01:01:20PM -0400, Charles Marcus wrote:
I'm very interested in learning the status of the --ignorecase patch 
being included in the main tree...



My currently plan is to include that functionality in 3.0.0.  I've been
improving the patch in recent weeks, and it will get incorporated fairly
soon, I would imagine.


Hi Wayne,

Just checking to see if this is in the official tree yet?

Thanks,

--

Charles
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Status of --ignorcase option in main tree/build?

2007-07-20 Thread Matt McCutchen

On 7/20/07, Charles Marcus [EMAIL PROTECTED] wrote:

Hi Wayne,

Just checking to see if this is in the official tree yet?


It isn't.  Wayne, perhaps you have a further comment about when it will be.

Matt
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: rsync warning: some files vanished before they could be transferred (code24)

2007-07-20 Thread Matt McCutchen

On 7/20/07, Abdul Khan [EMAIL PROTECTED] wrote:

What does this line mean? Its been there in the summary every time i run
the rsync command.

rsync warning: some files vanished before they could be transferred
(code 24) at main.c(977) [sender=2.6.9]

Can anybody please shed the light about the error code?


When rsync starts up, the sender scans the source arguments and builds
a list of files to process and their metadata (the file-list).
Later on, the receiver requests the data for each individual file it
doesn't have already.  If the file no longer exists when the sender
goes to open it to send the data, that warning is printed.

The warning is generally nothing to worry about, since the run is
still correct in the sense that the state of each destination file
reflects a state that the corresponding source file had at some
instant during the run.  (This property has one exception: if --delete
is on, the source and destination files originally differ, and then
the source file vanishes, the outdated file is left on the
destination, neither updated nor deleted; I proposed a way to fix this
at https://bugzilla.samba.org/show_bug.cgi?id=3653#c11 .)

If the output to stderr or the exit code 24 freaks out a tool that is
running rsync, you could use my rsync-no-vanished wrapper script (
https://bugzilla.samba.org/show_bug.cgi?id=3653#c8 )

Matt
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 4793] link-dest hardlink does not always work well with -o -g -p

2007-07-20 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4793





--- Comment #4 from [EMAIL PROTECTED]  2007-07-20 10:36 CST ---
(In reply to comment #3)
 Is there a tool to save permissions and then reapply them? 
 This would work for me.

The rsync source package comes with a Perl tool to reapply attributes of your
choice (permissions, user owners, and/or group owners), which you can also find
here: http://rsync.samba.org/ftp/unpacked/rsync/support/file-attr-restore . 
The corresponding attribute-saving tool is just find . -ls.

Another alternative you might consider is using rdiff-backup (
http://www.nongnu.org/rdiff-backup/ ).  It makes a backup zone containing a
full tree of the most recent backup, a separate listing of all the original
attributes (so they are known if the attributes on the backup tree are never
set or get corrupted), and a chain of backward deltas of files and attributes
for previous backups.  The advantage is that you get data and attributes for
all backups in less space than with rsync --link-dest; the disadvantage is
that, to restore files from a previous backup, you have to go through
rdiff-backup rather than copying the files out directly.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


DO NOT REPLY [Bug 4807] New: No transfer of single files out of a module on Itanium IA64

2007-07-20 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4807

   Summary: No transfer of single files out of a module on Itanium
IA64
   Product: rsync
   Version: 2.6.9
  Platform: IA64
OS/Version: HP-UX
Status: NEW
  Severity: normal
  Priority: P3
 Component: core
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: [EMAIL PROTECTED]


rsync 2.6.9 is installed on two HP9000 rx7620 servers. On one server rsyncd is
running. The following command should transfer a single file.(e.g. list the
file).
Instead of doing this the whole directory is transfered (e.g. listed)
an1nlf4a:/tmp/tom#rsync -L an1nlf4b::root_s9_6_3_0_5/rsync.exclude
opening tcp connection to an1nlf4b port 873
opening connection using --server --sender -L --list-only .
root_s9_6_3_0_5/rsync.exclude
(Client) Protocol versions: remote=29, negotiated=29
note: iconv_open(HP-ROMAN8, HP-ROMAN8) succeeded.
server_sender starting pid=29411
[sender] make_file(.,*,2)
recv_file_name(.)
[sender] make_file(C,*,2)
recv_file_name(C)
[sender] make_file(LocalDisk,*,2)
recv_file_name(LocalDisk)
[sender] make_file(TopFiles,*,2)
recv_file_name(TopFiles)
[sender] make_file(bin,*,2)
recv_file_name(bin)
[sender] make_file(boot,*,2)
recv_file_name(boot)
[sender] make_file(ccs,*,2)
recv_file_name(ccs)
[sender] make_file(dev,*,2)
recv_file_name(dev)
[sender] make_file(etc,*,2)
recv_file_name(etc)
[sender] make_file(events,*,2)
recv_file_name(events)
[sender] make_file(fpgafiles,*,2)
recv_file_name(fpgafiles)
[sender] make_file(home,*,2)
recv_file_name(home)
[sender] make_file(hprt,*,2)
recv_file_name(hprt)
[sender] make_file(hw,*,2)
recv_file_name(hw)
[sender] make_file(hw_tlistedit,*,2)
recv_file_name(hw_tlistedit)
[sender] make_file(initrd,*,2)
recv_file_name(initrd)
[sender] make_file(lib,*,2)
recv_file_name(lib)
[sender] make_file(media,*,2)
recv_file_name(media)
[sender] make_file(mnt,*,2)
recv_file_name(mnt)
[sender] make_file(opt,*,2)
recv_file_name(opt)
[sender] make_file(proc,*,2)
recv_file_name(proc)
[sender] make_file(master_date,*,2)
recv_file_name(master_date)
[sender] make_file(master_date_consequences.txt,*,2)
recv_file_name(master_date_consequences.txt)
[sender] make_file(master_date_consequences.txt~,*,2)
recv_file_name(master_date_consequences.txt~)
[sender] make_file(master_date_version.txt,*,2)
recv_file_name(master_date_version.txt)
[sender] make_file(master_date_version.txt~,*,2)
recv_file_name(master_date_version.txt~)
[sender] make_file(master_date~,*,2)
recv_file_name(master_date~)
[sender] make_file(ni_remove.txt,*,2)
recv_file_name(ni_remove.txt)
[sender] make_file(nivxi_add.tgz,*,2)
recv_file_name(nivxi_add.tgz)
[sender] make_file(root,*,2)
recv_file_name(root)
[sender] make_file(sbin,*,2)
recv_file_name(sbin)
[sender] make_file(srv,*,2)
recv_file_name(srv)
[sender] make_file(sys,*,2)
recv_file_name(sys)
[sender] make_file(tmp,*,2)
recv_file_name(tmp)
[sender] make_file(usr,*,2)
recv_file_name(usr)
[sender] make_file(var,*,2)
recv_file_name(var)
[sender] make_file(rsync.exclude,*,2)
recv_file_name(rsync.exclude)
[sender] make_file(rsync.exclude.light,*,2)
recv_file_name(rsync.exclude.light)
[sender] make_file(rsync.exclude~,*,2)
recv_file_name(rsync.exclude~)
[sender] make_file(var.tar.gz,*,2)
recv_file_name(var.tar.gz)
[sender] make_file(versiontable.txt,*,2)
recv_file_name(versiontable.txt)
[sender] make_file(versiontable.txt~,*,2)
recv_file_name(versiontable.txt~)
received 42 names
[receiver] i=0 0 ./ mode=040755 len=1024 flags=9
[receiver] i=1 1 master_date mode=0100644 len=11 flags=0
[receiver] i=2 1 master_date_consequences.txt mode=0100664 len=1284 flags=0
[receiver] i=3 1 master_date_consequences.txt~ mode=0100664 len=1191 flags=0
[receiver] i=4 1 master_date_version.txt mode=0100664 len=33628 flags=0
[receiver] i=5 1 master_date_version.txt~ mode=0100664 len=33549 flags=0
[receiver] i=6 1 master_date~ mode=0100644 len=11 flags=0
[receiver] i=7 1 ni_remove.txt mode=0100664 len=34499 flags=0
[receiver] i=8 1 nivxi_add.tgz mode=0100664 len=1362 flags=0
[receiver] i=9 1 rsync.exclude mode=0100664 len=8553 flags=0
[receiver] i=10 1 rsync.exclude.light mode=0100664 len=1133 flags=0
[receiver] i=11 1 rsync.exclude~ mode=0100664 len=8538 flags=0
[receiver] i=12 1 var.tar.gz mode=0100664 len=7151 flags=0
[receiver] i=13 1 versiontable.txt mode=0100664 len=71 flags=0
[receiver] i=14 1 versiontable.txt~ mode=0100664 len=71 flags=0
drwxr-xr-x 96 2005/07/25 07:42:49 C
drwxr-xr-x 96 2005/05/11 10:51:07 LocalDisk
drwxrwxr-x 96 2005/11/08 13:16:14 TopFiles
drwxr-xr-x   2048 2006/06/22 10:49:47 bin
drwxr-xr-x   1024 2007/04/24 15:47:03 boot
drwxr-xr-x 96 2005/05/10 14:30:11 ccs
drwxr-xr-x 133120 2006/07/17 18:22:49 dev
drwxr-xr-x   5120 2007/04/20 10:22:20 etc
drwxrwxr-x 96 2006/07/17 18:40:04 events
drwxrwxr-x 96 2005/11/09 11:25:21 fpgafiles

DO NOT REPLY [Bug 4807] No transfer of single files out of a module on Itanium IA64

2007-07-20 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4807





--- Comment #1 from [EMAIL PROTECTED]  2007-07-20 14:30 CST ---
Are you sure that rsync.exclude isn't a directory?  Try requesting
rsync.exclude/rsync.exclude (after the module/).

Also, you didn't specify a destination, so you didn't request a transfer (just
a file listing).  You must add '.' (the current dir) or some other destination
to request a copy.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html