[18546] in Athena Bugs
comp and repl not working in linux6.2/athena8.4
daemon@ATHENA.MIT.EDU (Arthur Steinberg)
Mon Nov 27 10:00:05 2000
Message-Id: <200011271500.KAA19101@sebastiano-ziani.mit.edu>
To: bugs@MIT.EDU
From: Arthur Steinberg <arthurs@MIT.EDU>
Date: Mon, 27 Nov 2000 10:00:00 -0500
please see the correspondence below. comp and repl simply would not
start, so i had to ctrl-z, and logout and then login to a different
computer that was running unix, instead of ziani.mit.edu which
is running the linux/athena update that is apparently supported by is now.
------- Forwarded Message
Return-Path: <jweiss@MIT.EDU>
Received: from grand-central-station.MIT.EDU by po11.mit.edu (8.9.2/4.7) id BAA04882; Mon, 27 Nov 2000 01:00:18 -0500 (EST)
Received: from melbourne-city-street.MIT.EDU (MELBOURNE-CITY-STREET.MIT.EDU [18.69.0.45])
by grand-central-station.MIT.EDU (8.9.2/8.9.2) with ESMTP id BAA23257;
Mon, 27 Nov 2000 01:00:17 -0500 (EST)
Received: from detraction.mit.edu (nic-163-c212-054.mw.mediaone.net [24.163.212.54])
by melbourne-city-street.MIT.EDU (8.9.3/8.9.2) with ESMTP id BAA27030;
Mon, 27 Nov 2000 01:00:17 -0500 (EST)
Received: (from jweiss@localhost) by detraction.mit.edu (8.9.3)
id BAA02627; Mon, 27 Nov 2000 01:00:11 -0500
Message-Id: <200011270600.BAA02627@detraction.mit.edu>
From: Jonathon Weiss <jweiss@MIT.EDU>
To: Arthur Steinberg <arthurs@MIT.EDU>
Reply-to: bugs@MIT.EDU
cc: bugs@MIT.EDU
Subject: emacs problem sending mail on linux (was: Re: "sebastiano-ziani.mit.edu stuck in the middle of an update")
In-reply-to: Your message of "Sun, 26 Nov 2000 17:40:31 EST."
<200011262240.RAA18463@sebastiano-ziani.mit.edu>
Date: Mon, 27 Nov 2000 01:00:11 -0500
Sender: jweiss@MIT.EDU
The correct way to report bugs of this nature is to run the "sendbug"
command, or to send mail to bugs@mit.edu. In this case I'm forwarding
your mail there now, so you don't need to bother reporting the problem
again. However, it would be helpful if you could reply, letting them
know how comp failed before you added the lines below.
Jonathon
> are you the guy to tell about a bug in the linux/athena setup. when i
> ssh'd in from home to ziani, i could neither repl not comp
> my mail. the fellow who set my system up for me suggested that i add
> these lines to my .cshrc.mine file which i did and it works. but
> should this be necessary?
>
> One workaround is to cut and paste the following lines into your
> ~/.cshrc.mine file:
>
> if ( !($TERM == "xterm") && ($HOST == "sebastiano-ziani.mit.edu") )
> then
> alias comp "comp -editor /usr/bin/emacs"
> alias repl "repl -editor /usr/bin/emacs"
> alias forw "forw -editor /usr/bin/emacs"
> alias dist "dist -editor /usr/bin/emacs"
> endif
>
> couldn't you folks fix this in the athena 8.4 that goes with linux?
>
> otherwise most things seem to be working ok.
>
> arthur
>
------- End of Forwarded Message