From owner-freebsd-questions@FreeBSD.ORG Tue Aug 26 03:52:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4565B16A4BF for ; Tue, 26 Aug 2003 03:52:04 -0700 (PDT) Received: from unity.copyleft.no (unity.copyleft.no [212.71.72.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E4843FBD for ; Tue, 26 Aug 2003 03:52:03 -0700 (PDT) (envelope-from bungum@unity.copyleft.no) Received: from bungum (helo=localhost) by unity.copyleft.no with local-esmtp (Exim 3.36 #1) id 19rbQg-000PZi-00 for questions@freebsd.org; Tue, 26 Aug 2003 12:52:02 +0200 Date: Tue, 26 Aug 2003 12:52:01 +0200 (CEST) From: Lars Bungum X-X-Sender: bungum@unity.copyleft.no To: questions@freebsd.org Message-ID: <20030826125129.S98232-100000@unity.copyleft.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: "Lars Bungum,Copyleft Software" Subject: mknod/rsync/freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2003 10:52:04 -0000 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 Copyleft Software AS