[2093] in Athena Bugs

home help back first fref pref prev next nref lref last post

zephyr seeing double.

daemon@ATHENA.MIT.EDU (Ilhamuddin Ahmed)
Tue Apr 18 23:14:46 1989

Date: Tue, 18 Apr 89 23:14:31 EDT
From: Ilhamuddin Ahmed <ilham@ATHENA.MIT.EDU>
To: bgardner@ATHENA.MIT.EDU
Cc: bugs@ATHENA.MIT.EDU, ilham@ATHENA.MIT.EDU
In-Reply-To: <bgardner@ATHENA.MIT.EDU>'s message of Tue, 18 Apr 89 22:09:44 EDT <8904190209.AA04504@PINK.MIT.EDU>
Reply-To: ilham@ATHENA.MIT.EDU

Brian>	From: <bgardner@ATHENA.MIT.EDU>
Brian>	Date: Tue, 18 Apr 89 22:09:44 EDT

Brian>	   Hi, I seem to be getting 2 of every zwrite sent to me.
Brian>	(This includes weather reports and personal messages.)
Brian>	This has been happening now for a week or so.
Brian>	   -- Brian

The most probable reason is that your are starting the zephyr program
"zwgc" twice in your login sequence. If you are using the new .login
files then there should be no reference of zwgc in your .login or
.login.mine of zwgc as it is started up when one of the system-wide
initialization files are run. If you are using the old .login files then
there will only only one reference to zwgc in your .login file. To know
which one you have, I am including the *new* .login below. Hope that
helps.

					- Ilhamuddin Ahmed
					  Project Athena `Watchmaker'
					  Athena User Consultant

==============================================================================
		
# Standard Athena .login file for new users.
#
#	MIT Project Athena
#
#	RCS Information:
#
#	$Source: /paris/source/4.3/prototype/RCS/.login,v $
#	$Header: .login,v 1.10 88/08/16 18:11:32 shanzer Exp $

# Set initialization directory and make sure it exists.

set INITDIR = /usr/athena/lib/init

if (! -d ${INITDIR} && $?interactive) then
	echo "System-wide initialization files not found."
	echo "Some initialization has not been performed."
endif

# Source login initialization files:
#	env_variables -- standard environment variables
#	login_init -- standard login initialization
#	init_terminal -- initialize terminal settings
#	init_windows -- initialization X window system
#	check_mail -- check for new mail
#	login_misc -- miscellaneous login activities
#
# If you do not want one (or more) of these things to happen, delete the
# lines below.
#
# WARNING: if you delete any of the lines below, you will not automatically
# get any changes that Project Athena may make to those files at a later
# date.  Be sure you know what you are doing.

if (-r ${INITDIR}/env_variables) source ${INITDIR}/env_variables
if (-r ${INITDIR}/login_init) source ${INITDIR}/login_init
if (-r ${INITDIR}/init_terminal) source ${INITDIR}/init_terminal
if (-r ${INITDIR}/init_windows) source ${INITDIR}/init_windows
if (-r ${INITDIR}/check_mail) source ${INITDIR}/check_mail
if (-r ${INITDIR}/login_misc) source ${INITDIR}/login_misc

# Finally, source personal login commands.  By keeping them in a separate
# file, you can easily keep up to date with Athena changes.

if (-r ~/.login.mine) source ~/.login.mine



home help back first fref pref prev next nref lref last post