From owner-freebsd-cvsweb@FreeBSD.ORG Wed May 9 18:18:11 2007 Return-Path: X-Original-To: freebsd-cvsweb@freebsd.org Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE93916A400 for ; Wed, 9 May 2007 18:18:11 +0000 (UTC) (envelope-from freeBSD_lists@noli.sytes.net) Received: from noli.sytes.net (81-174-7-168.f5.ngi.it [81.174.7.168]) by mx1.freebsd.org (Postfix) with ESMTP id 4D51213C468 for ; Wed, 9 May 2007 18:18:11 +0000 (UTC) (envelope-from freeBSD_lists@noli.sytes.net) Received: from noli.sytes.net (unknown [10.0.0.105]) by noli.sytes.net (Postfix) with ESMTP id 9823D792539 for ; Wed, 9 May 2007 19:57:54 +0200 (CEST) Received: from noli.sytes.net (unknown [10.0.0.105]) by noli.sytes.net (Postfix) with ESMTP id 33D11791DFB for ; Wed, 9 May 2007 19:57:54 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed; d=noli.sytes.net; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; q=dns/txt; s=selector1; bh=z79Wz9mpAO6JclQ4zHmPX6qCS6Q=; b=IPcTqAHK4QkBnUkIFfZlsos5BzLOUwBCbpYfJMHjDpb3AuronMDLXFWxSs5C0isQfDuBapee0AIKyPjpMXqvZQVVVTraK3jHUiR3Z1AnU+3L4gF1nd7/LpZmrf4QLo03cQbk8z0mTvdlaVkuVSYLOVJ5uAGew/BoqWjt1zvuM48= Received: from [10.0.0.8] (unknown [10.0.0.8]) by noli.sytes.net (Postfix) with ESMTP id 172AA791C7C for ; Wed, 9 May 2007 19:57:54 +0200 (CEST) Message-ID: <46420BB1.3010305@noli.sytes.net> Date: Wed, 09 May 2007 19:58:09 +0200 From: paolo noli User-Agent: Thunderbird 1.5.0.5 (X11/20060818) MIME-Version: 1.0 To: freebsd-cvsweb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: problem with rlog X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 18:18:11 -0000 Hello, I've a machine with: - rlog version 5.7 - cvsweb 3.0.6 (also tried to use older 2.0.5 with the same behaviour, I'm sure the problem is not really on cvsweb) The repository is mounted shared with another jail where(CVSNT - 2.5.02 Servalan - Build 2115 - client/server) resides. Now, on some module problems arise (un-famous message "Failed to spawn GNU rlog....") Here an excerpt from web server error log: rlog: /usr/local/www/cvsweb/cvsrepo/tcltk/TGE/GCode_library/include/tge_file.h,v: warning: Unknown phrases like `kopt ...;' are present. rlog: /usr/local/www/cvsweb/cvsrepo/tcltk/TGE/GCode_library/include/tge_file_dos.h,v: warning: Unknown phrases like `kopt ...;' are present. rlog: /usr/local/www/cvsweb/cvsrepo/tcltk/TGE/GCode_library/include/tge_file_unix.h,v: warning: Unknown phrases like `kopt ...;' are present. rlog: /usr/local/www/cvsweb/cvsrepo/tcltk/TGE/GCode_library/include/tge_gcode_editor.h,v: warning: Unknown phrases like `kopt ...;' are present. rlog: /usr/local/www/cvsweb/cvsrepo/tcltk/TGE/GCode_library/include/tge_memory.h,v: warning: Unknown phrases like `kopt ...;' are present. rlog: /usr/local/www/cvsweb/cvsrepo/tcltk/TGE/GCode_library/include/tge_path_element.h,v: warning: Unknown phrases like `deltatype ...;' are present. rlog: /usr/local/www/cvsweb/cvsrepo/tcltk/TGE/GCode_library/include/tge_path_element.h,v:18: unknown character `_' rlog aborted As I read here and elsewhere the warning messages are due to specific tag added by cvsnt, but the really wrong thing is the last message: " /usr/local/www/cvsweb/cvsrepo/tcltk/TGE/GCode_library/include/tge_path_element.h,v:18: unknown character `_' rlog aborted " Why rlog aborts on "tge_path_element.h" file but it process other files containing the underscore(s)? I don't know, but I suppose there is a way to get cvsweb working right... someone could advice me about how to solve this problems? Is it possible (or there is a preferred way) to use another command in place of rlog? (maybe 'cvsnt log'... but that is not an option in cvsweb, so I ask here). Thanks Noli Paolo