Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2003 12:52:01 +0200 (CEST)
From:      Lars Bungum <Lars.Bungum@copyleft.no>
To:        questions@freebsd.org
Subject:   mknod/rsync/freebsd
Message-ID:  <20030826125129.S98232-100000@unity.copyleft.no>

next in thread | raw e-mail | index | archive | help
Howdy!

I'm experiencing mknod errors upon rsyncing between FreeBSD machines.  I
found this post on the subject, and followed this clue to the rsync list
limited luck, where I  asked if there was something else I could do (I
am using a different version) to get around the problem with.

Can anyone help me with these?

-------
From: Thomas Quinot (thomas@melusine.cuivre.fr.eu.org)
Subject: Rsync 2.5.5: FreeBSD mknod can't create FIFO's
This is the only article in this thread
                                                   View: Original Format
 Newsgroups: mailing.unix.rsync
Date: 2002-06-24 06:05:25 PST
The following patch (adapted to rsync 2.5.5 from the one posted in
Dec. 2000,
http://lists.samba.org/pipermail/rsync/2000-December/003349.html)
is necessary to prevent rsync from failing on creating FIFOs or UNIX
sockets on FreeBSD. Any chance for it to be integrated in a future
release of rsync?

Thomas.

diff -ur work/rsync-2.5.5/config.h.in work.patch/rsync-2.5.5/config.h.in
--- work/rsync-2.5.5/config.h.in Tue Apr  2 03:50:49 2002
+++ work.patch/rsync-2.5.5/config.h.in Mon Jun 24 14:41:48 2002
@@ -140,6 +140,9 @@
 /* Define if you have the `mknod' function. */
 #undef HAVE_MKNOD
-----


-- 
Mvh.
Lars Bungum                                               <lb@cl.no>
Copyleft Software AS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030826125129.S98232-100000>