rsync not running with upstart

2013-05-13 Thread bert
regards Bert. -- Hi. On Fri, 03 May 2013 11:45:24 +0200 bert wrote: > When running the script from upstart, rsync exists with a error 14, > some error that has something to do ipc codes. (What are ipc codes?) I think I saw that already. It was a bug in a library that assumes that stdin

rsync not running with upstart

2013-05-03 Thread bert
welcome. I already tried a lot of stuff but at this moment I am out of any ideas to solve this. Regards, Bert. -- 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

Re: writefd_unbuffered failed

2003-10-12 Thread rsync bert
Hello, Yes, both client and server are clean...but i think i know what the problem is now. Server is using an ext3 fs, the client ext2 -- and trying to rsync a >2gb file over to the client B). i'll compile in ext3 support and try again. Thanks! Jim Salter <[EMAIL PROTECTED]> wrote:

writefd_unbuffered failed

2003-10-11 Thread rsync bert
Hello! A good day to you all. i've installed rsync-2.5.6 on a Red Hat 9.0 box(server) and am using rsync 2.5.6 on a Red Hat 6.2 box(client). In the middle of the rsync transfer, i get the error on the client saying that the server unexpectedly close the connection. Upon checking the logs on th

Re: [rsync@b] Re: rsync 2.5.6 globbing bug

2003-08-01 Thread Bert
27;t judge ease, etc)... The whole "it's rare [and an obscure (imo) work around exists] so let's not worry about it" is a reason to reject a feature, NOT a bug fix. As Alan already has done much and is prepared to do more of the work, I hope his patch is accepted. A voice of

Re: [rsync@b] Re: rsync and cygwin

2003-06-04 Thread Bert
le I don't know the cygwin architecture details, it looks like the /cygdrive functionality is a part of cygwin.dll and can be used without a parent bash shell. Later, Bert --On Tuesday, June 03, 2003 8:45 PM -0500 Michael Hipp <[EMAIL PROTECTED]> wrote: Trey Nolen wrote: But can you do th

Re: [rsync@b] Re: rsync and cygwin

2003-06-04 Thread Bert
I think that a key part of the answer is to use /cygdrive/c instead of / or \ to identify c:\ in a cygwin environment. HTH, Bert -- 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@b] Re: Dirvish, --link-dest and permissions

2003-03-14 Thread Bert
fic as this when daylight savings kicked in & the FAT timestamps got confused. Thanks again, Bert -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Dirvish, --link-dest and permissions

2003-03-14 Thread Bert Bee-Lindgren
the link-dest files. In some cases (chown/chmod -R, etc), the difference would be immense. What do people think? And any guidance on where I (or someone else!) might start changing the code? Thanks much, Bert PS - I've been using dirvish for a month or so and love the way it packages th

Re: IPv6 hosts allow|deny

2003-01-20 Thread Bert Vermeulen
On Mon, 20 Jan 2003, Dave Dykstra wrote: > On Fri, Jan 17, 2003 at 12:31:26AM +0100, Bert Vermeulen wrote: > > On Mon, 13 Jan 2003, Dave Dykstra wrote: > > > > > I don't understand enough how that syntax works in order to be able > > > to write an explanatio

Re: IPv6 hosts allow|deny

2003-01-16 Thread Bert Vermeulen
page: http://biot.com/patches/rsync-ipv6-acl-doc.patch Bert Vermeulen [EMAIL PROTECTED] -- Profanity is the inevitable linguistic crutch of the inarticulate motherfucker. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.

Re: IPv6 hosts allow|deny

2003-01-12 Thread Bert Vermeulen
On Fri, 10 Jan 2003, Bert Vermeulen wrote: > On Thu, 9 Jan 2003, Dave Dykstra wrote: > > > I went ahead and submitted Hideaki's patch pretty much as is. I took off > > the ifdef around the memset at the beginning of client_sockaddr() because > > I figured it

Re: IPv6 hosts allow|deny

2003-01-10 Thread Bert Vermeulen
to test with the committed patch, and will let you know. I can only test on linux, however. Bert Vermeulen [EMAIL PROTECTED] -- Profanity is the inevitable linguistic crutch of the inarticulate motherfucker. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Be

Re: IPv6 hosts allow|deny

2003-01-07 Thread Bert Vermeulen
less, feel free to take a look at my patch: http://biot.com/patches/rsync-ipv6-acl.patch So I haven't used Hideaki's patch, but I use mine, and it's good. Please do apply one of them however. Bert Vermeulen [EMAIL PROTECTED] -- Profanity is the inevitable linguistic crut

Re: IPv6 hosts allow|deny

2003-01-05 Thread Bert Vermeulen
On Sun, 5 Jan 2003, Max Bowsher wrote: > Bert Vermeulen wrote: > > Hi all, > > > > Does anyone know what the status is of Hideaki Yoshifuji's IPv6 ACL > > patch? He's submitted this twice now, and that was 3 months ago. > > Judging by the comments ma

IPv6 hosts allow|deny

2003-01-04 Thread Bert Vermeulen
e? This is very important! It is NOT new functionality, it's a security fix. Bert Vermeulen [EMAIL PROTECTED] -- Profanity is the inevitable linguistic crutch of the inarticulate motherfucker. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting

Re: [rsync@b] ssh on non standard port with rsync problem

2002-12-18 Thread Bert
Dan, Use a full ssh command with parameters in rsync's -e argument. For example, here is the pertinent part of my rsync script: rsync $* -v -a \ -e "ssh -p $BACKUP_PORT -c blowfish -i $SSH_KEYFILE" \ ... (Note that it is a little -p not a -P.) Hoping this helps, Bert -- To

Re: [rsync@b] Re: rsync to 2000/NT servers?

2002-12-18 Thread Bert
estore Windows it has taken 2-4 solid days to get everything installed -- OS, service packs, applications. Of course, I insist on being outside mainstream IT support, and, therefore, I never had an efficient system-installation rig. --Bert -- To unsubscribe or change options: http://list

error in rsync protocol data stream (code 12)

2002-09-03 Thread rsync bert
Hello!   A good day to you all. I got some error messages from rsync:   rsync: error writing 4092 unbuffered bytes - exiting: Connection reset by peerrsync: read error: Connection reset by peerrsync error: error in rsync protocol data stream (code 12) at io.c(162)rsync error: error in rsync protoco

hosts allow = wildcards

2002-03-05 Thread plug bert
Hello! A good day to you all. i would like to know the exact syntax for the hosts allow and hosts deny line. The documentation states that the standard unix wildcards will do , but i have nothad any success when i set the ff options: hosts allow = 192.168.37.* or hosts allow = 192.168.37. o

how to prevent forward/reverse lookups

2002-03-05 Thread plug bert
Hello All, A good day to you all. Is there any way to prevent the rsyncd daemon f rom performing the forward/reverse lookups for rsync clients? Thanks in advance. __ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! h