Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!caip!nike!ucbcad!ucbvax!sdcsvax!jack!man!sdsu!dlong From: dlong@sdsu.UUCP (Dean Long) Newsgroups: net.unix-wizards Subject: problem with tip (cu) Message-ID: <26@sdsu.UUCP> Date: Mon, 22-Sep-86 20:06:32 EDT Article-I.D.: sdsu.26 Posted: Mon Sep 22 20:06:32 1986 Date-Received: Tue, 23-Sep-86 06:06:19 EDT Reply-To: dlong@sdsu.UUCP (Dean Long) Organization: San Diego State University, Math/Sciences Dept. Lines: 10 I can't get tip (cu) to work. The problem is that it can't open() the tty device. This device is used by uucp with no problems. I looked at some of the code for uucp. I saw that uucp uses /dev/kmem to to "enable" and "disable" the device before attempting an open. To me it looked like it was just setting some bits. Is this really necessary? By the way, when tip tries to open the device, it just waits. After 10 seconds, an alarm goes off and tip knows the open() didn't work. It doesn't return immediately with a -1 or something. Also, the protection on the device is OK. Any ideas?