From owner-freebsd-questions Thu Dec 30 7:33: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id 6736F15335 for ; Thu, 30 Dec 1999 07:26:09 -0800 (PST) (envelope-from danfe@inet.ssc.nsu.ru) Received: (qmail 29793 invoked from network); 30 Dec 1999 15:25:39 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 30 Dec 1999 15:25:39 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.8.7/8.8.7) with ESMTP id VAA21118 for ; Thu, 30 Dec 1999 21:25:10 +0600 Date: Thu, 30 Dec 1999 21:25:10 +0600 (NOVT) From: "Alexey N. Dokuchaev" Cc: freebsd-questions Subject: /etc/ttys, dnetc, and freebsd :-) (Was: Re: kill -HUP 1) In-Reply-To: <001401bf524b$11231580$6a9dc5d1@webserver> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everyone! Since it's ttys conversation going on, I want to state my ? here as well. Ok, I have line in my syslog.conf *.* /dev/ttyvb Cool! Everything works perfectly fine. Now, my /etc/ttys looks like this: .... ttyv9 "/usr/libexec/getty Pc" cons25r on secure ttyva none ttyvb none .... Well, I should expect that pressing Alt-F12 will bring up my logs, and Alt-F11 will show me black screen. Hell no! I won't be able to switch to that concole (it will beep). The reason why I need ttyva clean (not getty) is that I wan't dnetc CSC client put it's log there, so I don't need to tail -f them (hence to be login all the time). What fascinates me, that if I being root do: cat /etc/ttyva I will be able to switch to ttyva with Alt-F11, and all logs are there!!!! But as soon as I press ^D, it's gone! No more logs! What am I missing here guys?! ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message