From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ohsmtp03.ogw.rr.com ([65.24.7.38]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 18yNre-00076y-00 for ; Wed, 26 Mar 2003 22:15:38 -0500 Received: from cpe-024-033-003-115.midsouth.rr.com (cpe-024-033-003-115.midsouth.rr.com [24.33.3.115]) by ohsmtp03.ogw.rr.com (8.12.5/8.12.2) with ESMTP id h2R3FX00024806 for ; Wed, 26 Mar 2003 22:15:33 -0500 (EST) Date: Wed, 26 Mar 2003 21:15:32 -0600 (CST) From: Adam Myrow To: speakup@braille.uwo.ca Subject: Re: bogus tty entry In-Reply-To: <200303270117.h2R1Hao10730@sunset.net> Message-ID: References: <200303270117.h2R1Hao10730@sunset.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: The only way to get rid of that is to zero out /var/wtmp and log out of all vertial terminals. You could also reboot, but why bother when you can fix it without doing that? The magic command is "cat /dev/null >/var/wtmp." Catting /dev/null over any file will make it empty but leave its ownership and permissions intact, so this is the best way to empty out a file that the system relies on. Good luck.