From owner-freebsd-arch@FreeBSD.ORG Tue Aug 29 06:22:37 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80DAA16A4DD for ; Tue, 29 Aug 2006 06:22:37 +0000 (UTC) (envelope-from badaei@yahoo.com) Received: from web55202.mail.re4.yahoo.com (web55202.mail.re4.yahoo.com [206.190.58.166]) by mx1.FreeBSD.org (Postfix) with SMTP id E2FED43D58 for ; Tue, 29 Aug 2006 06:22:32 +0000 (GMT) (envelope-from badaei@yahoo.com) Received: (qmail 4448 invoked by uid 60001); 29 Aug 2006 06:22:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=oOnZZImi1iWQ5W/B6c7zXKcay4GxVvpslpdfGtKVRZWfEpE5rMtTmQtEEFFFSv/TXubG09GVjxa/1FvxpwzCFKkZqHYIaEMPTCR19BVi004E2a9v0qp7ILK0gUQJIUUVQz8GqtBTZ7ijGpeLCFnqVF87YBIA6UW+Buqv1lFBMq0= ; Message-ID: <20060829062232.4446.qmail@web55202.mail.re4.yahoo.com> Received: from [72.134.0.217] by web55202.mail.re4.yahoo.com via HTTP; Mon, 28 Aug 2006 23:22:32 PDT Date: Mon, 28 Aug 2006 23:22:32 -0700 (PDT) From: babak badaei To: freebsd-arch@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: What could cause /DEV to clear out? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: babak badaei List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2006 06:22:37 -0000 Hello, Today I was not able to log into my machine using SSH. I got this following message "Server refused to allocate pty". I was, somewhat fortunately, able to log using SCP. So SCP works. The file system looked good for the most part; until I checked out "/DEV". Almost everything was GONE! Including MAKEDEV. Not sure what to do. Possible clue: Before this happened, last time I was actually logged in via SSH, I ran a dropdb command on one of my postgres databases and got an error message saying I did not have permission to "/DEV/NULL". Not sure what to do, I set permissions to allow write on "NULL". I have done "dropdb" many times before and had never seen that message. I hope this is in the right forum. This is the closest thing to right place for this question in my mind but if this is in the wrong place please direct me to the right forum. I appreciate your insights and wisdom. Thanks!