[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- From: JLK at MIT-AI (John L. Kulp)
- Date: Thu ,7 Feb 80 13:38:00 EDT
ON CADR 1, in 25.1 when I try to load EFTP by the prescribed sequence, once
I have done the (CHAOS:INITIALIZE-NCP-ONCE) all subsequent attempts to
load files die with a "Packet has no connection" error.
Specifically, I do
COLD-BOOT
(setq user-id 'JLK)
(si:sb-on '(:clock))
(load "ai:moondr;draw pkg")
(setq chaos:server-alist nil)
(load "ai:lmio;chsncp")
(load "chsaux")
(chaos:initialize-ncp-once)
(pkg-load 'DRAW)
and it dies.