From owner-freebsd-bugs Sun Oct 17 6:40: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F154F14C3D for ; Sun, 17 Oct 1999 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA14721; Sun, 17 Oct 1999 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from yoda.pi.musin.de (yoda.pi.musin.de [194.246.250.12]) by hub.freebsd.org (Postfix) with ESMTP id CD22814C3D for ; Sun, 17 Oct 1999 06:31:43 -0700 (PDT) (envelope-from sec@pi.musin.de) Received: by yoda.pi.musin.de (Postfix, from userid 4242) id EBC7C349; Sun, 17 Oct 1999 15:31:41 +0200 (CEST) Message-Id: <19991017133141.EBC7C349@yoda.pi.musin.de> Date: Sun, 17 Oct 1999 15:31:41 +0200 (CEST) From: sec@pi.musin.de Reply-To: sec@yoda.pi.musin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/14371: Log message is missing n Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14371 >Category: kern >Synopsis: Log message is missing \n >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 17 06:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: $FreeBSD: src/sys/netinet/if_ether.c,v 1.52.2.5 1999/09/16 00:50:37 lile Exp $ >Description: The 'attempts to overwrite permanent arp entry' message is missing a \n at the end. See the following output-snippet of /etc/security yoda kernel log messages: > arp: 00:50:04:3d:38:14 attempts to modify permanent entry for 194.246.250.0 on ep0<3>arp: 00:50:04:3d:38:14 attempts to modify permanent entry for 194.246.250.0 on ep0<6>nfs server ewok:/usr/ports: not responding >How-To-Repeat: >Fix: --- /usr/src/sys/netinet/if_ether.c Thu Sep 16 19:23:25 1999 +++ /tmp/if_ether.c Sun Oct 17 15:30:03 1999 @@ -556,7 +556,7 @@ ac->ac_if.if_name, ac->ac_if.if_unit); else { log(LOG_ERR, - "arp: %6D attempts to modify permanent entry for %s on %s%d", + "arp: %6D attempts to modify permanent entry for %s on %s%d\n", ea->arp_sha, ":", inet_ntoa(isaddr), ac->ac_if.if_name, ac->ac_if.if_unit); goto reply; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message