From owner-freebsd-current@FreeBSD.ORG Mon Jul 2 17:15:40 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D8EE16A41F for ; Mon, 2 Jul 2007 17:15:40 +0000 (UTC) (envelope-from marinosi@ceid.upatras.gr) Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169]) by mx1.freebsd.org (Postfix) with ESMTP id 40EC813C45D for ; Mon, 2 Jul 2007 17:15:40 +0000 (UTC) (envelope-from marinosi@ceid.upatras.gr) Received: from mail.ceid.upatras.gr (unknown [10.1.0.143]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id 9E3A4EB473D for ; Mon, 2 Jul 2007 19:50:04 +0300 (EEST) Received: from localhost (europa.ceid.upatras.gr [127.0.0.1]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 501462B9A282 for ; Mon, 2 Jul 2007 19:50:04 +0300 (EEST) X-Virus-Scanned: amavisd-new at ceid.upatras.gr Received: from mail.ceid.upatras.gr ([127.0.0.1]) by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HurUtJCZTQ6z for ; Mon, 2 Jul 2007 19:50:04 +0300 (EEST) Received: from lucifer.localdomain (athedsl-266907.home.otenet.gr [85.73.90.57]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 0D7612B9A281 for ; Mon, 2 Jul 2007 19:50:04 +0300 (EEST) Received: by lucifer.localdomain (Postfix, from userid 1001) id 4037D5CF3; Mon, 2 Jul 2007 19:50:17 +0000 (UTC) Date: Mon, 2 Jul 2007 19:50:17 +0000 From: Ilias Marinos To: freebsd-current@freebsd.org Message-ID: <20070702195016.GA51480@lucifer.ceid.upatras.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: Pipe Call Failed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2007 17:15:40 -0000 Hello list, The last 3 days I notice a weird problem with the current , I 've built.After some time of work the system seems to cannot allocate memory although there is plenty of it free.For example now , I try to run a simple script that ssh'es to a host (the same with firefox and other programms): marinosi@loki:~$ diogenis /usr/home/marinosi/bin/diogenis: Pipe call failed: Cannot allocate memory marinosi@loki:~$ strace diogenis execve(0xbfbfe31c, [0xbfbfe7f0], [/* 0 vars */]PIOCWSTOP: Input/output error /usr/home/marinosi/bin/diogenis: Pipe call failed: Cannot allocate memory marinosi@loki:~$ strace firefox execve(0xbfbfe31c, [0xbfbfe7f0], [/* 0 vars */]PIOCWSTOP: Input/output error /usr/local/bin/firefox: Pipe call failed: Cannot allocate memory And of course my kernel messages flood, telling that the kern.ipc.maxpipekva exceeded the limit: kern.ipc.maxpipekva exceeded; see tuning(7) marinosi@loki:~$ sysctl kern.ipc.maxpipekva kern.ipc.maxpipekva: 16777216 This is the limit also, to my -STABLE laptop that works fine. Something new committed to the kernel? Thank you.. -- echo "Sysadmin know better bash than english" | sed s/min/mins/ \ | sed 's/better bash/bash better/'