Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 11:36:10 +0200
From:      Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
To:        Gavin Cameron <gavin@itworks.com.au>
Cc:        stable@FreeBSD.ORG
Subject:   Re: Funny output from 4.6-STABLE 'w' command
Message-ID:  <20020617093610.GC618@no-support.loc>
In-Reply-To: <027b01c215d6$07fcfc40$6501a8c0@dale>
References:  <027b01c215d6$07fcfc40$6501a8c0@dale>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 17, 2002 at 06:07:31PM +1000, Gavin Cameron wrote:
> chip# w
> w: /dev/:0: No such file or directory

You may want to check your /usr/X11R6/lib/X11/xdm/GiveConsole and
/usr/X11R6/lib/X11/xdm/TakeConsole scripts.

They should contain proper session register/unregister commands; e.g.

  sessreg -a -l console -x /usr/X11R6/lib/X11/xdm/Xservers $USER

for GiveConsole and

  if [ -n "$USER" ]; then
    sessreg -d -l console -x /usr/X11R6/lib/X11/xdm/Xservers $USER
  fi

for TakeConsole

Greetings from Bielefeld, Germany,

Bj=F6rn Fischer


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020617093610.GC618>