Date: Sat, 21 Feb 1998 15:32:51 -0700 (MST) From: Lyndon Nerenberg <lyndon@ve7tcp.ampr.org> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/5811: netatalk SIOCADDMULTI failure Message-ID: <199802212232.PAA12395@ve7tcp.ampr.org>
next in thread | raw e-mail | index | archive | help
>Number: 5811 >Category: ports >Synopsis: netatalk ioctl(SIOCADDMULTI) failure >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 21 14:40:02 PST 1998 >Last-Modified: >Originator: Lyndon Nerenberg >Organization: The ESYS Corporation >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: atalkd tries to ioctl(SIOCADDMULTI) all the interfaces it can find. For reasons unknown to me, this call fails. >How-To-Repeat: Start atalkd and watch it fail with an "addmulti" error message. >Fix: The workaround I applied was to wrap the offending statement in an '#ifndef __FreeBSD__'. It's not a proper fix, but it's been working in our production environment since late December. The offending statement is an "if (ifconfig(...,SIOCADDMULTI,..." around line 1155 of etc/atalkd/main.c. Hopefully someone can come up with a real fix. >Audit-Trail: >Unformatted: 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?199802212232.PAA12395>