[657] in Zephyr_Bugs
Problem with zephyr 2.0 on NetBSD/i386 1.0
daemon@ATHENA.MIT.EDU (Marc Unangst)
Fri Jul 21 10:56:07 1995
To: zephyr-bugs@MIT.EDU
Cc: saavik+@cmu.edu
Date: Fri, 21 Jul 1995 10:56:01 -0400
From: Marc Unangst <mju@fox.merit.edu>
I'm trying to install Zephyr 2.0 on a NetBSD/i386 1.0 machine. The
configuration and build went okay, with no warnings or errors. I am
not using Kerberos or Hesoid. I've installed all the files, added the
zephyr services to /etc/services, created a
/usr/local/etc/zephyr/server.list file, and started zephyrd and zhm.
(For now, I'm doing my testing on the zephyr server, so zephyrd, zhm,
and zwgc are all running on the same machine.) I've confirmed that
they are running:
22060 ?? Rs 11:42.70 zephyrd
22062 ?? Is 0:00.04 zhm excelsior
When I run zwgc, I get the error message
zwgc: SERVNAK received while subscribing
and the following error is logged by zephyrd:
Jul 21 10:40:54 excelsior zephyrd[22060]: subscr. mju@local-realm/128.183.33.161/0 failed: Illegal port specified in subscription
I'm also seeing odd behavior by zephyrd -- it seems to be stuck in a
tight CPU loop. Here is the output from ktrace:
22060 zephyrd CALL select(0x2,0xf7bfda38,0,0,0x373c0)
22060 zephyrd RET select 0
22060 zephyrd CALL gettimeofday(0x372b0,0)
22060 zephyrd RET gettimeofday 0
[repeats]
What's going on here?
-Marc