Path: utzoo!attcan!uunet!ogicse!ucsd!ucbvax!CONCOUR.CS.CONCORDIA.CA!goldfish From: goldfish@CONCOUR.CS.CONCORDIA.CA (-- Paul Goldsmith) Newsgroups: comp.sys.apollo Subject: Re: YARR (Yet Another Registry Rot) Message-ID: <9010100927.aa28562@concour.cs.concordia.ca> Date: 10 Oct 90 14:27:44 GMT References: <1990Oct9.162600.16610@ccs.carleton.ca> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 39 Your problem is probably related to interaction between the registry daemons and "tcpd". See your "ncs" manual (a thin thing you porobably won't even remember seeing) and lookup the part on selecting TCP versus the internal Apollo carrier protocol. If "tcpd" is up when the glbd & llbd start, they use tcp as a carrier. THIS DOESN'T WORK VERY WELL. The text below should offer some suggestions. Run the same "grep" on your system and compare the output. I have several extra lines. Check the manual, Complain like hell on the hotline, and make sure you understand the changes before going at it. concour,goldfish 215 grep lbd /etc/rc* /etc/rc:# llbd must fork and the parent exit before other NCS servers may /etc/rc:# be run. Do not use "/etc/ncs/llbd &" /etc/rc:# that the llbd will listen to. e.g., /etc/rc:# /etc/ncs/llbd -li dds /etc/rc:# will limit the llbd to listen on the dds protocol family - forcing it to /etc/rc:if [ -f /etc/ncs/llbd -a -f /etc/daemons/llbd ]; then /etc/rc: (echo " llbd\c" >/dev/console) /etc/rc:# /etc/ncs/llbd /etc/rc: /etc/ncs/llbd -li dds /etc/rc:# /etc/ncs/llbd is needed to run the glbd. /etc/rc:# that the glbd will listen to. e.g., /etc/rc:# /etc/ncs/glbd -li ip /etc/rc:# will limit the llbd to listen on the ip protocol family - forcing it to /etc/rc:if [ -f /etc/ncs/glbd -a -f /etc/daemons/glbd -a $LLBD_ENABLED = true ]; then /etc/rc: (echo " glbd\c" >/dev/console) /etc/rc:# /etc/ncs/glbd & /etc/rc: /etc/ncs/glbd -li dds & /etc/rc:# determines which nodes these are). rgyd requires that /etc/ncs/llbd /etc/rc:# /etc/ncs/llbd is needed to run lpd. concour,goldfish 216 -- Paul Goldsmith (goldfish) (514) 848-3031 (Shirley Maclaine told me there would be LIFETIMES like this)