Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 1998 12:40:04 -0800 (PST)
From:      Wilko Bulte <wilko@yedi.iaf.nl>
To:        freebsd-ports
Subject:   Re: ports/5811: netatalk SIOCADDMULTI failure
Message-ID:  <199803262040.MAA19043@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/5811; it has been noted by GNATS.

From: Wilko Bulte <wilko@yedi.iaf.nl>
To: FreeBSD-gnats-submit@FreeBSD.ORG, lyndon@ve7tcp.ampr.org
Cc:  Subject: Re: ports/5811: netatalk SIOCADDMULTI failure
Date: Thu, 26 Mar 1998 21:36:17 +0100 (MET)

 Hello there,
 
 I've also been experimenting with netatalk on FreeBSD225R. Below is a quick
 summary of my results. In short: no joy. I had netatalk working without a
 hitch on FreeBSD2.2.2R before.
 
 Wilko
 ------------
 
 After applying Bill Fenners patch like suggested in the GNATS audit trail:
 
 Mar 26 21:19:19 yedi atalkd[389]: restart (1.4b2)
 Mar 26 21:19:22 yedi atalkd[389]: addmulti: Address family not supported by
 protocol fa
 mily
 Mar 26 21:19:38 yedi papd[400]: restart (1.4b2)
 Mar 26 21:19:46 yedi papd[400]: can't register ps:LaserWriter@*
 Mar 26 21:19:46 yedi afpd[402]: Can't register yedi:AFPServer@*
 
 After patching out the 'exit(1)' in the 'addmulti' if/ifconfig statement in
 atalkd/main.c:
 
 ...
 /* #if by wilko */
             if ( ifconfig( iface->i_name, SIOCADDMULTI, sdl )) {
                 syslog( LOG_ERR, "addmulti: %m" );
 #if 0
                 exit( 1 );
 #endif
 ....
 
 Mar 26 21:26:53 yedi atalkd[579]: restart (1.4b2)
 Mar 26 21:26:56 yedi atalkd[579]: addmulti: Address family not supported by
 protocol fa
 mily
 Mar 26 21:26:56 yedi atalkd[579]: zip_getnetinfo for ed0
 Mar 26 21:27:13 yedi last message repeated 2 times
 Mar 26 21:27:23 yedi atalkd[579]: config for no router
 Mar 26 21:27:26 yedi atalkd[579]: ready 0/0/0
 
 Mar 26 21:27:42 yedi papd[589]: restart (1.4b2)
 Mar 26 21:27:50 yedi papd[589]: can't register ps:LaserWriter@*
 Mar 26 21:27:50 yedi afpd[591]: Can't register yedi:AFPServer@*
 
 _     ______________________________________________________________________
  |   / o / /  _  Bulte 				  email: wilko @ yedi.iaf.nl 
  |/|/ / / /( (_) Arnhem, The Netherlands          WWW:   http://www.tcja.nl
 -------------------------------------------------- Powered by FreeBSD ------

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803262040.MAA19043>