[642] in Zephyr_Bugs
Re: zephyr-2.0-beta2 problem regarding ports
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Tue Jul 18 22:21:51 1995
From: ghudson@MIT.EDU
Date: Tue, 18 Jul 1995 22:21:43 -0400
To: Terry Hung <terryh@MAILBOX.SLAC.Stanford.EDU>
Cc: zephyr-bugs@MIT.EDU
In-Reply-To: "[640] in Zephyr_Bugs"
> I compiled zephyr on RS6000 and Sun4 successfully. One modification
> needed was replacing 'init()' with 'init(0)' in
> clients/syslogd/syslogd.c.
This is fixed in Zephyr 2.0, which was released today.
> One question is whether file INSTALL is all we need to read for
> installation or do we also need to read the section '3. Setting up
> and compiling' in instop/instop.PS?
instop is not necessarily relevant any more; INSTALL should be a
complete set of instructions.
> A colleague read instop/instop.PS and install two entries into
> /etc/services as port 2013 and 2014. (the third entry was missed
> here since it was only mentioned in INSTALL file). I started the
> server on RS6000 with 'zephyrd', then tried to start the client with
> 'zhm server', I got the "message: hm: Can't assign port opening
> port" when zhm tried to open port 2014.
That should be 2103 and 2104. Usually, when a port can't be assigned,
it's because another process is already bound to that port. See if
you can find another zhm in your process table; if you can't, do a
netstat and look for something on *.2104 or *.zephyr-hm. Also, if you
actually used 2014 instead of 2104, there could be a different program
using port 2014, I suppose.