From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 20:51:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94514106566C for ; Wed, 19 Mar 2008 20:51:46 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.184]) by mx1.freebsd.org (Postfix) with ESMTP id 46D858FC18 for ; Wed, 19 Mar 2008 20:51:46 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: by rn-out-0910.google.com with SMTP id e11so560354rng.7 for ; Wed, 19 Mar 2008 13:51:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=MwR3QppPuMptJkvYyeBgka/0meETdqMp1QghXZ6x4+4=; b=RsfoD7gPTcrln6oKuqa2gN89wSUot1PbWYliIGORvdLUDHydz92UeWWj/24cVdFbSLQ7d0K0f1jklj+E8q2axWGE4hsWoGQNaTK/Gt2n9ECUYzr8MURT5x21szxYS6oCttv/GykLlPWFkzigx1BlKBKuj1WdJlFW6+Yg0LeETk0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=K/YO7qxVib6B700ScvG2vTbIckmLiBQbjygHRzuf+JW/NXlpZls+YjYcexa+Hkqkbz9z6BJF2luqvNjvgkisIdiXktMkO2ty4upTL49Qu/j8M2oS1Uifbs0IUSvl6FrJva1Jw1XF4MZINlrNlrvfO7NVWpjVO2lzuIkOwCWK3AE= Received: by 10.142.252.11 with SMTP id z11mr589979wfh.232.1205956369873; Wed, 19 Mar 2008 12:52:49 -0700 (PDT) Received: by 10.142.135.18 with HTTP; Wed, 19 Mar 2008 12:52:49 -0700 (PDT) Message-ID: <585602e10803191252s34b244b2lbea6345a52c06dbc@mail.gmail.com> Date: Wed, 19 Mar 2008 20:52:49 +0100 From: "=?ISO-8859-1?Q?Matthias_Gamsj=E4ger?=" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Missing /dev/null after few min 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: Wed, 19 Mar 2008 20:51:46 -0000 Hello, I'm running freebsd for couple of years now and never had really big problems but this one I can't solve on my own. Running releng 7 for 6 months now but recently after running X for like 10min the systems is missing /dev/null. So you can imaging that most programs start complaining about it. Right now I recreate it with mknod /dev/null c 1 3 but that's not a real solution because it starts to disappear again after few minutes. I'm for 99% sure it's not freebsd problem but more a application problem but I wonder if anyone ran into the same trouble after upgrading xyz port? Or even better has a solution for it? Regards Matthias