From owner-freebsd-stable@FreeBSD.ORG Mon May 28 08:34:32 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7723F1065672 for ; Mon, 28 May 2012 08:34:32 +0000 (UTC) (envelope-from prabhpal@digital-infotech.net) Received: from mail.digital-infotech.net (mail.digital-infotech.net [41.211.25.193]) by mx1.freebsd.org (Postfix) with ESMTP id 197858FC08 for ; Mon, 28 May 2012 08:34:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.digital-infotech.net (Postfix) with ESMTP id 2281C2E40FE for ; Mon, 28 May 2012 08:28:06 +0000 (GMT) Received: from mail.digital-infotech.net ([127.0.0.1]) by localhost (mail.digital-infotech.net [127.0.0.1]) (maiad, port 10024) with ESMTP id 81483-02 for ; Mon, 28 May 2012 08:28:05 +0000 (GMT) Received: from mail.digital-infotech.net (localhost [127.0.0.1]) by mail.digital-infotech.net (Postfix) with ESMTP id BBA082E4002 for ; Mon, 28 May 2012 08:28:05 +0000 (GMT) X-DKIM: OpenDKIM Filter v2.5.0 mail.digital-infotech.net BBA082E4002 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digital-infotech.net; s=digital; t=1338193685; bh=NONTMMNehZRDyzm7Z3HDTMUOy+MJuogmkoNIHRSUYJA=; h=Date:Subject:From:To:Reply-To; b=YBlo2xyJKcZ8Z4gatWdZ8uAwCwDC2P+hextuOrXbZzGwqBrMhhWFelPH56RxmmDHJ zr713iQGhMCLihuV96Idaunm01DSAZ/6nT1NgF0I76Y4R+8aajVNIweu0w8U8wNYt5 4sD2Gj3o9VWGEH8CVrPVQObaxJfF0jCUMc2Hl+B8= Received: from 41.211.28.2 (SquirrelMail authenticated user prabhpal@digital-infotech.net) by mail.digital-infotech.net with HTTP; Mon, 28 May 2012 08:28:05 -0000 Message-ID: Date: Mon, 28 May 2012 08:28:05 -0000 From: "Shiv. NK" To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Named Error X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: prabhpal@digital-infotech.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 08:34:32 -0000 Dear FreeBSD List Community, It is FreeBSD 9.0 Release. When i restart named, i got the following message. And unable to understand the cause. i need help Stopping named. Waiting for PIDS: 63996. eval: mtree: not found eval: mount: not found /etc/rc.d/named: WARNING: devfs_domount(): Unable to mount devfs on /var/named/dev eval: devfs: not found eval: devfs: not found Starting named Here is my "df -h", it seems that file system in mounted. How can i resolve it. [root@rock /home/mavi]# df -h Filesystem Size Used Avail Capacity Mounted on /dev/da0a 70G 7.2G 58G 11% / devfs 1.0k 1.0k 0B 100% /dev procfs 4.0k 4.0k 0B 100% /proc linprocfs 4.0k 4.0k 0B 100% /compat/linux/proc fdescfs 1.0k 1.0k 0B 100% /dev/fd devfs 1.0k 1.0k 0B 100% /var/named/dev Thanks / Nath NK