Re: RSync on Mac

2008-06-29 Thread Giuliano Gavazzi


On T 24 Jun, 2008, at 01:53 , Brad Farrell wrote:

I’m having a heck of a time setting up an RSync server on a mac OS X  
system.  I have run it as a daemon (--daemon) with a configuration  
file and have created a plist file and put it in the launch  
directory.  Still can’t get a connection.  When I run ths ps –E on  
the system, I don’t see rsync running.




Any links to good setup docs?


I suppose it is a launchd question. I see from the rsync man page:

--daemon
 This  tells  rsync that it is to run as a daemon.  The  
daemon you start running may be accessed using an rsync client using  
the host::module or rsync://host/module/ syntax.
 If standard input is a socket then rsync will assume that it  
is being run via inetd, otherwise  it  will detach  from  the current  
terminal and become a background daemon.  The daemon will read the  
config file (rsyncd.conf) on each  connect  made  by  a  client  and   
respond  to  requests  accordingly.   See  the rsyncd.conf(5) man page  
for more details.



If rsync detaches, launchd won't be happy. Have you had a look at how  
the /System/Library/LaunchDaemons/ftp.plist is written? To see if  
there is a problem with the service you should tail -f /var/log/ 
system.log after giving the command launchctl load /Library/ 
LaunchDaemons/your.plist .


GIuliano--
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 5413] rsnapshot looses connection

2008-06-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5413


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #2 from [EMAIL PROTECTED]  2008-06-29 22:46 CST ---
Your strace just shows that rsync tried to send some data to the remote rsync,
and that pipe failed.  So, the important thing to discover is why the remote
rsync went away.  So, get that strace output and it should reveal what is going
wrong.

Rsync shouldn't fail transferring any kind of file, gzipped or not.


-- 
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 5418] rsync error: error allocating core memory buffers (code 22)

2008-06-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5418


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #1 from [EMAIL PROTECTED]  2008-06-29 22:47 CST ---
AIX systems are known to have issues with the hard-link code, but no-one has
assisted with the debuggin as to why yet.  If anyone can help out, let me know.


-- 
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 5565] xattrs not set on locked files that already exist on target

2008-06-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5565


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #1 from [EMAIL PROTECTED]  2008-06-29 22:51 CST ---
Yeah, this is a known issue with immutable files.  I'll be considering your
patch for inclusion in an upcoming version.  Thanks!


-- 
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 5440] 'relative' test fails on SunOs 5.8

2008-06-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5440


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Comment #1 from [EMAIL PROTECTED]  2008-06-29 23:31 CST ---
Does your file system have sub-second timestamps?  If so, does the latest rsync
(3.0.3) fix this?


-- 
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


Rsync 3.0.3 released

2008-06-29 Thread Wayne Davison
I have released rsync 3.0.3.  This is a bug-fix release that contains no
new features.

To see a full summary of the changes since 3.0.2, visit this link:

  http://rsync.samba.org/ftp/rsync/src/rsync-3.0.3-NEWS

You can download the source tar file and its signature from here:

  http://rsync.samba.org/ftp/rsync/src/rsync-3.0.3.tar.gz
  http://rsync.samba.org/ftp/rsync/src/rsync-3.0.3.tar.gz.asc

The patches directory is now in a separate tar file (for those that want
one or more of the patches):

  http://rsync.samba.org/ftp/rsync/src/rsync-patches-3.0.3.tar.gz
  http://rsync.samba.org/ftp/rsync/src/rsync-patches-3.0.3.tar.gz.asc

See the rsync website for other download methods, including diffs, etc.:

  http://rsync.samba.org/

..wayne..


signature.asc
Description: Digital signature
-- 
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

[SCM] rsync annotated tag, v3.0.3, created. v3.0.3

2008-06-29 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The annotated tag, v3.0.3 has been created
at  b92d4afc91fc5d0c61cd9557e2a5edb70c0171d0 (tag)
   tagging  db8f3f73505eaa04447298370646e6fccc795bb5 (commit)
  replaces  v3.0.3pre3
 tagged by  Wayne Davison
on  Sun Jun 29 20:59:24 2008 -0700

- Log -
Version 3.0.3.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBIaFocbIWfsUuWqMURAsYFAJ4ukWj+0kaq5DsvMnZfOUN+aa+NOgCgtbJ9
PDuQATQtZfUuP2ICuz8UkWc=
=cjdT
-END PGP SIGNATURE-

Matt McCutchen (1):
  The deny-rsync script from bug 3945.

Wayne Davison (5):
  Fixed the sending of large files with older rsync versions by
  Some deny-rsync fixes:
  Fixed a problem with a file descriptor being left open in the
  Mention the addition of the deny-rsync script, and tweak some comments.
  Preparing for release of 3.0.3

---


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs


[SCM] rsync branch, patches, updated. e897210106a2626b8a627fde067949f6275981d5

2008-06-29 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project rsync.

The branch, patches has been updated
   via  e897210106a2626b8a627fde067949f6275981d5 (commit)
  from  7f0bf1cb30e4c9cb751903ae1e7b235760bcfd00 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
commit e897210106a2626b8a627fde067949f6275981d5
Author: Wayne Davison [EMAIL PROTECTED]
Date:   Sun Jun 29 21:14:01 2008 -0700

The patches for 3.0.3.

---

Summary of changes:
 atimes.diff|   12 ++--
 checksum-reading.diff  |   14 +++---
 checksum-updating.diff |   12 ++--
 copy-devices.diff  |2 +-
 crtimes.diff   |   16 
 cvs-entries.diff   |2 +-
 db.diff|2 +-
 detect-renamed-lax.diff|2 +-
 detect-renamed.diff|   14 +++---
 downdate.diff  |6 +++---
 fileflags.diff |   18 +-
 link-by-hash.diff  |2 +-
 omit-dir-changes.diff  |2 +-
 openssl-support.diff   |2 +-
 osx-xattr-nodev.diff   |8 
 preallocate.diff   |2 +-
 slp.diff   |2 +-
 source-filter_dest-filter.diff |2 +-
 18 files changed, 60 insertions(+), 60 deletions(-)


hooks/post-receive
--
rsync
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs