Subject: [netatalk-admins] dsi_getsess: Interrupted system call
From: Brian Aker (brian@vh.org)
Date: Tue Oct 06 1998 - 15:30:30 EDT
Been trying to track down the problem I have been getting
using netatalk-1.4b2+asun2.1.0 and the solaris kernel
driver that comes with it (netatalk-971027). I do know it is
getting far enough to authenticate since it only dies if a correct
password is given to the chooser. The message that is showing
up in syslog is:
Oct 6 13:58:34 editorial afpd[204]: dsi_getsess: Interrupted system call
Now the message is coming from file libatalk/dsi/dsi_getsess.c where
the lines are:
switch (pid = dsi->proto_open(dsi)) {
case -1:
/* if we fail, just return. it might work later */
syslog(LOG_ERR, "dsi_getsess: %m");
return dsi;
case 0: /* child. mostly handled below. */
dsi->child = 1;
break;
Getzones is working so I know that the kernel driver must
be working a bit. Even if afpd dies, getzones will continue
to work. Afpd can restarted but it will die just as soon as anyone
logs in with the right password.
I am using Solaris 2.6 BTW.
thanks,
-Brian
This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:33:24 EST