From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio D'Alfonso Subject: Re: t5539 fails on ubuntu for v2.0.0-rc2 Date: Thu, 08 May 2014 08:02:28 +0200 Organization: Fabio D'Alfonso Message-ID: <536B1DF4.5080109@fabiodalfonso.com> References: <536A8FF8.7080909@fabiodalfonso.com> <20140508041423.GC26630@sigill.intra.peff.net> Reply-To: fabio.dalfonso@fabiodalfonso.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Junio C Hamano , git@vger.kernel.org To: Jeff King X-From: git-owner@vger.kernel.org Thu May 08 08:26:49 2014 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WiHn6-0002IM-8c for gcvg-git-2@plane.gmane.org; Thu, 08 May 2014 08:26:48 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751942AbaEHG0o convert rfc822-to-quoted-printable (ORCPT ); Thu, 8 May 2014 02:26:44 -0400 Received: from gateway07.websitewelcome.com ([69.56.212.28]:47445 "EHLO gateway07.websitewelcome.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751179AbaEHG0n (ORCPT ); Thu, 8 May 2014 02:26:43 -0400 X-Greylist: delayed 1451 seconds by postgrey-1.27 at vger.kernel.org; Thu, 08 May 2014 02:26:43 EDT Received: by gateway07.websitewelcome.com (Postfix, from userid 5007) id 74BE24EE476EC; Thu, 8 May 2014 01:02:31 -0500 (CDT) Received: from gator4050.hostgator.com (gator4050.hostgator.com [192.185.4.61]) by gateway07.websitewelcome.com (Postfix) with ESMTP id 610994EE476C5 for ; Thu, 8 May 2014 01:02:31 -0500 (CDT) Received: from [95.237.40.27] (port=65057 helo=[192.168.1.16]) by gator4050.hostgator.com with esmtpa (Exim 4.82) (envelope-from ) id 1WiHPa-0008QQ-Kv; Thu, 08 May 2014 01:02:31 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: <20140508041423.GC26630@sigill.intra.peff.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator4050.hostgator.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - fabiodalfonso.com X-BWhitelist: no X-Source-IP: 95.237.40.27 X-Exim-ID: 1WiHPa-0008QQ-Kv X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: ([192.168.1.16]) [95.237.40.27]:65057 X-Source-Auth: fabio.dalfonso@fabiodalfonso.com X-Email-Count: 1 X-Source-Cap: ZGFsZm9uc287ZGFsZm9uc287Z2F0b3I0MDUwLmhvc3RnYXRvci5jb20= Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, this is the error in httpd error.log [Wed May 07 20:44:10 2014] [alert] getpwuid: couldn't determine user=20 name from uid 4294967295, you probably need to modify the User directi= ve [Wed May 07 20:44:10 2014] [notice] Apache/2.2.17 (Ubuntu) configured= =20 -- resuming normal operations [Wed May 07 20:44:10 2014] [alert] getpwuid: couldn't determine user=20 name from uid 4294967295, you probably need to modify the User directi= ve [Wed May 07 20:44:10 2014] [alert] getpwuid: couldn't determine user=20 name from uid 4294967295, you probably need to modify the User directi= ve [Wed May 07 20:44:10 2014] [alert] getpwuid: couldn't determine user=20 name from uid 4294967295, you probably need to modify the User directi= ve [Wed May 07 20:44:10 2014] [alert] getpwuid: couldn't determine user=20 name from uid 4294967295, you probably need to modify the User directi= ve [Wed May 07 20:44:11 2014] [alert] Child 12037 returned a Fatal=20 error... Apache is exiting! The 1.9.x versions compiled and tested here, before. It is a natty=20 dektop 11.04. Thanks =46abio D'Alfonso 'Enabling Business Through IT' cell. +39.348.059.40.22 *** web: www.fabiodalfonso.com email: fabio.dalfonso@fabiodalfonso.com linkedin:=20 www.linkedin.com/in/fabiodalfonso twitter: www.twitter.com/#!/fabio_dalfonso=20 fax: +39.06.874.599.581 BlackBerry=C2=AE Wireless Enabled Address. ** Hidden numbers are automatically rejected by the phone* On 5/8/2014 6:14 AM, Jeff King wrote: > On Wed, May 07, 2014 at 02:45:01PM -0700, Junio C Hamano wrote: > >> Fabio D'Alfonso writes: >> >>> root@HDUBVM01:~/builds/git/t# ./t5539-fetch-http-shallow.sh >>> ok 1 - setup shallow clone >>> not ok 2 - clone http repository >> [...] >> Does not reproduce for me but I am on Ubuntu 12.04.2 LTS, so... > Nor me on Debian unstable. > >> Running it with the -v option might give you more hints, and >> running it as >> >> $ sh -x ./t5539-fe* -v >> >> might give you more to chew. > Yes, definitely that, but also, from: > >>> httpd (pid 10653?) not running >>> # failed 2 among 3 test(s) > ...it looks like the httpd server did not start. Look in httpd/error.= log > of "trash directory.t5539-fetch-http-shallow" to see the apache log. = It > may give some reason for failing to start. > > -Peff > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >