[679] in Zephyr_Bugs
Re: question
daemon@ATHENA.MIT.EDU (warlord@MIT.EDU)
Fri Aug 4 16:29:06 1995
Date: Fri, 4 Aug 1995 16:28:57 -0400
From: warlord@MIT.EDU
To: peterk@nt1.jdc.csg.mot.com (Peter Kim)
Cc: bug-zephyr@MIT.EDU
In-Reply-To: "[677] in Zephyr_Bugs"
> $ zctl add newclass \* \*
> zctl (add): No such file or directory while finding WindowGram port
Did you already have zwgc running when you ran this function? zctl
tries to find the windowgram port so it can send a subscription to the
zephyr server (in addition to adding it to your .zephyr.subs file).
If you did not have zwgc running, then the windowgram port doesn't
exists, and you'll get this error.
-derek