From owner-freebsd-questions Mon Jun 12 07:31:50 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA20926 for questions-outgoing; Mon, 12 Jun 1995 07:31:50 -0700 Received: from pain.csrv.uidaho.edu (root@pain.csrv.uidaho.edu [129.101.114.109]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA20920 for ; Mon, 12 Jun 1995 07:31:49 -0700 Received: from pain.csrv.uidaho.edu (localhost [127.0.0.1]) by pain.csrv.uidaho.edu (8.6.11/8.6.9) with ESMTP id HAA00750; Mon, 12 Jun 1995 07:31:33 -0700 Message-Id: <199506121431.HAA00750@pain.csrv.uidaho.edu> To: Robert Burns Cc: questions@freebsd.org Subject: Re: Must be on a vty - Error In-reply-to: Your message of "Mon, 12 Jun 1995 10:06:15 EDT." X-Real-Name: Faried Nawaz X-Address: Box 3582, Moscow, ID 83843-1914 Date: Mon, 12 Jun 1995 07:31:31 -0700 From: Faried Nawaz Sender: questions-owner@freebsd.org Precedence: bulk Robert Burns wrote... I'm trying to figure out why I get the following message: Must be on a vty: Inappropriate ioctl for device you have vidcontrol or kbdcontrol trying to do something from your shell's startup files. put a wrapper around it, i.e., # (from my ~/.login) if ( `tty` =~ /dev/ttyv* ) then vidcontrol -r yellow blue endif faried.