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

Re: Syntax Question on 'rsyncd.conf' on Windows

2021-04-10 Thread Tim Evans via rsync
On 4/9/21 5:05 PM, Dan Stromberg wrote: This is probably more of a Cygwin question than an rsync question. On Cygwin, E: should show up automatically as /cygdrive/e You can test that by opening a Cygwin terminal and cd'ing to /cygdrive/e Thanks! -- Please use reply-all for most replies to

Re: Syntax Question on 'rsyncd.conf' on Windows

2021-04-09 Thread Dan Stromberg via rsync
ync for Windows contains an example rsyncd.conf, > excerpt below: > > [cDrive] > path = /cygdrive/c/ > comment = Entire C Drive > > Having trouble setting up a second Windows physical drive. Is the > "cygdrive" designation a reference to the full system root, s

Syntax Question on 'rsyncd.conf' on Windows

2021-04-06 Thread Tim Evans via rsync
Cygwin distribution of rsync for Windows contains an example rsyncd.conf, excerpt below: [cDrive] path = /cygdrive/c/ comment = Entire C Drive Having trouble setting up a second Windows physical drive. Is the "cygdrive" designation a reference to the full system root, so th

rsyncd.conf gid = domain users

2018-07-30 Thread Mircea Husz via rsync
Redhat 7.5 upgraded rsync to 3.1.2 and it broke my rsyncd.conf configuration.I'm aware that starting with version 3.1.0 the gid option gained the feature of specifying multiple groups, probably comma-separated. Is there a way I can specify a different separator?  If not, I can use numeric

[Bug 11817] Fix rsyncd.conf gid field parsing: allow spaces within them and improve delimiter logic

2016-04-17 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11817 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 11814] man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies

2016-04-17 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11814 Wayne Davison changed: What|Removed |Added Resolution|--- |INVALID

[Bug 11817] New: Fix rsyncd.conf gid field parsing: allow spaces within them and improve delimiter logic

2016-03-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11817 Bug ID: 11817 Summary: Fix rsyncd.conf gid field parsing: allow spaces within them and improve delimiter logic Product: rsync Version: 3.1.2 Hardware: All OS

[Bug 11814] New: man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies

2016-03-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11814 Bug ID: 11814 Summary: man-copy Make target missing rsync.1 and rsyncd.conf.5 dependencies Product: rsync Version: 3.1.2 Hardware: All OS: All

[Bug 11013] [patch] Mention that privileges are dropped, when "use chroot" is enabled in rsyncd.conf manpage

2015-12-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11013 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Bug 11013] New: [patch] Mention that privileges are dropped, when use chroot is enabled in rsyncd.conf manpage

2014-12-17 Thread Karl O. Pinc
On 12/16/2014 08:45:15 PM, Kevin Korb wrote: Only root can chown. If rsync isn't running as root then it ignores the --owner part of --archive. This also makes --numeric-ids inert. Simply put, if you aren't running as root then you can only create files owned by your UID. Rsync knows

[Bug 11013] New: [patch] Mention that privileges are dropped, when use chroot is enabled in rsyncd.conf manpage

2014-12-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=11013 Bug ID: 11013 Summary: [patch] Mention that privileges are dropped, when use chroot is enabled in rsyncd.conf manpage Product: rsync Version: 3.1.1 Hardware: All

Re: [Bug 11013] New: [patch] Mention that privileges are dropped, when use chroot is enabled in rsyncd.conf manpage

2014-12-16 Thread Kevin Korb
are dropped, when use chroot is enabled in rsyncd.conf manpage Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 Component: core Assignee: way...@samba.org Reporter: m...@mmap.at QA Contact: rsync...@samba.org Created attachment 10544 -- https

rsync filter parameter in rsyncd.conf file

2014-10-08 Thread Romel Khan
I would like to push a file, /home/cfg/temp, from client to a server with rsync in daemon mode to /n2p/cfg directory. How should I set the filter/include/exclude parameters on the server side rsyncd.conf file so server will disallow receiving any files from the client other than /home/cfg/temp

Re: rsync filter parameter in rsyncd.conf file

2014-10-08 Thread Kevin Korb
/cfg directory through rsyncd.conf or rrsync but you can't really control what the client intends to put there. filter/include/exclude in rsyncd.conf only controls what files on the server a client can access. On 10/08/2014 10:15 PM, Romel Khan wrote: I would like to push a file, /home/cfg/temp

Re: rsync filter parameter in rsyncd.conf file

2014-10-08 Thread Romel Khan
How can I confine the client to the /n2p/cfg directory through rsyncd.conf? On Wed, Oct 8, 2014 at 10:29 PM, Kevin Korb k...@sanitarium.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The server has no idea what file the client is sending it (even if it did the client would be free

Re: rsync filter parameter in rsyncd.conf file

2014-10-08 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Define a module for that directory. In fact with rsyncd you can only provide access to specific pre-defined paths. On 10/08/2014 10:32 PM, Romel Khan wrote: How can I confine the client to the /n2p/cfg directory through rsyncd.conf? On Wed, Oct

Re: rsync filter parameter in rsyncd.conf file

2014-10-08 Thread Romel Khan
filter/include/exclude in rsyncd.conf only controls what files on the server a client can access: OK say I want to do that and only allow access to file called temp1 on the server. What do I need to enter in the config file? The following does not seem to do anything: include = temp1

Re: rsync filter parameter in rsyncd.conf file

2014-10-08 Thread Kevin Korb
=/temp1 exclude=* I have not actually tried this myself so I might be completely wrong. On 10/08/2014 11:47 PM, Romel Khan wrote: filter/include/exclude in rsyncd.conf only controls what files on the server a client can access: OK say I want to do that and only allow access to file

rsyncd.conf gid parameter no longer supports spaces in gid names?‏

2014-07-16 Thread Philip Hall
I have been using an rsyncd.conf file with a gid value that contains spaces. This worked fine until rsync got updated to v3.1.0 and I started getting invalid gid messages specifying the first word of the gid name as the gid that could not be found. Having done some reading on the new

[Bug 8655] link-by-hash: add 'link by hash dir' to rsyncd.conf

2011-12-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8655 Wayne Davison way...@samba.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 8655] New: link-by-hash: add 'link by hash dir' to rsyncd.conf

2011-12-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8655 Summary: link-by-hash: add 'link by hash dir' to rsyncd.conf Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority

[Bug 8136] New: space in module path (rsyncd.conf)

2011-05-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8136 Summary: space in module path (rsyncd.conf) Product: rsync Version: 3.0.7 Platform: x86 OS/Version: Mac OS X Status: NEW Severity: blocker Priority: P5

[Bug 8136] space in module path (rsyncd.conf)

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

[Bug 8136] space in module path (rsyncd.conf)

2011-05-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8136 --- Comment #2 from Liviu Ionescu i...@livius.net 2011-05-16 16:42:18 UTC --- great, I confirm it even with rsync v2.6.7 (Mac OS X 10.6) perhaps you should explicitly mention this in the manual pages. thank you, Liviu -- Configure bugmail:

[Bug 8136] space in module path (rsyncd.conf)

2011-05-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8136 --- Comment #3 from Wayne Davison way...@samba.org 2011-05-16 18:34:44 UTC --- There is this mention early on: Leading and trailing whitespace in a parameter value is discarded. Internal whitespace within a parameter value is retained verbatim.

Re: Server mode and rsyncd.conf

2011-04-15 Thread Wayne Davison
On Wed, Apr 13, 2011 at 4:09 PM, Glenn Eychaner geycha...@mac.com wrote: Rsync supports connecting to a host using a remote shell and then spawning a single-use daemon server that expects to read its config file in the home dir of the remote user. You should read the manpage section USING

Re: Server mode and rsyncd.conf

2011-04-15 Thread Glenn Eychaner
On Apr 15, 2011, at 12:10 PM, Wayne Davison wrote: On Wed, Apr 13, 2011 at 4:09 PM, Glenn Eychaner geycha...@mac.com wrote: Rsync supports connecting to a host using a remote shell and then spawning a single-use daemon server that expects to read its config file in the home dir of the

Re: Server mode and rsyncd.conf

2011-04-15 Thread Glenn Eychaner
without difficulty, copying the home directory for root on the remote machine (/var/root) to the sparseimage mounted at /Volumes/testimage. Now, let's add an rsyncd.conf file to /var/root, which looks strikingly similar to the simple example from the rsyncd.conf man page: [allfiles] path

Server mode and rsyncd.conf

2011-04-13 Thread Glenn Eychaner
file (which I presume should be named rsyncd.conf) in the home directory of the remote user like so: [all] path = / read only = true Presumably, this file would make the remote-shell transfers one way only (from the remote end to the local end) by making the remote file system read

[Bug 8060] New: hosts allow in rsyncd.conf doesn't handle IPv6 subnets smaller than /64.

2011-04-05 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8060 Summary: hosts allow in rsyncd.conf doesn't handle IPv6 subnets smaller than /64. Product: rsync Version: 3.0.8 Platform: All OS/Version: Linux Status: NEW

[Bug 8060] hosts allow in rsyncd.conf doesn't handle IPv6 subnets smaller than /64.

2011-04-05 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8060 Joshua Kinard ku...@gentoo.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 5411] rsyncd.conf allow does not like CNAME

2011-01-03 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5411 way...@samba.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

numeric-ids parameter in the rsyncd.conf doesn't not wok

2010-12-24 Thread Qian Hao
Hi ,guys I want to synchronize some files from my local computer to a remote server while preserving the user name and group name. The rsyncd.conf file on the remote server is: [enso-home] path=/home/./enso read only=no uid=root gid=root auth users=test secrets file=/etc/secrets use chroot=yes

DO NOT REPLY [Bug 7510] New: rsyncd.conf: Default path=/ is dangerous

2010-06-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7510 Summary: rsyncd.conf: Default path=/ is dangerous Product: rsync Version: 3.0.7 Platform: Other OS/Version: Other Status: NEW Severity: normal Priority: P3

DO NOT REPLY [Bug 7510] rsyncd.conf: Default path=/ is dangerous

2010-06-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7510 way...@samba.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: option 'auth users' in rsyncd.conf

2010-01-24 Thread Alexander Dahl
Hi, So if I don't put any username there, it's like I would have omitted the line. This is not quite what I expected. This may be senseless but I Actually it's exactly what I would have expected, not specifying a list is the same as leaving the list empty, which auth users = without any

Re: option 'auth users' in rsyncd.conf

2010-01-22 Thread Paul Slootman
On Thu 21 Jan 2010, Alexander Dahl wrote: If I omit or outcomment the 'auth users' line, everyone is allowed to connect and this is also how I understood the manpage. Now if I use the following line, also everyone is allowed to connect: auth users = So if I don't put any username

Re: option 'auth users' in rsyncd.conf

2010-01-22 Thread 夏凯
Linux distribution¹. I have some problems understanding the behaviour of the 'auth users' option in the rsyncd.conf file when running rsync in daemon mode. I set up a module and a secrets file. This is the behaviour I came across: Setting 'auth users = alice bob', 'auth users = alice,bob

option 'auth users' in rsyncd.conf

2010-01-21 Thread Alexander Dahl
Hi there, this is my first posting to this list, so let me quickly introduce myself. I'm Alex and currently working on a new version of the rsync package for the eisfair Linux distribution¹. I have some problems understanding the behaviour of the 'auth users' option in the rsyncd.conf file when

Fwd: Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-21 Thread Carlos Carvalho
alex.vladule...@csteam.ro (alex.vladule...@csteam.ro) wrote on 14 August 2009 15:32: Ok it's now Solved ! In spite of trying all day long to figure it out what's wrong in my sintax i could find, ...using a pencile and a pice of paper, combining all commands parameters invoked so far and,

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread Paul Slootman
have been From the rsyncd.conf manpage: The default for “use chroot” is true ... 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

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread alex.vladulescu
Dig this : @ master : cat /etc/scripts/rsync/rsyncd.conf #global use chroot = true uid = root gid = root max connections = 0 timeout = 600 read only = no [home] path = /home/ [all] path = / date Fri Aug 14 12:26:12 EEST 2009 /etc/init.d/rsync restart Restarting rsync daemon: rsync. @ slave

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread Paul Slootman
On Fri 14 Aug 2009, alex.vladule...@csteam.ro wrote: r...@ph:~# rsync -vrulLpHEtzhi4og --copy-unsafe-links --del rsync://r...@10.99.1.1:/home/ /home receiving incremental file list symlink has no referent: /webmaster/domains/csteam.ro (in home) So what does that symlink look like on the

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread alex.vladulescu
So it look like this : ls -l /home/webmaster/domains/csteam.ro lrwxrwxrwx 1 root root 31 2009-07-28 21:47 /home/webmaster/domains/csteam.ro - /home/csteam/domains/csteam.ro/ and panel:/home# ls -l /home/webmaster/domains/csteam.ro/ total 20 drwx-- 2 csteam csteam 4096 2009-08-14 00:10

Fwd: Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread alex.vladulescu
Ok it's now Solved ! In spite of trying all day long to figure it out what's wrong in my sintax i could find, ...using a pencile and a pice of paper, combining all commands parameters invoked so far and, came to the conclusion that -L does not stand with -l , think that i couldn't find in any

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread Wayne Davison
On Fri, Aug 14, 2009 at 01:03:35PM +0300, alex.vladule...@csteam.ro wrote: ls -l /home/webmaster/domains/csteam.ro lrwxrwxrwx 1 root root 31 2009-07-28 21:47 /home/webmaster/domains/csteam.ro - /home/csteam/domains/csteam.ro/ Right. That can't work unless you set use chroot = false since the

Re: uid/gid settings in rsyncd.conf not respected?

2009-03-05 Thread Harry Mangalam
It looks like Waynes changes do what I wanted. If I understand Wayne's changes in the dev version correctly, my rsyncd.conf would look like: rsyncd.conf #GLOBAL OPTIONS ... uid = root gid = root ... [STDMODULE] ... # uid = commented out # gid = commented out

Re: uid/gid settings in rsyncd.conf not respected?

2009-03-05 Thread Harry Mangalam
Also, it might be useful to note in the rsyncd.conf.5 that if you use Wayne's supplementary group approach, it will require multiple rsync connections. So it will fail if your 'max connections' is set to a number less than the number of simultaneous connections you'll be needing to satisfy

Re: uid/gid settings in rsyncd.conf not respected?

2009-03-05 Thread Matt McCutchen
On Thu, 2009-03-05 at 10:31 -0800, Harry Mangalam wrote: Also, it might be useful to note in the rsyncd.conf.5 that if you use Wayne's supplementary group approach, it will require multiple rsync connections. So it will fail if your 'max connections' is set to a number less than

Re: uid/gid settings in rsyncd.conf not respected?

2009-03-04 Thread Harry Mangalam
it's supposed to work. It's an rsyncd.conf parameter but what is the format? Here's how I tried it: rsyncd.conf #GLOBAL OPTIONS ... uid = root gid = root supplementary groups = TRUE # like this? ... [MODULE] ... uid = someuser gid = somegroup ... to allow rsync to use

Re: uid/gid settings in rsyncd.conf not respected?

2009-03-04 Thread Matt McCutchen
the supplementary groups option but it's unclear how it's supposed to work. It's an rsyncd.conf parameter but what is the format? It's a boolean parameter like use chroot. Here's how I tried it: rsyncd.conf #GLOBAL OPTIONS ... uid = root gid = root supplementary groups

Re: uid/gid settings in rsyncd.conf not respected?

2009-02-20 Thread Wayne Davison
On Sat, Feb 14, 2009 at 08:53:22PM -0500, Matt McCutchen wrote: The attached patch (also in wip/supplementary-groups of my repository) adds a daemon parameter to take on the supplementary groups. I went a little different route than this path by allowing the user to specify one or more groups

Re: uid/gid settings in rsyncd.conf not respected?

2009-02-18 Thread Harry Mangalam
Sorry about the direct email. On Tuesday 17 February 2009, Matt McCutchen wrote: Harry, please CC rsync@lists.samba.org in your replies so that others can help and your messages are archived for others' future benefit. Sorry about the direct email. The original patch was against the

Re: uid/gid settings in rsyncd.conf not respected?

2009-02-17 Thread Matt McCutchen
Harry, please CC rsync@lists.samba.org in your replies so that others can help and your messages are archived for others' future benefit. On Tue, 2009-02-17 at 09:02 -0800, Harry Mangalam wrote: Thanks for the info and patch - I'm just about to try it. I take it the patches are against 3.0.5?

Re: uid/gid settings in rsyncd.conf not respected?

2009-02-14 Thread Matt McCutchen
On Thu, 2009-02-12 at 21:23 -0800, Harry Mangalam wrote: I've created a special user to backup a server which has some users who don't want all their files backed up, so I'm trying to address their concerns by using the uid= and gid= lines in rsyncd.conf to have the rsyncd run with 'uid

Re: uid/gid settings in rsyncd.conf not respected?

2009-02-13 Thread Paul Slootman
On Thu 12 Feb 2009, Harry Mangalam wrote: However, this does not work for the backup (rsyncd refuses to read the files with an entry in /var/log/rsyncd.log: auth failed on module svn from nnn.nnn.nnn.nnn ( xxx.xxx.xxx.xxx): unauthorized user. This message would indicate that the rsync

Re: uid/gid settings in rsyncd.conf not respected?

2009-02-13 Thread Harry Mangalam
] rsync on minas from rsyncu...@xxx.xxx.uci.edu (xxx.xxx.xxx.xxx) 2009/02/13 09:06:28 [9818] building file list 2009/02/13 09:06:28 [9818] rsync: link_stat . (in minas) failed: Permission denied (13) to keep everything coherent, I changed the rsyncd.conf to narrow it down to this dir, rather than

uid/gid settings in rsyncd.conf not respected?

2009-02-12 Thread Harry Mangalam
Hi All, I must not understand the uid/gid line in rsyncd.conf. If someone could briefly point out where I've gone wrong, I'd appreciate it. I've created a special user to backup a server which has some users who don't want all their files backed up, so I'm trying to address their concerns

rsyncd.conf to control unix permissions

2008-10-08 Thread Thomas Heil
Hi, I was looking for a solution to force special unix permissions in conjunction with rsync. I want to use it for a webserver upload which is served by a rsync server. There I need the special unix permissions to make sure apache is functioning properly after each upload. On Tue Mar 11

Re: rsyncd.conf to control unix permissions

2008-10-08 Thread Matt McCutchen
On Wed, 2008-10-08 at 13:08 +0200, Thomas Heil wrote: I was looking for a solution to force special unix permissions in conjunction with rsync. I want to use it for a webserver upload which is served by a rsync server. There I need the special unix permissions to make sure apache is

Re: How to specify --link-dest on server (rsyncd.conf)?

2008-04-29 Thread Carl E. Thompson
option server-side in the rsyncd.conf file? What I'd like to do is implement incremental snapshot backups without having to change the clients which all just do regular dumps to the rsync server. I'd like to specifiy this option on the server rather than on the client because I don't want to have

Re: How to specify --link-dest on server (rsyncd.conf)?

2008-04-29 Thread hh . eu
E. Thompson: Hello, This is my first post to the list. Is it possible to specify the --link-dest option server-side in the rsyncd.conf file? What I'd like to do is implement incremental snapshot backups without having to change the clients which all just do regular dumps

Re: How to specify --link-dest on server (rsyncd.conf)?

2008-04-29 Thread Carl E. Thompson
, no changes on clients, clients push backups to server, server handles snapshots. -Moritz Am 20.04.2008 um 19:02 schrieb Carl E. Thompson: Hello, This is my first post to the list. Is it possible to specify the --link-dest option server-side in the rsyncd.conf file? What I'd

DO NOT REPLY [Bug 5411] New: rsyncd.conf allow does not like CNAME

2008-04-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5411 Summary: rsyncd.conf allow does not like CNAME Product: rsync Version: 2.6.9 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3

How to specify --link-dest on server (rsyncd.conf)?

2008-04-20 Thread Carl E. Thompson
Hello, This is my first post to the list. Is it possible to specify the --link-dest option server-side in the rsyncd.conf file? What I'd like to do is implement incremental snapshot backups without having to change the clients which all just do regular dumps to the rsync server. I'd

DO NOT REPLY [Bug 5381] make test fails without /etc/rsyncd.conf

2008-04-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5381 --- Comment #2 from [EMAIL PROTECTED] 2008-04-11 12:58 CST --- try to run make test as root -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA

DO NOT REPLY [Bug 5381] make test fails without /etc/rsyncd.conf

2008-04-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5381 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

DO NOT REPLY [Bug 5381] make test fails without /etc/rsyncd.conf

2008-04-10 Thread samba-bugs
[EMAIL PROTECTED] 2008-04-10 09:53 CST --- That test is doing a daemon-over-remote-shell test using a shell script as a pretend remote shell to do a transfer with the localhost. This expects the rsyncd.conf file to be in the current directory of the test run, and does not need the /etc

DO NOT REPLY [Bug 5381] New: make test fails without /etc/rsyncd.conf

2008-04-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5381 Summary: make test fails without /etc/rsyncd.conf Product: rsync Version: 3.0.2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3

[PATCH] Fix typo in rsyncd.conf man page.

2008-03-17 Thread Matt McCutchen
--- rsyncd.conf.yo |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index f365333..f17e3d5 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -456,7 +456,7 @@ tt(fe80::%link1/:::::)nl() ) You can also combine hosts

Re: rsyncd.conf exclude/include questions ??

2008-01-02 Thread Vincent Blondel
Hi Matt, Sorry for the delayed answer. I was just a few days away for holiday. I just tested and this is now working the way I expected. Regards Vincent. On Tue, 2007-12-25 at 14:48 +0100, Vincent Blondel wrote: Below what I configured in rsyncd.conf .. [all] path = / uid

rsyncd.conf exclude/include questions ??

2007-12-25 Thread Vincent Blondel
Hello, I get some troubles when rsyncing my FreeBSD 6.2 server from my iMac Leopard desktop. Below what I configured in rsyncd.conf .. [all] path = / uid = root gid = wheel read only = true include from = /home/rsync/etc/includes/rootfs /home/rsync/etc

Re: rsyncd.conf exclude/include questions ??

2007-12-25 Thread Matt McCutchen
On Tue, 2007-12-25 at 14:48 +0100, Vincent Blondel wrote: Below what I configured in rsyncd.conf .. [all] path = / uid = root gid = wheel read only = true include from = /home/rsync/etc/includes/rootfs /home/rsync/etc/includes/rootfs + /etc + /etc

rsyncd.conf

2007-07-16 Thread Abdul Khan
Hi, I have installed rsync on CentOS4, Installation went through ok and I tested it as well by copying a folder to mounted tap backup drive. But now I need to run rsync as daemon(server), trying to find /etc/rsyncd.conf file but there is no rsyncd.conf file exists under /etc directory

Re: rsyncd.conf

2007-07-16 Thread Matt McCutchen
On 7/16/07, Abdul Khan [EMAIL PROTECTED] wrote: Hi, I have installed rsync on CentOS4, Installation went through ok and I tested it as well by copying a folder to mounted tap backup drive. But now I need to run rsync as daemon(server), trying to find /etc/rsyncd.conf file

Re: rsyncd.conf missing option akin to --one-file-system

2007-07-16 Thread Matt McCutchen
On 7/12/07, Lester Hightower [EMAIL PROTECTED] wrote: It seems to me that rsyncd.conf does not provide an option akin to rsync's --one-file-system command line argument. If that is true, it seems like a bug of ommission, as I now face a use case where I need it. If the list of mount points

Re: rsyncd.conf missing option akin to --one-file-system

2007-07-16 Thread Matt McCutchen
On 7/16/07, Matt McCutchen [EMAIL PROTECTED] wrote: An rsyncd.conf parameter could easily be added specifically for --one-file-system. Lester, if you need an rsync that accepts this parameter right away and you aren't comfortable coding it yourself, tell me and I will be happy to code

Re: rsyncd.conf missing option akin to --one-file-system

2007-07-16 Thread Lester Hightower
for the project. If you'd like to code this, that would be great, particularly if your changes will be accepted into the mainline rsync code. -- Lester On Mon, 16 Jul 2007, Matt McCutchen wrote: On 7/16/07, Matt McCutchen [EMAIL PROTECTED] wrote: An rsyncd.conf parameter could easily be added

DO NOT REPLY [Bug 4757] Daemon mis-logs paths if module path in rsyncd.conf is relative

2007-07-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4757 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 4757] Daemon mis-logs paths if module path in rsyncd.conf is relative

2007-07-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4757 --- Comment #2 from [EMAIL PROTECTED] 2007-07-02 07:14 CST --- Bummer. Please document that in the rsyncd.conf man page. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail

DO NOT REPLY [Bug 4757] New: Daemon mis-logs paths if module path in rsyncd.conf is relative

2007-07-01 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4757 Summary: Daemon mis-logs paths if module path in rsyncd.conf is relative Product: rsync Version: 3.0.0 Platform: Other OS/Version: Linux Status: NEW

DO NOT REPLY [Bug 4757] Daemon mis-logs paths if module path in rsyncd.conf is relative

2007-07-01 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4757 --- Comment #1 from [EMAIL PROTECTED] 2007-07-01 21:02 CST --- It is not valid for the path to be relative. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

Dynamic Modules in rsyncd.conf

2006-09-06 Thread Sam Dekeyser
Hi everyone, I'm experimenting a little bit with rsync and I'm using it for synching my files between a windows client (using cwRsync) and a Linux server at logon and at logoff (copying profiles is too slow for me). For this purpose I need to sync the home directory of the user that logs on/off.

Re: unable to open configuration file rsyncd.conf

2005-08-27 Thread Paul Slootman
On Fri 26 Aug 2005, Wayne Davison wrote: On Fri, Aug 26, 2005 at 10:55:11AM +0200, Paul Slootman wrote: This isn't stated that clearly in the manpage, this might be mentioned in the CONNECTING TO AN RSYNC SERVER OVER A REMOTE SHELL PROGRAM section... the distinction between that section and

Re: unable to open configuration file rsyncd.conf

2005-08-26 Thread Paul Slootman
rsyncd.conf: No such file or directory (2) rsyncd[19422]: [ID 702911 daemon.warning] rsync error: syntax or usage error (code 1) at clientserver.c(512) rsyncd[19436]: [ID 702911 daemon.warning] rsync: rsync: unable to open configuration file rsyncd.conf: No such file or directory (2) rsyncd

Re: unable to open configuration file rsyncd.conf

2005-08-26 Thread Tim . Clashin
Thanks Paul for the info on regarding where rsyncd.conf should be when ssh logins. I moved rsyncd.conf to the user home directory, and it looked like the transfer was going to start but then I got Segmentation Fault core dumps. So I just used root as the login and the transfer worked like a champ

unable to open configuration file rsyncd.conf

2005-08-25 Thread Tim . Clashin
, line=434): about to call exit(12) this is what is produced on the server /var/adm/messages: rsyncd[19422]: [ID 702911 daemon.warning] rsync: rsync: unable to open configuration file rsyncd.conf: No such file or directory (2) rsyncd[19422]: [ID 702911 daemon.warning] rsync error: syntax or usage

RSYNC not finding rsyncd.conf

2005-06-24 Thread Tinsley, Scott S. (ManTech) CTR
Title: RSYNC not finding rsyncd.conf I am running rsync version 2.6.4 protocol version 29 on HPUX 11.11. The same version of rsync is being used on both the source and destination sides. I am running rsync across an SSH connection. The remote rsync process does not seem to be locating

Re: RSYNC not finding rsyncd.conf

2005-06-24 Thread Wayne Davison
On Fri, Jun 24, 2005 at 02:19:13PM -0400, Tinsley, Scott S. (ManTech) CTR wrote: I cannot run this command successfully to access the module defined in the rsyncd.conf file. rsync --verbose --progress --stats --rsync-path=/var/tmp/rsync.sh -e ssh tbcsap01:cluster_files That's

Re: RSYNC not finding rsyncd.conf

2005-06-24 Thread Jason King
Wayne Davison wrote: On Fri, Jun 24, 2005 at 02:19:13PM -0400, Tinsley, Scott S. (ManTech) CTR wrote: I cannot run this command successfully to access the module defined in the rsyncd.conf file. rsync --verbose --progress --stats --rsync-path=/var/tmp/rsync.sh -e ssh tbcsap01

Re: RSYNC not finding rsyncd.conf

2005-06-24 Thread Wayne Davison
On Fri, Jun 24, 2005 at 03:15:41PM -0500, Jason King wrote: failed: Invalid argument (22) That error is being returned to rsync from the receiving OS, so that's not something that I can help you with. I'd suggest trying some experiments (to deduce what that OS dislikes about that name) or

Need Help with rsyncd.conf

2005-04-26 Thread VC123
What do this uid =0 anfd gid = 0 mean? Can it pose any security issues. Thanks, VC [root] path = / auth users = XXX secrets file = /usr/local/etc/rsyncd.secrets uid = 0 gid = 0 __ Do You Yahoo!? Tired of

RE: Need Help with rsyncd.conf

2005-04-26 Thread Tony
, April 26, 2005 3:04 PM To: [EMAIL PROTECTED] Subject: Need Help with rsyncd.conf What do this uid =0 anfd gid = 0 mean? Can it pose any security issues. Thanks, VC [root] path = / auth users = XXX secrets file = /usr/local/etc/rsyncd.secrets uid = 0 gid = 0

RE: Need Help with rsyncd.conf

2005-04-26 Thread VC123
Thnaks for yr reply.How can I restrict the client to not be able to upload any file or write any file if rsyncd.conf contains uid=0 and gid=0 ? Thanks, VC --- [EMAIL PROTECTED] wrote: root access (root by any name is UID 0) can read and write anything anywhere You might add stuff like

RE: Need Help with rsyncd.conf

2005-04-26 Thread Tony
. If you have a bunch of users in one transfer, root is essential (maybe something possible with groups) man rsyncd.conf (and man rsync) is worth studying and re-studying and re-studying etc. -Original Message- From: VC123 [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 26, 2005 4:06 PM

address option in rsyncd.conf

2005-04-22 Thread Paul Slootman
I wanted to restrict rsync to listen only on one IP address on a multi-homed system. I put an address aa.bb.cc.dd option in the (single) module definition, as the manpage shows that address is a module option, not a global one. However, lsof showed that rsync had bound to * instead of the

Re: address option in rsyncd.conf

2005-04-22 Thread Wayne Davison
On Fri, Apr 22, 2005 at 01:08:59PM +0200, Paul Slootman wrote: I put an address aa.bb.cc.dd option in the (single) module definition, as the manpage shows that address is a module option, not a global one. That was a manpage mistake. I've just moved both address and port up into the

  1   2   >