Re: Error messages 3.0.6pre1

2009-07-21 Thread Mac User FR

This is a malloc (memory allocation) error.
It shows that a non-aligned pointer (pointer that doesn't start on an  
address multiple of 4 in a 32-bit machine) is being freed. As pointers  
must always be aligned, this indicates an error and the function  
free() doesn't know how to deal with it. But even if it doesn't  
release the memory at all, there are big chances that rsync ends up  
the execution normally. The only issue is a possible memory leak that  
is normally stopped when rsync exit.


I didn't look nor am aware of the rsync code, but I guess this could  
be an issue of 32-bit pointer on a 64-bit machine.


Best regards,

Vitorio

Le 21 juil. 09 à 21:32, Warren Oates a écrit :


On Mon, Jul 20, 2009 at 4:20 AM, Mark Cohen wrote:
I too have the same issue (reported by Warren) - in that 3.06  
backups appear

valid, but the terminal shows the following errors:

rsync(18819) malloc: *** error for object 0xf305c: Non-aligned  
pointer being

freed
*** set a breakpoint in malloc_error_break to debug

I'm looking for confirmation that these are simply anomalies, and  
indeed are

not cause for concern.

Thanks.
--
Please use reply-all for most replies to avoid omitting the mailing  
list.

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



I have a draft email almost ready for the list about this. I have a
feeling it has to do with the latest version of the Xcode tools in
10.5.7 (DevToolsCore-1148.0) which provides gcc version 4.0.1 build
5490. My wife's MacBook is  DevToolsCore-921.0 with build 5465 of the
same gcc, and I don't think the error occurs when I use rsync "the
other way.". I'm not sure of this, because I've been a bit busy to do
more testing, which is why my email is still in "draft". At any rate,
the error only _seems_ to have started when I updated Xcode.

If you Google for that error, some interesting discussions pop up.

--
W. Oates
--
Please use reply-all for most replies to avoid omitting the mailing  
list.

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


--
Please use reply-all for most replies to avoid omitting the mailing list.
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: Error messages 3.0.6pre1

2009-07-21 Thread Warren Oates
On Mon, Jul 20, 2009 at 4:20 AM, Mark Cohen wrote:
> I too have the same issue (reported by Warren) - in that 3.06 backups appear
> valid, but the terminal shows the following errors:
>
> rsync(18819) malloc: *** error for object 0xf305c: Non-aligned pointer being
> freed
> *** set a breakpoint in malloc_error_break to debug
>
> I'm looking for confirmation that these are simply anomalies, and indeed are
> not cause for concern.
>
> Thanks.
> --
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options:
> https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
>

I have a draft email almost ready for the list about this. I have a
feeling it has to do with the latest version of the Xcode tools in
10.5.7 (DevToolsCore-1148.0) which provides gcc version 4.0.1 build
5490. My wife's MacBook is  DevToolsCore-921.0 with build 5465 of the
same gcc, and I don't think the error occurs when I use rsync "the
other way.". I'm not sure of this, because I've been a bit busy to do
more testing, which is why my email is still in "draft". At any rate,
the error only _seems_ to have started when I updated Xcode.

If you Google for that error, some interesting discussions pop up.

-- 
W. Oates
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
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 6569] chmod-temp-dir fails on QNX

2009-07-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6569





--- Comment #1 from mkr...@beckman.com  2009-07-21 11:40 CST ---
Created an attachment (id=4451)
 --> (https://bugzilla.samba.org/attachment.cgi?id=4451&action=view)
Skip chmod-tem-dir if /var/tmp doesn't exist


-- 
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.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
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 6569] New: chmod-temp-dir fails on QNX

2009-07-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6569

   Summary: chmod-temp-dir fails on QNX
   Product: rsync
   Version: 3.1.0
  Platform: Other
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P3
 Component: core
AssignedTo: way...@samba.org
ReportedBy: mkr...@beckman.com
 QAContact: rsync...@samba.org


rsync's chmod-test-dir fails on QNX because it assumes that /var/tmp exists,
which isn't the case on QNX systems.


-- 
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.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
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: --delete-before doesn't seem to actually be deleting before transfer

2009-07-21 Thread Tim Edwards



Matt McCutchen schrieb:
Thanks for the help but I've still had no luck with this. The command 
now looks like:
backupstoremove.py | rsync -av --progress --no-p --no-g --delete-before 
--stats --include-from=- --include=/media/300GIGHD/backups/dar/restore 
--exclude="*.dar" /media/300GIGHD/backups/dar/ 
/media/BACKUPUSBSTICK/backups/



I forgot: the --delete-excluded option is needed so that the exclude
does not protect destination directories from deletion.  Before you give
up, you might want to try again with that option.

  
Thanks, that looks like it's worked. However I've found that the effect 
is the same as doing an rm -f before the transfer - since 
--exclude=*.dar it removes all files, even the ones that are 
--include'd, and then starts the transfer from scratch. Just using rm 
keeps my script simpler and easier to read.


Regards

Tim

--
Please use reply-all for most replies to avoid omitting the mailing list.
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: EOL (MBOX file)

2009-07-21 Thread Paul Slootman
On Tue 21 Jul 2009, Manuel Canseco Garcia wrote:

> Rsync removes EOL mark the end of the mbox files? I encounter this problem 
> when copying ... 

No, rsync will never change anything in de files itself, they should be
bit-for-bit exact copies of the original.

I suspect that perhaps you're transferring between different operating
systems which have differing opinions about how an mbox file should
look, particularly what constitutes a line ending.


Paul
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Lots of "file exists" errors with rsync version 3.0.6

2009-07-21 Thread Jignesh Shah
Hi, we have started getting "file exists" ~100s errors every day. I think we
never got it with rsync 2.6.9. Is there anything changed in new version that
has been generating these errors?

Error while syncing /usr/local/theapp/: rsync: symlink
"/usr/local/theapp/2009.uv" -> "../thedt.uv" failed: File exists (17)
...
Error while syncing /usr/local/theapp/: rsync error: some files/attrs were
not transferred (see previous errors) (code 23) at main.c(1039)
[sender=3.0.6]

Am I missing anything?

Thanks,
Jignesh
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

EOL (MBOX file)

2009-07-21 Thread Manuel Canseco Garcia
Rsync removes EOL mark the end of the mbox files? I encounter this problem when 
copying ... 
Thank you very much!
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html