From owner-freebsd-ports Sat Feb 21 14:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27629 for freebsd-ports-outgoing; Sat, 21 Feb 1998 14:40:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27623; Sat, 21 Feb 1998 14:40:02 -0800 (PST) (envelope-from gnats) Received: from ve7tcp.ampr.org (ve7tcp.ampr.org [198.161.92.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27237 for ; Sat, 21 Feb 1998 14:32:53 -0800 (PST) (envelope-from lyndon@ve7tcp.ampr.org) Received: (from lyndon@localhost) by ve7tcp.ampr.org (8.8.8/8.8.4) id PAA12395; Sat, 21 Feb 1998 15:32:51 -0700 (MST) Message-Id: <199802212232.PAA12395@ve7tcp.ampr.org> Date: Sat, 21 Feb 1998 15:32:51 -0700 (MST) From: Lyndon Nerenberg Reply-To: lyndon@ve7tcp.ampr.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/5811: netatalk SIOCADDMULTI failure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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