From owner-freebsd-questions@FreeBSD.ORG Thu Dec 15 06:57:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 EEE4416A41F for ; Thu, 15 Dec 2005 06:57:42 +0000 (GMT) (envelope-from catherine.liao@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4793A43D46 for ; Thu, 15 Dec 2005 06:57:42 +0000 (GMT) (envelope-from catherine.liao@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so243220wxc for ; Wed, 14 Dec 2005 22:57:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SiKaM5tfaAuAvmo4sP19UNO5GB/CN80rPVbCpnVz6IsW85W6Q1tmfhImWC/pE1VLV2fRFragDnYFv43ZOEitrSnPQQ+OZ/ebBXBcphqZAJ6kz9/NXg+oIeS0S4jmtaD9rO4EqCj+V2iJ5+87wom/TDFXJjFHeWTFUR4fRfCECd4= Received: by 10.70.20.10 with SMTP id 10mr1826810wxt; Wed, 14 Dec 2005 22:57:41 -0800 (PST) Received: by 10.70.80.10 with HTTP; Wed, 14 Dec 2005 22:57:40 -0800 (PST) Message-ID: <59a610290512142257u24206cfcw2cc0d2423400a7ca@mail.gmail.com> Date: Wed, 14 Dec 2005 22:57:40 -0800 From: Catherine Liao To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: read -1 errno 35 Resource temporarily unavailable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2005 06:57:43 -0000 Greetings, I have encountered a problem on my FreeBSD that I cannot seem to=20 resolve. The problem started with my install of postfix/sendmail=20 reporting "postfix/sendmail[56108]: fatal: (1001): error=20 writing queue file: Broken pipe". Through ktrace, I was able to=20 identify the an EAGAIN error: read -1 errno 35 Resource temporarily=20 unavailable. The folks on the postfix suggested that I should do a=20 kernel upgrade, which I was able to complete (5.2 -> 5.4). However,=20 the EAGAIN problem with postfix/sendmail still hasn't gone away.=20 Further more, mutt is now having troubles. When opening mutt, it=20 hangs on opening the user's mailbox under /var/mail/. ktrace shows:=20 read -1 errno 35 Resource temporarily unavailable. I'm not sure what I should do next. Can you provide me with advise /=20 pointers on how to go about to do further troubleshooting or how to=20 resolve it? Thanks in advance, Catherine