Re: rsync : permission denied

2003-11-25 Thread Hardy Merrill
oduce your problem. I am able to rsync as the root user a directory that is owned by an unprivileged user, and the directory I'm rsync'ing has drwxrwx--- permissions - same as yours. Please paste in the exact command you're using to do the rsync. -- Hardy Merrill Red Hat, Inc. Thierr

Re: rsync 2.5.6 hanging

2003-11-17 Thread Hardy Merrill
hen how big is that file? Again, not sure I can help you yet, but the answers to those questions may give either me or others the clues needed to help you. -- Hardy Merrill Red Hat, Inc. > > > > --- Hardy Merrill <[EMAIL PROTECTED]> wrote: > > FYI - RHL 6.1 is no lon

Re: rsync 2.5.6 hanging

2003-11-14 Thread Hardy Merrill
what your problem might be I'd try to help you myself, but I don't so hopefully someone else will chime in with some ideas for you to try. One question I do have is what version of rsync is running on the ftp server? Also, if you know the exact file it gets stuck on, how big is that file? -

Re: Deleting a remote file when deleted locally...

2003-11-11 Thread Hardy Merrill
sts on the host?... Obviously I do > not want to rsync the entire directory, I just want that single file to be > transferred... Did you notice the --delete option in the rsync manpage? Does that not do what you want here? -- Hardy Merrill Red Hat, Inc. -- To unsubscribe or change opt

Re: rsyncing Maildirs

2003-11-06 Thread Hardy Merrill
ted for including the parent directories, this is what I tried and I think it worked - I've modified the directories from my test to correspond to yours: rsync-include-file -- + /*/ + /*/Maildir/ + /*/Maildir/** - /** rsync -av --include-from=rsync-include-file server::mailbackup . HTH. -- Hardy Merrill Red Hat, Inc. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync via ssh dumps core after being interrupted

2003-10-31 Thread Hardy Merrill
looks slightly different, but the idea is there to stop "occasional infinite recursion", which presumably is the cause of the problem. -- Hardy Merrill Red Hat, Inc. Bernhard Erdmann [EMAIL PROTECTED] wrote: > Hi, > > I'm using rsync (version 2.5.5 protocol version 26) on

Re: rsync problem

2003-10-28 Thread Hardy Merrill
rsync broken pipe" and found this link: http://www.mail-archive.com/[EMAIL PROTECTED]/msg07253.html which suggests that the error might be caused by the server dying. The author suggests looking in the rsyncd log file (or syslog) for clues. HTH. -- Hardy Merrill Red Hat, Inc. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: howto enable ssh on connect to rsync daemon

2003-10-09 Thread Hardy Merrill
don't think you can just set environment variable USER and have that work right. Try specifying the command as the manpage suggests, with the --rsh="ssh -l ssh_user" [EMAIL PROTECTED]::module HTH. -- Hardy Merrill Red Hat, Inc. wilma [EMAIL PROTECTED] wrote: > Hi, > I

Re: rsync for transferring harddrive images

2003-10-08 Thread Hardy Merrill
bosity to the output and will help show you what rsync is doing. > Also I want to save those images zipped at the server. Is this possible? I > thought of using a pipe or a fifo. Can the algorithm of rsync work > correctly then? Not sure about this one - wait for someone e

Re: Skipping Directory

2003-10-07 Thread Hardy Merrill
ve this message and how could I synchronize this directory. Copy and paste in the full exact rsync command that you are executing. And, provide the versions of your OS and rsync on the sending and receiving sides. -- Hardy Merrill Red Hat, Inc. -- To unsubscribe or change options: http://lists.samba.or

Re: exit code definitions

2003-09-25 Thread Hardy Merrill
I didn't search the web for this - I just looked for *.h files in the rsync source, and found error.h. I'm guessing the contents of error.h is what you're after. Check the rsync source out of CVS and view error.h. HTH. -- Hardy Merrill Red Hat, Inc. [EMAIL PROTECTED] [EMAIL P

Re: Not connecting remotely

2003-09-18 Thread Hardy Merrill
've been lurking here for some months now, so I've got a bit of a feel for how things work here. HTH. -- Hardy Merrill Red Hat, Inc. PaintballChannel.Com [EMAIL PROTECTED] wrote: > I've got rsync working locally, and have it set up to back-up files from > another machine, b

Re: rsync silently changes special files to regular ones!

2003-09-16 Thread Hardy Merrill
> internals are doing, the three processes involved and a > general sketch of the protocol. Something that wouldn't be > obsoleted by enhancements. I for one think that is an excellent idea. -- Hardy Merrill Red Hat, Inc. -- To unsubscribe or change options: http://lists.samba.org/mai

Re: Operation not permitted?

2003-09-09 Thread Hardy Merrill
ritable' option. After making changes, I think you need to restart samba. Not sure why rsync does a chown. HTH. -- Hardy Merrill Red Hat, Inc. Max Kipness [EMAIL PROTECTED] wrote: > > Hello, > > Can someone tell me what the problem is here. I am doing an rsync on a > sendmail sp

Re: @ERROR auth failed on module

2003-08-29 Thread Hardy Merrill
What is the exact command you are using on the cygwin client to do the rsync transfer? -- Hardy Merrill Red Hat, Inc. IMAC, Sebastian Mangelkramer [EMAIL PROTECTED] wrote: > hi rsync-list, > > i have an authentication problem with my rsync-server. > > @ERROR auth failed on mo

Re: rsync daemon and secrets file

2003-08-26 Thread Hardy Merrill
I'll include the attachment this time... Hardy Merrill .TH "rsyncd\&.conf" "5" "26 Jan 2003" "" "" .SH "NAME" rsyncd\&.conf \- configuration file for rsync server .SH "SYNOPSIS" .PP rsyncd\&.conf .PP .SH

Re: rsync daemon and secrets file

2003-08-26 Thread Hardy Merrill
Martin Pool [EMAIL PROTECTED] wrote: > On Mon, 25 Aug 2003 12:49:36 -0400 > Hardy Merrill <[EMAIL PROTECTED]> wrote: > > > IMHO, it would enhance user understanding to provide a > > concrete EXAMPLE of this. Also, it would help in > > 'man rsyncd.

Re: Rsync with SSH problem

2003-08-25 Thread Hardy Merrill
:module[/path] local-path The "ssh-user" will be used at the ssh level; the "rsync-user" will be used to check against the rsyncd.conf on the remote host. HTH. -- Hardy Merrill Red Hat, Inc. > buffer_get: trying to get more bytes 129 than

Re: rsync daemon and secrets file

2003-08-25 Thread Hardy Merrill
o, it would help in 'man rsyncd.conf' not only to see an example of an rsyncd.conf file, but also to see examples of the different transfers that could be done with that rsyncd.conf file. I'm not criticizing - just mearly noticing an area that given some attention, could increase user

rsync daemon and secrets file

2003-08-22 Thread Hardy Merrill
n after entering password 'another_pw', gets this error: @ERROR: auth failed on module test-secret and the /var/log/rsync log gets this error: 2003/08/22 09:11:08 [3377] auth failed on module test-secret from my.rsync_server.com ([ip of client]) What am I missing? TIA. --

Re: authentication error

2003-08-21 Thread Hardy Merrill
user "nobody" probably doesn't have read access to your secrets file. As I said, it's just a guess. HTH. -- Hardy Merrill Red Hat, Inc. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Include-from ?

2003-08-04 Thread Hardy Merrill
nc expert, but here's my guess - you need something like this: + Rootdir/Test2/ - Rootdir/* HTH. -- Hardy Merrill Red Hat, Inc. > > Thanks, > Max > > > -Original Message- > > From: jw schultz [mailto:[EMAIL PROTECTED] > > Sent: Sunday, August 03, 200

Re: Rsync not connecting

2003-08-04 Thread Hardy Merrill
ctory. > > Can anyone please guide me. > > Thanks in advance. > Somraj > -- > To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html -- Hardy Merrill Red Hat, Inc. --

Re: SIGCHLD SIG_IGN, then wait - warning messages

2003-08-04 Thread Hardy Merrill
This patch worked for me, and it worked for the person that posted the bug. No more warnings after applying this patch. I'm not sure what the procedure is for this, but I'd like to request that this patch be committed so it will be in future rsync versions. Thanks Wayne! -- Hardy M

Re: SIGCHLD SIG_IGN, then wait - warning messages

2003-07-24 Thread Hardy Merrill
What is the status on this? Is it being considered, or just ignored? Some (any) response would be appreciated :) If access to the bug is an issue, I can attach it - just let me know. Thanks. -- Hardy Merrill Red Hat, Inc. Hardy Merrill [EMAIL PROTECTED] wrote: > Rsync maintainers ple

SIGCHLD SIG_IGN, then wait - warning messages

2003-07-22 Thread Hardy Merrill
Thanks. -- Hardy Merrill Red Hat, Inc. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: @ERROR access denied

2003-07-07 Thread Hardy Merrill
st on. Hardy Hugh E Cruickshank [EMAIL PROTECTED] wrote: > Hi Hardy: > > Well that seemed to do something. See my comments below. > > Thanks, Hugh > > -- > Hugh E Cruickshank, Forward Software, www.forward-software.com > > From: Hardy Merrill Sent: Monday, July 07

Re: @ERROR access denied

2003-07-07 Thread Hardy Merrill
s, host names as determined by reverse dns, and a few other things. 4) Once you have 'hosts allow' working ok, then move on to 'auth users' - my thought is that that will go smoothly once the 'hosts allow' works right. Again, please post your results. -- Hardy Merri

Re: @ERROR access denied

2003-07-07 Thread Hardy Merrill
true then any attempted uploads will fail. If "read only" is false then uploads will be possible if file permissions on the server allow them. The default is for all modules to be read only. Give that a try and post back your results. HTH

Re: @ERROR access denied

2003-07-07 Thread Hardy Merrill
#x27; owns /bak, then start by setting 'uid' and 'gid' to 'root'. Although it's ok to have the 'uid' and 'gid' parameters as 'global' parameters, to be more precise, put the 'uid' and 'gid' parameters *inside* the [ba

Re: patch draft for extended attributes on linux

2003-06-26 Thread Hardy Merrill
Martin Pool [EMAIL PROTECTED] wrote: > On 25 Jun 2003, Hardy Merrill <[EMAIL PROTECTED]> wrote: > > Martin Pool [EMAIL PROTECTED] wrote: > > > > Nevertheless i do think it worth having something in > > > > patches. > > > > > > Yes, if I can

Re: patch draft for extended attributes on linux

2003-06-25 Thread Hardy Merrill
Martin Pool [EMAIL PROTECTED] wrote: > > Nevertheless i do think it worth having something in > > patches. > > Yes, if I can get this working I think the best place for it to end up > is as an unofficial patch. Are these patches archived somewhere on the rsync website? --

Re: Red Hat rsync - 'sign' patch

2003-06-13 Thread Hardy Merrill
jw schultz [EMAIL PROTECTED] wrote: > On Mon, Jun 09, 2003 at 01:56:34PM -0400, Hardy Merrill wrote: > > AFAICT, back in the vicinity of January 2002, a patch > > (call this patch 'A') was developed to close an 'rsync > > remote hole' - the patch switche

Red Hat rsync - 'sign' patch

2003-06-09 Thread Hardy Merrill
Hardy Merrill Red Hat, Inc. -- Hardy Merrill Red Hat, Inc. diff -ur rsync-2.5.6/io.c rsync-2.5.6-sign/io.c --- rsync-2.5.6/io.c2002-04-10 22:11:50.0 -0400 +++ rsync-2.5.6-sign/io.c 2003-06-05 14:05

Re: ssh-basic test

2003-06-05 Thread Hardy Merrill
the new test > from the rsync CVS server easily via the cvsweb interface: > > http://www.samba.org/cgi-bin/cvsweb/rsync/testsuite/ssh-basic.test?rev=1.6&content-type=text/x-cvsweb-markup Thanks. -- Hardy Merrill Red Hat, Inc. -- To unsubscribe or change options: http://lists.samba.o

ssh-basic test

2003-06-05 Thread Hardy Merrill
irectory contains 'ls-from' and 'ls-to' files (both 0 length), but no 'from' and 'to' directories. Did I do something wrong, or is there something missing? Thanks. -- Hardy Merrill Red Hat, Inc. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: tty settings with rsync -e ssh interrupt

2003-02-07 Thread Hardy Merrill
jw schultz [[EMAIL PROTECTED]] wrote: > On Thu, Feb 06, 2003 at 04:19:36PM -0500, Hardy Merrill wrote: > > jw schultz [[EMAIL PROTECTED]] wrote: > > > On Thu, Feb 06, 2003 at 03:46:11PM -0500, Hardy Merrill wrote: > > > > I'm following up

Re: tty settings with rsync -e ssh interrupt

2003-02-06 Thread Hardy Merrill
jw schultz [[EMAIL PROTECTED]] wrote: > On Thu, Feb 06, 2003 at 03:46:11PM -0500, Hardy Merrill wrote: > > I'm following up on a bug reported back in May 2002: > > > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64689 > > > > this bug was a

tty settings with rsync -e ssh interrupt

2003-02-06 Thread Hardy Merrill
insight on this? Thanks. -- Hardy Merrill Senior Software Engineer Red Hat, Inc. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html