[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CENTAUR 1.2 not interuptable? / Mailer problem



Janet Bertot writes:
 > 
 > In article <24659@sophia.inria.fr>, Guido.Bosch@loria.fr (Guido Bosch) writes:
 > > Start CENTAUR in a shell, then type 
 > > 
 > > (loop) <return>
 > > 
 > > Now tell me how to interupt the run-away process.
 > > 
 > > -- Guido
 > 
 > Well, i'm a bit unsure of your question, by a "shell" do you mean the shell
 > of an xterm??  If this is the case, you just type control-C and you see the 
 > following:
 > 
 > ? (loop)
 > ** break : break : ()
 > ? select: Interrupted system call
 > 
 > 
 > 	--janet

What I mean is: control-c just not works to interrupt CENTAUR.  Nor
does sending directly an interupt signal to it. Have a look at this:

(I edited the ^C's and ^Z for this message, they normally do not
appear on the screen)

-------------------- tcsh in an xterm --------------------
McGyver at moebius.loria.fr (58): centaur

; Le-Lisp (by INRIA) version 15.24 ( 2/Janv/91)   [sun4OS4]
MU-Prolog 3.2 - Typol $Revision: 1.1 $

TYPOL : tables read.
error : tables read.
** loadmodule : load interpreted module :
../ICARUS/gellee/CENTAUR/glider/environnement
Glider : tables read.
mise en place des decors
Centaur v.1.2 (2.51.41.63) centaur - Wed May   6 92 18:49:48
= ()
? (loop)^C^C^C^Z
Suspended
McGyver at moebius.loria.fr (59): ps | grep centaur
  253 p1 T     0:22 /local/lapicque/centaur1.2/centaur/sources/sun4OS4/centaur.
  259 p1 S     0:00 grep centaur
McGyver at moebius.loria.fr (60): bg
[2]    centaur &
McGyver at moebius.loria.fr (61): ps | grep centaur
  253 p1 R     0:24 /local/lapicque/centaur1.2/centaur/sources/sun4OS4/centaur.
  261 p1 S     0:00 grep centaur
McGyver at moebius.loria.fr (62): kill -INT 253
McGyver at moebius.loria.fr (63): ps | grep centaur
  253 p1 R     0:40 /local/lapicque/centaur1.2/centaur/sources/sun4OS4/centaur.
  263 p1 S     0:00 grep centaur
McGyver at moebius.loria.fr (64): kill -9 253
[2]  - Killed                 centaur
-----------------------------------------------------------------

I work on a  Sun Sparc Station 2, SunOS Release 4.1.1, X11R4. 



Another problem: Whenever I send mail to

	<sophia-centaur@sophia.inria.fr>

it gets bounced saying:

|From: Mail Delivery Subsystem <MAILER-DAEMON@sophia.inria.fr>
|To: bosch@moebius.loria.fr
|Cc: Postmaster@sophia.inria.fr
|Subject: Returned mail: Deferred: Connection timed out during user open with enpc.enpc.fr
|Date: Tue, 21 Jul 1992 00:53:00 +0200
|
|   ----- Transcript of session follows -----
|550 enst-bretagne.fr (TCP)... 550 Host unknown
|554 dezan@enst-bretagne.fr... 550 Host unknown (Valid name but no data [address])
|421 cnam.cnam.fr (ETHER)... Deferred: Connection timed out during user open with cnam.cnam.fr
|421 enpc.fr (TCP)... Deferred: Connection timed out during user open with enpc.enpc.fr
|
|   ----- Unsent message follows -----
|   		...

However, the message  seems to be distributed on the centaur mailing list. Am I
using an erroneous address or what happened?


	Guido