From unknown Fri Jun 20 07:28:02 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#13463 <13463@debbugs.gnu.org> To: bug#13463 <13463@debbugs.gnu.org> Subject: Status: web http (fport_write) broken pipe Reply-To: bug#13463 <13463@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:28:02 +0000 retitle 13463 web http (fport_write) broken pipe reassign 13463 guile submitter 13463 Aleix Conchillo Flaqu=C3=A9 severity 13463 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 16 12:29:17 2013 Received: (at submit) by debbugs.gnu.org; 16 Jan 2013 17:29:17 +0000 Received: from localhost ([127.0.0.1]:35525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvWnd-0008NT-7I for submit@debbugs.gnu.org; Wed, 16 Jan 2013 12:29:17 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45940) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvWnb-0008NL-GO for submit@debbugs.gnu.org; Wed, 16 Jan 2013 12:29:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvWmz-00086Q-P0 for submit@debbugs.gnu.org; Wed, 16 Jan 2013 12:28:39 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-102.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, USER_IN_WHITELIST autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:42251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvWmz-00086K-MS for submit@debbugs.gnu.org; Wed, 16 Jan 2013 12:28:37 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvWmy-0005Z9-Nc for bug-guile@gnu.org; Wed, 16 Jan 2013 12:28:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvWmx-000861-Hj for bug-guile@gnu.org; Wed, 16 Jan 2013 12:28:36 -0500 Received: from mail-la0-f42.google.com ([209.85.215.42]:43269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvWmx-00085q-90 for bug-guile@gnu.org; Wed, 16 Jan 2013 12:28:35 -0500 Received: by mail-la0-f42.google.com with SMTP id fe20so1713379lab.15 for ; Wed, 16 Jan 2013 09:28:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=iCiRv7DtHKfpZLmGQPYKdKojaM+W0GuDctxP3SrMkXI=; b=vsOfZWtGGiqK4lDqmgmUPqgE1noUu6PBzyOesoi/Ev0kHXFRzQxHpSXYkzVJ0+RApP LJGbF3I2kN2M/gjtAibxlLZX2Mh6meqzkTGnfIMCr+t9EpMq7ZkO6QBXUKSCpdeQkZTQ 5T7/ccjQPErh+0jJxxrMnOYeRbjWZg1OqHqFaYsJGZtYtcU5UWGCdnzIU7oH+zWTtrTb TuC47NxYsK6vwwoKI+vPzsJf034z5QDeqJG/P37rPkAyiACeRWhE1ZuyTW6KkJQjdze4 gDhcG/JPZnKiAvmewO+5p9Rfv4vlRwquY9Irw4WyoBvzecBGrq9qRJSrSJbO7BdAp34e qdgw== MIME-Version: 1.0 X-Received: by 10.112.84.130 with SMTP id z2mr982434lby.65.1358357313542; Wed, 16 Jan 2013 09:28:33 -0800 (PST) Received: by 10.112.48.2 with HTTP; Wed, 16 Jan 2013 09:28:33 -0800 (PST) Date: Wed, 16 Jan 2013 09:28:33 -0800 Message-ID: Subject: web http (fport_write) broken pipe From: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= To: bug-guile@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.4 (---) Hi I keep my blog using Andy's tekuti and I always update to latest guile. Right now 2.0.7, since last week. This morning I found out that the blog was not running and this is what the terminal showed. Aleix ---- In web/server/http.scm: 158:6 1 (http-write #< socket: # =E2=80=A6) In unknown file: 0 (put-bytevector # #vu8(60 # =E2=80=A6= ) =E2=80=A6) ERROR: In procedure fport_write: Broken pipe [some more of the same with different socket numbers] In web/server/http.scm: 158:6 1 (http-write #< socket: # =E2=80=A6) In unknown file: 0 (put-bytevector # #vu8(60 # =E2=80=A6= ) =E2=80=A6) ERROR: In procedure fport_write: Broken pipe ;;; ((p "Incomplete post data:" "x")) Killed From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 16 12:37:23 2013 Received: (at 13463) by debbugs.gnu.org; 16 Jan 2013 17:37:23 +0000 Received: from localhost ([127.0.0.1]:35531 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvWvS-00008M-1H for submit@debbugs.gnu.org; Wed, 16 Jan 2013 12:37:23 -0500 Received: from mail-lb0-f177.google.com ([209.85.217.177]:65367) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvWvQ-00008F-3O for 13463@debbugs.gnu.org; Wed, 16 Jan 2013 12:37:21 -0500 Received: by mail-lb0-f177.google.com with SMTP id n10so1201963lbo.22 for <13463@debbugs.gnu.org>; Wed, 16 Jan 2013 09:36:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=pImQeSTogoR52pQ/yKa474V6dzNncfGaXPYxoqvSSGk=; b=RMe0RD01AjTSbb0rl0OvmqK4dajYUH3zz+KKFG/UsUDgnX8liVKizBg/6HGBq8Togo yOU4ghJBddN4wo/xYK5Cf9rBtxTlsCFgnxxP/pd/s+mwrBODkDU01cvK5fXXs5JJfvkY /sxGobCAK5TW50ZxriXRu0rKlgv48ejsqNVJ7MGLAGyx0ck3rXhdVIPRsXVjh7D/SpsP m6Nx7a64VRAuiJl1eC1yjIhvYQm9rtK8sqP21T7dQef8Ee72xOpFzj6VMyGwOSyVxgMc ZydETTq3m+o78G8JLv7wS5KETO/8EtFWKQQfHGlyIe0Rhxw1BeXoRYbo5tJJxKuoAKLD eG0Q== MIME-Version: 1.0 X-Received: by 10.112.32.100 with SMTP id h4mr999746lbi.53.1358357802635; Wed, 16 Jan 2013 09:36:42 -0800 (PST) Received: by 10.112.48.2 with HTTP; Wed, 16 Jan 2013 09:36:42 -0800 (PST) In-Reply-To: References: Date: Wed, 16 Jan 2013 09:36:42 -0800 Message-ID: Subject: Re: bug#13463: Acknowledgement (web http (fport_write) broken pipe) From: =?UTF-8?Q?Aleix_Conchillo_Flaqu=C3=A9?= To: 13463@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 13463 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.1 (/) I think you can ignore this by now. It might be a server problem as other services were having problems too. Aleix On Wed, Jan 16, 2013 at 9:30 AM, GNU bug Tracking System wrote: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > bug-guile@gnu.org > > If you wish to submit further information on this problem, please > send it to 13463@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system. > > -- > 13463: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13463 > GNU Bug Tracking System > Contact help-debbugs@gnu.org with problems From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 16 15:28:46 2013 Received: (at 13463-done) by debbugs.gnu.org; 16 Jan 2013 20:28:46 +0000 Received: from localhost ([127.0.0.1]:35661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvZbK-0004Kw-3m for submit@debbugs.gnu.org; Wed, 16 Jan 2013 15:28:46 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:30896) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvZbH-0004Kn-3i for 13463-done@debbugs.gnu.org; Wed, 16 Jan 2013 15:28:44 -0500 X-IronPort-AV: E=Sophos;i="4.84,480,1355094000"; d="scan'208";a="190258793" Received: from reverse-83.fdn.fr (HELO pluto) ([80.67.176.83]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 16 Jan 2013 21:28:04 +0100 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Aleix Conchillo =?utf-8?Q?Flaqu=C3=A9?= Subject: Re: bug#13463: Acknowledgement (web http (fport_write) broken pipe) References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 27 =?utf-8?Q?Niv=C3=B4se?= an 221 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Wed, 16 Jan 2013 21:28:04 +0100 In-Reply-To: ("Aleix Conchillo \=\?utf-8\?Q\?Flaqu\=C3\=A9\=22's\?\= message of "Wed, 16 Jan 2013 09:36:42 -0800") Message-ID: <87sj60dga3.fsf@gnu.org> User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.5 (---) X-Debbugs-Envelope-To: 13463-done Cc: 13463-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.3 (----) Aleix Conchillo Flaqu=C3=A9 skribis: > I think you can ignore this by now. It might be a server problem as > other services were having problems too. OK, done. (Nothing new had happened in that area in 2.0.7.) Ludo=E2=80=99. From unknown Fri Jun 20 07:28:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 14 Feb 2013 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator