Re: [netatalk-admins] Can't register ...


Subject: Re: [netatalk-admins] Can't register ...
From: Stefan Arbes (SArbes@arbes.ab.uunet.de)
Date: Sun Jan 10 1999 - 09:18:59 EST


On Fri, 8 Jan 1999 10:47:10 +0000 ( ), Claudiu Ivanescu wrote:

>> When I start up my system, I get the message :
>> atalkd nbp_rgstr: Connection timed out
>> Can't register chris-pc: Workstation@*
>> nbp_rgstr: Connection timed out
>> Can't register chris-pc: netatalk@*
>>
>> The kernel is compiled on the right way, and /etc/services is modified.

I got the same problem on my linux system (kernel 2.0.36) and the solution (or the workaround, I don't
know for shure;-)) was quite simple: in the startup script (on my system, atalk in the rc.d) the atalkd
had been started using startproc; I removed the startproc:

        /usr/sbin/atalkd || return=$rc_failed
        /usr/bin/nbprgstr -p 4 `hostname|sed 's/\..*$//'`:Workstation
[...]
and now it works (there is a little delay between the start of atalkd and the nbp_rgstr on startup).
It seems to me, that the startup of the atalkd using startproc isn't completed when the nbp_rgstr tries
to register.
I hope, I could help.

Stefan



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