From owner-freebsd-questions Fri Mar 7 08:56:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA27635 for questions-outgoing; Fri, 7 Mar 1997 08:56:06 -0800 (PST) Received: from vdp01.vailsystems.com (root@vdp01.vailsystems.com [207.152.98.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA27486 for ; Fri, 7 Mar 1997 08:53:24 -0800 (PST) Received: from crocodile.vale.com (crocodile [204.117.217.147]) by vdp01.vailsystems.com (8.8.3/8.7.3) with ESMTP id KAA19047 for ; Fri, 7 Mar 1997 10:52:43 -0600 (CST) Received: from slave1.vale.com (slave1.vale.com [204.117.217.100]) by crocodile.vale.com (8.8.3/8.7.3) with ESMTP id KAA20906; Fri, 7 Mar 1997 10:52:42 -0600 (CST) Message-ID: <3320483F.41C67EA6@vailsys.com> Date: Fri, 07 Mar 1997 10:54:23 -0600 From: Dan Riley Organization: Vail Systems, Inc. X-Mailer: Mozilla 4.0b2 (X11; I; FreeBSD 2.2-970225-GAMM i386) MIME-Version: 1.0 To: Dan Riley , freebsd-questions@FreeBSD.ORG Subject: utmp errors? X-Priority: 3 (Normal) References: <331F0CF6.167EB0E7@vailsys.com> <331F0DF8.2781E494@vailsys.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I seem to have run into a bit of a problem with xterms and rexec logins and maybe utmp... First of all my local xterm login shells (X started with xdm) do not show up, I have at least 4 xterms open as daniel (root is on the console not xtermed): >slave1 daniel /home/daniel > w >12:14PM up 2:35, 1 user, load averages: 0.14, 0.27, 0.26 >USER TTY FROM LOGIN@ IDLE WHAT >root v0 - 9:55AM 2:17 -csh (csh) >slave1 daniel /home/daniel > finger >Login Name TTY Idle Login Time Office Office Phone >root Charlie Root *v0 2:17 Thu 09:55 >slave1 daniel /home/daniel > who >root ttyv0 Mar 6 09:55 neither do xterm login shells started remotely via rexec or with a +ut option: >slave1 daniel /home/daniel > xterm -ls +ut >slave1 daniel /usr/home/daniel > who >root ttyv0 Mar 6 09:55 >el 3 Dec 31 18:00 >4 W >~3ttypJul 27 23:16 what in the world is this entry? >slave1 daniel /usr/home/daniel > w >w: /dev//3: No such file or directory and this? but if I rlogin localhost from a xterm or just on a virtual tty they seem to show up normally: >slave1 daniel /usr/home/daniel > w >12:15PM up 2:35, 2 users, load averages: 0.28, 0.29, 0.26 >USER TTY FROM LOGIN@ IDLE WHAT >root v0 - 9:55AM 2:18 -csh (csh) >daniel p3 localhost 12:15PM - w I am running 2.2-Gamma but see the same sort of weirdness on 2.1.5/6 systems, any clues as to what I may have mis-configured or what is goin on? Thanks