Re: Is it possible to use rsync daemon running on 64-bit machine from a 32-bit machine?

2024-06-04 Thread Chris Green via rsync
Paul Slootman via rsync wrote: > On Sun 02 Jun 2024, Chris Green via rsync wrote: > > > I have an rsync daemon running on a 64-bit (x86_64) system which I > > successfully use for backups from several other 64-bit systems on my > > LAN. > > > > I want to

Re: Is it possible to use rsync daemon running on 64-bit machine from a 32-bit machine?

2024-06-04 Thread Paul Slootman via rsync
On Sun 02 Jun 2024, Chris Green via rsync wrote: > I have an rsync daemon running on a 64-bit (x86_64) system which I > successfully use for backups from several other 64-bit systems on my > LAN. > > I want to use it for backups from a BeagleBone Black (32-bit, armv7l) > but i

Is it possible to use rsync daemon running on 64-bit machine from a 32-bit machine?

2024-06-04 Thread Chris Green via rsync
I have an rsync daemon running on a 64-bit (x86_64) system which I successfully use for backups from several other 64-bit systems on my LAN. I want to use it for backups from a BeagleBone Black (32-bit, armv7l) but it fails as follows:- root@bbb:~# rsync -a /etc chris@backup::bbb

Re: rsync --daemon complains parsing nonexistant /etc/rsyncd.conf

2022-09-20 Thread Wayne Davison via rsync
On Sun, Sep 18, 2022 at 6:13 AM Paul Slootman wrote: > IMHO rsync is correct in refusing to run with a missing rsyncd.conf. > Yeah, it's one of the ways that some installs prevent a superfluous daemon from starting up -- if it's not configured, you don't want it. ..wayne.. -- Please use

Re: rsync --daemon complains parsing nonexistant /etc/rsyncd.conf

2022-09-18 Thread Paul Slootman via rsync
On Sat 17 Sep 2022, Colton Lewis via rsync wrote: > This is on a system where /etc/rsyncd.conf does not exist and goes away if > /etc/rsyncd.conf is an empty file. > > Version: rsync version 3.2.5 protocol version 31 > Command: rsync --daemon > What happens: The progr

rsync --daemon complains parsing nonexistant /etc/rsyncd.conf

2022-09-17 Thread Colton Lewis via rsync
This is on a system where /etc/rsyncd.conf does not exist and goes away if /etc/rsyncd.conf is an empty file. Version: rsync version 3.2.5 protocol version 31 Command: rsync --daemon What happens: The program outputs "Failed to parse config file: /etc/rsyncd.conf" What I expect: T

rsync (daemon mode): no delay after failed authentification ?

2021-05-02 Thread Frank Schäfer via rsync
I wonder why there is no delay after a failed authentification attempt (daemon mode). Should be easy to write a brute-force attack script using RSYNC_PASSWORD... Wouldn't a delay make attacks much more difficult ? Regards, Frank Schaefer -- Please use reply-all for most replies to avoid

[Bug 12430] rsync daemon chooses wrong place for pathes containing space and the module name

2020-07-26 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12430 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: Rsync Daemon Remote Pull

2020-06-27 Thread Wayne Davison via rsync
On Sat, Jun 27, 2020 at 7:17 AM Chandrasekar Natarajan wrote: > Kindly help me to resolve this. > One thing you can do is to change the initial command from "rsync" to "/usr/bin/rsync" (if that is where the real command is installed in your setup) in order to try to avoid any script & shell

Re: Rsync Daemon Remote Pull

2020-06-27 Thread Chandrasekar Natarajan via rsync
Hi Wayne, Thanks for your reply. This is the command I am using now(a simple command) *rsync -vrcz --port u...@x.x.x.xx::Module1 '/cygdrive/d/test 123/'* This is the exception 'Unexpected remote arg: User@x.x.x.x::Module1 rsync error: syntax or usage error (code 1) at main.c(1361)

Re: Rsync Daemon Remote Pull

2020-06-26 Thread Wayne Davison via rsync
On Thu, Jun 25, 2020 at 3:02 PM Chandrasekar Natarajan wrote: > Unexpected remote arg: user@x.x.x.x:port/module > This means that your non-option args starts with a local arg, contains a remote arg somewhere in the middle, and ends with either a local or remote arg. None of those are valid

Re: Rsync Daemon Remote Pull

2020-06-26 Thread Chandrasekar Natarajan via rsync
Hi, Even I tried the same syntax but failed. But push is working fine. rsync: Unexpected remote arg: user@x.x.x.x::module. > On 26-Jun-2020, at 5:22 AM, Kevin Korb wrote: > > user@x.x.x.x:port/ModuleName is not correct syntax. You may have > something in your shell config translating that

Re: Rsync Daemon Remote Pull

2020-06-25 Thread Kevin Korb via rsync
user@x.x.x.x:port/ModuleName is not correct syntax. You may have something in your shell config translating that for you. Correct syntax is --port and user@host::module On 6/25/20 6:01 PM, Chandrasekar Natarajan via rsync wrote: > Hi, > > I am trying to pull folders from a windows remote

Rsync Daemon Remote Pull

2020-06-25 Thread Chandrasekar Natarajan via rsync
Hi, I am trying to pull folders from a windows remote machine using daemon without SSH. Below is the command that used: rsync -vrtz --delete user@x.x.x.x:port/ModuleName '/cygdrive/d/backup/' No issue running the same command in Command Prompt.While executing this command via c#.net Process

[Bug 12430] New: rsync daemon chooses wrong place for pathes containing space and the module name

2016-11-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=12430 Bug ID: 12430 Summary: rsync daemon chooses wrong place for pathes containing space and the module name Product: rsync Version: 3.1.1 Hardware: All OS: Linux

Rsync Daemon & network users

2015-09-21 Thread Simon Wong (Staff)
Dear all, Can someone let me know if it is possible to setup an Rsync server with domain authenticated users e.g. Active Directory users rather than having username:passwords in plain text? Thanks, Simon The University of Dundee is a registered Scottish Charity, No: SC015096 -- Please use

Re: Rsync Daemon & network users

2015-09-21 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You can do that with rsync over ssh but not rsyncd. On 09/21/2015 10:57 AM, Simon Wong (Staff) wrote: > Dear all, > > Can someone let me know if it is possible to setup an Rsync server > with domain authenticated users e.g. Active Directory users

[Bug 10668] New: Remote rsync daemon still showing deleted file

2014-06-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10668 Summary: Remote rsync daemon still showing deleted file Product: rsync Version: 3.1.1 Platform: x86 OS/Version: Mac OS X Status: NEW Severity: normal Priority: P5

[Bug 10668] Remote rsync daemon still showing deleted file

2014-06-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10668 --- Comment #1 from Barry Sanford ebsanf...@mac.com 2014-06-22 14:38:18 UTC --- I have a server on my LAN that's hosting an rsync daemon. When I backup to the 'Backups' module on this server I have a 'pre-exec' script that creates a 'HardLink

[Bug 10668] Remote rsync daemon still showing deleted file

2014-06-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10668 --- Comment #2 from Barry Sanford ebsanf...@mac.com 2014-06-22 14:46:51 UTC --- Btw, the HardLink file is created by the pre-exec script as a symbolic link to the previous day's backup folder. For example, if the current backup folder is

[Bug 10668] Remote rsync daemon still showing deleted file

2014-06-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10668 Wayne Davison way...@samba.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 10668] Remote rsync daemon still showing deleted file

2014-06-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10668 --- Comment #4 from Barry Sanford ebsanf...@mac.com 2014-06-22 17:45:57 UTC --- Ahhh!!! The fault, then, is in my own understanding, or lack thereof. I was under the false assumption that the pre-exec ran only when files were being copied. But

Re: problem with rsync-daemon via ssh

2014-02-19 Thread Carlos Carvalho
Kevin Korb (k...@sanitarium.net) wrote on 17 February 2014 21:13: OK, I just did a quickie test. When I 'ssh user@host rsync --daemon - --server .' an I don't have an rsyncd.conf file in my home dir I get no output like you do (an error message here would be nice). If I do have a proper

Re: problem with rsync-daemon via ssh

2014-02-17 Thread Carlos Carvalho
Kevin Korb (k...@sanitarium.net) wrote on 14 February 2014 12:51: Try running that ssh command line yourself and see what it says. Doesn't say anything. But rsync is indeed run. I changed it to this script: #!/bin/bash echo run! echo run! and ural# rsync -avv -e ssh -l root ./orig/

Re: problem with rsync-daemon via ssh

2014-02-17 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK, I just did a quickie test. When I 'ssh user@host rsync --daemon - --server .' an I don't have an rsyncd.conf file in my home dir I get no output like you do (an error message here would be nice). If I do have a proper rsyncd.conf file I get

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Carlos Carvalho
Kevin Korb (k...@sanitarium.net) wrote on 13 February 2014 21:47: modules are defined in an rsyncd.conf file. That file needs to be in the home dir of the user. You mean the config file must be called rsyncd.conf instead of module? That'd be easy to solve but unfortunately it didn't work. I

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Matthias Schniedermeyer
) [sender=3.1.1pre1] Am I doing something wrong? You could say that. You mixed the options from remote shell with rsync daemon. Rsync is used either as 'rsync over SSH'(/remote shell) OR daemon-mode. - synopsis from man-page - Access via remote shell: Pull: rsync [OPTION...] [USER

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Carlos Carvalho
Matthias Schniedermeyer (m...@citd.de) wrote on 14 February 2014 13:06: You mixed the options from remote shell with rsync daemon. Rsync is used either as 'rsync over SSH'(/remote shell) OR daemon-mode. No, there's a third method. Search for USING RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Paul Slootman
On Fri 14 Feb 2014, Matthias Schniedermeyer wrote: You mixed the options from remote shell with rsync daemon. Rsync is used either as 'rsync over SSH'(/remote shell) OR daemon-mode. Matthias, Ik recommend you check out the USING RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL CONNECTION part

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Matthias Schniedermeyer
On 14.02.2014 13:17, Paul Slootman wrote: On Fri 14 Feb 2014, Matthias Schniedermeyer wrote: You mixed the options from remote shell with rsync daemon. Rsync is used either as 'rsync over SSH'(/remote shell) OR daemon-mode. Matthias, Ik recommend you check out the USING RSYNC-DAEMON

Re: problem with rsync-daemon via ssh

2014-02-14 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try running that ssh command line yourself and see what it says. On 02/14/2014 06:34 AM, Carlos Carvalho wrote: Kevin Korb (k...@sanitarium.net) wrote on 13 February 2014 21:47: modules are defined in an rsyncd.conf file. That file needs to be in

problem with rsync-daemon via ssh

2014-02-13 Thread Carlos Carvalho
I'm trying to transfer something to another machine launching a once-only daemon through ssh with this command: rsync -avv -e ssh -l user ./orig/ machine::module/ where module is the name of a file in the home dir of user with the following: path = /path/to/home/transfer The ssh connection

Re: problem with rsync-daemon via ssh

2014-02-13 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 modules are defined in an rsyncd.conf file. That file needs to be in the home dir of the user. On 02/13/2014 08:38 PM, Carlos Carvalho wrote: I'm trying to transfer something to another machine launching a once-only daemon through ssh with this

[Bug 8838] rsync daemon chooses wrong destination place if space and the module name is part of it

2013-06-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8838 Wayne Davison way...@samba.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug 8838] rsync daemon chooses wrong destination place if space and the module name is part of it

2013-05-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8838 Wayne Davison way...@samba.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #7

[Bug 9660] rsync --daemon --bwlimit does not work on server side

2013-05-19 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=9660 Wayne Davison way...@samba.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2

[Bug 8838] rsync daemon chooses wrong destination place if space and the module name is part of it

2013-05-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8838 --- Comment #5 from mlus...@redhat.com 2013-05-10 09:50:58 UTC --- Created attachment 8876 -- https://bugzilla.samba.org/attachment.cgi?id=8876 New version of patch preserving historical usage Attached patch enables transmission of files into

[Bug 8838] rsync daemon chooses wrong destination place if space and the module name is part of it

2013-05-05 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8838 --- Comment #4 from Chris Dunlop ch...@onthe.net.au 2013-05-06 03:54:58 UTC --- (In reply to comment #3) Thank you Chris. I have not been aware about this rsync feature. I am getting the same result when I try to transmit mentioned file with

[Bug 8838] rsync daemon chooses wrong destination place if space and the module name is part of it

2013-05-03 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8838 --- Comment #3 from mlus...@redhat.com 2013-05-03 14:01:08 UTC --- Thank you Chris. I have not been aware about this rsync feature. I am getting the same result when I try to transmit mentioned file with --protect-args. Shouldn't this be working

[Bug 8838] rsync daemon chooses wrong destination place if space and the module name is part of it

2013-04-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8838 --- Comment #2 from Chris Dunlop ch...@onthe.net.au 2013-04-15 02:08:20 UTC --- It looks like the proposed fix may break this usage (from the 'ADVANCED USAGE' section of the man page): Older versions of rsync required using quoted spaces in the

[Bug 8838] rsync daemon chooses wrong destination place if space and the module name is part of it

2013-04-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8838 --- Comment #1 from mlus...@redhat.com 2013-04-12 15:40:18 UTC --- Hi, is there any problem with reproduction or inclusion into upstream? -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 9660] rsync --daemon --bwlimit does not work on server side

2013-03-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=9660 --- Comment #1 from m...@gmx.net 2013-03-29 10:28:30 UTC --- It looks like the function is not implemented for the --deamon mode. Can somebody confirm this? -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are

[Bug 9660] New: rsync --daemon --bwlimit does not work on server side

2013-02-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=9660 Summary: rsync --daemon --bwlimit does not work on server side Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5

[Bug 8979] rsync daemon: High load while skipping hardlinks

2012-06-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8979 Wayne Davison way...@samba.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 8979] rsync daemon: High load while skipping hardlinks

2012-06-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8979 --- Comment #1 from Simon Klinkert simon.klink...@gmail.com 2012-06-14 06:47:45 UTC --- After some more investigation with gdb it seems like something is wrong in function flist_for_ndx(). check_prior() calls flist_for_ndx() with ndx=759. The

[Bug 8979] New: rsync daemon: High load while skipping hardlinks

2012-06-05 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8979 Summary: rsync daemon: High load while skipping hardlinks Product: rsync Version: 3.0.5 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5

[Bug 8838] New: rsync daemon chooses wrong destination place if space and the module name is part of it

2012-04-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8838 Summary: rsync daemon chooses wrong destination place if space and the module name is part of it Product: rsync Version: 3.1.0 Platform: All OS/Version: Linux Status

Re: (when) does rsync daemon sync ?

2010-11-07 Thread nvbolhuis
On Tue, Nov 2, 2010 at 9:29 AM, Norbert van Bolhuis nvbolh...@aimvalley.nlwrote: Is there a way to make the rsync daemon use sync or whatsoever to make sure the rsync command returns only if all transferred data is written to physical media[?] You can't delay the return, but you can ask

Re: (when) does rsync daemon sync ?

2010-11-06 Thread Wayne Davison
On Tue, Nov 2, 2010 at 9:29 AM, Norbert van Bolhuis nvbolh...@aimvalley.nlwrote: Is there a way to make the rsync daemon use sync or whatsoever to make sure the rsync command returns only if all transferred data is written to physical media[?] You can't delay the return, but you can ask

(when) does rsync daemon sync ?

2010-11-02 Thread Norbert van Bolhuis
Dear rsync-guru's, here's a user question: I want to make sure the files transferred to rsync daemon (running on a linux kernel) are written to media I assume if rsync command returns (with 0) all data has been tranferred to rsync daemon, but it depends on the rsync daemon priority and linux

Re: How to delete a whole destination tree (inclusive the destination its-self) with rsync (daemon)?

2010-10-31 Thread Edvinas Valatka
On Sun, 31 Oct 2010 03:15:37 +0100 Vahsen Beheer beh...@vahsen.nl wrote: Hi! I am backing up (using --link-dest, hard links) to a NAS which has an 'rsync' daemon running. I do not have ssh access to this Storage-device. Part of my script needs to delete whole remote directory trees

Re: How to delete a whole destination tree (inclusive the destination its-self) with rsync (daemon)?

2010-10-31 Thread Edvinas Valatka
On Sun, 31 Oct 2010 03:15:37 +0100 Vahsen Beheer beh...@vahsen.nl wrote: Hi! I am backing up (using --link-dest, hard links) to a NAS which has an 'rsync' daemon running. I do not have ssh access to this Storage-device. Part of my script needs to delete whole remote directory trees

Re: How to delete a whole destination tree (inclusive the destination its-self) with rsync (daemon)?

2010-10-31 Thread Matt McCutchen
On Sun, 2010-10-31 at 17:39 +0200, Edvinas Valatka wrote: On Sun, 31 Oct 2010 03:15:37 +0100 Vahsen Beheer beh...@vahsen.nl wrote: I am backing up (using --link-dest, hard links) to a NAS which has an 'rsync' daemon running. I do not have ssh access to this Storage-device. Part of my

Re: How to delete a whole destination tree (inclusive the destination its-self) with rsync (daemon)?

2010-10-31 Thread Vahsen Beheer
On 31-10-2010 16:39, Edvinas Valatka wrote: On Sun, 31 Oct 2010 03:15:37 +0100 Vahsen Beheer beh...@vahsen.nl wrote: Hi! I am backing up (using --link-dest, hard links) to a NAS which has an 'rsync' daemon running. I do not have ssh access

Re: How to delete a whole destination tree (inclusive the destination its-self) with rsync (daemon)?

2010-10-31 Thread Vahsen Beheer
On 31-10-2010 18:07, edac...@gmail.com wrote: On 10/31/2010 06:52 PM, Vahsen Beheer wrote: Hi again Edvinas, and thanks a lot!!! I finally managed to delete a remote empty directory now! I simplified my request a bit though, and need to delete a

How to delete a whole destination tree (inclusive the destination its-self) with rsync (daemon)?

2010-10-30 Thread Vahsen Beheer
Hi! I am backing up (using --link-dest, hard links) to a NAS which has an 'rsync' daemon running. I do not have ssh access to this Storage-device. Part of my script needs to delete whole remote directory trees. This seems difficult with rsync

Re: rsync daemon performance

2010-03-09 Thread Paul Slootman
On Sat 06 Mar 2010, Wayne Davison wrote: On Thu, Feb 25, 2010 at 5:20 PM, Tom Dickson tdick...@finarta.net wrote: Is it possible to get a pool of waiting daemons, similar to how apache runs? No, there is no support for that in rsync at the moment. I don't think it would be simple to

Re: rsync daemon performance

2010-03-09 Thread Jamie Lokier
Paul Slootman wrote: On Sat 06 Mar 2010, Wayne Davison wrote: On Thu, Feb 25, 2010 at 5:20 PM, Tom Dickson tdick...@finarta.net wrote: Is it possible to get a pool of waiting daemons, similar to how apache runs? No, there is no support for that in rsync at the moment. I don't

rsync daemon performance

2010-02-25 Thread Tom Dickson
Hello, We have multiple clients that are connecting to our rsync daemon, sending a small file, and then disconnecting. This works well, but rsync forks each time there is a connection. Is it possible to get a pool of waiting daemons, similar to how apache runs? -tom -- Please use reply-all

rsync daemon

2009-09-29 Thread Kaushal Shriyan
Hi, I have followed https://help.ubuntu.com/community/rsync and successfully configured it and works fine without any issue. The question is how can i call the rsync client from the remote hosts automatically to ping the rsync daemon and fetch only the new files which is available on rsync

Re: rsync --daemon. Can I open more than one instances?

2009-06-09 Thread Rahul Nabar
On Tue, Jun 9, 2009 at 12:41 AM, Daniel.Lidaniel...@usish.com wrote: b) Moniter CPU and mem usage during backup; Yes, you are right. CPU% as given by ps aux seems always very low. Only a few %. I think you can test the system to find out what is the bottleneck. Trying that now. I run a

Re: rsync --daemon. Can I open more than one instances?

2009-06-08 Thread Rahul Nabar
On Thu, Jun 4, 2009 at 12:09 AM, Daniel.Lidaniel...@usish.com wrote: I think multi-client can improve performance, but limit is the same as above. I don't think I understand! Can I start more than one rsync --daemon instances then? What kind of performance you are concerning, network/cpu

Re: rsync --daemon. Can I open more than one instances?

2009-06-08 Thread Leen Besselink
Rahul Nabar wrote: On Thu, Jun 4, 2009 at 12:09 AM, Daniel.Lidaniel...@usish.com wrote: I think multi-client can improve performance, but limit is the same as above. I don't think I understand! Can I start more than one rsync --daemon instances then? What kind of performance you

Re: rsync --daemon. Can I open more than one instances?

2009-06-08 Thread Rahul Nabar
On Mon, Jun 8, 2009 at 2:55 PM, Leen Besselinkl...@consolejunky.net wrote: I think Daniel was trying to say, cpu might not be the bottleneck, it could be network or something else (I doubt it's memory rsync 3 pretty much solved that for most) and if you ask me it's probably disk. Ah! I see.

Re: rsync --daemon. Can I open more than one instances?

2009-06-08 Thread Daniel.Li
On Mon, 2009-06-08 at 22:39 -0500, Rahul Nabar wrote: If you're not using different partitions on different disks, then doing anything in parallel is probably going to slow it down (reading/writing all over the disk, means more seektime, which means waiting). No, its just a single

Re: rsync --daemon. Can I open more than one instances?

2009-06-03 Thread Daniel.Li
On Wed, 2009-06-03 at 20:57 -0500, Rahul Nabar wrote: Is there a way to speed up rsync by opening more than one daemon in parallel. daemon will create a process when a connection is established. So the limit is hardware. I use rsync --daemon to start rsync. I was wondering if opening more

Re: how to output verbose information to console when run rsync --daemon?

2009-05-25 Thread Daniel.Li
no effect with rsync --daemon. So, how can I output verbose information to console when running with command rsync --daemon I also tried log file. Seems didn't work. Or is there any other way to read those information, Thanks in advance. -- Daniel -- Please use reply-all for most

how to output verbose information to console when run rsync --daemon?

2009-05-05 Thread Daniel.Li
Dear List, option -v can output information to console. But it seems no effect with rsync --daemon. So, how can I output verbose information to console when running with command rsync --daemon I also tried log file. Seems didn't work. Or is there any other way to read those information, Thanks

Re: running rsync daemon as unprivileged

2008-12-23 Thread Keld Jørn Simonsen
to get the 873 port opened. And when transfers then run, they run as nobody. I would like the rsync daemon to connect to 873 (as root) then possibly do a chroot and then run always as something else than root (maybe nobody). It this advisable? Is it possible? The only

Re: how to start rsync daemon on fedora

2008-10-11 Thread Matt McCutchen
with chkconfig or start the daemon manually with rsync --daemon, but not both. If that isn't the problem, run netstat -a --inet --program as root to see what process is listening on the port. Matt -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options

Re: how to start rsync daemon on fedora

2008-10-10 Thread michael
On Thu, 2008-10-09 at 17:08 -0700, Wayne Davison wrote: On Thu, Oct 09, 2008 at 03:29:04PM +0100, michael wrote: and this is when I've tried both of a) /usr/bin/rsync --daemon -v b) sudo /sbin/chkconfig rsync on Fedora supplies an /etc/xinetd.d/rsync file that defaults to off. Using

Re: how to start rsync daemon on fedora

2008-10-10 Thread michael
On Fri, 2008-10-10 at 13:42 +0100, michael wrote: On Thu, 2008-10-09 at 17:08 -0700, Wayne Davison wrote: On Thu, Oct 09, 2008 at 03:29:04PM +0100, michael wrote: and this is when I've tried both of a) /usr/bin/rsync --daemon -v b) sudo /sbin/chkconfig rsync on Fedora supplies

how to start rsync daemon on fedora

2008-10-09 Thread michael
Maybe the daemon is running but I don't think so: [EMAIL PROTECTED]:/var/log$ ps -elf|grep rsync 0 S mkb 24869 21866 0 80 0 - 17433 pipe_w 15:26 pts/4 00:00:00 grep rsync and this is when I've tried both of a) /usr/bin/rsync --daemon -v b) sudo /sbin/chkconfig rsync on I also see, when

Re: how to start rsync daemon on fedora

2008-10-09 Thread Matt McCutchen
On Thu, 2008-10-09 at 15:29 +0100, michael wrote: Maybe the daemon is running but I don't think so: [EMAIL PROTECTED]:/var/log$ ps -elf|grep rsync 0 S mkb 24869 21866 0 80 0 - 17433 pipe_w 15:26 pts/4 00:00:00 grep rsync and this is when I've tried both of a) /usr/bin/rsync

Re: how to start rsync daemon on fedora

2008-10-09 Thread Wayne Davison
On Thu, Oct 09, 2008 at 03:29:04PM +0100, michael wrote: and this is when I've tried both of a) /usr/bin/rsync --daemon -v b) sudo /sbin/chkconfig rsync on Fedora supplies an /etc/xinetd.d/rsync file that defaults to off. Using your b command should turn it on and sighup xinetd. If you go

Re: how to start rsync daemon on fedora

2008-10-09 Thread Kyle Lanclos
Wayne wrote: Fedora supplies an /etc/xinetd.d/rsync file that defaults to off. Using your b command should turn it on and sighup xinetd. If you go the xinetd route, that means that there won't be a dedicated rsync daemon running. You could elect to leave the xinetd config file disabled

running rsync daemon as unpribileged

2008-08-30 Thread Keld Jørn Simonsen
Hi I run a mirror service where for gentoo I run rsync as a daemon. Currently the daemon runs root to get the 873 port opened. And when transfers then run, they run as nobody. I would like the rsync daemon to connect to 873 (as root) then possibly do a chroot and then run always as something

Re: running rsync daemon as unpribileged

2008-08-30 Thread Matt McCutchen
On Sat, 2008-08-30 at 18:23 +0200, Keld Jørn Simonsen wrote: I run a mirror service where for gentoo I run rsync as a daemon. Currently the daemon runs root to get the 873 port opened. And when transfers then run, they run as nobody. I would like the rsync daemon to connect to 873 (as root

Re: running rsync daemon as unprivileged

2008-08-30 Thread Keld Jørn Simonsen
as nobody. I would like the rsync daemon to connect to 873 (as root) then possibly do a chroot and then run always as something else than root (maybe nobody). It this advisable? Is it possible? The only time that the rsync daemon supports chrooting and changing uid/gid is each time

Re: Problems connecting to remote rsync daemon

2008-08-11 Thread Matt McCutchen
unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at / SourceCache/rsync/rsync-35.2/rsync/io.c(452) [sender=2.6.9] paladin:~ tamara$ there is no rsyncd.conf file. That would be the problem. An rsync daemon needs a configuration

Re: Problems connecting to remote rsync daemon

2008-08-11 Thread Tamara Temple
$ there is no rsyncd.conf file. That would be the problem. An rsync daemon needs a configuration file; it will look for the file at /etc/rsyncd.conf unless you specify a different path with a --config option in the command inetd is running. In general, you should check the server's syslog (/var/log

Problems connecting to remote rsync daemon

2008-08-10 Thread Tamara Temple
This is a newbie question. I've looked through the archives and haven't found an answer to this. I set up rsync in inetd.conf to respond on request. When I give a remote request to the machine, I get the following error: paladin:~ tamara$ rsync -avr /Volumes/Music/Pictures/ rsync://

DO NOT REPLY [Bug 5633] --pidfile option for rsync daemon

2008-07-28 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5633 --- Comment #2 from [EMAIL PROTECTED] 2008-07-28 02:10 CST --- Could this be backported to 3.0.x (3.0.4) ? -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

DO NOT REPLY [Bug 5633] --pidfile option for rsync daemon

2008-07-28 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5633 --- Comment #3 from [EMAIL PROTECTED] 2008-07-28 03:27 CST --- Created an attachment (id=3425) -- (https://bugzilla.samba.org/attachment.cgi?id=3425action=view) The --dparam (-M) daemon option for 3.0.4. The 3.0.x branch is only

DO NOT REPLY [Bug 5633] --pidfile option for rsync daemon

2008-07-28 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5633 --- Comment #4 from [EMAIL PROTECTED] 2008-07-28 03:59 CST --- Thanks, backport patch works well for me. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

DO NOT REPLY [Bug 5633] --pidfile option for rsync daemon

2008-07-27 Thread samba-bugs
you specify the pidfile like this: rsync --daemon --dparam pidfile=/tmp/other.pid or rsync --daemon -M pidfile=/tmp/other.pid You can adjust any global or default value using that option, and it will supersede a global/default value in the config file (but will not supersede an explicitly

DO NOT REPLY [Bug 5633] New: --pidfile option for rsync daemon

2008-07-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5633 Summary: --pidfile option for rsync daemon Product: rsync Version: 3.0.3 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P3

Re: rsync daemon not answering

2008-06-13 Thread Alejandro Celery
Matt McCutchen escribió: On Fri, 2008-06-06 at 10:02 -0300, Alejandro Celery wrote: I have a problem: I was running rsync --daemon on a Ubuntu 6.10 linux without problems. I used it to sync our company intranet from a Windows host through deltacopy. Then I migrated my system to new hardware

rsync daemon not answering

2008-06-06 Thread Alejandro Celery
Hi everyone. I have a problem: I was running rsync --daemon on a Ubuntu 6.10 linux without problems. I used it to sync our company intranet from a Windows host through deltacopy. Then I migrated my system to new hardware and installed Ubuntu 7.10 on it. I run rsync --daemon with the same

Re: rsync daemon not answering

2008-06-06 Thread Matt McCutchen
On Fri, 2008-06-06 at 10:02 -0300, Alejandro Celery wrote: I have a problem: I was running rsync --daemon on a Ubuntu 6.10 linux without problems. I used it to sync our company intranet from a Windows host through deltacopy. Then I migrated my system to new hardware and installed Ubuntu

rsync daemon did not chdir back after chdir in module path

2008-03-25 Thread Ming Zhang
Hi All Tried to search the list but could not find anything about this. I have a rsync daemon running with starting cwd as /usr/local/bin. then after some io, and after all io finished, its cwd is /fs1 which is one of the module path. now i need to umount fs1 and i can not do it. is this a known

Re: rsync daemon did not chdir back after chdir in module path

2008-03-25 Thread Paul Slootman
On Tue 25 Mar 2008, Ming Zhang wrote: Tried to search the list but could not find anything about this. I have a rsync daemon running with starting cwd as /usr/local/bin. then after some io, and after all io finished, its cwd is /fs1 which is one of the module path. now i need to umount fs1

Re: Rsync-daemon security advisories for writable daemons

2007-12-16 Thread Wayne Davison
On Mon, Dec 10, 2007 at 04:30:55PM -0500, Matt McCutchen wrote: The current development rsync ignores all errors, but errors other than ENOSYS might be significant. Yeah, good idea. I've changed the dev version to only ignore ENOSYS. ..wayne.. -- To unsubscribe or change options:

Re: Bug#455194: Rsync-daemon security advisories for writable daemons

2007-12-11 Thread Paul Slootman
On Mon 10 Dec 2007, Matt McCutchen wrote: On Mon, 2007-12-10 at 21:20 +0100, Paul Slootman wrote: It seems that people running the Debian 2.6.9-5.1 version which has this patch applied. are running into problems where rsync wants to set permissions on symlinks. In the report rsync seems

Re: Rsync-daemon security advisories for writable daemons

2007-12-10 Thread Paul Slootman
On Tue 27 Nov 2007, Wayne Davison wrote: Starting with the 3.0.0-pre6 release, there will be a new daemon option available: munge symlinks. This will allow an rsync daemon to accept symlinks and return them intact (with even a leading slash still there, which is new for a non-chroot daemon

Re: Rsync-daemon security advisories for writable daemons

2007-12-10 Thread Matt McCutchen
On Mon, 2007-12-10 at 21:20 +0100, Paul Slootman wrote: It seems that people running the Debian 2.6.9-5.1 version which has this patch applied. are running into problems where rsync wants to set permissions on symlinks. In the report rsync seems to want to set mtimes, not permissions. The

Re: Rsync-daemon security advisories for writable daemons

2007-12-10 Thread Olivier Thauvin
Le lundi 10 décembre 2007, Matt McCutchen a écrit : On Mon, 2007-12-10 at 21:20 +0100, Paul Slootman wrote: It seems that people running the Debian 2.6.9-5.1 version which has this patch applied. are running into problems where rsync wants to set permissions on symlinks. In the report

Re: Rsync-daemon security advisories for writable daemons

2007-12-10 Thread Matt McCutchen
On Mon, 2007-12-10 at 22:20 +0100, Olivier Thauvin wrote: I don't how to really fix into rsync, except checking uname to get the running kernel's version. It would seem much more direct to simply attempt the lutimes and ignore an error of ENOSYS (Function not implemented). I don't think it's

Rsync-daemon security advisories for writable daemons

2007-11-27 Thread Wayne Davison
There are two security advisories for people who run a writable rsync daemon. One affects only those with use chroot = no (which is not a very safe combination in general), and one affects a daemon that has daemon-excluded files that are being hidden in a module's hierarchy. Included are simple

DO NOT REPLY [Bug 3554] Second copy of same rsync daemon should notice pid file and quit

2007-10-22 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3554 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment

  1   2   >