Gmane
From: Thomas Kaiser <Thomas.Kaiser <at> phg-online.de>
Subject: Re: problem when connecting from 10.3 afp clients
Newsgroups: gmane.network.netatalk.devel
Date: 2004-06-09 05:58:23 GMT (5 years, 3 weeks, 5 days, 7 hours and 12 minutes ago)
David Kurtz wrote:

> When connecting from laptop running 10.3 AFP client get past authentication
> and then get disconnected. Alert says server connection has unexpectedly
> closed down. 

You know that you can simply extend the logging at the client side? For
10.2/10.3 as follows:

as root:
- edit /etc/syslog.conf so that the entry on the second line
  'kernel.debug' reads '*.debug'
- kill -HUP pid_of_syslogd

as user:
- edit ~/Library/Preferences/.GlobalPreferences.plist so that
  afp_debug_level is 6 or 7 and that afp_debug_syslog is true
  (defaults write -g)
- confirm with defaults read -g
- you may need to relaunch the Finder (if you are testing connect to...)

> Jun  8 16:21:21 bh4142 afpd[3896]: uams_dhx_pam.c :PAM: PAM Success --
> Interrupted system call

Seems like something's wrong with your PAM setup.

> Has anyone else seen this or know what's causing the disconnections?

Please post the relevant PAM configuration, so we can look into it any
further.

BTW: If you're interested in the actual development stage of Netatalk 2.0,
please check out from CVS. A few hours ago there have been a couple of
patches committed in order to release beta2 the next days.

Regards,

Thomas