[netatalk-admins] child timed out & No buffer space available


Subject: [netatalk-admins] child timed out & No buffer space available
From: Satoh Yuji (satou@gonzo.co.jp)
Date: Thu Oct 14 1999 - 00:17:08 EDT


Hello

I have received following messages.
Please tell me What's wrong?

> Oct 12 14:12:36 asuka papd[383]: restart (1.4b2+asun2.1.3)
> Oct 12 14:12:42 asuka papd[383]: register asuka:LaserWriter@*
> Oct 12 14:20:34 asuka afpd[389]: afp_alarm: child timed out
> Oct 12 14:20:34 asuka afpd[401]: afp_alarm: child timed out
> Oct 12 14:20:53 asuka afpd[399]: afp_alarm: child timed out
> Oct 12 14:20:59 asuka afpd[395]: afp_alarm: child timed out
> Oct 12 14:21:40 asuka atalkd[379]: nbp lkup sendto 65280.77: No
buffer space ava
> ilable
> Oct 12 14:21:42 asuka last message repeated 5 times
> Oct 12 14:24:22 asuka last message repeated 80 times
> Oct 12 14:24:33 asuka last message repeated 7 times
> Oct 12 14:24:36 asuka atalkd[379]: nbp lkup sendto 23257.238: No
buffer space av
> ailable
> Oct 12 14:24:51 asuka last message repeated 8 times
> Oct 12 14:25:34 asuka atalkd[379]: nbp lkup sendto 41201.205: No
buffer space av
> ailable
> Oct 12 14:26:05 asuka last message repeated 12 times
> Oct 12 14:26:45 asuka last message repeated 19 times

My configuration is here....

FreeBSD 3.3R(x86)
netatalk-1.4b2+asun-2.1.3

# atalkd.conf
al0 -phase 2 -net 0-65534 -addr 65280.220

#afpd.conf
IZUMO

#netatalk.sh
PREFIX=/`expr $0 : '/\(.*\)/etc/rc.d/netatalk.sh'`
if [ "x${PREFIX}" = "x/" ]; then
        printf "\nnetatalk: Cannot determine PREFIX.\n" >&2
        exit 64
fi
HOSTNAME=`hostname|sed 's/\..*$//'`

case $1 in
        start) echo -n ' netatalk'
                ${PREFIX}/libexec/atalkd
                ${PREFIX}/bin/nbprgstr -p 4 ${HOSTNAME}:Workstation &
                ${PREFIX}/bin/nbprgstr -p 4 ${HOSTNAME}:netatalk &
                ${PREFIX}/libexec/papd
                ${PREFIX}/libexec/afpd -c 25 -s
${PREFIX}/etc/AppleVolumes.sys
tem \
                -f ${PREFIX}/etc/AppleVolumes.default
                ;;
        stop) for i in afpd papd atalkd; do
                        if [ -f /var/run/$i.pid ]; then
                                kill `cat /var/run/$i.pid`
                        fi
                done
                ;;
esac

Thanks in advance.



This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:17:17 EST