From owner-freebsd-cvsweb@FreeBSD.ORG Tue Jun 10 11:51:52 2008 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C36B10656C7 for ; Tue, 10 Jun 2008 11:51:52 +0000 (UTC) (envelope-from daniel.leidert.spam@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 765318FC0C for ; Tue, 10 Jun 2008 11:51:51 +0000 (UTC) (envelope-from daniel.leidert.spam@gmx.net) Received: (qmail invoked by alias); 10 Jun 2008 11:51:49 -0000 Received: from dslb-088-075-030-048.pools.arcor-ip.net (EHLO leidi.wgdd.de) [88.75.30.48] by mail.gmx.net (mp062) with SMTP; 10 Jun 2008 13:51:50 +0200 X-Authenticated: #17381962 X-Provags-ID: V01U2FsdGVkX19o205XLdloh0FuMMAsPArDkTU6QMUAS/w0hpCn6M PS5dTuZz9TIRRx Received: from localhost ([127.0.0.1]) by leidi.wgdd.de with esmtp (Exim 3.36 #1 (Debian)) id 1K62OC-0003HR-00; Tue, 10 Jun 2008 13:51:48 +0200 From: Daniel Leidert To: Kuido Lehtmets In-Reply-To: <43631.193.40.195.109.1213082177.squirrel@lehtmets.com> References: <33568.193.40.195.109.1212742614.squirrel@lehtmets.com> <1212748870.7285.5.camel@localhost> <43631.193.40.195.109.1213082177.squirrel@lehtmets.com> Content-Type: text/plain Organization: TU Dresden Date: Tue, 10 Jun 2008 13:51:48 +0200 Message-Id: <1213098708.4189.19.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-cvsweb@freebsd.org Subject: Re: Failed to spawn GNU rlog when try look to big directory. 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: Tue, 10 Jun 2008 11:51:52 -0000 Am Dienstag, den 10.06.2008, 10:16 +0300 schrieb Kuido Lehtmets: > Tnx for answer. I'm not perl programmer. How I can check this ARG_MAX value? > > Before I run this cvsweb in Solaris 10 and I have no problem with this big > dirs. I will compare this value in Solaris and RedHat. How do this? getconf ARG_MAX Regards, Daniel