From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 10:30:06 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A98D16A41C for ; Sun, 22 May 2005 10:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D995343D4C for ; Sun, 22 May 2005 10:30:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4MAU58r072859 for ; Sun, 22 May 2005 10:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4MAU5Bb072856; Sun, 22 May 2005 10:30:05 GMT (envelope-from gnats) Date: Sun, 22 May 2005 10:30:05 GMT Message-Id: <200505221030.j4MAU5Bb072856@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Wojciech A. Koszek" Cc: Subject: Re: kern/81349: [PATCH] Wrong error code is returned in ng_eiface(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Wojciech A. Koszek" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 10:30:06 -0000 The following reply was made to PR kern/81349; it has been noted by GNATS. From: "Wojciech A. Koszek" To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/81349: [PATCH] Wrong error code is returned in ng_eiface(4) Date: Sun, 22 May 2005 10:35:05 +0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I've noticed error returned in other Netgraph nodes when we create hook with improper name differs without any reason. Attachement contains patch which fixes inconsistency. -- * Wojciech A. Koszek && dunstan@FreeBSD.czest.pl --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=NG-errorcode Index: ng_eiface.c =================================================================== RCS file: /home/ncvs/src/sys/netgraph/ng_eiface.c,v retrieving revision 1.31 diff -r1.31 ng_eiface.c 384c384 < return (EPFNOSUPPORT); --- > return (EINVAL); Index: ng_gif_demux.c =================================================================== RCS file: /home/ncvs/src/sys/netgraph/ng_gif_demux.c,v retrieving revision 1.10 diff -r1.10 ng_gif_demux.c 263c263 < return (EPFNOSUPPORT); --- > return (EINVAL); Index: ng_iface.c =================================================================== RCS file: /home/ncvs/src/sys/netgraph/ng_iface.c,v retrieving revision 1.41 diff -r1.41 ng_iface.c 527c527 < return (EPFNOSUPPORT); --- > return (EINVAL); Index: ng_split.c =================================================================== RCS file: /home/ncvs/src/sys/netgraph/ng_split.c,v retrieving revision 1.5 diff -r1.5 ng_split.c 116c116 < return (EPFNOSUPPORT); --- > return (EINVAL); --GvXjxJ+pjyke8COw-- From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 11:20:05 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC08C16A41C for ; Sun, 22 May 2005 11:20:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7210D43D1D for ; Sun, 22 May 2005 11:20:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4MBK5GX082732 for ; Sun, 22 May 2005 11:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4MBK5eg082731; Sun, 22 May 2005 11:20:05 GMT (envelope-from gnats) Date: Sun, 22 May 2005 11:20:05 GMT Message-Id: <200505221120.j4MBK5eg082731@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Juergen Unger Cc: Subject: Re: kern/64151: [jail] jailer can't control all jail processes anymore X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juergen Unger List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 11:20:05 -0000 The following reply was made to PR kern/64151; it has been noted by GNATS. From: Juergen Unger To: bug-followup@freebsd.org Cc: jason@iis.sinica.edu.tw Subject: Re: kern/64151: [jail] jailer can't control all jail processes anymore Date: Sun, 22 May 2005 13:10:17 +0200 as I understand the author of sysutils/jailer this tool is deprecated for at least FreeBSD 5.1 and newer. Also methods for starting/stopping single jails exists in the base system within /etc/rc.d/jail since beginning of 2004. This pr can be closed. From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 11:20:09 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DAB116A424 for ; Sun, 22 May 2005 11:20:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C959143D1D for ; Sun, 22 May 2005 11:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4MBK8SJ082739 for ; Sun, 22 May 2005 11:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4MBK8tR082738; Sun, 22 May 2005 11:20:08 GMT (envelope-from gnats) Date: Sun, 22 May 2005 11:20:08 GMT Message-Id: <200505221120.j4MBK8tR082738@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Juergen Unger Cc: Subject: Re: kern/64151: [jail] jailer can't control all jail processes anymore X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juergen Unger List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 11:20:09 -0000 The following reply was made to PR kern/64151; it has been noted by GNATS. From: Juergen Unger To: bug-followup@freebsd.org Cc: jason@iis.sinica.edu.tw Subject: Re: kern/64151: [jail] jailer can't control all jail processes anymore Date: Sun, 22 May 2005 13:11:16 +0200 as I understand the author of sysutils/jailer this tool is deprecated for at least FreeBSD 5.1 and newer. Also methods for starting/stopping single jails exists in the base system within /etc/rc.d/jail since beginning of 2004. This pr can be closed. From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 11:20:12 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E16BB16A41C for ; Sun, 22 May 2005 11:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B72643D1F for ; Sun, 22 May 2005 11:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4MBKCfU082746 for ; Sun, 22 May 2005 11:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4MBKCoK082745; Sun, 22 May 2005 11:20:12 GMT (envelope-from gnats) Date: Sun, 22 May 2005 11:20:12 GMT Message-Id: <200505221120.j4MBKCoK082745@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Juergen Unger Cc: Subject: Re: kern/64151: [jail] jailer can't control all jail processes anymore X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juergen Unger List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 11:20:13 -0000 The following reply was made to PR kern/64151; it has been noted by GNATS. From: Juergen Unger To: bug-followup@freebsd.org Cc: jason@iis.sinica.edu.tw Subject: Re: kern/64151: [jail] jailer can't control all jail processes anymore Date: Sun, 22 May 2005 13:12:00 +0200 as I understand the author of sysutils/jailer this tool is deprecated for at least FreeBSD 5.1 and newer. Also methods for starting/stopping single jails exists in the base system within /etc/rc.d/jail since beginning of 2004. This pr can be closed. From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 11:40:05 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E29E116A41C for ; Sun, 22 May 2005 11:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 659F043D53 for ; Sun, 22 May 2005 11:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4MBe5t0084216 for ; Sun, 22 May 2005 11:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4MBe5I5084215; Sun, 22 May 2005 11:40:05 GMT (envelope-from gnats) Date: Sun, 22 May 2005 11:40:05 GMT Message-Id: <200505221140.j4MBe5I5084215@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: Re: kern/64151: [jail] jailer can't control all jail processes anymore X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 11:40:06 -0000 The following reply was made to PR kern/64151; it has been noted by GNATS. From: Maxim Konovalov To: Juergen Unger Cc: bug-followup@freebsd.org Subject: Re: kern/64151: [jail] jailer can't control all jail processes anymore Date: Sun, 22 May 2005 15:29:58 +0400 (MSD) > as I understand the author of sysutils/jailer this tool is > deprecated for at least FreeBSD 5.1 and newer. Also methods for > starting/stopping single jails exists in the base system > within /etc/rc.d/jail since beginning of 2004. > > This pr can be closed. We need to teach the port then. -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 14:00:25 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2794516A41C for ; Sun, 22 May 2005 14:00:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A333A43D4C for ; Sun, 22 May 2005 14:00:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4ME0O3H003630 for ; Sun, 22 May 2005 14:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4ME0OrA003629; Sun, 22 May 2005 14:00:24 GMT (envelope-from gnats) Resent-Date: Sun, 22 May 2005 14:00:24 GMT Resent-Message-Id: <200505221400.j4ME0OrA003629@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Adrian Steinmann Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C1D716A41C; Sun, 22 May 2005 13:56:05 +0000 (GMT) (envelope-from ast@marabu.ch) Received: from oneplusone.ch (oneplusone.ch [212.55.208.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id B927E43D1D; Sun, 22 May 2005 13:56:04 +0000 (GMT) (envelope-from ast@marabu.ch) Received: from oneplusone.ch (localhost [127.0.0.1]) by oneplusone.ch (8.13.3/8.13.3) with ESMTP id j4MDu2Ex058405 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 22 May 2005 15:56:02 +0200 (CEST) (envelope-from ast@marabu.ch) Received: (from uucp@localhost) by oneplusone.ch (8.13.3/8.13.3/Submit) with UUCP id j4MDu2tP058404; Sun, 22 May 2005 15:56:02 +0200 (CEST) (envelope-from ast@marabu.ch) Received: from pano.marabu.ch (localhost [127.0.0.1]) by pano.marabu.ch (8.13.3/8.13.3) with ESMTP id j4MDmP8R014806; Sun, 22 May 2005 15:48:25 +0200 (CEST) (envelope-from ast@pano.marabu.ch) Received: (from ast@localhost) by pano.marabu.ch (8.13.3/8.13.3/Submit) id j4MDmPXi014805; Sun, 22 May 2005 15:48:25 +0200 (CEST) (envelope-from ast) Message-Id: <200505221348.j4MDmPXi014805@pano.marabu.ch> Date: Sun, 22 May 2005 15:48:25 +0200 (CEST) From: Adrian Steinmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: phk@FreeBSD.org Subject: kern/81360: [patch] generic bios_string for GPIO/watchdog on Soekris/PCEngines/Advantech X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Adrian Steinmann List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 14:00:25 -0000 >Number: 81360 >Category: kern >Synopsis: [patch] generic bios_string for GPIO/watchdog on Soekris/PCEngines/Advantech >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 22 14:00:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Adrian Steinmann >Release: FreeBSD 5.4-STABLE i386 >Organization: Webgroup Consulting AG >Environment: System: FreeBSD pano.marabu.ch 5.4-STABLE FreeBSD 5.4-STABLE #1: Sun May 8 10:51:49 CEST 2005 root@pano.marabu.ch:/r/usr/obj/usr/src/sys/PANO i386 Tested on platforms which use the Geode or Elan processors; i.e.: Soekris net45xx and net4801 platforms Advantech PCM-582x platforms PC Engines WRAP >Description: i386/geode.c wasn't finding the PC Engines signature, the second argument needs to be > 0xf9000 in the call: bios_string(0xf9000, 0xf9000, "PC Engines WRAP.1C ", 0) Fixing this, I found it to be nice for bios_string to work more generically to find other info in the BIOS OEM area. As another side effect, watchdog() is now supported on Advantech boxes when options CPU_GEODE is specified in the kernel config. >How-To-Repeat: boot kernel with options CPU_SOEKRIS and options CPU_GEODE on PC Engines platforms >Fix: The patches (files.i386 too different in RELENG_5/HEAD) at http://webgroup.ch/FreeBSD/bios_oem_strings.patch_HEAD http://webgroup.ch/FreeBSD/bios_oem_strings.patch_RELENG_5 now positively identify specific CPU_GEODE and CPU_ELAN platforms, i.e.: Elan-mmcr Soekris net45xx comBIOS ver. 1.26a 20040819 Copyright (C) 2000-2004 Geode Soekris net4801 comBIOS ver. 1.27a 20041206 Copyright (C) 2000-2004 Geode PCM-5823 BIOS V1.12 (08/12/2002) 06/07/2002-GXm-Cx5530-2A434AKCC-00 Geode PC Engines WRAP.1C v1.03 tinyBIOS V1.4a (C)1997-2003 These dmesg strings are emitted at boot time and are also used in i386/geode.c and i386/elan-mmcr.c for controlling the logic of GPIO device configuration. The undocumented bios_string() is replaced by a more generic bios_oem_strings(9) routine, now documented in bios(9). As a side effect, watchdog(8) is now easily supported on Advantech PCM-582x platforms when options CPU_GEODE is specified in the kernel config. PS. There was a recent thread on this in -hackers starting at Message-ID: <17037.14274.229768.369886@zaphod.home.loc> >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 16:40:03 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D736B16A41C for ; Sun, 22 May 2005 16:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C9D743D53 for ; Sun, 22 May 2005 16:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4MGe2FN023766 for ; Sun, 22 May 2005 16:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4MGe2wQ023765; Sun, 22 May 2005 16:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 22 May 2005 16:40:02 GMT Resent-Message-Id: <200505221640.j4MGe2wQ023765@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mats Mellstrand Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD9A816A41C for ; Sun, 22 May 2005 16:36:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBBA43D4C for ; Sun, 22 May 2005 16:36:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MGaxve097030 for ; Sun, 22 May 2005 16:36:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4MGaxet097029; Sun, 22 May 2005 16:36:59 GMT (envelope-from nobody) Message-Id: <200505221636.j4MGaxet097029@www.freebsd.org> Date: Sun, 22 May 2005 16:36:59 GMT From: Mats Mellstrand To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81364: rexecd mangels the username X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 16:40:04 -0000 >Number: 81364 >Category: misc >Synopsis: rexecd mangels the username >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 May 22 16:40:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mats Mellstrand >Release: 5.4 >Organization: >Environment: FreeBSD a12.mellstrand.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat May 21 21:18:47 CEST 2005 mats@a12.mellstrand.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: I am using a windows based X11 display server, X-win-32. When connecting to my host running FreeBSD using rexec I get the folloing in /var/log/messages: May 22 14:10:03 a12 rexecd[471]: pA^E^H LOGIN REFUSED from h59 and the connection fails. >How-To-Repeat: allways >Fix: in the source file, /usr/src/libexec/rexecd/rexecd.c, commenting line 198 197 !pam_ok(pam_acct_mgmt(pamh, pam_flags)) || 198 /* !pam_ok(pam_get_item(pamh, PAM_USER, (const void **)&user)) || */ 199 (pwd = xgetpwnam(user, &pwd_storage, &pwdbuf, >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 19:40:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A102516A41C for ; Sun, 22 May 2005 19:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A5043D5D for ; Sun, 22 May 2005 19:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4MJe2kt043445 for ; Sun, 22 May 2005 19:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4MJe2Se043444; Sun, 22 May 2005 19:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 22 May 2005 19:40:02 GMT Resent-Message-Id: <200505221940.j4MJe2Se043444@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicolas Blais Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF66B16A41C for ; Sun, 22 May 2005 19:34:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C0743D55 for ; Sun, 22 May 2005 19:34:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MJY8qG057824 for ; Sun, 22 May 2005 19:34:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4MJY8U8057823; Sun, 22 May 2005 19:34:08 GMT (envelope-from nobody) Message-Id: <200505221934.j4MJY8U8057823@www.freebsd.org> Date: Sun, 22 May 2005 19:34:08 GMT From: Nicolas Blais To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81368: FIX: kdenetwork 3.4 - Kopete doesn't work with msn X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 19:40:02 -0000 >Number: 81368 >Category: misc >Synopsis: FIX: kdenetwork 3.4 - Kopete doesn't work with msn >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 22 19:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Nicolas Blais >Release: 6-CURRENT >Organization: >Environment: FreeBSD clk01a 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sun May 22 10:51:41 EDT 2005 root@clk01a:/usr/obj/usr/src/sys/CLK01A i386 >Description: With recent changes to the msn login server, kopete can't login to msn messenger anymore. >How-To-Repeat: Try to login to your msn messenger account with kopete, it will not work. >Fix: I made an updated port based on official updates @ svn://anonsvn.kde.org/home/kde/branches/KDE/3.4/kdenetwork/kopete info @ http://bugs.kde.org/show_bug.cgi?id=105929 Here is my updated port + patches : http://66.130.198.54:8081/FreeBSD/kdenetwork.tbz Everything seem to patch/compile/install correctly, unfortunatly I'm unabled to have a newly created file: kopete/protocols/msn/sslloginhandler.cpp linked to the kopete shared library and therefore kopete quits with the following obvious message: /libexec/ld-elf.so.1: /usr/local/lib/libkopete_msn_shared.so.0: Undefined symbol "_ZN15SslLoginHandlerC1Ev" You can check make's output at: http://66.130.198.54:8081/FreeBSD/kdenetwork_make.txt Can someone check why sslloginhandler.cpp is not being compiled while it is in Makefile.am? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 19:46:27 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D252E16A41F; Sun, 22 May 2005 19:46:27 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9548D43D48; Sun, 22 May 2005 19:46:27 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4MJkR5A043709; Sun, 22 May 2005 19:46:27 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4MJkRH5043705; Sun, 22 May 2005 19:46:27 GMT (envelope-from linimon) Date: Sun, 22 May 2005 19:46:27 GMT From: Mark Linimon Message-Id: <200505221946.j4MJkRH5043705@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, kde@FreeBSD.org Cc: Subject: Re: ports/81368: FIX: kdenetwork 3.4 - Kopete doesn't work with msn X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 19:46:28 -0000 Synopsis: FIX: kdenetwork 3.4 - Kopete doesn't work with msn Responsible-Changed-From-To: freebsd-bugs->kde Responsible-Changed-By: linimon Responsible-Changed-When: Sun May 22 19:45:48 GMT 2005 Responsible-Changed-Why: Make this a 'ports' bug and assign to KDE team. http://www.freebsd.org/cgi/query-pr.cgi?pr=81368 From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 19:50:03 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C2D716A41F for ; Sun, 22 May 2005 19:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0482543D5F for ; Sun, 22 May 2005 19:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4MJo2im043834 for ; Sun, 22 May 2005 19:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4MJo2Pf043833; Sun, 22 May 2005 19:50:02 GMT (envelope-from gnats) Resent-Date: Sun, 22 May 2005 19:50:02 GMT Resent-Message-Id: <200505221950.j4MJo2Pf043833@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Harold Karloff Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA67816A41C for ; Sun, 22 May 2005 19:44:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C808143D1D for ; Sun, 22 May 2005 19:44:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4MJix4k059142 for ; Sun, 22 May 2005 19:44:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4MJixHY059141; Sun, 22 May 2005 19:44:59 GMT (envelope-from nobody) Message-Id: <200505221944.j4MJixHY059141@www.freebsd.org> Date: Sun, 22 May 2005 19:44:59 GMT From: Harold Karloff To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81370: gnome2-office fails to install X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 19:50:03 -0000 >Number: 81370 >Category: misc >Synopsis: gnome2-office fails to install >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 22 19:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Harold Karloff >Release: 5.3 >Organization: >Environment: FreeBSD BSD.localhost.local 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Attempting to install gnome2-office using pkg_add -r gnome2-office fails. Package doesn't install. Attempting to obtain source to 'make', no files exist. Attempt to build from CVSup'd directory, work directory is empty >How-To-Repeat: Install gnome2-office >Fix: I suspect a file is missing. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 19:55:59 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8393216A41C; Sun, 22 May 2005 19:55:59 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A8E943D54; Sun, 22 May 2005 19:55:59 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from freefall.freebsd.org (kris@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4MJtxlo044037; Sun, 22 May 2005 19:55:59 GMT (envelope-from kris@freefall.freebsd.org) Received: (from kris@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4MJtweY044033; Sun, 22 May 2005 19:55:58 GMT (envelope-from kris) Date: Sun, 22 May 2005 19:55:58 GMT From: Kris Kennaway Message-Id: <200505221955.j4MJtweY044033@freefall.freebsd.org> To: ModelT20@canada.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: misc/81370: gnome2-office fails to install X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 19:55:59 -0000 Synopsis: gnome2-office fails to install State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sun May 22 19:54:59 GMT 2005 State-Changed-Why: Support requests should be sent to freebsd-questions@FreeBSD.org or to the port maintainers. When you do so, please provide much more detailed information, i.e. the exact commands you are trying and the exact output you receive from the system. http://www.freebsd.org/cgi/query-pr.cgi?pr=81370 From owner-freebsd-bugs@FreeBSD.ORG Sun May 22 20:40:07 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C6E016A41C for ; Sun, 22 May 2005 20:40:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A471643D48 for ; Sun, 22 May 2005 20:40:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4MKe6fd050656 for ; Sun, 22 May 2005 20:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4MKe6YV050655; Sun, 22 May 2005 20:40:06 GMT (envelope-from gnats) Resent-Date: Sun, 22 May 2005 20:40:06 GMT Resent-Message-Id: <200505222040.j4MKe6YV050655@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Wojciech A. Koszek" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC4F16A41C for ; Sun, 22 May 2005 20:35:37 +0000 (GMT) (envelope-from dunstan@freebsd.czest.pl) Received: from freebsd.czest.pl (silver.iplus.pl [80.48.250.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73DC643D1D for ; Sun, 22 May 2005 20:35:35 +0000 (GMT) (envelope-from dunstan@freebsd.czest.pl) Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4]) by freebsd.czest.pl (8.12.10/8.12.9) with ESMTP id j4MKkWLh050104 for ; Sun, 22 May 2005 20:46:32 GMT (envelope-from dunstan@freebsd.czest.pl) Received: (from dunstan@localhost) by freebsd.czest.pl (8.12.10/8.12.9/Submit) id j4MKkVxg050103; Sun, 22 May 2005 20:46:31 GMT (envelope-from dunstan) Message-Id: <200505222046.j4MKkVxg050103@freebsd.czest.pl> Date: Sun, 22 May 2005 20:46:31 GMT From: "Wojciech A. Koszek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/81371: [PATCH] ng_socket: 2nd "int error" hides real error code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Wojciech A. Koszek" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2005 20:40:07 -0000 >Number: 81371 >Category: kern >Synopsis: [PATCH] ng_socket: 2nd "int error" hides real error code >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 May 22 20:40:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Wojciech A. Koszek >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD dunstan.freebsd.czest.pl 5.4-STABLE FreeBSD 5.4-STABLE #5: Sun May 8 11:57:11 CEST 2005 dunstan@dunstan.freebsd.czest.pl:/usr/obj/usr/src/sys/HOME8 i386 >Description: There is a redundant declaration ("int error") in sys/netgraph/ng_socket.c. 'error' is declared in ngc_send() and initialized with zero. Second 'error' is declared in block responsible for loading needed Netgraph modules. If module does not exist (linker_load_module()), 'error' in block's scope is equal to 2, but 'error' in function's scope is returned while it's value is not changed (still equal to zero). >How-To-Repeat: root@dunstan:(/)# ls /boot/kernel/ng_device.ko ls: /boot/kernel/ng_device.ko: No such file or directory root@dunstan:(/)# ngctl [..] + mkpeer . device d d + list There are 1 total nodes: Name: ngctl1040 Type: socket ID: 00000001 Num hooks: 0 >Fix: Patch [diff.0.ng_socket.c] removes second declaration of error. --- diff.0.ng_socket.c begins here --- Index: src/sys/netgraph/ng_socket.c =================================================================== RCS file: /home/ncvs/src/sys/netgraph/ng_socket.c,v retrieving revision 1.64 diff -r1.64 ng_socket.c 286d285 < int error; --- diff.0.ng_socket.c ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 04:45:35 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF0BD16A41C for ; Mon, 23 May 2005 04:45:35 +0000 (GMT) (envelope-from xqufa@yokohama.riken.jp) Received: from ykdmp02.yokohama.riken.go.jp (ykdmp02.yokohama.riken.go.jp [134.160.82.31]) by mx1.FreeBSD.org (Postfix) with SMTP id 6E3D043D49 for ; Mon, 23 May 2005 04:45:34 +0000 (GMT) (envelope-from xqufa@yokohama.riken.jp) Received: (qmail 7836 invoked by uid 0); 23 May 2005 13:45:33 +0900 Received: from unknown (HELO ykmail01.yokohama.riken.go.jp) (127.0.0.1) by 0 with SMTP; 23 May 2005 13:45:33 +0900 Received: from ([mail.gsc.riken.go.jp (134.160.82.32)]) by ykdmp02 (InterScan E-Mail VirusWall Unix); Mon, 23 May 2005 13:45:33 +0900 (JST) Received: (qmail 91775 invoked by uid 0); 23 May 2005 04:45:33 -0000 Received: from unknown (HELO ?192.168.16.40?) (134.160.83.104) by mail.gsc.riken.go.jp with SMTP; 23 May 2005 04:45:33 -0000 Message-ID: <429160D4.3080904@yokohama.riken.jp> Date: Mon, 23 May 2005 13:49:24 +0900 From: Nathan Butcher User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: ja, en-us, en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: Suspected bug on FreeBSD 5.4 RAID problems on Fujitsu RX300 hardware X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 04:45:36 -0000 I'm having difficulties installing the recently released FreeBSD 5.4 onto a particular Fujitsu RX300 server. According to the start up BIOS messages, these machines use an Adaptec I2O Raid Controller. Given what's happened, I think there's a bug in the RAID driver. As the kernel loads up from the CD before the installation screens, the kernel produces a Hard Disk related error a few times:- ata1-master : FAILURE ATAPI_IDENTIFY timed out This is a special case as I have had no problems booting up FreeBSD 5.4 on similar RX300 hardware with identical RAID and BIOS settings. The only thing different between the booting and non-booting servers appears to be the hard drives. Both machines have 3 hard drives, and RAID-1 has been set up to use two of those drives (the third drive is a spare). The RAID BIOS settings are identical on both machines with the exception being the size of the hard drives between them. Non working server:- FUJITSU MAP3147NC Capacity 137GB Working server:- FUJITSU MAP3735NC Capacity 68GB Also something interesting was noticed in the kernel messages (sorry, no way to get an actual logfile of this) :- Non working server:- md0: Preloaded Image 4423680bytes at 0xc09dde24 ata1-master : FAILURE ATAPI_IDENTIFY timed out Working server:- md0: Preloaded Image 4423680bytes at 0xc09dde24 acd0: CDROM at ata1-master PIO 4 So what's really going on? Is the CD-ROM drive on the non-working server hooked up the wrong way, or can't the RAID driver handle disk sizes that are too big (bigger than 120GB maybe, like old PCI IDE cards)? Could it be a bug? As a side note, I have tried installing FreeBSD 4.11 on the server that won't boot 5.4, and it seems to work. Then I tried 5.3 on it, but that failed as well. I'm going to see if changing the hard drives to something smaller helps. From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 09:20:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E49B316A41C for ; Mon, 23 May 2005 09:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0717943D1F for ; Mon, 23 May 2005 09:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4N9K1OF093176 for ; Mon, 23 May 2005 09:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4N9K1K3093175; Mon, 23 May 2005 09:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 23 May 2005 09:20:01 GMT Resent-Message-Id: <200505230920.j4N9K1K3093175@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rayene Ben Rayana Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E50BA16A41C for ; Mon, 23 May 2005 09:11:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB0EB43D54 for ; Mon, 23 May 2005 09:11:10 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4N9BAaM021387 for ; Mon, 23 May 2005 09:11:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4N9BAi0021386; Mon, 23 May 2005 09:11:10 GMT (envelope-from nobody) Message-Id: <200505230911.j4N9BAi0021386@www.freebsd.org> Date: Mon, 23 May 2005 09:11:10 GMT From: Rayene Ben Rayana To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: gnu/81389: ( usermode ppp ) LCP Negotiation Never Finishes, one of the sides never transmit an ackppp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 09:20:03 -0000 >Number: 81389 >Category: gnu >Synopsis: ( usermode ppp ) LCP Negotiation Never Finishes, one of the sides never transmit an ackppp >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 23 09:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Rayene Ben Rayana >Release: 5.3 >Organization: ENSI >Environment: FreeBSD l2tp-lns 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: I'm trying to get usermode ppp working over an L2TP tunnel (ppp is started in -direct mode). The problem is that ppp is unable to accomplish LCP negociation (it can rarely do it). I examined the log Files on the two sides, and here are my conclusions machine A sends an LCP request (MRU = 1500) (Stopped --7 ReqSent) After receiving that request, B sends his REQUEST and logs that it has sent an ack to A. (Stopped --7 AckSent). In reality, It sends only a request (Ethereal Capture). machine A receives the request and sends an ack (ReqSent --7 AckSent). machine B receives the ack. (AckSent --7 Opened). It sends an identification. machine Is still waiting for the Ack --7 Timeout (3 sec by default). ( machine A re-sends a request, Machine B re-sends a request and an ack (I insist that the ack is not really transmitted, It's ppp.log'd) And we repeat the same sequence 5 times. (default LCP retries) In ethereal, I can see : -------------1st iteration------------- A to B : LCP Config Request (id = 1) B to A : LCP Config Request (id = 1) A to B : LCP Config Ack (id = 1) B to A : LCP Identification (id = 0) -------------2nd iteration------------- A to B : LCP Config Request (id = 1) B to A : LCP Config Request (id = 2) A to B : LCP Config Ack (id = 2) B to A : LCP Identification (id = 1) -------------3rd iteration------------- A to B : LCP Config Request (id = 2) B to A : LCP Config Request (id = 3) A to B : LCP Config Ack (id = 3) B to A : LCP Identification (id = 2) -------------4th iteration------------- .. -------------5th iteration------------- .. Here's the Log of machine B (the one that doesn't send the ack) It's seems long but there's repetition. May 23 09:46:32 manooba ppp[712]: LCP: FSM: Using "deflink" as a transport May 23 09:46:32 manooba ppp[712]: LCP: deflink: State change Initial --> Closed May 23 09:46:32 manooba ppp[712]: LCP: deflink: State change Closed --> Stopped May 23 09:46:33 manooba ppp[712]: LCP: deflink: RecvConfigReq(1) state = Stopped May 23 09:46:33 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:33 manooba ppp[712]: LCP: MAGICNUM[6] 0x18557c3a May 23 09:46:33 manooba ppp[712]: LCP: deflink: SendConfigReq(1) state = Stopped May 23 09:46:33 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:33 manooba ppp[712]: LCP: MAGICNUM[6] 0x14d00770 May 23 09:46:33 manooba ppp[712]: LCP: deflink: SendConfigAck(1) state = Stopped May 23 09:46:33 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:33 manooba ppp[712]: LCP: MAGICNUM[6] 0x18557c3a May 23 09:46:33 manooba ppp[712]: LCP: deflink: LayerStart May 23 09:46:33 manooba ppp[712]: LCP: deflink: State change Stopped --> Ack-Sent May 23 09:46:33 manooba ppp[712]: LCP: deflink: RecvConfigAck(1) state = Ack-Sent May 23 09:46:33 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:33 manooba ppp[712]: LCP: MAGICNUM[6] 0x14d00770 May 23 09:46:33 manooba ppp[712]: LCP: deflink: State change Ack-Sent --> Opened May 23 09:46:33 manooba ppp[712]: LCP: deflink: LayerUp May 23 09:46:33 manooba ppp[712]: LCP: deflink: SendIdent(0) state = Opened May 23 09:46:33 manooba ppp[712]: LCP: MAGICNUM 14d00770 May 23 09:46:33 manooba ppp[712]: LCP: TEXT user-ppp 3.2 (built Nov 4 2004) May 23 09:46:36 manooba ppp[712]: LCP: deflink: RecvConfigReq(1) state = Opened May 23 09:46:36 manooba ppp[712]: LCP: deflink: LayerDown May 23 09:46:36 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:36 manooba ppp[712]: LCP: MAGICNUM[6] 0x18557c3a May 23 09:46:36 manooba ppp[712]: LCP: deflink: SendConfigReq(2) state = Opened May 23 09:46:36 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:36 manooba ppp[712]: LCP: MAGICNUM[6] 0x11b37491 May 23 09:46:36 manooba ppp[712]: LCP: deflink: SendConfigAck(1) state = Opened May 23 09:46:36 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:36 manooba ppp[712]: LCP: MAGICNUM[6] 0x18557c3a May 23 09:46:36 manooba ppp[712]: LCP: deflink: State change Opened --> Ack-Sent May 23 09:46:36 manooba ppp[712]: LCP: deflink: RecvConfigAck(2) state = Ack-Sent May 23 09:46:36 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:36 manooba ppp[712]: LCP: MAGICNUM[6] 0x11b37491 May 23 09:46:36 manooba ppp[712]: LCP: deflink: State change Ack-Sent --> Opened May 23 09:46:36 manooba ppp[712]: LCP: deflink: LayerUp May 23 09:46:36 manooba ppp[712]: LCP: deflink: SendIdent(1) state = Opened May 23 09:46:36 manooba ppp[712]: LCP: MAGICNUM 11b37491 May 23 09:46:36 manooba ppp[712]: LCP: TEXT user-ppp 3.2 (built Nov 4 2004) May 23 09:46:39 manooba ppp[712]: LCP: deflink: RecvConfigReq(2) state = Opened May 23 09:46:39 manooba ppp[712]: LCP: deflink: LayerDown May 23 09:46:39 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:39 manooba ppp[712]: LCP: MAGICNUM[6] 0x18557c3a May 23 09:46:39 manooba ppp[712]: LCP: deflink: SendConfigReq(3) state = Opened May 23 09:46:39 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:39 manooba ppp[712]: LCP: MAGICNUM[6] 0x4e4ac1eb May 23 09:46:39 manooba ppp[712]: LCP: deflink: SendConfigAck(2) state = Opened May 23 09:46:39 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:39 manooba ppp[712]: LCP: MAGICNUM[6] 0x18557c3a May 23 09:46:39 manooba ppp[712]: LCP: deflink: State change Opened --> Ack-Sent May 23 09:46:39 manooba ppp[712]: LCP: deflink: RecvConfigAck(3) state = Ack-Sent May 23 09:46:39 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:39 manooba ppp[712]: LCP: MAGICNUM[6] 0x4e4ac1eb May 23 09:46:39 manooba ppp[712]: LCP: deflink: State change Ack-Sent --> Opened May 23 09:46:39 manooba ppp[712]: LCP: deflink: LayerUp May 23 09:46:39 manooba ppp[712]: LCP: deflink: SendIdent(2) state = Opened May 23 09:46:39 manooba ppp[712]: LCP: MAGICNUM 4e4ac1eb May 23 09:46:39 manooba ppp[712]: LCP: TEXT user-ppp 3.2 (built Nov 4 2004) May 23 09:46:42 manooba ppp[712]: LCP: deflink: RecvConfigReq(3) state = Opened May 23 09:46:42 manooba ppp[712]: LCP: deflink: LayerDown May 23 09:46:42 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:42 manooba ppp[712]: LCP: MAGICNUM[6] 0x18557c3a May 23 09:46:42 manooba ppp[712]: LCP: deflink: SendConfigReq(4) state = Opened May 23 09:46:42 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:42 manooba ppp[712]: LCP: MAGICNUM[6] 0x46fa73b0 May 23 09:46:42 manooba ppp[712]: LCP: deflink: SendConfigAck(3) state = Opened May 23 09:46:42 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:42 manooba ppp[712]: LCP: MAGICNUM[6] 0x18557c3a May 23 09:46:42 manooba ppp[712]: LCP: deflink: State change Opened --> Ack-Sent May 23 09:46:42 manooba ppp[712]: LCP: deflink: RecvConfigAck(4) state = Ack-Sent May 23 09:46:42 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:42 manooba ppp[712]: LCP: MAGICNUM[6] 0x46fa73b0 May 23 09:46:42 manooba ppp[712]: LCP: deflink: State change Ack-Sent --> Opened May 23 09:46:42 manooba ppp[712]: LCP: deflink: LayerUp May 23 09:46:42 manooba ppp[712]: LCP: deflink: SendIdent(3) state = Opened May 23 09:46:42 manooba ppp[712]: LCP: MAGICNUM 46fa73b0 May 23 09:46:42 manooba ppp[712]: LCP: TEXT user-ppp 3.2 (built Nov 4 2004) May 23 09:46:45 manooba ppp[712]: LCP: deflink: RecvConfigReq(4) state = Opened May 23 09:46:45 manooba ppp[712]: LCP: deflink: LayerDown May 23 09:46:45 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:45 manooba ppp[712]: LCP: MAGICNUM[6] 0x18557c3a May 23 09:46:45 manooba ppp[712]: LCP: deflink: SendConfigReq(5) state = Opened May 23 09:46:45 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:45 manooba ppp[712]: LCP: MAGICNUM[6] 0x7885184e May 23 09:46:45 manooba ppp[712]: LCP: deflink: SendConfigAck(4) state = Opened May 23 09:46:45 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:45 manooba ppp[712]: LCP: MAGICNUM[6] 0x18557c3a May 23 09:46:45 manooba ppp[712]: LCP: deflink: State change Opened --> Ack-Sent May 23 09:46:45 manooba ppp[712]: LCP: deflink: RecvConfigAck(5) state = Ack-Sent May 23 09:46:45 manooba ppp[712]: LCP: MRU[4] 1500 May 23 09:46:45 manooba ppp[712]: LCP: MAGICNUM[6] 0x7885184e May 23 09:46:45 manooba ppp[712]: LCP: deflink: State change Ack-Sent --> Opened May 23 09:46:45 manooba ppp[712]: LCP: deflink: LayerUp May 23 09:46:45 manooba ppp[712]: LCP: deflink: SendIdent(4) state = Opened May 23 09:46:45 manooba ppp[712]: LCP: MAGICNUM 7885184e May 23 09:46:45 manooba ppp[712]: LCP: TEXT user-ppp 3.2 (built Nov 4 2004) May 23 09:46:48 manooba ppp[712]: LCP: deflink: LayerDown May 23 09:46:48 manooba ppp[712]: LCP: deflink: State change Opened --> Starting May 23 09:46:48 manooba ppp[712]: LCP: deflink: LayerFinish May 23 09:46:48 manooba ppp[712]: LCP: deflink: State change Starting --> Initial >How-To-Repeat: Just Initiate an L2TP tunnel with the peer. The l2tpd daemon will call the ppp and In, 90% of the cases, the same bug. Sometimes It works (B sends an Ack) This happens when IPCP or IPv6CP packets are sent between LCP ones. Strange !! >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 09:45:13 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E90AF16A41C for ; Mon, 23 May 2005 09:45:13 +0000 (GMT) (envelope-from thorolf@grid.einherjar.de) Received: from naglfar.einherjar.de (naglfar.einherjar.de [194.162.37.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9538443D54 for ; Mon, 23 May 2005 09:45:13 +0000 (GMT) (envelope-from thorolf@grid.einherjar.de) Received: from core.creativenet.de ([194.162.37.1] helo=thorolf.host) by naglfar.einherjar.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.51 (FreeBSD)) id 1Da9Uh-0008OW-LB for freebsd-bugs@freebsd.org; Mon, 23 May 2005 11:45:11 +0200 Date: Mon, 23 May 2005 11:46:53 +0200 (CEST) From: Thorolf X-X-Sender: thorolf@thorolf.host To: freebsd-bugs@freebsd.org Message-ID: <20050523112829.A4016@thorolf.host> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-CRN-Score: 0.1 (/) Subject: Broken Pipes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 09:45:14 -0000 Hello list, after upgrade of my FreeBSD 5.2.1 to FreeBSD 5.4-p1 (on 20/05/2005), and FreeBSD 5.3 to 5.4-p1, I have got some strange problems with pipes. Example 1: => Checksum OK for flac-1.1.2.tar.gz. gzip: stdout: Broken pipe ... ===> flac-1.1.2 depends on shared library: ogg.5grep: writing output: Broken pipe grep: writing output: Broken pipe ... Example 2: ===> Installing for wmnd-0.4.11 ===> wmnd-0.4.11 depends on shared library: X11.6grep: writing output: Broken pipe grep: writing output: Broken pipe ... I have checked this commands in /usr/ports/Mk/bsd.port.mk, and started it multiple times on the shell. For example: [139]-thorolf@thorolf:ttyp5[~] >ldconfig -r | grep -vwF -e "/usr/local/lib/compat/" | grep -qwE -e '-lcrypt.2' [140]-thorolf@thorolf:ttyp5[~] >ldconfig -r | grep -vwF -e "/usr/local/lib/compat/" | grep -qwE -e '-lcrypt.2' [141]-thorolf@thorolf:ttyp5[~] >ldconfig -r | grep -vwF -e "/usr/local/lib/compat/" | grep -qwE -e '-lcrypt.2' ... [144]-thorolf@thorolf:ttyp5[~] >ldconfig -r | grep -vwF -e "/usr/local/lib/compat/" | grep -qwE -e '-lcrypt.2' grep: write error: Broken pipe ... [149]-thorolf@thorolf:ttyp5[~] >ldconfig -r | grep -vwF -e "/usr/local/lib/compat/" | grep -qwE -e '-lcrypt.2' grep: writing output: Broken pipe grep: writing output: Broken pipe This errors occurs randomly. Did someone knows what is wrong? Regards, Rafal Lesniak - -- - - Run for your lives, death has arrived - - Try save your soul, run from the sound of rowing oars From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 11:00:26 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 659AB16A41C for ; Mon, 23 May 2005 11:00:26 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C5C43D48 for ; Mon, 23 May 2005 11:00:26 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NB0Qft002914 for ; Mon, 23 May 2005 11:00:26 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NB0PXd002908 for freebsd-bugs@freebsd.org; Mon, 23 May 2005 11:00:25 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 23 May 2005 11:00:25 GMT Message-Id: <200505231100.j4NB0PXd002908@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: open PR's (mis)filed to gnats-admin and in limbo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 11:00:26 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/05/23] pending/81381gnats-admin UPDATE YOUR ACCOUNT o [2005/05/23] pending/81386gnats-admin Pre-approved Application #15046IHI Mon, 2 o [2005/05/23] pending/81387gnats-admin Application approval #58084041ZX Mon, 23 o [2005/05/23] pending/81388gnats-admin Application approval #58084041ZX Mon, 23 4 problems total. Non-critical problems From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 11:00:33 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81B0F16A41C for ; Mon, 23 May 2005 11:00:33 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BB4343D48 for ; Mon, 23 May 2005 11:00:33 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NB0XvC002926 for ; Mon, 23 May 2005 11:00:33 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NB0Q4B002919 for freebsd-bugs@freebsd.org; Mon, 23 May 2005 11:00:26 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 23 May 2005 11:00:26 GMT Message-Id: <200505231100.j4NB0Q4B002919@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 11:00:33 -0000 Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2000/01/27] bin/16393 gad /bin/sh doesn't strip comments on shebang a [2001/05/10] kern/27250 bp [unionfs] [patch] unionfs filesystem pani p [2001/12/28] gnu/33262 mp gdb does not handle pending signals corre o [2002/06/08] kern/39043 Corrupted files on a FAT32 partition (wit o [2002/08/16] kern/41723 [2TB] on 1TB fs, copying files to filesys o [2002/10/25] bin/44471 qa [sysinstall] 4.6 install writes MBR even o [2003/02/16] bin/48341 qa [sysinstall] sysinstall deletes mbr altho o [2003/03/23] kern/50201 [twe] 3ware RAID 5 resulting in data corr o [2003/06/28] kern/53874 emulation /usr/ports/emulators/linux_base isn't wor o [2003/10/06] i386/57673 i386 [disklabel] Odd/dangerous disklabel behav o [2003/11/10] kern/59103 Serious data corruption reading compact f o [2003/12/12] kern/60175 panic: 5.2-RC: disk errors cause panic in o [2003/12/17] kern/60313 data destruction: lseek() misalignment si o [2004/02/16] i386/62902 i386 Data Corruption on Dell PE 600SC (Server o [2004/04/28] i386/66039 i386 panic: system panic with file system corr o [2004/05/04] bin/66261 fsck cannot recover filesystem corruption o [2004/05/11] kern/66553 rwatson SEBSD kernel compilation errors o [2004/05/27] i386/67260 i386 [boot] stack overflow after boot menu whe o [2004/07/07] kern/68757 kan rapid file creation on snapshotted filesy o [2004/08/06] kern/70096 [patch] full msdos file system causes cor o [2004/08/23] kern/70881 5.3 beta1 kernel.generic missing from /bo o [2004/09/05] i386/71395 i386 Data corrupted on Serverworks CG-SL chips o [2004/09/09] i386/71538 i386 [install] multi-homed install trashes exi o [2004/09/16] kern/71800 5.3-RELEASE crash (infinite IRQ list dump o [2004/10/21] kern/72979 unkillable process(es) stuck in `STOP' st o [2004/10/22] bin/73019 fsck_ufs: cannot alloc 607016868 bytes fo o [2004/10/27] amd64/73211 amd64 FAST_IPSEC broken on amd64 o [2004/11/19] kern/74137 FreeBSD 5.3 BTX loader stack overflows an o [2004/12/14] amd64/75043 le Vinum panic on booting from mirrored vinu o [2004/12/20] alpha/75317 alpha ATA DMA broken on PCalpha o [2005/01/05] kern/75844 phk gbde causes disk write errors and subsequ o [2005/01/18] i386/76397 i386 ata raid crashes in g_down (heavy load) o [2005/01/26] threads/76690threads fork hang in child for (-lc_r & -lthr) o [2005/02/07] kern/77234 [patch] corrupted data is read from UDF f o [2005/03/14] i386/78837 i386 Partition Table Corruption in 5.3 o [2005/05/09] kern/80805 le vinum does not start at boot and may even o [2005/05/11] threads/80887threads ULE with SMP broke libpthread/libthr on 5 o [2005/05/18] i386/81215 i386 X Freeze on Dell Inspiron 9100 with Radeo o [2005/05/20] usb/81308 usb Polling a ugen(4) control endpoint causes 39 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1997/04/02] bin/3170 vi freaks and dump core if user doesn't e s [1997/10/01] bin/4672 rdist does not do hard links right when t a [1998/05/06] bin/6536 peter pppd doesn't restore drainwait for tty o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio o [1998/11/11] bin/8646 Implement rlogind -a option f [1998/11/21] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/03/02] bin/10353 jon ypserv gets segmentation violation o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/09/11] bin/13691 fenner tcpslice cannot extract over 2GB part of s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme f [1999/09/30] ports/14048 des [patch] doscmd -r doesn't work a [1999/11/04] kern/14712 iedowse [nfs] root has access to NFS mounted dire s [1999/11/17] bin/14946 mjacob rmt - remote magtape protocol f [1999/12/26] kern/15707 bad trap in mprotect o [2000/01/02] i386/15845 imp [patch] Driver for RealTek 8029 f [2000/01/04] bin/15877 tobez Perl 5.00503 interpreter crashes with a s o [2000/01/12] kern/16090 mdodd No buffer space available p [2000/01/22] kern/16299 peadar [nfs] nfs.ko can be unloaded when nfsd is o [2000/02/21] conf/16879 tanimura [sound] Sound drivers seem to be using sh o [2000/02/24] bin/16948 qa [sysinstall] sysinstall/disklabel: bad pa o [2000/03/11] kern/17310 wpaul [patch] NIS host name resolving may loop o [2000/03/17] kern/17422 bde 4.0-STABLE: top: nlist failed s [2000/03/22] conf/17540 [nfs] NIS host lookups cause NFS mounts t o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/04/06] kern/17819 [unionfs] Build ports on nfs & union moun f [2000/04/24] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe s [2000/05/22] bin/18742 mike times.allow field parsed incorrectly p [2000/05/29] kern/18874 [2TB] 32bit NFS servers export wrong nega o [2000/06/13] i386/19245 obrien -fexpensive-optimizations buggy (even wit s [2000/06/20] bin/19405 markm telnetd sends DO AUTHENTICATION even if a o [2000/07/02] kern/19654 mbr 20 dc ports in one machine (5x 4port card s [2000/07/08] bin/19773 markm [PATCH] telnet infinite loop depending on o [2000/07/13] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/18] kern/20016 threads pthreads: Cannot set scheduling timer/Can o [2000/07/19] kern/20040 jhb Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] bin/20172 byacc 1.9 fails to generate $default tran o [2000/07/29] bin/20282 qa [sysinstall] sysinstall does not recover o [2000/07/30] i386/20308 mux [panic] vidcontrol VESA_800x600 causes a p [2000/08/03] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 perky Termios timeout parameters, VMIN, VTIME, s [2000/08/10] bin/20521 mjacob /etc/rmt several problems o [2000/08/10] kern/20523 bde Support for PCI multiport cards for sio d o [2000/08/16] bin/20633 fdisk doesn't handle LBA correctly o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/26] kern/20861 threads libc_r does not honor socket timeouts o [2000/08/29] bin/20912 marcel gdb does not recognise old executables. o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/07] bin/21089 vi silently corrupt open file on SIGINT w a [2000/09/16] kern/21304 mbr dc0 watchdog timeouts on NetGear FA310TX o [2000/09/20] misc/21406 [boot] bootinst or booteasy overwrites se o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/22] kern/21463 emulation Linux compatability mode should not allow o [2000/09/29] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/10/05] kern/21771 rik Fix for sppp and Cronyx drivers update a [2000/10/07] kern/21808 [patch] msdosfs incorrectly handles vnode o [2000/10/15] kern/21998 green [patch] ident only for outgoing connectio o [2000/10/20] kern/22142 cjc securelevel does not affect mount f [2000/10/25] bin/22291 [nfs] getcwd() fails on recently-modified o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor o [2000/11/13] kern/22826 emulation Memory limits have no effect in linux com a [2000/11/14] bin/22846 bms Routed does not reflect preference of Int f [2000/11/18] i386/22944 tegge isa_dmainit fails on machines with 512MB o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] bin/23098 ambrisko [patch] [sysinstall] if installing on a s o [2000/12/14] kern/23535 imp 4.x kernels seem to no longer support Ada o [2001/01/04] kern/24074 mdodd Properties of token-ring protocol must be o [2001/01/05] kern/24085 syncing on shutdown leaves filesystem dir o [2001/01/07] docs/24125 wes connect(2) can yield EWOULDBLOCK/EAGAIN o [2001/01/12] bin/24271 dumpon should check its argument more f [2001/01/16] bin/24391 mbr cannot kill amd after interface disappear o [2001/01/19] bin/24461 Being able to increase the YP timeout wit o [2001/01/20] threads/24472threads libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/25] kern/24629 harti ng_socket failes to declare connected dat o [2001/01/25] threads/24632threads libc_r delicate deviation from libc in ha o [2001/01/25] kern/24641 threads pthread_rwlock_rdlock can deadlock s [2001/01/30] kern/24740 cy filesystem corruption CFP1080 CAM SCSI ca o [2001/02/10] kern/24982 stack gap usage o [2001/02/11] i386/24997 /boot/loader cannot handle extended dos p o [2001/02/11] ports/25007 max telnetx problem on 4.x p [2001/02/13] kern/25067 able to mount a pathname > 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/05] bin/25542 standards /bin/sh: null char in quoted string o [2001/03/13] i386/25781 i386 Statclocks cannot be disabled on ServerWo p [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] bin/25851 qa [patch] security hole in anonymous FTP se o [2001/03/18] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/19] kern/25910 sound [sound] Kernel sound driver may die if a o [2001/03/19] bin/25929 qa [fixit] Can't use MAKEDEV in fixit mount o [2001/03/20] kern/25950 obrien Bad drives on asr look zero-length and pa a [2001/03/22] kern/25986 andre Socket would hang at LAST_ACK forever. o [2001/03/23] kern/26035 sound [sound] [hang] system hangs when playing o [2001/03/24] kern/26048 obrien 4.3-RC: SMP and asr driver don't work to a [2001/03/27] kern/26142 [nfs] Unlink fails on NFS mounted filesys o [2001/03/28] kern/26171 emulation not work Linux-emulator, but hi is work i o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] bin/26320 alfred [mount] [patch] mountd breaks IRIX automo a [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/08] kern/26430 sound [sound] -CURRENT panics on cat /dev/dsp o o [2001/04/10] kern/26486 [patch] setnetgrent hangs when netgroup c o [2001/04/25] bin/26842 dd dump with h flag takes a very long time a [2001/04/26] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/27] bin/26897 qa [sysinstall] 4.3R sysinstall fails to cre o [2001/05/03] kern/27059 scsi (symbios) SCSI subsystem hangs under heav f [2001/05/11] kern/27275 kernel bug ? (negative sbsize) o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter s [2001/05/22] kern/27543 /proc/cpuinfo does not handle SMP hosts o [2001/05/24] docs/27605 doc Cross-document references () o [2001/05/27] kern/27694 sound [sound] Panic in csa(4) f [2001/05/29] bin/27729 qa [sysinstall] the ls120 device "afd" does a [2001/06/05] kern/27893 sos can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] conf/27896 Error in /etc/exports invalidates entire o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. s [2001/06/14] ports/28138 perky python os.statvfs module is not functiona o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/29] kern/28508 scsi problems with backup to Tandberg SLR40 st o [2001/07/04] kern/28692 sound [sound] ICH sound driver hangs kernel o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys f [2001/07/23] kern/29170 ru ARP request fails after "bad gateway valu o [2001/07/27] bin/29253 natd forgets about udp connections o [2001/08/02] bin/29375 qa [sysinstall] disk editor gets confused by o [2001/08/03] kern/29421 Update a file with mmap will cause mtime/ o [2001/08/05] kern/29465 sound [sound] Can't probe NeoMagic 256AX audio f [2001/08/11] kern/29626 ifconfig causes kernel panic in 4.4-PRERE o [2001/08/13] kern/29686 kevent EV_ADD EVFILT_WRITE does the wrong o [2001/08/15] bin/29725 dwmalone [PATCH] Fixed segmentation fault in simpl o [2001/08/17] bin/29808 ypserv dumps core in yp_find_db o [2001/08/20] bin/29903 ypbind loses connection to NIS master and o [2001/08/23] kern/29983 imp Problem with "TI PCI-1250 PCI-CardBus Bri o [2001/08/27] kern/30125 btx/bootloader dumps very often if serial f [2001/08/28] kern/30160 [panic] kernel panic when flash disk is r f [2001/08/29] i386/30206 mdodd [boot] PS/2 server 85 can't boot kern.flp o [2001/08/30] kern/30223 [patch] Using /usr/share/examples/kld/cde p [2001/08/31] bin/30235 /usr/sbin/portmap cannot listen to localh o [2001/08/31] kern/30241 gibbs System crash w/err: AHC0; AHC_INTR - refe o [2001/09/04] bin/30310 top does not show CPU usage o [2001/09/06] conf/30399 Have Fortran use the CPUTYPE variable o [2001/09/10] kern/30482 calcru calls printf while holding a spin o [2001/09/10] alpha/30486 alpha AlphaServer DS10 floppy access is broken o [2001/09/10] alpha/30487 alpha Floppy access on AlphaServer DS20 solid l o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/17] kern/30630 fenner Failure to check for existence of interfa o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename a [2001/09/24] i386/30802 gibbs repeat of i386/22760. Adaptec SCSI contro o [2001/09/26] bin/30837 qa [sysinstall] sysinstall doesn't set the s o [2001/09/27] i386/30860 [hang] While install after "Mounting root o [2001/09/27] bin/30869 dump(8) does not dump all files of a file s [2001/09/29] i386/30921 [kbd] ACER mechanic ps/2 keyboard don´t w o [2001/10/01] kern/30948 ls'ing mounted brand new floppy locks up o [2001/10/01] kern/30958 rwatson QUOTA with 0 bytes in quota.user hangs up f [2001/10/01] bin/30966 fenner TCPdump repeating on Radius accounting pa o [2001/10/01] kern/30971 peter [nfs] NFS client modification time resolu s [2001/10/04] kern/31047 Linux programs do not dump core in linux o [2001/10/07] kern/31102 wpaul lge + Pentium III data transmission probl o [2001/10/14] kern/31266 cjc System can be crashed with "ls -al /flopp o [2001/10/15] bin/31304 joe [patch] fix crunchgen to work with more c o [2001/10/18] bin/31363 qa [sysinstall] "partition editor" silently o [2001/10/30] conf/31631 "MAC address" can't be acquired properly. o [2001/11/04] kern/31746 failed connect(2) seems to cause problems o [2001/11/06] kern/31790 [nfs] problem with NFS and jail() o [2001/11/12] kern/31940 nge gigabit adapter link reset and slow t o [2001/11/14] i386/31979 [kbd] Setup and boot locks Compaq Armada o [2001/11/19] kern/32098 semctl() does not propagate permissions a [2001/11/19] kern/32118 mbr 21143 with dc driver will not select 10ba o [2001/11/20] ports/32121 x11 XFree86-4-Server: xf86cfg 4.1.0 writes ba o [2001/11/26] bin/32295 threads pthread dont dequeue signals o [2001/11/28] kern/32353 if kern.maxproc > 512 sybase ASE 11.9.2( o [2001/11/29] bin/32374 vi -r doesn't work, file contained unexpe o [2001/12/08] bin/32619 des libfetch does not use RFC 1738's definito o [2001/12/10] kern/32668 peter [nfs] NFS directory removal problems mani o [2001/12/11] bin/32686 wosch locate command dumps a core file with bro f [2001/12/13] bin/32791 ru FreeBSD's man(1) utility vulnerable to ol f [2001/12/13] kern/32797 glebius [netgraph] Problem with IPX and netgraph( o [2001/12/22] ports/33080 ume gkrellmvolume interferes with the ability a [2001/12/22] i386/33089 murray GENERIC bloat causes 'make world' to brea o [2001/12/24] kern/33138 [patch] pnp problem in 4.3, 4.4, 4.5 f [2001/12/26] bin/33213 ume rarpd(8) fails to init IPv6 enabled inter o [2001/12/30] kern/33344 davidxu memory leak in device resource config loa o [2001/12/31] bin/33370 qa [sysinstall] post-configuration issue o [2002/01/02] kern/33464 soft update inconsistencies after system o [2002/01/04] kern/33532 sound [sound] Playing audio on some soundcards f [2002/01/04] gnu/33551 cvs chokes on OpenBSD repositories o [2002/01/08] bin/33672 [patch] telnetd and mount_mfs signal hand f [2002/01/08] kern/33696 mbr [panic] Driver mistake: repeat make_dev(" o [2002/01/13] kern/33833 luigi Correct kernel config for 4.4-RELEASE is o [2002/01/16] kern/33940 [patch] quotactl allows compromise gid-qu o [2002/01/18] kern/34017 The siginfo_t passed to the signal handli o [2002/01/18] bin/34030 miibus.ko can be loaded into the kernel w s [2002/01/20] i386/34092 reboot hangs the system (IBM PC Server 31 o [2002/01/21] gnu/34128 sdiff "e" doesn't work with some editors o [2002/01/25] gnu/34246 joe CVS doesn't rebuild CVSROOT/options f [2002/01/25] bin/34269 fenner tcpdump -v incorectly identifies packets o [2002/01/25] bin/34270 man -k could be used to execute any comma o [2002/01/31] kern/34470 bde Modem gets sio1 interrupt-level buffer o o [2002/02/01] threads/34536threads accept() blocks other threads o [2002/02/03] kern/34568 [lpt] turning printer on and off hangs th p [2002/02/04] kern/34619 bms TCP - FINs with different sequence number p [2002/02/07] bin/34682 fenner scanf/sscanf doesn't understand %lld f [2002/02/09] kern/34765 darrenr Unloading the ipl.ko module will panic th o [2002/02/11] bin/34811 sh: "jobs" is not pipeable o [2002/02/11] kern/34842 [NIS] [patch] VmWare port + NIS causes "b o [2002/02/18] i386/35078 [patch] Uninitialized pointer dereference o [2002/02/20] kern/35136 luigi VLAN & bridging & MTU o [2002/02/22] bin/35214 obrien dump program hangs while exiting p [2002/02/25] standards/35307standards standard include files are not standard c o [2002/02/26] i386/35350 Can't boot on ASUS TXP4 o [2002/02/26] kern/35351 sound [sound] emu10k1: no posibility to record o [2002/02/28] kern/35396 poll(2) doesn't set POLLERR for failed co o [2002/02/28] kern/35399 poll(2) botches revents on dropped socket o [2002/02/28] kern/35429 select(2)/poll(2)/kevent(2) can't/don't n o [2002/03/01] kern/35442 [patch] Problem transmitting runts in if_ o [2002/03/03] kern/35506 innetgr() doesn't match wildcard fields i o [2002/03/03] kern/35511 sis(4) multicast filtering doesn't pass s o [2002/03/07] kern/35615 sound [sound] [hang] ES1978 Maestro 2E sound ca f [2002/03/07] kern/35645 bms Layer 2 switching using default router of o [2002/03/08] kern/35669 [nfs] NFSROOT breaks without a gateway s [2002/03/08] docs/35678 doc docproj Makefiles for web are broken for f [2002/03/08] kern/35691 mbr Realtek NIC driver does not work with Rea o [2002/03/09] kern/35703 /proc/curproc/file returns unknown o [2002/03/10] conf/35726 andre [patch] [rc.network] can't use ifconfig o o [2002/03/14] gnu/35878 /usr/bin/strip resets ABI type to FreeBSD o [2002/03/15] bin/35925 qa [sysinstall] fixit floppy cannot be mount a [2002/03/16] bin/35985 qa [sysinstall] swap double mount o [2002/03/17] i386/36003 Cyclades Cyclom YeP causes panics on Free p [2002/03/18] kern/36038 bp [smbfs] sendfile(2) on smbfs fails, expos o [2002/03/19] misc/36086 trhodes Kerberos Problem/Handbook wrong/Followup a [2002/03/19] bin/36110 dmesg output corrupt if /dev/console is b o [2002/03/20] kern/36147 bogus irq 7 message being issued o [2002/03/21] docs/36168 doc -pthread/_THREAD_SAFE docs missing in gcc o [2002/03/22] kern/36219 [patch] poll() behaves erratic on BPF fil o [2002/03/28] kern/36415 [bktr] [patch] driver incorrectly handles o [2002/03/29] kern/36504 [patch] crash/panic vm_object_allocate un o [2002/03/29] bin/36508 qa [sysinstall] installation floppy bug (4.5 o [2002/03/30] i386/36517 sis driver can't map ports/memory for Net o [2002/03/31] kern/36566 [smbfs] System reboot with dead smb mount o [2002/04/05] kern/36784 Can't fcntl(fd, F_SETFL, ...) on a pseudo o [2002/04/07] ports/36846 ports-bugs fxtv 1.03 freezes the system when $LANG=d o [2002/04/08] bin/36867 [patch] games/fortune: add FORTUNE_PATH e o [2002/04/08] bin/36911 qa [sysinstall] installation floppies miss a o [2002/04/09] gnu/36926 send-pr destroys PR if emacs interrupt ch o [2002/04/10] i386/36943 reboot hangs on Tyan Thunder K7 with SMP o [2002/04/14] kern/37057 Problem with rlimits on filesystem mounte o [2002/04/14] kern/37064 imp [pccard] System hangs when removing wire o [2002/04/15] kern/37109 Kernel refuses to assign unused IP to tun p [2002/04/16] kern/37161 emulation ext2 linux file system, error handling la f [2002/04/19] i386/37240 EtherExpress16 not probed at boot o [2002/04/19] kern/37261 luigi kernel is not linking without "device eth o [2002/04/22] kern/37326 [bktr] smbus/bktr crash when omitting "de o [2002/04/22] bin/37343 portmap TCP binds strangeness o [2002/04/25] kern/37436 [hang] accept dead loop when out of file o [2002/04/25] kern/37441 davidxu [patch] ISA PNP parse problem o [2002/04/27] kern/37502 [nfs] NFS client ignores mtime.tv_usec fo o [2002/04/28] i386/37523 davidxu [patch] lock for bios16 call and vm86call f [2002/04/30] i386/37585 qa [hang] System hangs on install at probing o [2002/04/30] kern/37589 imp Kernel panics upon resume from zzz on my o [2002/04/30] ports/37596 sem EMACS_PORT_NAME=xemacs21 forks make infin o [2002/05/02] kern/37675 le [vinum] Page fault when newfs'ing a vinum o [2002/05/03] kern/37710 qa LAN interface in wrong state after attemp f [2002/05/05] kern/37775 [smbfs] netsmb/smb_subr.c needs opt_globa o [2002/05/13] kern/38011 rsm Fatal Trap 12 using Xircom CE2 in IBM 760 f [2002/05/13] ports/38018 java www/jakarta-tomcat4: make passing of JVM f [2002/05/13] ports/38020 java www/jakarta-tomcat4: stop tomcat via java o [2002/05/14] i386/38070 [panic] 4.6-PRERELEASE panics on resume o o [2002/05/15] kern/38095 bp vlan not supported with fxp f [2002/05/17] kern/38166 gad ipv6_gateway_enable="YES" breaks lpd f [2002/05/18] ports/38212 knu XFree86-4 and portupgrade get dependencie f [2002/05/23] i386/38459 mux Intel SB82558B NIC won't initialize prope o [2002/05/24] i386/38484 [hang] probe freeze while probing devices o [2002/05/24] kern/38495 bms soreceive fails to maintain invariant on o [2002/05/24] kern/38518 [boot] combination of pr-27087 and pr-369 s [2002/05/24] kern/38527 /dev/random does not obey O_NONBLOCK flag o [2002/05/25] kern/38549 threads the procces compiled whith pthread stoppe a [2002/05/25] kern/38554 bms changing interface ipaddress doesn't seem o [2002/05/26] bin/38582 qa [sysinstall] sysinstall sets newfs flag a a [2002/05/27] gnu/38594 kan Fortan program don't link post gcc-3.1 o [2002/05/27] bin/38609 qa [sysinstall] sysinstall should know the s o [2002/05/27] kern/38632 imp Loss of connection with wi cards o [2002/05/30] i386/38731 Freebsd doesn't support ( pdc20276 / Raid o [2002/05/30] kern/38752 andre rn_walktree_from not halting at the right o [2002/06/01] kern/38795 sound [sound] kldunload of snd_ess, snd_sb16, s o [2002/06/03] kern/38872 [nfs] nfs code ignores possibility of MGE o [2002/06/04] i386/38894 Dell PowerEdge 4600 PCI Bus scan problems o [2002/06/05] bin/38918 edquota breaks silently when quota-marked o [2002/06/07] kern/38983 Kernel fails to access disk o [2002/06/12] kern/39185 core dump binary in single user mode o [2002/06/13] kern/39233 bms NonConforming IPsec implementation from F o [2002/06/13] kern/39252 Syscons doesn't support 8-bit control cha o [2002/06/14] kern/39260 sound [sound] pcm0 locks on boot, Compaq Presar o [2002/06/15] kern/39329 [mount] '..' at mountpoint is subject to o [2002/06/15] kern/39331 dwmalone namei cache unreliable for __getcwd() o [2002/06/17] kern/39388 scsi ncr/sym drivers fail with 53c810 and more s [2002/06/19] i386/39536 FreeBSD default bootloader does not load o [2002/06/20] i386/39604 Install failure on HP Pavilion 310n - Una o [2002/06/25] bin/39849 /sbin/restore fails to overwrite files wi o [2002/06/26] bin/39896 netmask 0xffffff00 no longer works in /et o [2002/06/27] threads/39922threads [PATCH?] Threaded applications executed w o [2002/06/27] kern/39928 imp wi0 timeouts and hangs the system while s a [2002/06/27] kern/39937 bms ipstealth issue a [2002/06/28] bin/39940 [patch] /usr/sbin/periodic sends thousand o [2002/06/29] kern/40001 le [vinum] vinum showing -2 drives after rem o [2002/06/30] i386/40044 SMP kernel fails to boot on DELL 610 o [2002/07/01] i386/40073 rsm Xircom Realport Ether doesn't work in Tos o [2002/07/02] kern/40122 sound [sound] Device pcm stopps booting Kernel f [2002/07/03] kern/40139 darrenr ipfilter issue o [2002/07/05] misc/40206 Can not assign alias to any POINTOPOINT i o [2002/07/05] bin/40215 wpaul [nis] NIS host search not terminate o [2002/07/05] i386/40219 i386 [apm] apm breaks removable media o [2002/07/05] bin/40227 [patch] CVS client doesn't upload new fil o [2002/07/06] bin/40260 qa [sysinstall] hang when detecting devices f [2002/07/06] i386/40274 "fxp: device timeout" errors during heavy o [2002/07/06] bin/40278 mktime returns -1 for certain dates/timez o [2002/07/07] bin/40282 /bin/kill has bad error checking for comm o [2002/07/10] kern/40394 if_tap driver hard coded permission check o [2002/07/12] bin/40471 des chpass(1) -a option broken in CURRENT o [2002/07/14] kern/40561 TTCP does not work with IPv6 o [2002/07/14] kern/40574 sound [sound] NeoMagic soundcard detection on G o [2002/07/15] i386/40577 [hang] post-October 2001 Dell Inspiron 25 f [2002/07/16] bin/40656 qa [patch] [sysinstall] scripted deletion of o [2002/07/19] kern/40787 kernel panic if PCMCIA CD-drive with moun o [2002/07/19] kern/40792 usb signals lead to data loss on device ugen o [2002/07/22] kern/40895 scsi wierd kernel / device driver bug s [2002/07/30] i386/41138 vr0 locks up on one hub, OK on another o [2002/07/31] kern/41216 [nfs] Get "NFS append race" error o [2002/08/01] conf/41242 periodic scripts make unwarranted assumpt o [2002/08/03] bin/41297 mp {t,}csh backquote/braces expansion bug f [2002/08/04] bin/41327 jon skey decrementing but not authorizing wit o [2002/08/04] kern/41331 threads Pthread library open sets O_NONBLOCK flag o [2002/08/05] bin/41350 vnconfig: apparent off-by-one bug o [2002/08/07] kern/41402 [panic] kernel panics in pmap_insert_entr o [2002/08/07] bin/41410 /bin/sh bug on expanding $? in here-docum o [2002/08/08] bin/41435 mbr dhclient writes lease file that it can't o [2002/08/13] kern/41632 luigi bridging when one interface has no carrie a [2002/08/14] bin/41647 bms ifconfig doesn't accept lladdr along with o [2002/08/16] kern/41720 if_nge_load=YES make system not bootable o [2002/08/17] kern/41740 le [vinum] page fault while rebuilding; inab o [2002/08/18] bin/41757 qa [sysinstall] sysinstall 4.6.x unstable p [2002/08/18] kern/41765 bms UDP socket remains connected after error s [2002/08/19] bin/41776 bms mrouted doesn't route multicast packets o [2002/08/19] conf/41777 /etc/periodic/daily/100.clean-disks remov o [2002/08/20] docs/41824 murray LANG is not documented in setlocale(3) o [2002/08/21] bin/41850 qa [sysinstall] sysinstall fails to create r o [2002/08/25] bin/42004 quota and rpc.statd are still IPv4 only, p [2002/08/26] kern/42030 bms panic when zebra works on detaching tun i o [2002/08/27] kern/42089 phk ntp_gettime returns time in wrong scale o [2002/08/27] bin/42093 ypbind hangs on NIC with the lowest scope o [2002/08/28] misc/42115 luigi PicoBSD: fix build script for 4.6-STABLE o [2002/08/29] kern/42173 sound [sound] Sony VAIO FXA 53 (or FXA 679 in M o [2002/08/30] i386/42198 pjd Kernel panics or system hangs up with big s [2002/08/30] kern/42216 rwatson simultaneous multiple server network fail o [2002/09/04] bin/42407 ppp(8) IPV6CP fails o [2002/09/07] i386/42539 Fatal Trap 12 resulting from Conner Perip o [2002/09/09] kern/42578 Using PCI serial cards (puc) in SMP machi p [2002/09/09] kern/42580 robert kernel crash when starting ISC 3.2 X11 bi o [2002/09/10] kern/42621 imp Dell Inspiron 5000e hangs when using Orin o [2002/09/11] kern/42652 [smbfs] error deleting r/o (by windows) f o [2002/09/11] bin/42658 markm recompile /usr/src/libexec/telnetd and lo o [2002/09/13] gnu/42726 cvsadm cvs -R pserver & val-tags: story continue p [2002/09/13] kern/42727 bms [PATCH] Wrong MTU in need-frag ICMP using o [2002/09/13] i386/42750 Fdisk makes no difference between FAT32, o [2002/09/14] kern/42769 [boot] Boot stalls if the system has a se o [2002/09/14] i386/42784 imp pcmcia 16bit network card removal locks a o [2002/09/15] kern/42801 [hang] FreeBSD freezes when opening cuaa0 a [2002/09/18] kern/42937 bms panic when ARP cache uses up all mbufs o [2002/09/20] kern/42983 imp wi0 sporadically freezes the system for 1 o [2002/09/21] i386/43151 Panic 20 seconds after resume o [2002/09/22] bin/43223 getnetby{name|addr} broken for DNS lookup o [2002/09/24] bin/43337 des fetch: -s fails if -4 or possibly other o a [2002/09/25] i386/43366 bms Cannot format media in USB floppy devices o [2002/09/29] kern/43491 microuptime () went backwards o [2002/09/30] bin/43501 getpwnam, getpwuid fail when linking agai p [2002/10/01] alpha/43567 robert strtod() core dumps o [2002/10/02] kern/43576 imp Problem with wi driver and Lucent Orinoco o [2002/10/02] bin/43592 mktime rejects dates at the start of dayl a [2002/10/03] kern/43605 luigi enabling polling in the kernel causes pag o [2002/10/03] kern/43625 imp Wi(4) driver hangs after long data transf o [2002/10/04] bin/43674 [patch] login(1): able to bypass expired o [2002/10/05] kern/43713 during install, mounting root from ufs:/d o [2002/10/08] conf/43837 wollman PKST (pakistan daylight time) changed fro o [2002/10/09] i386/43852 4.7-RC "device timeout" problem o [2002/10/11] java/43924 glewis writing from JAVA to a pipe sometimes han o [2002/10/12] kern/43954 [nfs] nfs-blocked process can't return or a [2002/10/14] kern/44030 VNode/Swap troubles o [2002/10/15] kern/44087 [crash] fatal kernel trap when ifconfig a o [2002/10/16] i386/44130 i386 Enabled apm hangs up FreeBSD kernel on i8 o [2002/10/16] kern/44150 Diskless kernel may crash, depends on the o [2002/10/18] kern/44202 -stable rp driver does not work with mult o [2002/10/18] kern/44218 Init dies during boot after upgrade from p [2002/10/21] kern/44336 [nfs] NFSv3 client broken - security prob o [2002/10/21] kern/44355 gnn After deletion of an IPv6 alias, the rout o [2002/10/23] kern/44417 luigi ipfw layer2 rules are not checked for eth s [2002/10/27] bin/44518 yar ftpd does not show OPIE OTP challenge o [2002/10/27] docs/44519 obrien ftpd.conf(5) contains references to ftpd( o [2002/10/28] gnu/44564 peter [PATCH] Aborted cvs session causes an end o [2002/10/28] kern/44578 [nis] getnetgrent fails to read NIS netgr o [2002/10/30] kern/44744 [patch] VN devices can hang system FreeBS o [2002/11/01] bin/44808 opiepasswd makes bad seed for existing us o [2002/11/04] i386/44867 Frequent hard hangs on ASUS P4T-E/P4S-533 o [2002/11/07] kern/45023 emulation flexlm does not run with linux-base-7, st o [2002/11/09] gnu/45168 Buffer overflow in /usr/bin/dialog o [2002/11/13] bin/45272 dump/restore problem f [2002/11/15] docs/45303 remko Bug in PDF DocBook rendering o [2002/11/15] kern/45322 Panic on resume (zone: entry not free) o [2002/11/17] kern/45373 mckusick softupdate / fs damaged after loss of pow o [2002/11/18] kern/45403 imp Cannot install -CURRENT via pccard networ o [2002/11/19] bin/45478 /bin/sh coredump o [2002/11/20] i386/45525 imp Dell Inspiron 7000 does not recognize PC- f [2002/11/20] bin/45529 johan hexdump core-dumps with certain args [PAT o [2002/11/21] kern/45558 [msdosfs] mdconfig and msdosfs make fs wr o [2002/11/21] bin/45565 qa [sysinstall] write error, filesystem full o [2002/11/21] kern/45568 gibbs ahc(A19160) pci parity error o [2002/11/24] kern/45673 sound [sound] [patch] PC98 internal CS4231A is f [2002/11/25] bin/45721 darrenr ipfilter's flags and icmp-type processing p [2002/11/25] kern/45733 bms file descriptor flags and socket flags ou o [2002/11/27] i386/45773 Softboot causes autoconf failure on Broad o [2002/11/27] kern/45777 crashdump issue with too-small dumpdev o [2002/12/02] kern/45913 imp WaveLan driver problems with latest -CURR o [2002/12/04] bin/45990 dwmalone top dumps core if specific errors in pass o [2002/12/04] bin/45995 markm Telnet fails to properly handle SIGPIPE o o [2002/12/05] kern/46017 [smbfs] smb mounts break /etc/periodic/we o [2002/12/06] kern/46036 inaccurate timeouts in select(),nanosleep o [2002/12/10] kern/46176 usb umass causes kernel panic if device remov o [2002/12/11] i386/46194 5.0-RC1 kern floppy load fails on AMD K6- o [2002/12/13] kern/46239 standards posix semaphore implementation errors o [2002/12/13] kern/46245 sound [sound] AC'97 is not supported on ABIT BW s [2002/12/18] ports/46338 ports-bugs security/cyrus-sasl 1.5.27_7 mysql_verify o [2002/12/18] bin/46352 Open file descriptors and signal handling o [2002/12/19] i386/46371 usb USB controller cannot be initialized on I o [2002/12/23] i386/46484 System panics upon configuration of bge N p [2002/12/27] kern/46557 pjd ipfw pipe show fails with lots of queues a [2002/12/31] kern/46647 silby Failure to initialize MII on 3Com NIC res o [2003/01/01] bin/46670 qa [sysinstall] 5.0-RC2 install leaves CD dr o [2003/01/01] bin/46676 ru [PATCH] bsd.dep.mk restricts domain of ta o [2003/01/02] kern/46694 imp Getting DUP packets when in Promiscous mo o [2003/01/08] i386/46865 [panic] kernel panic on SuperMicro 6012-8 o [2003/01/08] bin/46866 NIS-based getpwent() falsely returns NULL o [2003/01/17] i386/47167 [panic] 5.0 RC 3 (and 2) has 1 second upt o [2003/01/20] i386/47236 Console missing during bootup on Sony Pic o [2003/01/21] i386/47279 [hang] IBM 370 hangs on reboot o [2003/01/21] kern/47286 device probing not verbose when using boo o [2003/01/22] kern/47359 dd panic after kldunload snp o [2003/01/23] bin/47384 qa [sysinstall] sysinstall ignores intended o [2003/01/24] i386/47449 Thinkpad 755CD floppy boot fails o [2003/01/27] kern/47544 scottl iir does not detect direct access drives o [2003/01/29] kern/47628 trhodes [msdosfs] [patch] msdosfs file corruption o [2003/01/29] kern/47647 [crash] init died with signal 6 [4.7] s [2003/02/02] kern/47813 pseudo-device gre doesn't appear to work o [2003/02/05] kern/47937 hw.ncpu and kern.smp.cpus duplicate same s [2003/02/05] kern/47939 [bktr] 5.0-Current freezes when bktr devi o [2003/02/05] kern/47951 [hang] rtld in ld.so will livelock in som o [2003/02/05] alpha/47952 alpha DEFPA causes machine check with V5.0-rele o [2003/02/07] kern/48033 [ffs] FFS superblock flags are being igno o [2003/02/07] kern/48062 mckusick mount -o snapshot doesn't work on +100GB o [2003/02/08] kern/48100 Fatal panic in vm_map_lookup_entry ... [S o [2003/02/09] kern/48117 SMP machine hang during boot related to i o [2003/02/11] kern/48166 panic: pmap_new_proc: u_map allocation fa o [2003/02/11] bin/48183 marcel [patch] gdb on a corefile from a threaded o [2003/02/14] bin/48271 bug with find's -delete option s [2003/02/14] kern/48279 [bktr] Brooktre878 may cause freeze o [2003/02/16] conf/48325 /etc/periodic/security/100.chksetuid does f [2003/02/17] kern/48359 usb SiS 5597/8 USB + uscanner breakage o [2003/02/17] kern/48393 mckusick ufs2 snapshot code bugs p [2003/02/18] bin/48424 Integer overflow in cksum(1) and sum(1) f o [2003/02/18] kern/48425 Tape drive EOT handling problems in 4.7 o [2003/02/19] misc/48461 murray $EDITOR on the fixit CD is wrong. o [2003/02/24] i386/48614 i386 VESA VGA modes for syscons lock up machin o [2003/02/26] i386/48691 [panic] kernel panics on ASUS A7N266-VM M o [2003/02/27] bin/48730 sos burncd does not handle signals and causes o [2003/02/27] kern/48741 darrenr ipnat corrupts packets on gre interface w o [2003/02/27] i386/48752 freeze when installing 5.0 Release o [2003/02/27] kern/48758 kldunload if_{nic} can cause kernel panic o [2003/02/28] kern/48777 vidcontrol modes not restored on vt switc o [2003/03/02] threads/48856threads Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/03] bin/48865 Dumps made on FreeBSD 5.0-RELEASE are unr o [2003/03/03] conf/48881 [PATCH] The influence of /etc/start_ifnam f [2003/03/05] kern/48952 usb uscanner0 hangs o [2003/03/07] kern/48996 Fatal trap 12 with incoming traffic from o [2003/03/09] kern/49040 problem mounting root; ffs_mountroot can' f [2003/03/09] bin/49048 [patch] ctm(1) does not check parent dire o [2003/03/09] ports/49056 trevor Festival fixes for newer GCCs [PATCH] f [2003/03/10] ports/49076 roam stunnel logs normal end of connection as o [2003/03/10] threads/49087threads Signals lost in programs linked with libc f [2003/03/13] i386/49978 [boot] installation problem on Acer Altos o [2003/03/13] kern/49980 sound [sound] [patch] enable ThinkPAD X24 sound f [2003/03/13] bin/49984 des openSSH crashes while password based auth o [2003/03/16] ports/50042 mbr ports/www/mod_frontpage causes Bad System o [2003/03/17] ports/50062 knu portupgrade does not process directives f p [2003/03/28] bin/50384 robert pkg_version -v core-dumps when no package o [2003/04/03] kern/50574 mbr dc driver incorrectly detects ADMtek chip o [2003/04/11] kern/50827 [PATCH] no sane record locking on *nix. s [2003/04/12] kern/50856 [mfs] panic if mounting /tmp as mfs with o [2003/04/13] i386/50887 MBR on kern.flp fails Compaq MBR validati p [2003/04/17] conf/51085 ache FreeBSD is missing ja_JP.eucJP locale. o [2003/04/18] www/51135 www Problems with the mailing-lists search in o [2003/04/20] bin/51171 /bin/sh has only 32-bit arithmetics that o [2003/04/21] standards/51209standards [PATCH] add a64l()/l64a/l64a_r functions o [2003/04/22] kern/51274 ipfw ipfw2 create dynamic rules with parent nu o [2003/04/23] kern/51308 sound [sound] Creative SB32 doesn't work under o [2003/04/23] kern/51332 mjacob QUIRK: BNCHMARK DLT1 requires SA_QUIRK_1F o [2003/04/24] kern/51338 sound [sound] [hang] system hangs randomly beca f [2003/04/24] kern/51341 ipfw ipfw rule 'deny icmp from any to any icmp o [2003/04/24] kern/51352 panic: malloc(M_WAITOK) in interrupt cont o [2003/04/29] kern/51583 [nullfs] [patch] allow to work with devic o [2003/04/30] bin/51628 [nis] ypmatch doesn't match keys in legac o [2003/05/02] kern/51685 [hang] Unbounded inode allocation causes o [2003/05/04] kern/51742 [panic] ffs_vfree: freeing free inode o [2003/05/06] bin/51827 getaddrinfo() is broken with numeric serv f [2003/05/06] bin/51892 des can't ssh after su to different local use o [2003/05/08] threads/51949threads thread in accept cannot be cancelled o [2003/05/08] kern/51982 sio1: interrupt-level buffer overflows a [2003/05/11] ports/52068 openoffice portupgrade of editors/openoffice .org-1. s [2003/05/11] ports/52079 ports-bugs vmware3 hangs when nmdm(4) is used as COM a [2003/05/12] ports/52087 openoffice error while building japanese/openoffice s [2003/05/12] kern/52110 green [unionfs] FS corruption when using unionf o [2003/05/12] i386/52128 Unable to floppy install on Toshiba Libre o [2003/05/16] bin/52343 NIS login problem on the server o [2003/05/19] bin/52433 lines in /etc/group longer than 1024 char o [2003/05/19] kern/52445 [mfs] panic when mounting floppy on MFS f o [2003/05/22] i386/52556 i386 Syskonnect SK9843SX, sk driver, MII not d o [2003/05/22] i386/52561 5.1-BETA install fails on Dell PowerEdge o [2003/05/22] i386/52581 i386 Boot loaders reading more than one sector o [2003/05/22] kern/52585 bms Kernel panic with ipfw2 and syncookies f [2003/05/22] i386/52593 mdodd [apm] Kernel panic when starting apm o [2003/05/24] i386/52638 i386 SCSI U320 on SMP server won't run faster f [2003/05/27] kern/52718 jeffr changes to kern_umtx.c causes panic in ca o [2003/05/28] bin/52743 /etc/ppp/ppp.linkup instability issues s [2003/05/28] kern/52745 [unionfs] Fatal trap 12: page fault while o [2003/05/31] kern/52818 vm_fault() calls vput() on shared-locked o [2003/06/03] kern/52916 le [vinum] vinum causes panic after start/st p [2003/06/04] kern/52935 bms occasional panic in ip_input with IPSEC o [2003/06/04] kern/52936 [nfs] Huge writes to nfs exported FAT fil o [2003/06/04] kern/52943 [hang] reproducable system stuck just bre p [2003/06/05] standards/52972standards /bin/sh arithmetic not POSIX compliant o [2003/06/06] i386/52975 i386 CPUTYPE=k7 results in non-functional /boo o [2003/06/10] kern/53137 [panic] background fscking causing ffs_va o [2003/06/11] i386/53200 i386 [boot] 5.1-RC1 SMP kernel boot gags at "A o [2003/06/13] kern/53264 jhb [sound] [patch] PCM interrupt not routed o [2003/06/16] i386/53382 i386 Repetable panics in ffs_vget() on Prolian f [2003/06/18] kern/53433 heavy i/o on GBDE partition on SMP locks o [2003/06/18] bin/53434 pw disallow a password including space. o [2003/06/18] kern/53447 bde poll(2) semantics differ from susV3/POSIX a [2003/06/20] kern/53566 mbr [panic] IBM Eserver (245 || 345) + ServeR o [2003/06/22] bin/53606 roberto ntpdate seems to hang system o [2003/06/23] i386/53620 i386 [install] Kernel panics / reboots during o [2003/06/27] bin/53839 qa [sysinstall] disklabel editor fails on po f [2003/06/30] kern/53920 andre sluggish TCP connection o [2003/06/30] kern/53927 imp wi0: device timeout problem with PRISM 2. o [2003/06/30] kern/53940 imp Some WiFi devices cannot connect to hosta o [2003/07/02] i386/54033 i386 Disk lockup. o [2003/07/04] bin/54097 Non-local yppasswd -d broken in 5.1-CURRE o [2003/07/07] kern/54189 [dns] resolver should resolve hostnames w s [2003/07/08] kern/54211 rwatson Seeing other uid with kern.file sysctl. o [2003/07/10] kern/54309 silby TCP Packet of 64K-1 crashes FreeBSD4.8 o [2003/07/10] gnu/54317 sobomax tar with very large packages and portinst o [2003/07/11] bin/54401 [patch] pppstats prints 0 for absolute va o [2003/07/12] standards/54410standards one-true-awk not POSIX compliant (no exte o [2003/07/13] ports/54424 knu portupgrade ignores ALT_PKGDEP o [2003/07/13] bin/54446 pkg_delete doesn't honour symlinks, portu o [2003/07/14] java/54463 glewis Apparent bug in jdk13 o [2003/07/15] i386/54501 i386 Promise Ultra133 TX2 does not work proper s [2003/07/16] kern/54534 [unionfs] unionfs && mfs|md crashing mach f [2003/07/16] i386/54549 [install] panic on install on Dell 600sc o [2003/07/17] kern/54595 sound [sound] emu10k1 sound driver locks system o [2003/07/21] kern/54705 sound [sound] codec timeout during read of regi o [2003/07/22] i386/54756 acpi ACPI suspend/resume problem on CF-W2 lapt p [2003/07/27] bin/54959 tr utility has a bug in ISO8859-2 locale p [2003/07/28] ports/54970 trevor emulators/linux_base Port Makefile "dange o [2003/07/28] conf/54971 mtm /etc/rc.d/mountcritermote requires ldconf a [2003/07/29] kern/55018 andre [patch] Digiboard PC/Xem fails to initial o [2003/07/29] kern/55028 The broken FAT12 filesystem causes system o [2003/08/02] kern/55175 alfred LOR in select and poll o [2003/08/05] gnu/55278 Externs on implicit declarations o [2003/08/05] kern/55297 [vfs_subr.c] kernel panic after running X o [2003/08/07] bin/55346 /bin/sh eats memory and CPU infinitely o [2003/08/07] bin/55349 mbr Amd mixes up symlinks in it's virtual fil o [2003/08/08] bin/55366 le [vinum] [patch] vinum makes /dev/vinum wi s [2003/08/08] ports/55371 ports-bugs xfig dumps core (unaligned access), if US o [2003/08/08] kern/55379 [vm_page_inserti] kernel crashes randomly o [2003/08/10] bin/55448 dbm_nextkey() misbehaves after dbm_store( o [2003/08/11] bin/55457 marcel GDB gets confused debugging libc_r thread a [2003/08/13] kern/55542 andre [patch] discard oversize frame (ether typ o [2003/08/13] i386/55555 i386 system freezes with access to /dev/ums0 o [2003/08/13] i386/55561 i386 SMbus and I2C don't attach when loaded as o [2003/08/15] i386/55603 unable to reboot when system runs from My o [2003/08/15] i386/55615 i386 machine freezes - goes on after key press o [2003/08/16] kern/55617 [smbfs] Accessing an nsmb-mounted drive v o [2003/08/17] i386/55661 acpi ACPI suspend/resume problem on ARMADA M70 o [2003/08/20] kern/55727 rl(4) not working in recent 4.8-STABLE: w o [2003/08/20] sparc64/55773jake Conversion from long to long double is br f [2003/08/20] kern/55784 glebius [netgraph] [panic] (with trace) in using o [2003/08/20] kern/55822 acpi No ACPI power off with SMP kernel o [2003/08/21] bin/55829 __stderrp not defined in libc.so.3 (compa o [2003/08/21] bin/55846 and conflict a [2003/08/24] i386/55930 i386 partly configured serial port freezes sys o [2003/08/24] kern/55934 le [vinum] [workaround] kernel panics while p [2003/08/25] bin/55947 stefanf printf(1) mishandles \0 o [2003/08/25] bin/55956 passwd chat script not backward compatibl o [2003/08/25] bin/55965 sshd: problems with HostBasedAuthenticati o [2003/08/25] kern/55975 thomas ATAPICAM- READ_6(0x08) fails for ATAPI ta o [2003/08/26] kern/56008 scottl ps shows L flag erroneously with certain o [2003/08/27] kern/56024 acpi ACPI suspend drains battery while in S3 o [2003/08/27] kern/56031 luigi ipfw hangs on every invocation o [2003/08/29] bin/56147 FreeBSD/NetBSD /bin/sh mishandles positio f [2003/08/31] kern/56233 bms IPsec tunnel (ESP) over IPv6: MTU computa o [2003/09/02] kern/56339 select() call (poll() too) hangs, yet cal a [2003/09/03] ports/56363 perky The graphics/py-opengl port is broken o [2003/09/03] i386/56372 acpi acpi don't work on TYAN tiger100 M/B a [2003/09/03] kern/56381 das [unionfs] panic: page fault in fifo_close f [2003/09/04] docs/56456 blackend Initial import of the ro_RO.ISO889-2 doc/ s [2003/09/04] kern/56461 [rpc] FreeBSD client rpc.lockd incompatib p [2003/09/05] bin/56500 roam rpc.lockd needs to use reserved ports o [2003/09/06] kern/56513 [panic] panic in ugen w/ moused -p /dev/u p [2003/09/08] bin/56606 [2TB] df cannot handle 2TB NFS volumes o [2003/09/09] kern/56617 sound [sound] Hang on boot w/Neomagic audio on f [2003/09/10] kern/56659 acpi ACPI trouble on IBM ThinkPad X31 o [2003/09/10] kern/56675 Syncer "giving up" on buffers and ext2 fi o [2003/09/14] kern/56873 qa [boot] system hangs on boot at Buslogic d o [2003/09/17] i386/56937 i386 panic: system panic during high network l o [2003/09/20] i386/57043 i386 [hang] ar driver with 2 port PCI card loc o [2003/09/22] kern/57085 sanpei [umass] umass0 problems, with Sony Vio/US f [2003/09/22] i386/57097 i386 [hang] Promise Ultra 100 TX2 causes locku a [2003/09/22] kern/57100 bms disable hardware checksums when using bri s [2003/09/24] kern/57174 sos 4.9-PRERELEASE panic: ata_dmasetup: trans o [2003/09/24] kern/57192 emulation linux-ibm-java1.4 freeze o [2003/09/24] kern/57195 [mfs] mount_mfs -i 512 => panic? o [2003/09/25] kern/57206 [backtrace] softdep_lock locks against it o [2003/09/26] bin/57255 usb usbd and multi-function devices a [2003/09/29] kern/57344 bms KMEM exhaustion from cloned routes o [2003/09/29] kern/57350 [panic] using old monocrome printer port s [2003/09/30] kern/57398 scsi Current fails to install on mly(4) based o [2003/10/01] kern/57453 [patch] if_kue hangs boot after warm boot o [2003/10/01] bin/57456 Telnet encryption gets out of sync o [2003/10/01] bin/57466 dialog(1) does not read stdin, breaks sub a [2003/10/01] kern/57479 bms FreeBSD Not in compliance with RFC 1122, p [2003/10/01] i386/57480 i386 Removing very large files using rm doesn' p [2003/10/02] bin/57484 bms routed not ignoring cloned routes o [2003/10/02] kern/57487 sound [sound] [patch] Sound stops working on my o [2003/10/04] bin/57554 sh(1) incorrect handling of quoted parame o [2003/10/05] kern/57603 [bktr] bktr driver: freeze on SMP machine o [2003/10/06] kern/57631 jhb Boot failing for ALi chipsets, patch atta o [2003/10/07] kern/57722 [kern_resource.c] [patch] uidinfo list co o [2003/10/08] kern/57760 bms IPsec policy on inbound trafic is not enf o [2003/10/09] kern/57790 cdparanoia triggers kernel panic o [2003/10/09] i386/57818 i386 4.9-RC panics when kernel is built with a o [2003/10/10] kern/57832 scottl softdep_deallocate_dependencies: dangling o [2003/10/10] bin/57833 gad [PATCH] bin/ps cannot change title for ke o [2003/10/13] kern/57961 le [vinum] kmem_malloc(65536): kmem_map too o [2003/10/14] kern/57985 rwatson [patch] Missing splx in ether_output_fram o [2003/10/16] i386/58139 i386 [panic] -CURRENT panics on Thinkpad A31p o [2003/10/17] kern/58154 mckusick Snapshots prevent disk sync on shutdown o [2003/10/17] kern/58169 panic: vnode_pager_getpages: unexpected m o [2003/10/22] kern/58391 le [vinum] Trap 12 with heavy disk load on i o [2003/10/23] i386/58458 i386 ATAPI-CDROM DMA Support on ALi Aladdin V f [2003/10/24] kern/58491 [panic] loading amr driver o [2003/10/24] conf/58504 /etc/periodic/daily/100.clean-disks trave o [2003/10/26] i386/58580 i386 After sysinstall, F2 fails; wrong device o [2003/10/26] kern/58581 [hang] System call gettimeofday hang 5.x o [2003/10/28] ports/58655 obrien A replacement patch is necessary for deve o [2003/10/29] bin/58687 deischen gethostbyname leaks kqueue file descripto o [2003/10/30] i386/58718 i386 need to remove battery before booting lap o [2003/10/31] kern/58752 le [vinum] vinum panics on create/resetconfi o [2003/10/31] kern/58787 peter [panic] pmap_enter: attemped pmap_enter o o [2003/11/02] i386/58826 i386 reboot on an IBM PC Server 315 merely hal o [2003/11/02] kern/58831 panic: vinvalbuf: flush failed o [2003/11/02] conf/58832 /etc/rc.d/ipsec starts not in time f [2003/11/03] kern/58870 bms page fault in kernel mode with ifconfig a f [2003/11/03] kern/58888 4.9-RELEASE installation fails (xl causes o [2003/11/04] kern/58930 [backtrace] Page fault when unplugging Al o [2003/11/05] kern/58941 rwatson acl under ufs2 doesn't handle disk corrup o [2003/11/05] bin/58951 [sysinstall] some problems with 4.9-RELEA o [2003/11/05] kern/58953 [patch] detect NetMOS-based six serial po o [2003/11/09] bin/59095 kientzle tar(1) process hangs in endless loop o [2003/11/09] kern/59098 sound [sound] Dell Dimension 8300 integrated So o [2003/11/10] alpha/59116 alpha [ntfs] mount_ntfs of a Windows 2000-forma f [2003/11/11] kern/59172 bms Zebra interface route causes kernel panic o [2003/11/11] kern/59183 imp wi problems with wi_cmd o [2003/11/11] kern/59185 [backtrace] 4.9-RELEASE kernel panic (pag o [2003/11/11] i386/59192 i386 ATA drive not spotted with SCSI drive o [2003/11/12] kern/59203 imp Panic with wi and newcard a [2003/11/12] kern/59211 [nwfs] System crashes when moving files f o [2003/11/13] i386/59248 4.9-RELEASE, ACPI Panic with Dell Latitud o [2003/11/13] i386/59251 Failure of 4.8-RELEASE/4.9-RELEASE/5.1-RE o [2003/11/13] i386/59260 Panic by integer divide fault in Thinkpad o [2003/11/15] kern/59296 Serial Line Noise Causes System Hang in L o [2003/11/15] kern/59303 le [vinum] vinum crashes kernel if concurren p [2003/11/15] kern/59306 matk patch to augment /dev/sndstat to show whi o [2003/11/16] kern/59349 sound [sound] [patch] include locking for es137 f [2003/11/22] kern/59594 [hang] I/O operations freeze system when f [2003/11/24] bin/59638 des passwd(1) does not use PAM to change the o [2003/11/24] kern/59652 cannot redirect kernel output to serial c a [2003/11/24] ports/59657 trevor emulators/linux_base-8 cpio for install w o [2003/11/24] kern/59659 tackerman em driver cannot handle VLANs o [2003/11/25] i386/59683 i386 panic: signal 12 4.9-STABLE - frequent cr o [2003/11/26] i386/59701 i386 System hungup, after resume from suspend. o [2003/11/26] amd64/59714 amd64 device timeout and ad0: WARNING - WRITE_D o [2003/11/26] i386/59719 [crash] 4.9 Crashes on SuperMicro with SM o [2003/11/27] kern/59728 mjacob Qlogic adapter DMA setup failure with PAE o [2003/11/28] bin/59777 ftpd(8)/FreeBSD 5: potential username enu o [2003/12/01] kern/59878 le [vinum] vinum panics 5.1 system s [2003/12/02] misc/59890 bugmeister send-pr database is spam harvested o [2003/12/02] i386/59895 i386 [hang] system hangs from disk IO errors [ f [2003/12/02] i386/59897 i386 [hang] problems with swap-pager with grea f [2003/12/02] i386/59898 i386 [boot] pxe boot: BTX halted o [2003/12/03] kern/59912 bms mremap() implementation lacking o [2003/12/04] kern/59945 [nullfs] [patch] nullfs bug: reboot after o [2003/12/04] i386/59959 machine can not reboot itself with Mylex o [2003/12/05] gnu/59971 peter assertion "strncmp (repository, current_p o [2003/12/08] i386/60050 Toshiba/3Com 3CXM056-BNW: Open Causes Int s [2003/12/09] ports/60083 phantom Unsafe use of getaddrinfo in jvm 1.4.2-p5 f [2003/12/11] kern/60131 usb [usb] Page fault on disconnect of USB dev f [2003/12/11] kern/60153 Kernel no longer boots due to lost interr o [2003/12/11] kern/60154 ipfw ipfw core (crash) o [2003/12/11] ports/60161 trevor Linux emulator (linux_base-8-8.0_3) doesn o [2003/12/14] i386/60226 [patch] ichsmb driver doesn't detects SMB o [2003/12/14] kern/60235 phk some /dev-entries missing for newly auto- o [2003/12/15] ports/60245 knu new ruby16-shim-ruby18 bug in included re a [2003/12/15] kern/60247 le mutex problems in geom_io s [2003/12/15] kern/60276 usb [usb] Kernel panic when plugging in USB ( f [2003/12/17] i386/60317 acpi FreeBSD 5.2rc1 doesn't boot with ACPI ena o [2003/12/17] i386/60328 panic: installing 5.1, 5.2RC and 5-CURREN o [2003/12/17] i386/60344 i386 [boot] Intel ICH5 SATA RAID boot problems o [2003/12/18] bin/60349 scottl [sysinstall] 5.2-RC1 cannot do NFS instal o [2003/12/19] bin/60385 vmstat/iostat/top all fail to report CPU o [2003/12/21] bin/60477 deischen need thread safe gethostent() and getserv o [2003/12/21] bin/60478 deischen getaddrinfo not thread safe o [2003/12/23] kern/60526 Post-PAE stable SMP machine freezes o [2003/12/26] kern/60598 scsi wire down of scsi devices conflicts with o [2003/12/27] i386/60603 i386 dd causes error when copying cd from ATA o [2003/12/27] i386/60633 i386 [hang] SIS motherboard with the SIS 5591 o [2003/12/27] i386/60641 i386 Sporadic SCSI bus resets with 53C810 unde o [2003/12/28] i386/60646 VIA C3 system hangs on reboot o [2003/12/28] i386/60671 i386 FreeBSD 5.2RC2 installation process doesn o [2003/12/29] docs/60679 doc pthreads documentation does not describe o [2003/12/29] i386/60681 i386 wicontrol -L critical crash (sigbus) o [2003/12/29] kern/60685 Intel 82559 NICs don't work in 4.9 o [2003/12/29] i386/60690 i386 atapicd driver causes spontaneous uncondi o [2004/01/01] standards/60772standards _Bool and bool should be unsigned p [2004/01/03] kern/60856 bms [patch] panic: at tcp_output(), with TCPD o [2004/01/04] i386/60887 i386 can't boot when fbsd exists with other op o [2004/01/08] i386/61063 i386 [ata] ata hangs in smp system o [2004/01/09] kern/61108 kensmith Port linux_base-8-8.0_3: bash ls -l cause o [2004/01/09] kern/61129 thomas atapicam / UDMA cdrom loop o [2004/01/10] bin/61152 qa [sysinstall] installer refuses to mount U a [2004/01/10] kern/61165 scsi [panic] kernel page fault after calling c f [2004/01/11] kern/61191 usb [usb] panic: USB vs. Serial problems f [2004/01/12] kern/61228 panic: 4.9-RELEASE install floppy panic ( o [2004/01/12] i386/61253 i386 [panic] page fault on installation freebs o [2004/01/13] i386/61303 i386 5.2-REL hangs during boot with 3-port pyr o [2004/01/13] i386/61326 i386 Reboot while booting from 5.2-RELEASE CD o [2004/01/14] i386/61342 i386 [hang] CD-based installation crashes [4.9 o [2004/01/14] bin/61355 login(1) does not restore terminal owners o [2004/01/14] kern/61358 phk boot freezes while ATA GEOM slice detecti o [2004/01/15] kern/61390 [hang] Machine freeze when creating gif i o [2004/01/16] kern/61404 andre RFC1323 timestamps with HZ > 1000 f [2004/01/16] java/61407 phantom jdk14 port aborts making html32dtd f [2004/01/17] kern/61483 [jail] Jail security is not honored using o [2004/01/17] bin/61498 obrien [patch] Please MFC flex patch for gcc 3.x f [2004/01/18] kern/61509 panic: unknown fatal double fault o [2004/01/18] kern/61544 ip6fw breakage on (at least) sparc64 o [2004/01/19] bin/61587 qa [patch] [sysinstall] installation problem o [2004/01/20] docs/61605 doc Improve documentation for i386 disk geome o [2004/01/20] kern/61627 usb [usb] [patch] New USB printer not support o [2004/01/20] i386/61646 i386 [workaround] Strange irq20 weirdness caus o [2004/01/21] bin/61658 qa [sysinstall] 5.2R error "Add of package q o [2004/01/21] kern/61669 [twe] writing to 3ware escalade spends 90 f [2004/01/21] kern/61686 FreeBSD 5.2-RELEASE crashes when ACPI is o [2004/01/22] bin/61701 Segmentation fault on OPIE when sequence o [2004/01/22] i386/61709 i386 [panic] 5.2-REL i386 Crashes hard; panics o [2004/01/22] bin/61716 mckusick newfs: code and manpage are out of sync o [2004/01/22] kern/61733 imp panic: resource_list_release: resource en o [2004/01/22] kern/61746 [boot] system locks up on boot if both ap o [2004/01/23] ports/61760 openoffice OpenOffice-1.1 still stalls in install on o [2004/01/23] kern/61774 [nis] nis security issue o [2004/01/24] bin/61811 qa [sysinstall] 5.2 release no resolv.conf c o [2004/01/24] kern/61841 usb [boot] 5.2 Boot freeze if memorybird (USB p [2004/01/24] i386/61852 alc i386 pmap SMP race condition can cause lo o [2004/01/25] i386/61890 i386 [fdisk] FDisk uses incorrect calculations f [2004/01/25] i386/61907 5.2 hangs when booting with cbb in kernel o [2004/01/26] bin/61937 qa [sysinstall] cannot install 5.2-REL via s o [2004/01/26] alpha/61940 alpha Can't disklabel new disk from FreeBSD/alp a [2004/01/26] kern/61960 sos [Patch] BigDrive support for PC-98 archit o [2004/01/26] i386/61970 [panic] on boot, 5.1/5.2 (but not 5.0), S o [2004/01/27] alpha/61973 alpha Machine Check on boot-up of AlphaServer 2 o [2004/01/28] bin/62040 pkg_add(1) won't run because the ELF dyna o [2004/01/29] bin/62058 burncd doesn't work with Creative RW8438E f [2004/01/30] kern/62088 usb [usb] Logitech Cordless/Optical Mouse not o [2004/01/30] kern/62091 [hang] Random Lockups on Boot (Timecounte f [2004/01/30] kern/62123 usb [usb] LaCie 160GB USB drive umass: BBB re o [2004/02/01] ports/62213 trevor Cannot install any emulators/linux_base o [2004/02/01] kern/62216 perl syswrite not writing the buffer unde o [2004/02/01] ports/62217 knu runidn does nothing o [2004/02/01] kern/62228 le [vinum] Kernel improperly identifies part f [2004/02/02] i386/62248 i386 [boot] 5.2 current hangs on boot o [2004/02/02] bin/62255 peter 2003-12-18: Stable CVS Version 1.11.11 Re a [2004/02/02] kern/62278 iedowse [nfs] NFS server may not set eof flag whe o [2004/02/02] i386/62280 i386 em0 broken after resume in 5.2-CURRENT o [2004/02/02] kern/62284 panic: GENERIC panics on FreeBSD 5.X imme o [2004/02/03] amd64/62295 obrien ipsec failure on 5.2.1-RC amd64 o [2004/02/03] kern/62309 jmg panic: ugen driver o [2004/02/05] bin/62367 qa [sysinstall] 5.2.1-RC installation proble o [2004/02/05] kern/62374 darrenr panic: free: multiple frees o [2004/02/05] bin/62375 qa [sysinstall] sysinstall core dump o [2004/02/06] conf/62417 luigi diskless op script failed o [2004/02/06] kern/62438 [patch] viapm patch for VT8235 o [2004/02/07] kern/62468 panic: system crashes when serial getty e o [2004/02/08] kern/62502 [modules] panic under double loading vinu o [2004/02/08] kern/62519 sound [sound] Intel ICH4 (82801DB) sound card d o [2004/02/09] i386/62565 i386 device.hints are not honored in 5.2.1-RC o [2004/02/10] kern/62658 [boot] loader/kernel answer to `boot -a' o [2004/02/12] amd64/62753 obrien txp(4) panics on amd4 o [2004/02/13] kern/62762 trhodes [msdosfs] Fsync for msdos fs does not syn o [2004/02/13] i386/62807 i386 4.9 SMP does not work with Compaq Smart o [2004/02/14] kern/62824 [panic] softdep_setup_inomapdep: found in o [2004/02/14] bin/62833 qa [sysinstall] can't install: integer divid o [2004/02/15] kern/62864 cognet Machine not reboot. o [2004/02/15] i386/62888 i386 ad4: WARNING - WRITE_DMA interrupt was se a [2004/02/16] kern/62906 peadar [patch] AGP misconfigures i845G chipset, o [2004/02/16] gnu/62937 Compilation of base src Perl with static o [2004/02/18] kern/63040 panic: kernel panic (sf_buff_alloc) f [2004/02/23] i386/63251 usb [usb] USB stops working after 2nd APM sus o [2004/02/24] i386/63305 i386 reading udf filesystem on dvd+rw leads to o [2004/02/25] kern/63343 [boot] manual root filesystem specificati o [2004/02/25] i386/63356 [fdisk] new installation fails on HP Prol o [2004/02/25] kern/63360 [panic] page fault in ath kernel module i o [2004/02/26] bin/63391 Burncd DAO fails on some CD recorders o [2004/02/26] ports/63409 phantom jdk-1.4.2p6_3 plugin crashes Mozilla-1.6_ o [2004/02/27] i386/63430 i386 [ata] TIMEOUT - ATA READ o [2004/02/27] kern/63431 [rtc] motherboard going to suspend mode s o [2004/02/27] i386/63441 i386 [panic] fatal trap 12 in pmap.c [4.9 with o [2004/02/27] i386/63449 [boot] FreeBSD 5.2 and 5.2.1 releases won o [2004/02/27] i386/63467 i386 [ata] Sil 3114: RAID not detected using S o [2004/02/28] bin/63489 top, finger segfault when using NIS group o [2004/02/29] bin/63535 getpwent segfaults when NIS groups used b o [2004/02/29] kern/63557 thomas ATAPICAM broken in 5.2-CURRENT (REQUEST_S f [2004/03/01] kern/63621 usb [usb] USB MemoryStick Reader stalls/crash o [2004/03/02] kern/63629 thomas mounting atapicam volume through cd0c cau o [2004/03/02] ports/63631 obrien vim port does aktivate python interpreter p [2004/03/02] kern/63662 [nullfs] using read-only NULLFS leads to f [2004/03/02] kern/63666 acpi [acpi] Network card 3c575B do not work af o [2004/03/03] ports/63670 perl 'Unable to read from thread kernel pipe' o [2004/03/03] i386/63678 i386 5.2.1 installation hangs on t30 o [2004/03/03] kern/63724 ipfw IPFW2 Queues dont t work o [2004/03/04] i386/63731 [boot] PATA to SATA converter on Promise o [2004/03/04] i386/63776 i386 [boot] hang during boot on a toshiba p25 o [2004/03/06] i386/63828 i386 [hang] when installing Release 5.2.1 (i38 o [2004/03/06] www/63854 www PR-web page loses text o [2004/03/07] i386/63871 i386 [panic] kernel panic in swi8 after 1 hour a [2004/03/09] kern/63954 rc devfs loses permissions o [2004/03/09] i386/63992 i386 [hang] XFree86 4.3 hangs on IBM ThinkPad o [2004/03/09] i386/64002 acpi acpi problem p [2004/03/11] kern/64091 peadar [nfs] nfs data corruption at end of file o [2004/03/12] kern/64151 [jail] jailer can't control all jail proc o [2004/03/12] i386/64158 5.2.1-RELEASE CD won't boot on acer Trave p [2004/03/12] kern/64169 linux binaries dump core on exit o [2004/03/12] i386/64183 i386 5.1-RELEASE Install hung at "Probing devi o [2004/03/13] ports/64191 ume cyrus-sasl2 port Makefile doesn't obey Ma o [2004/03/13] kern/64196 [patch] remove the arbitrary MAXSHELLCMDL o [2004/03/13] gnu/64231 libstdc++ on FreeBSD 5.2+ is non-usable i f [2004/03/14] kern/64250 panic: 5.2.1 kernel panics on ifconfig wh f [2004/03/15] ports/64305 jedgar dbf2mysql -q option broken with mysql323- s [2004/03/15] kern/64313 threads FreeBSD (OpenBSD) pthread implicit set/un o [2004/03/17] kern/64363 [panic] ffs_blkfree: freeing free block [ o [2004/03/18] kern/64406 panic: ffs_clusteralloc: map mismatch o [2004/03/19] bin/64445 peter "ypwhich -m" map enumeration is broken o [2004/03/19] i386/64450 i386 Lucent Technologies WaveLAN/IEEE (PCI) fr p [2004/03/22] kern/64573 alc mmap with PROT_NONE, but still could be r o [2004/03/22] kern/64594 [rl] 5.2-CURRENT: driver 'rl' (RealTek 81 o [2004/03/24] ports/64678 openoffice openoffice 1.1 upgrade fails due to JDK c o [2004/03/25] i386/64680 i386 5.2.1 pci-cfgintr steals serial mouse irq f [2004/03/25] kern/64694 ipfw [ipfw] UID/GID matching in ipfw non-funct o [2004/03/25] i386/64697 i386 5.2.x BTX loader halts with Promise FastT o [2004/03/25] i386/64716 i386 [nis] mv crashes FreeBSD 5.2.1-p3 o [2004/03/25] bin/64720 tail will not ctrl c o [2004/03/25] i386/64727 i386 [boot] cannot find disk on asus p4s533mx o [2004/03/26] bin/64738 [sendmail] SO_REUSEADDR doesn't seem to w a [2004/03/27] kern/64816 peadar [nfs] mmap and/or ftruncate does not work o [2004/03/28] kern/64826 [panic] with IPv6 on 4-STABLE after FreeB f [2004/03/28] kern/64831 tackerman [hang] Multiple em devices force system l o [2004/03/29] kern/64879 sound [sound] [hang] 4.9 freezes when I try to o [2004/03/29] kern/64903 [modules] panic: multiple kldload of a mo o [2004/03/31] ports/64963 tobez Perl 5.8: make package deletes installed o [2004/03/31] bin/64990 /bin/sh unable to change directory but cu o [2004/04/02] java/65054 glewis Diablo 1.3.1 JVM runs out of file descrip o [2004/04/02] i386/65072 hang on reboot not syncing drives on ibm o [2004/04/03] ports/65128 cy security/aide port fails with SIGBUS ever o [2004/04/03] i386/65137 i386 [boot] 5.2.1 Intall Boot from floppies pa f [2004/04/05] kern/65212 [hang] running startx hangs the system (a o [2004/04/05] bin/65223 fsck of 5.2 makes UFS1 inconsistent for 4 o [2004/04/07] kern/65282 [panic] Trap 12 kernel panic upon boot du f [2004/04/07] kern/65292 usb [panic] random page faults (usb-related?) o [2004/04/07] kern/65300 [udf] Can't use sendfile(2) to download f f [2004/04/10] bin/65410 [sysinstall] choosing installation media: o [2004/04/11] kern/65428 panic: uscanner(4)-related repeatable ker f [2004/04/11] kern/65446 panic: kernel crash with 4.10-BETA GENERI o [2004/04/12] i386/65457 BTX Halted when trying boot after success o [2004/04/14] i386/65523 i386 [patch] PXE loader malfunction in multipl o [2004/04/14] bin/65546 qa [sysinstall] 4.10-BETA fails to install f o [2004/04/15] ports/65578 knu japanese/mecab problem on FreeBSD 4.9. o [2004/04/15] ports/65579 knu japanese/ruby-mecab segmentation fault on o [2004/04/16] kern/65616 bms IPSEC can't detunnel GRE packets after re o [2004/04/16] gnu/65641 Use of llabs() in C++ fails as ambiguous o [2004/04/17] i386/65648 imp cardbus("TI1131") won't work on Dell Lati o [2004/04/17] kern/65658 panic: kernel panic on i386 5.2.1 release o [2004/04/18] bin/65693 wildcarded device names in /etc/devfs.con o [2004/04/18] kern/65702 panic: kernel panic on i386 5.2.1 with nv o [2004/04/19] bin/65774 qa [sysinstall] cannot run repair disk when o [2004/04/19] i386/65775 i386 [panic] Transmeta crusoe without longrun s [2004/04/20] kern/65817 panic: kernel panic with GENERIC 5.2.1 an f [2004/04/22] gnu/65869 cvs generates invalid cvs command lines f [2004/04/22] i386/65896 i386 [panic] 5.2-RELEASE re(4) driver, kernel o [2004/04/22] ports/65900 perl (non-maintainer) IGNORE p5-ExtUtils-MakeM o [2004/04/22] kern/65901 [smbfs] smbfs fails fsx write/truncate-do a [2004/04/23] ports/65906 phantom Compile of JDK-1.4 under FBSD-5.2.1 fails o [2004/04/23] kern/65920 [nwfs] Mounted Netware filesystem behaves f [2004/04/23] kern/65923 panic: 5.2.1 with SD-Sil680-RAID card f [2004/04/25] i386/65954 i386 [panic] Sil0680 panic [5.2.1-p5] o [2004/04/26] kern/66004 [panic] kernel panic on access to /dev/ul o [2004/04/27] kern/66025 panic: kernel panic in pagedaemon with vm o [2004/04/27] kern/66029 [patch] MD5 alignment problem on a TriMed o [2004/04/27] bin/66036 restore crashes (reproducable, core file s [2004/04/29] kern/66066 [unionfs] panic: ufs_direnter: compact2 o [2004/04/29] i386/66087 i386 [install] hang at PCI config [5.2.1] o [2004/04/30] bin/66103 macro HISADDR is not sticky in filters o [2004/05/01] i386/66133 i386 [boot] nvidia motherboard installer locks o [2004/05/01] java/66151 java JBuilderX (sun jvm 1.4.1 builtin) crashes o [2004/05/01] kern/66152 [unionfs] laying unionfs over another uni p [2004/05/02] bin/66156 smkelly rpcgen generates a CPP macro that won't c o [2004/05/02] kern/66162 phk gbde destroy error p [2004/05/04] bin/66242 maxim endless loop in sh(1) o [2004/05/05] kern/66270 mckusick [hang] dump causes machine freeze o [2004/05/05] kern/66290 imp pccard initialization fails with "bad Vcc o [2004/05/06] i386/66306 i386 pnpbios_identify() queries for more devic f [2004/05/06] i386/66339 i386 [hang] XFree86 initialization with an Lap a [2004/05/07] kern/66348 rik FR mode of cx (Cronyx Sigma) does not wor o [2004/05/07] i386/66350 i386 [sysinstall] sysinstall creates a partiti o [2004/05/07] i386/66368 i386 [install] 4.9 install fails with MODE_SEN o [2004/05/11] bin/66523 atacontrol allows to detach a channel in o [2004/05/13] kern/66611 [nfs] Crashing NFS servers (with workarou a [2004/05/14] kern/66634 tackerman hard lock with em driver o [2004/05/18] kern/66786 [nfs] panic: exporting msdosfs causes nfs o [2004/05/18] conf/66791 Old dev.db leads to the wrong program beh o [2004/05/18] kern/66829 [unionfs] mounting fdesc union on /dev pa o [2004/05/18] bin/66830 chsh/ypchsh do not change user informatio o [2004/05/19] kern/66848 imp cardbus power support breaks cardbus supp o [2004/05/19] i386/66876 i386 [patch] Cannot extract tar(1) multi-volum o [2004/05/20] bin/66950 qa [sysinstall] upgrading to 4.10-RC3: packa o [2004/05/20] kern/66960 [patch] filesystems not unmounted during o [2004/05/21] bin/66984 [2TB] [patch] teach sysinstall about larg o [2004/05/22] i386/67047 i386 mpt driver does not recognize messages fr o [2004/05/22] i386/67050 imp CardBus (PCI ?) resource allocation probl o [2004/05/25] bin/67167 FreeBSDs ftpd has problems under -CURRENT o [2004/05/27] i386/67273 acpi [hang] system hangs with acpi and Xfree o [2004/05/28] kern/67301 panic: uftdi, RTS and system panic o [2004/05/29] kern/67326 [msdosfs] crash after attempt to mount wr o [2004/05/29] conf/67328 Usermode PPP hangs on boot when NIS confi o [2004/05/31] ports/67413 openoffice OpenOffice 1.1 PDF Export is BROKEN f [2004/06/01] kern/67455 [patch] EHCI controller is being programm o [2004/06/01] i386/67469 i386 src/lib/msun/i387/s_tan.S gives incorrect p [2004/06/03] kern/67546 [2TB] Coredumps > 2Gb do not work (on 64b o [2004/06/06] ports/67625 trevor Linux_base fails to install f [2004/06/06] alpha/67626 alpha X crashes an alpha machine, resulting reb o [2004/06/07] i386/67688 i386 5.2.1 initial floppy boot fails with Fata p [2004/06/09] i386/67760 jhb [PATCH] Getting AGP/DRM working for VIA K f [2004/06/09] kern/67769 Fxtv 1.03 cause the Desk top (KDE) to Fre o [2004/06/10] kern/67794 panic: ffs panic during high filesystem a o [2004/06/11] i386/67833 i386 [boot] 4.10 does not boot after enabling o [2004/06/14] kern/67919 imagemagicks convert image to movie conve f [2004/06/15] i386/67955 i386 [panic] -current on T40p kernel trap 12 i o [2004/06/16] bin/67995 Morse plays beeps 10 times faster than it p [2004/06/16] kern/68013 jeff tp->snd_wl1 & snd_wl2 are not updated in o [2004/06/17] bin/68047 [sysinstall] unattended install of FreeBS o [2004/06/18] kern/68076 [modules] Page fault when the sequence "k o [2004/06/19] i386/68103 [panic] ASUS P4P8X mb at ffs/ffs_softdep. o [2004/06/20] kern/68131 emulation java/linux-ibm-jdk14: linux ibm jdk 1.4.1 o [2004/06/20] i386/68149 FreeBSD 4.10 installation blocking on ASU s [2004/06/23] ports/68234 leeym mail/pop3vscan pass viruses to clients. o [2004/06/24] ports/68260 markm [PATCH] Removal of -lcompat from freebsd- o [2004/06/24] i386/68277 [kbd] Compact Evo N610c (Laptop): Using e s [2004/06/24] i386/68286 IBM PCNet Ethernet (AMD chip) seen as Tri o [2004/06/25] kern/68324 panic: Duplicate free of item 0xc3121908 o [2004/06/25] kern/68325 panic: _mtx_lock_sleep: recursed on non-r f [2004/06/25] ports/68341 clsung xsysinfo memory leak o [2004/06/26] kern/68351 bge0 watchdog timeout on 5.2.1 and -curre o [2004/06/26] ports/68396 sumikawa Racoon racoon-20040617a Interoperability o [2004/06/27] i386/68411 i386 VMware Virtual Machine - Network Fails Du o [2004/06/28] i386/68438 i386 bootloader cannot read from icp vortex ar o [2004/06/28] kern/68442 [panic] acquiring duplicate lock of same f [2004/06/28] kern/68445 dwhite [bge] bge autonegotiation broken o [2004/06/29] i386/68486 [video] logo screensaver kills compaq ML3 o [2004/07/01] kern/68546 [ata] system seems to hang during stress o [2004/07/01] i386/68554 i386 [hang] system freeze on Compaq Evo 600c [ o [2004/07/02] kern/68576 rwatson UFS2 snapshot files can be mounted read-w o [2004/07/06] bin/68727 marcel gdb coredumps after recent CURRENT upgrad o [2004/07/10] kern/68889 rwatson [panic] m_copym, length > size of mbuf ch o [2004/07/10] i386/68899 i386 Problems reading and writing DVD-RAM disc o [2004/07/11] i386/68900 i386 5.x install CDs fail to boot on Toshiba S f [2004/07/13] java/68972 java unpack crashes during make install of lin o [2004/07/13] kern/68978 [crash] firewire crashes with failing har o [2004/07/13] kern/68987 panic: kmem_malloc(163840): kmem_map too o [2004/07/13] kern/69006 usb [patch] Apple Cinema Display hangs USB po o [2004/07/13] kern/69019 [if_wi] wlan stalling after 2-3 hrs of mo o [2004/07/14] i386/69049 i386 [install] error "anic: page fault" o [2004/07/14] kern/69058 panic: kernel reads unmapped memory while o [2004/07/14] kern/69066 panic: nmdm page fault when slattach on a o [2004/07/15] kern/69092 [rl] kernel: rl0: watchdog timeout o [2004/07/15] kern/69100 [nwfs] panic: 5.2.1p9 kernel panics when o [2004/07/16] kern/69141 panic: softdep_lock [5.2.1-RELEASE, SMP] o [2004/07/16] kern/69158 [if_an] Cisco MPI350 wireless card proble o [2004/07/18] i386/69218 simokawa [boot] failure: 4.10-BETA and later do no o [2004/07/19] i386/69260 i386 [install] Problem starting the installati o [2004/07/19] i386/69281 i386 init dies when MAXSSIZ, MAXDSIZ, and DFLD a [2004/07/20] ports/69322 ports-bugs ghostscript-afpl (8.14_5.1) fails if I tr o [2004/07/21] ports/69365 nobutaka libxine crashes on some wmv files o [2004/07/24] ports/69512 portmgr OPTIONS and NO_(CHECKSUM|BUILD|INSTALL|PA o [2004/07/26] kern/69607 [crash] system crashes in if_tap module [ o [2004/07/26] kern/69612 [panic] 4.10-STABLE crashes everyday: pag o [2004/07/26] kern/69629 panic: Assertion td->td_turnstile o [2004/07/27] kern/69663 ddb's panic comand can not dump o [2004/07/27] ports/69675 java Eclipse slow typing o [2004/07/28] amd64/69704 amd64 ext2/ext3 unstable in amd64 o [2004/07/28] amd64/69707 amd64 IPC32 dont work OK in amd64 FreeBSD o [2004/07/28] bin/69723 sysinstall: allow to continue from packag o [2004/08/03] kern/69934 kan lockmgr can concurrently grant two exclus o [2004/08/03] bin/69942 [sysinstall] sysinstall changes /etc/rc.c f [2004/08/03] i386/69945 i386 "Page fault" while shutting down on VIA K s [2004/08/03] kern/69953 anholt System reboots on startx with DRI enabled o [2004/08/03] kern/69964 kan [patch] lockmgr can forget to unblock cli o [2004/08/04] ports/69969 roam vpopmail default setup doesn't allow use o [2004/08/05] i386/70028 i386 umass isuue in the boot prcess on SONY La p [2004/08/05] kern/70037 [panic] ALI AGP fails / panics system o [2004/08/07] bin/70147 [PATCH] Globbing bug in /bin/sh f [2004/08/07] kern/70148 [panic] Kernel Panic 5.2.1-R and -CURRENT o [2004/08/11] ports/70309 sumikawa [patch] racoon disrupt manually-keyed IPS o [2004/08/11] ports/70317 x11 xvideo problems using XFree86-4.4.0 o [2004/08/11] i386/70330 i386 Re-Open 33262? - gdb does not handle pend o [2004/08/12] kern/70360 [twe] Random lock-ups with 3ware RAID 5 u o [2004/08/13] i386/70386 i386 IBM x345 Freezes Randomly o [2004/08/15] i386/70482 i386 Array adapter problems o [2004/08/16] i386/70525 i386 [boot] boot0cfg: -o packet not effective o [2004/08/16] i386/70531 i386 [patch] boot0 hides Lilo in extended slic o [2004/08/17] kern/70587 [patch] NULL pointer dereference in vm_pa o [2004/08/18] bin/70600 [fsck] fsck throws files away when it can o [2004/08/18] docs/70616 simon incompleteness and error in su(1) man pag o [2004/08/19] kern/70649 [rtc] system clock slows down when heavil o [2004/08/19] i386/70663 i386 Freebsd 4.10 ncplogin + Netware 4.11 = nw o [2004/08/20] ports/70695 hrs teTeX (port source print/teTeX) ends with o [2004/08/20] ports/70744 clement www/mod_fastcgi doesn't build without Mak o [2004/08/20] i386/70747 i386 ddos attack causes box to crash on kernel o [2004/08/21] kern/70753 [boot] Device for firewire hard disk not o [2004/08/21] bin/70803 truss wedges if child exits at the wrong f [2004/08/21] i386/70805 i386 [apm] page fault early during boot with a o [2004/08/22] kern/70809 panic: ufs_direnter: compact1 o [2004/08/25] i386/70925 i386 [hang] 5.3Beta1 acpi-pci driver failure, f [2004/08/25] kern/70931 panic: page fault at end of boot on Athlo o [2004/08/26] conf/70973 [patch] script 800.loginfail does not rep o [2004/08/26] bin/70974 [rpc] SIGSEGV in rpc.lockd o [2004/08/26] threads/70975threads unexpected and unreliable behaviour when o [2004/08/26] ports/70981 hrs LaTeX, tex and teTeX ports tangled o [2004/08/26] i386/71000 i386 [boot] BTX halted when booting from CD on o [2004/08/27] i386/71035 [kbd] SMP boot hangs in bus_space_write_1 o [2004/08/27] i386/71048 i386 [hang] ASUS TUV4X hangs when SONY CRX140E a [2004/08/28] kern/71073 andre [vlan] a media ioctl to vlan(4) causes pa o [2004/08/28] kern/71086 [panic] in vm_page_remove() (referencing o [2004/08/28] i386/71087 i386 [hang] 5.3-beta(2-5) fail to install on e o [2004/08/29] kern/71109 alc [patch] Possible race conditions in pmap. o [2004/08/30] kern/71131 [panic] profile.sh causes bfe to panic o [2004/08/30] i386/71144 i386 FBSD5.3b2 doesn't boot on a Compaq Armada o [2004/08/30] bin/71147 sshd(8) will allow to log into a locked a o [2004/08/30] kern/71155 usb [usb] misbehaving usb-printer hangs proce o [2004/08/30] i386/71158 i386 pci bus number 3 devices are missing on l o [2004/08/30] gnu/71160 gdb gets confused about active frame o [2004/08/31] i386/71190 i386 Dead thinkpad R31 after installing 5.2.1 o [2004/08/31] kern/71198 Lack of PUC device in GENERIC kernel caus o [2004/08/31] i386/71208 i386 Intel EtherExpress not working o [2004/09/02] bin/71290 [PATCH] passwd cannot change passwords ot o [2004/09/02] kern/71310 jeff [panic] kernel crash on rtprio pid priori o [2004/09/03] bin/71323 qa [sysinstall] FTP download from floppy boo o [2004/09/04] kern/71354 brooks [kbd] USB Keyboard bumped by non-existent f [2004/09/04] kern/71357 le [vinum] Panic when starting vinum at boot p [2004/09/05] kern/71388 rwatson [panic] due mac_policy_list_conditional_b o [2004/09/05] kern/71391 [nfs] [panic] md via NFS file + mount -t o [2004/09/05] i386/71392 i386 5.3-Beta[2-5] crash after final sync when o [2004/09/05] kern/71394 [boot] unable to mount troot device in bo o [2004/09/05] kern/71402 rwatson panic with lomac o [2004/09/06] kern/71421 [hang] filesystem operations lockups [SCH o [2004/09/06] i386/71428 i386 DMA does not work on VIA 82C586 [4.10] o [2004/09/07] kern/71443 brooks [kbd] usb keyboard not detected on 5.3 o [2004/09/07] i386/71470 i386 [hang] Asus P4P800-E Promise 20378 RAID 1 o [2004/09/07] amd64/71471 amd64 Can not install 5.3beta3/amd64 on IBM eSe o [2004/09/07] ports/71475 ports-bugs ACID (snort DB) detects versions incorrec o [2004/09/08] kern/71478 [nis] NIS/NFS: res_mkquery failed [4.2] o [2004/09/08] ports/71479 girgen mod_jk2-apache2 - various issues o [2004/09/10] kern/71547 anholt R200 (8500) hang on startx (nforce2) a [2004/09/10] kern/71568 brooks [kbd] [patch] unable to install FreeBSD u o [2004/09/11] bin/71594 [patch] pkg_install (sign) - variables ma o [2004/09/11] bin/71602 [PATCH] uninitialized "len" used instead o [2004/09/11] bin/71603 "systat -v" enters infinite loop o [2004/09/12] kern/71638 anholt Radeon 9200 SE with Xorg 6.7 and DRI 5.0. o [2004/09/12] i386/71641 i386 5.3-BETA3: wi0 hangs during kernel load f [2004/09/12] amd64/71644 amd64 5.3-BETA4 crash when heavy load o [2004/09/12] bin/71651 [PATCH] cron may attept to close unopened o [2004/09/12] kern/71677 rwatson MAC Biba / IPFW panic o [2004/09/13] ports/71692 knu portupgrade fails to find packages in por f [2004/09/13] kern/71695 brooks [hang] ifconfig hanging box o [2004/09/14] ports/71723 markus net/simicq port produces broken executabl o [2004/09/14] threads/71725threads Mysql Crashes frequently giving Sock Erro o [2004/09/14] sparc64/71729sparc64 printf in kernel thread causes panic on S f [2004/09/15] kern/71755 le [vinum] vinum bootstrapping problem o [2004/09/15] kern/71771 Hang during heavy load with amr raid cont o [2004/09/15] kern/71778 scsi 5.3 BETA3 doesnt see Adaptec 2015S FW Rev o [2004/09/16] kern/71785 anholt panics in X (Xorg and XFree86) with ATI c f [2004/09/16] bin/71786 [patch] adduser breaks if /sbin/nologin i f [2004/09/16] kern/71791 Fatal trap 12: page fault while in kernel o [2004/09/16] kern/71792 [patch] Wrong/missing 'goto' target label o [2004/09/17] kern/71827 jeff [panic] Running java applications causes o [2004/09/19] kern/71910 andre [patch] ipfw forward does not work [5.3-B o [2004/09/19] kern/71918 4.5 disklabel gets damaged when mounted b f [2004/09/20] ports/71934 andreas Apsfilter (or lpr) operates erratically o [2004/09/22] kern/71999 recurring panic in 4.10: ata_dmasetup: tr o [2004/09/22] i386/72004 i386 [boot] FreeBSD 5.2.1 install hangs with e o [2004/09/22] kern/72007 [panic] clist reservation botch [4.10] o [2004/09/22] ports/72014 java Eclipse doesn't work (SigBus 10) if it ha o [2004/09/23] kern/72022 packet loss on loopback interface [5.3-BE o [2004/09/23] kern/72041 [hang] Deadlock when disk is destroyed wh o [2004/09/24] i386/72065 i386 4.x and 5.2.1 doesn't recognize PCnet/ISA o [2004/09/26] i386/72112 sound [sound] sound problems with builtin sound o [2004/09/26] ports/72114 ports-bugs [PATCH] libtool15 chokes on gcc34 on 4-ST o [2004/09/27] ports/72122 mharo sudo 1.6.8p1 with pam-krb5 authentication o [2004/09/27] kern/72130 Promise Fastrack sx4000 boot problem f [2004/09/27] kern/72131 le panic when starting vinum on system boot o [2004/09/28] ports/72149 nectar [PATCH] heimdal with LDAP backend - bad s o [2004/09/28] java/72151 phantom JVM crash on 5.2.1-R o [2004/09/29] kern/72163 ACPI Panics on boot with 5.3-BETA-3 and u o [2004/09/29] bin/72177 [patch] camcontrol's getdevtree fails o [2004/09/30] gnu/72200 bzXgrep fails to detect that its matcher o [2004/09/30] kern/72208 panic: bio_completed can't be greater tha o [2004/09/30] kern/72210 andre ipnat problem with IP Fastforward enable o [2004/09/30] kern/72211 Cannot boot 5.3-BETA6 with both SCSI and o [2004/09/30] i386/72215 i386 with acpi enabled network card will not w f [2004/10/01] kern/72223 wpaul ndis crashes kernel [5.3-BETA6] o [2004/10/03] kern/72278 Installworld crashes machine [5.3-BETA7] o [2004/10/03] docs/72285 doc GCC manuals are out of sync o [2004/10/04] kern/72305 boot hangs after discovering disks when a o [2004/10/04] bin/72307 kan offsetof() macro emits non-compliant code o [2004/10/04] i386/72334 i386 7) i386|[boot] FreeBSD 5.3 Beta6 and Beta o [2004/10/05] i386/72343 i386 Suspend resets system on Inspiron 5160. o [2004/10/05] threads/72353threads Assertion fails in /usr/src/lib/libpthrea o [2004/10/06] bin/72370 obrien awk in -current dumps core o [2004/10/06] kern/72372 anholt radeon 9200se atlantis dri hangs X (nforc o [2004/10/06] kern/72376 acpi is mutually exclusive with snd_mss o o [2004/10/06] i386/72378 i386 NFS hangs in 5.3-BETA7 [3Com gbit card] o [2004/10/06] kern/72396 [patch] Incorrect network accounting with o [2004/10/07] ports/72414 openoffice Precompiled el-openoffice-1.1.2_1 first t o [2004/10/07] i386/72416 i386 FreeBSD 5.3-BETA7: The alternate systemcl f [2004/10/07] kern/72423 wpaul Loading if_ndis for Intel Wireless 2200BG o [2004/10/07] kern/72424 panic: ffs_blkfree: freeing free block in o [2004/10/07] threads/72429threads threads blocked in stdio (fgets, etc) are o [2004/10/08] i386/72439 sound [sound] Sound not functioning for VIA_823 o [2004/10/08] i386/72441 i386 HP Proliant DL380 hangs on reboot with 5. o [2004/10/09] i386/72456 i386 5.xx Releases Do Not Identify ATA when 4. o [2004/10/09] kern/72466 brooks [kbd] USB keyboard does not respond in si o [2004/10/10] kern/72490 Panic mounting cdrom with RWCombo Abort trap (core dumped) o [2004/11/04] kern/73538 problem with the Broadcom BCM5788 Gigabit o [2004/11/06] bin/73617 qa [sysinstall] fdisk editor unmarks active o [2004/11/07] amd64/73650 amd64 5.3-release panics on boot o [2004/11/07] bin/73651 Mergemaster on 4x -> 5.x pre-buildworld o [2004/11/08] i386/73658 i386 ed(4) can't get correct MAC address o [2004/11/08] i386/73666 i386 5.3 UDMA error WD1600 can't partition dri o [2004/11/09] i386/73706 jhb ATA_IDENTIFY timed out under FreeBSD 5.3 o [2004/11/09] kern/73719 rwatson Page fault in bpf_mtap () o [2004/11/09] kern/73740 [Panic] & [nfs(?)] 5-3-R#3 panic when acc o [2004/11/09] kern/73744 printing via cups causes "Interrupt storm o [2004/11/09] ports/73745 eik ports/databases/gnats4: gnatsd receives s o [2004/11/10] amd64/73775 amd64 Kernel panic (trap 12) when booting with o [2004/11/10] sparc64/73782sparc64 libc is missing the _Qp_cmp function o [2004/11/11] ports/73797 portmgr Be causious compiling with -O2 (use -fno- o [2004/11/11] kern/73830 le kernel panic when raid5 member disk is re o [2004/11/12] kern/73850 thomas atapicam and Zip drive causes reboots upo o [2004/11/12] kern/73852 [patch] [firewire] Not htonl() but ntohl( o [2004/11/12] kern/73871 Intersil Prism wireless wi0 locks up, "bu f [2004/11/12] ports/73882 hrs teTeX fails to install o [2004/11/13] kern/73910 ipfw [ipfw] serious bug on forwarding of packe o [2004/11/14] i386/73934 i386 fdisk sees disk as empty s [2004/11/15] ports/73980 dinoex heimdal port conflicts with apache+mod_ss o [2004/11/15] ports/73982 lev upgrade of apr to use DB4.2 broke subvers o [2004/11/16] i386/73987 sound Nfirce2 MB sound problem o [2004/11/16] i386/74008 i386 IBM eServer x225 cannot boot any v5.x - e o [2004/11/16] kern/74012 FreeBSD 4.10 stops responding while playi o [2004/11/16] amd64/74014 amd64 5.3-RELEASE-AMD64 freezes on boot during o [2004/11/16] misc/74019 Not NOMAN requires NO_CXX in make.conf o [2004/11/17] bin/74043 [PATCH] sh trap builtin does not properly o [2004/11/17] i386/74044 i386 ServerWorks OSB4 SMBus interface does not o [2004/11/18] i386/74074 i386 hw.ata.wc=0 / but write cache still enabl f [2004/11/18] kern/74088 usb ohci ehci uhub: port disabled on connecti o [2004/11/19] kern/74104 ipfw ipfw2/1 conflict not detected or reported p [2004/11/19] kern/74105 rwatson IPX protocol support doesn't work o [2004/11/19] i386/74124 i386 ata0 failure on HP(Vectra) VL6/350 [intro o [2004/11/19] bin/74127 [patch] patch(1) may misapply hunks with o [2004/11/19] kern/74136 FreeBSD 5.3 does not see RAID 1 drive onl o [2004/11/20] kern/74171 [serial] Fatal trap 12: page fault while o [2004/11/20] ports/74177 ports-bugs misc/linux-edonkey-tool-recovermet proble a [2004/11/21] gnu/74193 gcc 3.4 internal compiler error while com o [2004/11/21] i386/74217 i386 init died [Presario 2500] o [2004/11/22] kern/74230 periodic Fatal trap 12: page fault while o [2004/11/22] kern/74238 [firewire] fw_rcv: unknown response; fire o [2004/11/22] kern/74242 phk Write to fifo with no reader fails in 6.0 p [2004/11/22] bin/74255 des sshd produces Zombies with UsePam and Pri o [2004/11/22] ports/74263 obrien [update] security/super o [2004/11/22] ports/74265 x11 XFree86 Version 4.4.0 with KDE 3.1 freeze o [2004/11/22] kern/74272 Interrupt storm detected on "irc10:atapci o [2004/11/23] ports/74278 mharo ftp/proftpd: Update mod_ldap to 2.8.14 (n o [2004/11/24] kern/74309 xterm -C and rxvt -C do not grab /dev/con o [2004/11/24] kern/74319 system reboots after few hours [5.3] [smp o [2004/11/25] kern/74386 phk [patch] Killing watchdogd does not shutdo o [2004/11/26] ports/74432 ports-bugs ohphone 1.4.1 crashes in 5.3 Stable o [2004/11/29] kern/74495 wi wlan driver device freeze (5.3-STABLE) o [2004/11/29] ports/74518 openoffice openoffice-1.1 build failure on 4-stable: o [2004/11/29] gnu/74531 gcc doesn't link correctly if -pg specifi o [2004/11/29] i386/74532 i386 Install will not boot on Toshiba Satalite o [2004/12/01] i386/74576 i386 FAILURE - ATA_IDENTIFY no interrupt o [2004/12/01] kern/74592 le removing a (probably nonexistent) plex/vo o [2004/12/01] i386/74601 i386 Cardbus fails after busdma_machdep.c upda o [2004/12/02] i386/74605 i386 5.3 networking impossibly slow on 32M p15 o [2004/12/02] kern/74607 scsi FreeBSD 5.3 install CD crashes on SCSI de o [2004/12/02] conf/74610 Hostname resolution failure causes firewa o [2004/12/02] ports/74622 girgen Apache2 + mod_jk2 - default socket timeou o [2004/12/02] kern/74627 scsi Adaptec 2940U2W Can't boot 5.3 o [2004/12/03] kern/74635 [panic] vlan over fxp driver IP assignmen o [2004/12/04] kern/74690 [patch] support for SanDisk 8-in-1 in uma s [2004/12/05] kern/74708 UMAPFS kernel panic o [2004/12/05] amd64/74747 amd64 System panic on shutdown when process wil o [2004/12/05] ports/74748 eik slapd will not terminate properly p [2004/12/06] standards/74751trhodes swab() should be declared in , o [2004/12/06] ports/74760 java javavmwrapper messes up amavisd-new o [2004/12/06] kern/74771 mounting write-protected umass device as o [2004/12/06] kern/74778 ipsec passthrough / nat-t crash freebsd f o [2004/12/06] bin/74779 Background-fsck checks one filesystem twi o [2004/12/07] bin/74801 cpio -p --sparse creates truncated files o [2004/12/07] kern/74809 smbfs panic o [2004/12/07] i386/74816 i386 OS crash with kernel trap 12 in different o [2004/12/08] kern/74852 page fault: after a few days init causes s [2004/12/08] ports/74857 ports-bugs clamav socket problem o [2004/12/08] ports/74866 portmgr Update Mk/bsd.port.mk to support python p o [2004/12/08] kern/74877 Panic after halting the system - vrele: n o [2004/12/09] ports/74879 ade devel/gmake gives a segfault when $(eval o [2004/12/09] ports/74898 lev devel/subversion-python does not build o [2004/12/10] kern/74915 le vinum: kernel panic with dumpconfig while o [2004/12/10] i386/74923 i386 kernel panic with ncplist on 5.3-release a [2004/12/10] bin/74926 dds look(1) will silently ignore input from n o [2004/12/10] bin/74929 DES/BLF login.conf classes not working wi o [2004/12/11] kern/74935 andre [patch] TCP simultaneous open fails. o [2004/12/12] kern/74968 cdparanoia torture wedges CD-drive and PA o [2004/12/12] kern/74976 5.3-STABLE: vn_finished_write triggered p o [2004/12/12] i386/74988 i386 dma errors with large maxtor hard drives p [2004/12/13] kern/75014 rwatson When close ipx socket kernel panic o [2004/12/14] ports/75039 openoffice OpenOffice 1.1.2 javaldx crashes at start o [2004/12/14] i386/75041 i386 Sk driver gets "Corrupt MAC on input" dur o [2004/12/14] ports/75048 seanc www/mod_backhand nsswitch problem : nss_d o [2004/12/15] kern/75099 OpenOffice makes the system freeze o [2004/12/15] kern/75122 [PATCH] Incorrect inflight bandwidth calc o [2004/12/16] kern/75157 Cannot print to /dev/lpt0 with HP Laserje o [2004/12/16] kern/75159 (SC|VGA)_NO_FONT_LOADING in kernel config o [2004/12/17] kern/75172 Computer hangs o [2004/12/17] i386/75201 i386 nge driver causes FreeBSD 5.3-RELEASE and o [2004/12/18] amd64/75209 amd64 5.3-Release panics on attempted boot from o [2004/12/18] kern/75233 breaking fdformat /dev/fd0 resets device o [2004/12/19] kern/75249 [boot] 5.x install CD hangs on VirtualPC o [2004/12/19] kern/75250 gibbs timedout_scbs is not initialized with LIS o [2004/12/19] bin/75258 [patch] dd(1) has not async signal safe i o [2004/12/19] threads/75273threads FBSD 5.3 libpthread (KSE) bug o [2004/12/20] ports/75315 obrien the shells/bash2 port is broken on -CURRE f [2004/12/21] ports/75348 java Tomcat port overwrites server.xml config o [2004/12/21] kern/75368 initiate_write_inodeblock_ufs2() panic o [2004/12/21] threads/75374threads pthread_kill() ignores SA_SIGINFO flag o [2004/12/22] kern/75407 an0: no carrier after short time o [2004/12/23] ports/75416 ports-bugs x11-toolkits/xview broken from removal of o [2004/12/23] amd64/75417 amd64 ACPI: SATA Hard-disk o [2004/12/23] i386/75441 i386 fxp device timeout o [2004/12/25] kern/75482 simokawa bug in fwohci_pci.c causes cdrom installa o [2004/12/25] i386/75483 ipfw ipfw count does not count o [2004/12/26] kern/75510 panic: kmem_malloc(4096): kmem_map too sm o [2004/12/27] i386/75531 i386 Various DMA errors result in system panic o [2004/12/27] kern/75532 gibbs aic79xx.c has two incorrect references to o [2004/12/27] kern/75541 [patch] Forgotten tunables for sysvmsg mo p [2004/12/27] kern/75542 rwatson Inconsistent naming of a tunable and weir p [2004/12/30] ports/75645 trevor Fix errors in emulators/linux_base-8 for o [2004/12/30] ports/75646 trevor x11/linux-XFree86-libs: enable for amd64 o [2004/12/30] kern/75648 panic while loading usb.ko on 4.11-PRE o [2004/12/31] kern/75687 sound [patch] [sound] No sound on PC which is i o [2005/01/01] kern/75705 PANIC: da0 attach / Optio S4 o [2005/01/01] docs/75711 keramida opendir manpage o [2005/01/03] kern/75733 ATM driver problem. o [2005/01/03] ports/75748 edwin [patch] vmware3 install broken o [2005/01/03] kern/75755 kmem_malloc(45056): kmem_map too small: 3 o [2005/01/03] kern/75773 sysctl -a panic o [2005/01/04] kern/75780 [backtrace] [5.3R panic] panic: vm_page_f f [2005/01/04] ports/75785 obrien lang/gcc32 uses libc_r instead of libpthr o [2005/01/04] kern/75794 tackerman em driver alignment problems o [2005/01/04] threads/75795threads applications linked with -lc_r can't clos o [2005/01/04] kern/75797 5.3-STABLE(2005 1/4) detect USB headset, o [2005/01/04] kern/75823 wi0 interface self-destructs after a coup o [2005/01/05] kern/75850 Reboot hangs when swap resides on disks t o [2005/01/06] kern/75875 acd0: FAILURE - READ_BIG ILLEGAL REQUEST o [2005/01/06] i386/75887 i386 with vt0.disabled=0 and PCVT in kernel vi o [2005/01/08] bin/75931 Got "bus error" on running certain apps o [2005/01/09] kern/75978 Linksys WPC11 ver 3 wifi card locks up 5 p [2005/01/09] bin/75980 expand(1) breaks tab columns in Japanese o [2005/01/10] kern/76023 xmms causes panic o [2005/01/10] ports/76029 mita misc/mgp-mode.el is already included in m o [2005/01/11] kern/76080 "bio_completed .. greater than bio_length o [2005/01/11] i386/76105 i386 PF on renamed interfaces page fault while o [2005/01/11] ports/76120 tobez coredump in perl 5.8.5 in malloc()-call f o [2005/01/12] kern/76126 [patch] [nfs] 4.11 client will send a NFS o [2005/01/12] bin/76134 fetch(1) doesn't like 401 errors with -A o [2005/01/12] amd64/76136 amd64 system halts before reboot f [2005/01/12] ports/76174 cy problem with ftp/sftp o [2005/01/13] usb/76204 usb panic while using usb attached modem o [2005/01/13] kern/76207 [patch] Null pointer dereference in xl_de o [2005/01/14] ports/76231 knu Existance of PHP5 installation breaks dev o [2005/01/14] kern/76237 le vinum panics on ufs_baddir, possible link o [2005/01/15] ports/76289 eik security/digest with sha256 output miss-m o [2005/01/15] ports/76293 ports-bugs port graphics/togl VERY broken o [2005/01/17] amd64/76336 amd64 racoon/setkey -D cases instant "Fatal Tra o [2005/01/17] i386/76372 i386 cannot burn iso image disk2 of any releas o [2005/01/18] usb/76395 usb USB printer does not work, usbdevs says " o [2005/01/18] kern/76398 stdio can lose data in the presence of si o [2005/01/18] kern/76410 [patch] Null pointer dereference in net/b o [2005/01/18] ports/76434 ports-bugs sysutils/lcdproc coredumps when started w s [2005/01/19] ports/76459 gerald Wine-20050111 raises "Uninitialized mutex o [2005/01/19] kern/76464 mlaier PF, set loginterface & non existing inter o [2005/01/20] i386/76487 i386 Compiled GENERIC kernel (and non-GENERIC) o [2005/01/20] kern/76504 silby Keep-alives doesn't work on half-closed s f [2005/01/20] ports/76506 cy Fvwm2-devel port requires additional pac o [2005/01/21] kern/76525 select() hangs on EOF from named pipe (FI o [2005/01/21] kern/76538 nfs-write on gbde partition stalls and co o [2005/01/21] usb/76554 usb Panram "yoyo" USB MP3 player causes panic o [2005/01/22] bin/76578 uniq truncates long lines to LINE_MAX o [2005/01/23] bin/76588 OpenSSL fails on loading keyfiles from BI o [2005/01/24] java/76631 java any port linux-*-jdk12 will core dump if o [2005/01/24] ports/76633 kwm Totem will not play DVDs> o [2005/01/25] ports/76644 emulation FreeBSD 5.3 will freeze or crash when run o [2005/01/25] ports/76658 clive font.properties actual font file cannot p o [2005/01/25] kern/76663 panic with FAST_IPSEC and IPv6 o [2005/01/25] i386/76666 i386 Booting and Sound are mutually exclusive o [2005/01/25] kern/76672 Problem with cardbus and vlans f [2005/01/25] usb/76684 usb Toshiba PDR-M4 camera connected via USB h o [2005/01/26] threads/76694threads fork cause hang in dup()/close() function f [2005/01/26] usb/76727 usb usb printing locks machine o [2005/01/27] i386/76737 i386 CardBus problem (cbb1: Could not map regi o [2005/01/28] kern/76780 re NIC driver update for D-Link DGE-528T o [2005/01/28] ports/76781 mharo [PATCH] mail/p5-Mail-IMAPClient: missing f [2005/01/28] i386/76785 i386 Installation Errors o [2005/01/28] kern/76792 le vinum not working with aac disk devices f [2005/01/30] ports/76838 edwin multimedia/pvr250 problems in 4.x with co f [2005/01/30] kern/76840 vs aureal-kmod locks the STABLE snapshot of f [2005/01/30] usb/76847 usb ukbd panics on boot o [2005/01/30] kern/76848 amr hangs o [2005/01/30] bin/76858 [PATCH] Bug in pkg_{info,delete} package o [2005/01/30] kern/76871 le vinum / does not find its second drive p [2005/01/31] kern/76890 glebius [patch] em driver does not send routing m o [2005/01/31] kern/76893 Fatal divide in booting processes with Bu o [2005/01/31] i386/76925 i386 standard pci-ide, install - "NO DISKS FOU o [2005/02/01] kern/76937 Page fault while in kernel mode under hea o [2005/02/01] i386/76944 i386 [patch] i386 bus_dmamap_create() bug o [2005/02/01] i386/76948 i386 Slow network with rl0 (rl0 driver problem o [2005/02/01] kern/76968 Failing to boot into machine o [2005/02/02] amd64/77011 amd64 consisten 5.3-p5 make crash on installwor o [2005/02/02] kern/77026 umount-ing non-existent device panics sys o [2005/02/03] bin/77067 /bin/sh premature termination when 'set - o [2005/02/03] kern/77074 RELENG_4 -> 5 regression regards msdosfs f [2005/02/03] ports/77075 ache no apache13 in ports! o [2005/02/04] amd64/77101 amd64 Please include ULi M1689 LAN, SATA, and A o [2005/02/04] kern/77111 After pppd establishes connection, if "op o [2005/02/05] ports/77115 phantom jdk15 and amd64, ${ARCH} bug o [2005/02/06] i386/77154 i386 5.3 refuses to boot when IDE channel2 is o [2005/02/06] kern/77181 [patch] [newfs] newfs -g largevalue, mkdi o [2005/02/06] usb/77184 usb kernel panic on USB device disconnect o [2005/02/07] ports/77185 ports-bugs (re)add PCL3 driver to print/ghostscript- o [2005/02/07] i386/77189 anholt DRM: Kernel panic "pmap_mapdev: Couldn't o [2005/02/07] kern/77195 [patch] Ipfilter ioctl SIOCGNATL does not o [2005/02/09] ports/77287 openoffice OOo2 cannot build without Mozilla o [2005/02/09] kern/77289 system hangs while trying to unmount prev o [2005/02/09] ports/77290 openoffice OOo2 moz needs GTK2 o [2005/02/09] usb/77294 usb ucom + ulpcom panic o [2005/02/09] i386/77325 dfr valgrind hangs at program completion, see o [2005/02/10] i386/77335 i386 Can not initial Ethernet Broadcom UDI PXE f [2005/02/10] ports/77336 openoffice OpenOffice 2.0 needs python dependency o [2005/02/10] kern/77337 Samba3+FAT32->Reboot o [2005/02/10] conf/77340 rc awk used in /etc/rc.d/nsswitch when not a o [2005/02/10] ports/77356 knu avr-libc 1.2.1 installs but does not ins p [2005/02/11] conf/77384 brooks /etc/rc.d/var uses commands from /usr/bin o [2005/02/11] ports/77391 apache Apache 2.x Modules depending on wrong Apa o [2005/02/12] sparc64/77417sparc64 [panic] with high usage of cpu when lan u o [2005/02/13] kern/77432 [PATCH] It is not possible to load nfs4cl o [2005/02/13] kern/77439 WAG511 NETGEAR pccard does not attach (De o [2005/02/13] i386/77443 i386 Can't access floppy - "/dev/fd0: Input/ou o [2005/02/13] bin/77455 [natd] fatal trap 19 in natd o [2005/02/13] kern/77463 [PATCH] Local DoS from user-space in NFS o [2005/02/14] ports/77488 knu devel/p5-String-Ediff seg faults o [2005/02/14] kern/77493 [named pipes] freebsd 5.3 + bash process o [2005/02/14] ports/77515 sobomax ZapTel crashes on some hardware o [2005/02/14] i386/77529 i386 installation of freebsd 5.3 in laptop an o [2005/02/15] ports/77574 nectar net/nss_ldap locks out when cd'ing to see o [2005/02/16] kern/77588 PREEMPTION problems in combination with e o [2005/02/16] usb/77604 usb Sluggish Logitch LX700 USB Mouse o [2005/02/17] amd64/77629 amd64 aMule hardlocks AMD64 system o [2005/02/17] kern/77631 [if_sis] sis network driver broken in 5.3 o [2005/02/17] i386/77643 i386 SATA PCI controllers fail with WRITE_DMA o [2005/02/17] bin/77651 init can loose shutdown related signals o [2005/02/17] ports/77656 phantom java/jdk15 - (AMD64) install problem. o [2005/02/18] kern/77665 multicast sockets + interface removal = p f [2005/02/18] kern/77680 Too many files in a single directory slow o [2005/02/18] kern/77684 tx(4) driver causes machine to lockup o [2005/02/19] i386/77710 emulation Linux page fault sigcontext information i f [2005/02/19] ports/77727 skv Can't compile /usr/ports/textproc/sablotr o [2005/02/20] kern/77753 DVD-writer fails to fixate DVD f [2005/02/20] kern/77799 Panic on attach of a mp3 player to USB f [2005/02/20] kern/77805 Boot hangs with ACPI enabled o [2005/02/21] gnu/77818 GDB locks in wait4() when running applica o [2005/02/21] i386/77825 i386 dc driver pagefaults on bootup o [2005/02/21] ports/77873 portmgr New variable: USE_BSD_MK o [2005/02/22] conf/77932 pf and ipfw periodic scripts not working o [2005/02/22] i386/77935 i386 Can't boot with 5.x CD or floppy o [2005/02/23] kern/77940 insertion of usb keyboard panics system o [2005/02/23] amd64/77949 amd64 Pb boot FreeBSD 64 o [2005/02/23] ports/77954 trevor emulators/linux_base for amd64 fails to i o [2005/02/23] kern/77982 [patch] lnc0 can NOT be detected in vmwar o [2005/02/25] docs/78062 doc Sample Echo Pseudo-Device Driver for Free o [2005/02/25] i386/78075 i386 filesystem corruption p [2005/02/25] bin/78085 robert id command inconsistency o [2005/02/25] ports/78086 bms multimedia/dirac: install failure (patch o [2005/02/25] bin/78087 groups program inconsistency o [2005/02/27] ports/78144 portmgr Force INSTALLDIRS="site" for perl ports o [2005/02/27] docs/78154 doc [PATCH] Make en_US FreeBSD Handbook more o [2005/02/27] gnu/78161 typo in gzexe o [2005/02/28] kern/78179 bus_dmamem_alloc() with BUS_DMA_NOWAIT ca o [2005/02/28] kern/78216 WRITE_DMA UDMA ICRC errors while copying o [2005/03/01] i386/78218 i386 kue not detected on Sony PCG-F370 VAIO o [2005/03/01] i386/78219 i386 Netgear FA-410TX is incorrectly detected o [2005/03/01] kern/78227 Destroying a network interface leaks kern f [2005/03/01] ports/78245 linimon make no longer working in /usr/ports o [2005/03/02] ports/78286 gnome [PATCH] Add support for multilang for www o [2005/03/02] ports/78287 gnome [NEW PORT]firefox simplified chinese vers o [2005/03/02] ports/78288 gnome [NEW PORT]firefox traditional chinese ver o [2005/03/02] ports/78289 gnome [NEW PORT]firefox japanese version o [2005/03/02] i386/78301 i386 Fatal trap 12 o [2005/03/02] ports/78325 cy -current behaves differently than 4.X w.r o [2005/03/03] i386/78339 i386 BTX loader crashes on boot on HP Proliant o [2005/03/03] standards/78357standards getaddrinfo() doesn't appear to support A o [2005/03/03] kern/78382 wpaul dhclient on ndis0 causes kernel panic o [2005/03/04] kern/78384 [panic] Reproducible panic with port iplo o [2005/03/04] ports/78396 java Java 1.4 fails to compile under FreeBSD 4 o [2005/03/04] amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/p o [2005/03/04] ports/78428 openoffice Openoffice-1.1.4 stops compiling -> dmake o [2005/03/05] kern/78434 [patch] vfs_mount: -current does not cdbo p [2005/03/06] kern/78478 rwatson writing to closed socket does not generat o [2005/03/07] i386/78517 i386 WRITE_DMA and READ_DMA timeouts with ATI f [2005/03/07] ports/78527 x11 wrong x11-toolkits/Xaw3D version o [2005/03/07] amd64/78558 amd64 installation o [2005/03/08] bin/78570 "wicontrol -i wi0 -C" outputs garbage o [2005/03/08] ports/78597 portmgr [PATCH] bsd.port.mk's add-plist-docs fail s [2005/03/09] ports/78645 pav libgphoto2-2.1.5 broken o [2005/03/09] standards/78650standards ttyname_r() is not standards compliant o [2005/03/10] i386/78657 i386 error installing 5.3-RELEASE due to Compa o [2005/03/10] threads/78660threads Java hangs unkillably in STOP state after o [2005/03/10] kern/78664 jeffr truss does not work on 5-STABLE(5.4-PRERE o [2005/03/10] i386/78666 i386 ata0-master: FAILURE ATA-IDENTIFY timed o o [2005/03/11] kern/78707 New nvidia MCP2S chipset SATA no supporte o [2005/03/13] conf/78762 /etc/rc.d/ipfw should excecute $firewall_ o [2005/03/13] kern/78791 xl input errors and speed problem o [2005/03/14] kern/78801 mux ping: sendto: No buffer space available o [2005/03/14] ports/78811 tobez Add WITH_DEBUGGING option to lang/perl5.8 f [2005/03/14] kern/78818 mlaier pf crash on high load if use route-to o [2005/03/14] kern/78821 ALLMULTI on Vlan Interfaces o [2005/03/14] kern/78824 gnn race condition close()ing and read()ing t o [2005/03/14] ports/78834 ambrisko [PATCH] net/etherboot: gcc-3.4 fix o [2005/03/14] ports/78847 des Can't require 'asdf-install with current o [2005/03/14] amd64/78848 amd64 sis driver on FreeBSD 5.x does not work o f [2005/03/15] kern/78868 gibbs Adaptec 29160 fails with IBM LTO-2 drive o [2005/03/16] standards/78907standards does not define pthread typ o [2005/03/16] i386/78929 i386 atapicam prevents boot, system hangs o [2005/03/16] i386/78930 i386 SuperMicro web server with 5.3-RELEASE ke o [2005/03/17] kern/78946 vm_pageout_flush: partially invalid page o [2005/03/17] kern/78953 bp smbfs getdirentries() failure causes CVS o [2005/03/17] kern/78956 Only one write operation attempted on RAI o [2005/03/17] bin/78964 qa [sysinstall] can not write labels to hdd o [2005/03/17] kern/78968 FreeBSD freezes on mbufs exhaustion (netw o [2005/03/18] kern/78987 scottl udf fs: readdir returns error when it sho o [2005/03/18] usb/78989 usb please add USB keyboard support to instal o [2005/03/19] ports/79011 portmgr [PATCH] USE_MYSQL breaks dependency track o [2005/03/19] ports/79012 portmgr [PATCH] USE_PGSQL breaks dependency track o [2005/03/19] ports/79014 nork building www/linuxpluginwrapper fails. o [2005/03/19] kern/79025 [patch] && in /usr/src/etc/Makefile needs o [2005/03/21] i386/79073 i386 System panic and hang after creating a la o [2005/03/21] i386/79080 acpi acpi thermal changes freezes HP nx6110 o [2005/03/21] i386/79081 acpi ACPI suspend/resume not working on HP nx6 f [2005/03/21] i386/79097 i386 mount new partition maps / o [2005/03/22] usb/79140 usb WD Firewire/USB Combo hangs under load on f [2005/03/22] i386/79141 i386 5.4Beta1 does not recognize my intel grap o [2005/03/23] kern/79148 DHClient / Ethernet Card not communicatin o [2005/03/23] kern/79160 xl_detach cause panic o [2005/03/23] kern/79168 Problems running two firewire disks on on o [2005/03/23] i386/79169 i386 freeze with striped USB Drives under high o [2005/03/24] kern/79208 [nfs] Deadlock or starvation doing heavy f [2005/03/24] ports/79212 haskell upgrade net/ginsu port o [2005/03/24] kern/79214 [nfs] iozone hurts tcp-based NFS p [2005/03/25] bin/79229 brooks Wrong Makefile path at /usr/src/sbin/ifco o [2005/03/25] ports/79231 x11 XORG / FBSD5.4 stuck at 640x480 on HP XE2 f [2005/03/26] ports/79250 ports-bugs devel/strace 4.5.1 Broken o [2005/03/26] ports/79253 sobomax Asterisk port has errors in some config f o [2005/03/26] kern/79255 Fixating CDRW with burncd(8) hangs system o [2005/03/26] docs/79261 doc exttatr_list_file() wrongly documented in o [2005/03/26] kern/79262 [if_dc] Adaptec ANA-6922 not fully suppor o [2005/03/26] bin/79263 find -exec {} + fails with -or and ! o [2005/03/27] i386/79268 i386 5.3-RELEASE won't boot on Compaq Armada 4 o [2005/03/27] usb/79269 usb USB ohci da0 plug/unplug causes crashes a o [2005/03/27] usb/79287 usb UHCI hang after interrupt transfer o [2005/03/28] kern/79295 umount oddity with NFS (fwe) over VIA Fir o [2005/03/28] i386/79323 i386 authmod setup with ifconfig on dlink wlan o [2005/03/29] kern/79324 [if_bge] Broadcom bge chip initialization o [2005/03/29] kern/79332 [patch] "ffs_mountroot: can't find rootvp o [2005/03/29] kern/79333 pjd GEOM MIRROR mount root problem o [2005/03/29] kern/79334 [ata] ATA_IDENTIFY timed out for 5.3 and o [2005/03/29] kern/79336 [nfs] NFS client doesn't detect file upda o [2005/03/29] kern/79339 [patch] Kernel time code sync with improv o [2005/03/30] ports/79353 ports-bugs zh-CJK Makefile broken for teTeX 3.0 o [2005/03/30] kern/79357 [patch] uiovcnt not initialized for exatt o [2005/03/30] bin/79376 moused causes random mouse events with a o [2005/03/31] ports/79386 kwm patch multimedia/gstreamer-plugins: wrong o [2005/03/31] ports/79397 clement news/inn fails to build nnrpd under RELEA o [2005/03/31] i386/79409 i386 [ataidle?] Come back from idle make the s o [2005/04/02] usb/79436 usb Panic: ohci_abort_xfer: not in process co o [2005/04/02] kern/79493 [PATCH] [if_tun] Reproducible if_tun pani o [2005/04/04] usb/79524 usb printing to Minolta PagePro 1[23]xxW via o [2005/04/05] kern/79546 glebius dummynet & ipfw tee: kernel may hang (end o [2005/04/05] ports/79550 trevor print/acroread7 fails to open files when o [2005/04/07] kern/79621 sysinstall does not create a device when o [2005/04/07] usb/79622 imp USB devices can be freed twice o [2005/04/07] usb/79656 usb [usb] RHSC interrupts lost o [2005/04/07] docs/79658 doc Freebsd Handbook incorrect about ATAPI CD o [2005/04/08] kern/79660 ATAPI CD driver /dev/acd0tNN fails if dev o [2005/04/08] kern/79665 [panic] "unmount: dangling vnode" on amd o [2005/04/08] threads/79683threads svctcp_create() fails if multiple threads o [2005/04/08] i386/79686 i386 Spurious notebook disk errors from ATA dr o [2005/04/08] kern/79693 jhb SMP: msleep and sleepq_broadcast race o [2005/04/08] kern/79700 [nfs] suspending nfs file access hangs ot o [2005/04/09] kern/79703 [hang] RocketRaid 1820A has problems with o [2005/04/09] ports/79711 ports-bugs fail to build japanese/eijiro-fpw o [2005/04/09] conf/79712 ntpdate in startup sequence fails. o [2005/04/09] usb/79722 usb [usb] wrong alignments in ehci.h o [2005/04/09] i386/79729 i386 umass, da0 not detected by devfs for o [2005/04/09] i386/79730 i386 SLIM DRIVE COMBO fails with READ_BIG erro o [2005/04/10] ports/79762 lev [REPOCOPY] graphics/nip to graphics/nip2 f [2005/04/11] ports/79774 ports-bugs mod_fastcgi builds but won't install (wro o [2005/04/11] i386/79779 i386 If system memory is above 4GB, one parts o [2005/04/11] ports/79782 ale ports/Mk/bsd.php.mk 1.15 breaks oracle o [2005/04/11] kern/79783 ata: hw.ata.atapi_dma=1 reduces HDD writi o [2005/04/11] i386/79784 i386 Broadcom BCM4401 (bfe) : no carrier o [2005/04/11] kern/79785 realtek NIC will crash a heavy BSD system f [2005/04/11] i386/79797 i386 [panic] pmap_dev: Coud't alloc kernel vir o [2005/04/12] i386/79807 i386 Lock Up on Old Acer P1 Comp o [2005/04/12] amd64/79813 amd64 Will not install/run on amd64 nForce 4 pl o [2005/04/12] i386/79833 i386 BTX crashes on boot when using Promise TX o [2005/04/13] docs/79857 doc manpage about ntp is wrong o [2005/04/14] kern/79895 darrenr 5.4-RC2 breaks ipfilter NAT when using ne o [2005/04/14] kern/79905 sound [sound] sis7018 sound module problem o [2005/04/14] bin/79910 qa [sysinstall] Cannot escape from failed po o [2005/04/14] i386/79912 i386 Sound broken for 2 VIA chipsets o [2005/04/14] kern/79940 [panic] 5.3 with kernel debug causes pani o [2005/04/14] ports/79941 openoffice Openoffice 1.1.4_1 binary packages (i386) o [2005/04/14] i386/79943 i386 Very High interupt rate on PCM o [2005/04/16] kern/79988 darrenr [trap] page faults while in kernel mode o [2005/04/16] kern/79989 [panic] nfs_inactive() / sched_switch() p a [2005/04/16] kern/79990 glebius ng_mppc_decompress dies with ADAPTIVE_GIA o [2005/04/16] kern/80005 [if_re] re(4) network interface _very_ un o [2005/04/16] ports/80012 steve [FIX] Unbreak make package of x11-toolkit f [2005/04/17] kern/80035 glebius netgraph is causing crash (free()->panic) o [2005/04/17] usb/80040 usb [hang] Use of sound mixer causes system f o [2005/04/17] kern/80041 sound [sound] snd_via8233 does not support VIA8 o [2005/04/17] kern/80042 FreeBSD 5.4 RC2: Promise PDC20265 on A7V o [2005/04/18] ports/80069 tobez lang/perl5.8 doesn't make a valid symlink o [2005/04/18] bin/80074 Bug in OpenSSL's sk_insert() causes segfa o [2005/04/19] kern/80088 [smbfs] Incorrect file time setting on NT o [2005/04/19] amd64/80114 amd64 kldload snd_ich causes interrupt storm wh o [2005/04/20] kern/80136 [crash] mdconfig can reboot the system o [2005/04/20] kern/80166 ups [panic] Debugger SMP race panic f [2005/04/22] ports/80245 vs net-mgmt/zabbix: Error in Zabbix rc.d fil o [2005/04/22] kern/80246 [patch] Wrong mtx_unlock in IPS morpheus- o [2005/04/22] usb/80260 usb Travan USB tape drive fails to write o [2005/04/22] kern/80266 rwatson [patch] IPX routing doesn't work o [2005/04/22] i386/80268 i386 [crash] System with Transmeta Efficeon cp o [2005/04/23] ports/80288 ports-bugs [PATCH] samba: processing of symlinks bro o [2005/04/25] kern/80321 ups serial db problems o [2005/04/25] kern/80322 TCP socket support broken on a busy port o [2005/04/25] bin/80346 [PATCH] Misuse of el_init() can lead mult o [2005/04/26] kern/80354 [crash] Path MTU discovery ICMP NATD BSD o [2005/04/26] usb/80361 usb mounting of usb-stick fails o [2005/04/26] ports/80366 nectar heimdal port installs /usr/local/include/ o [2005/04/26] usb/80373 usb usb keyboard does not respond o [2005/04/26] kern/80381 5.4 RC3 can't allocate ps/2 irq, no psm, o [2005/04/27] bin/80389 kuriyama rpc.lockd brokenness o [2005/04/27] ports/80395 seanc libmemcache does not properly configure i o [2005/04/27] sparc64/80410sparc64 netgraph is causing crash with mpd on spa o [2005/04/28] i386/80426 i386 5.4-RC3 still panic when boot on ASUS P2B o [2005/04/28] i386/80433 i386 write failure on transfer! o [2005/04/28] threads/80435threads panic on high loads p [2005/04/29] docs/80458 keramida [PATCH] docs/63808: No manpage for devfs. p [2005/04/29] docs/80459 keramida [patch] docs/75433: no manual page for de o [2005/04/29] conf/80468 des rc.conf's "dumpdev" does not accept AUTO o [2005/04/30] kern/80469 mount_smbfs causes freebsd to reboot o [2005/04/30] ports/80491 doceng Dependency error between packages prebuil o [2005/05/01] ports/80514 ports-bugs emulators/vmware3: vmmon_smp.ko does not o [2005/05/01] kern/80519 [ntfs] Write capability for ntfs filesyst o [2005/05/02] docs/80535 doc Contrary to handbook, filesystem snapshot o [2005/05/02] i386/80539 i386 bug /dev/bpf (/usr/ports/net-mg o [2005/05/03] i386/80572 i386 bridge/ipfw works intermittantly. o [2005/05/04] ports/80608 x11 x11/xorg: kldload freezes Xorg when invok o [2005/05/04] docs/80611 doc Missing items in supported hardware list o [2005/05/04] usb/80628 usb recent USB MFCs cause panics o [2005/05/05] ports/80633 delphij mail/spamd: problems with rcNG (if spamd p [2005/05/05] bin/80659 jhb [PATCH] sysinstall Netherlands ntp server o [2005/05/05] bin/80661 [patch] [SECURITY] Missing NULL terminati o [2005/05/05] ports/80679 emulation emulators/linux_base-8: Use ${MACHINE_ARC o [2005/05/06] usb/80685 usb panic in usb_cold_explore() at begining o [2005/05/06] amd64/80691 amd64 amd64 kernel hangs on load o [2005/05/06] kern/80694 [patch] atkbd looped on Acer TravelMate 2 f [2005/05/06] kern/80698 Explicitly calling __xuname() has bad eff f [2005/05/06] ports/80708 barner valgrind fails to compile o [2005/05/06] kern/80714 drop/boot to single user hangs on 5.4-REL o [2005/05/07] kern/80718 anholt DRM 1.16.0 + SMP causes an instant reboot a [2005/05/07] ports/80735 thierry FreeBSD default autotools install does no o [2005/05/07] i386/80739 i386 Strange panic (keyboard related?) on 5.4 o [2005/05/08] kern/80742 [PATCH] Local DoS in sys/compat/pecoff (+ o [2005/05/08] ports/80755 nobutaka japanese/uim segmentation fault o [2005/05/08] kern/80784 mux fxp gives device timeouts o [2005/05/08] bin/80798 mount_portal pipe leaves file descriptors o [2005/05/09] usb/80829 usb possible panic when loading USB-modules o [2005/05/09] ports/80837 emulation x11-toolkits/linux-gtk: cannot install by a [2005/05/10] amd64/80839 amd64 RELEASE 5.4 / libc: make buildworld fails o [2005/05/10] ports/80842 perl spamd does not properly drop root privs o [2005/05/10] docs/80843 doc Suggested doc fix for psm0 / handle drive o [2005/05/10] i386/80853 i386 ed driver - support for Compex RL2000/ISA o [2005/05/10] ports/80860 demon rrdtool port won't install perl modules o [2005/05/10] usb/80862 usb USB locking issues o [2005/05/10] ports/80869 girgen postgresql80-* does not handle Kerberos c f [2005/05/11] ports/80883 pav Freeradius port doesn't build if already o [2005/05/11] sparc64/80890sparc64 panic: kmem_malloc(73728): kmem_map too s f [2005/05/11] ports/80891 thierry cvs2svn update to 1.2.1 o [2005/05/11] ports/80892 knu portupgrade ignores configfile o [2005/05/11] ports/80901 mharo proftpd's mod_tls floods syslog with "alr o [2005/05/11] bin/80913 /sbin/ipfw2 silently discards MAC addr ar o [2005/05/11] ports/80915 ale MySQL port building requires -O on 4.x re o [2005/05/12] ports/80926 emulation running $PREFIX/etc/rc.d/vmware.sh return o [2005/05/12] kern/80932 [patch] Degraded performance of em driver o [2005/05/12] i386/80938 i386 gmirror: DEVFS Overflow table o [2005/05/13] i386/80969 i386 Repeatable double fault panic after CARP o [2005/05/13] kern/80974 sound [sound] SIMPLEX flag is not set properly o [2005/05/13] kern/80975 sound [patch] [sound] Missing PCI-ID (sound) o [2005/05/13] kern/80976 sound [patch] [sound] problems with an soundbla o [2005/05/13] kern/80977 sound [patch] [sound] panic with the vibra16x w o [2005/05/13] kern/80980 problem in "sys/i386/include/bus.h" cause f [2005/05/13] amd64/80985 pav AMD64 motherboard o [2005/05/13] i386/80989 i386 Cannot install 5.4-RELEASE both in my sys o [2005/05/14] kern/81000 sound Via 8235 sound card worked great with Fre o [2005/05/14] ports/81001 roam stunnel 4.10 port is broken o [2005/05/14] i386/81019 i386 RealTek 8169S32 behaves erratically o [2005/05/14] amd64/81037 amd64 SATA problem o [2005/05/16] kern/81095 IPsec connection stops working if associa o [2005/05/16] ports/81104 ports-bugs Bus error in Amanda 2.4.5 /usr/local/libe f [2005/05/16] ports/81109 vs missing dependency for straw. o [2005/05/16] i386/81111 i386 /boot/loader causes reboot due to CFLAGS+ o [2005/05/17] kern/81146 sound [sound] Sound isn't working AT ALL for Si o [2005/05/17] kern/81147 tackerman em0 reinitialization while adding aliases o [2005/05/17] ports/81148 barner LyX-1.3.5 dumps core when a dialog is ope o [2005/05/17] java/81176 java Java Webstart does not work o [2005/05/18] ports/81179 tobez perl5.8 problem regarding handling of tcp o [2005/05/18] kern/81180 bktr(4) driver cannot capture both audio o [2005/05/18] kern/81202 nmap scan causes box to get immediately r o [2005/05/18] kern/81207 NDIS wrapper doesn't probe my card o [2005/05/19] bin/81231 Patch pam_ssh to reject keys with no pass o [2005/05/19] kern/81232 [panic] vrele: negative ref o [2005/05/19] i386/81235 i386 /sys/i386/conf/GENERIC needs "options ASR f [2005/05/19] misc/81237 missing magic.h include with libmagic o [2005/05/19] ports/81255 openoffice Openoffice 1.1.4 fails o [2005/05/19] bin/81256 [patch] stty prints wrong flags value o [2005/05/19] threads/81258threads Thread specific data is sometimes assigne o [2005/05/19] ports/81270 ports-bugs please remove bogus unmaintained mail/bog o [2005/05/19] amd64/81272 amd64 JDK 1.5 port doesn't build. o [2005/05/19] amd64/81279 amd64 /usr/games/random returns every line o [2005/05/19] kern/81282 Check parity with gvinum causes panic o [2005/05/19] ia64/81284 ia64 Unaligned Reference with pf on 5.4/IA64 o [2005/05/20] kern/81301 problems with new "contigmalloc" routine f [2005/05/20] ports/81309 pav multimedia/mplayer: fix for bsdbt848 with o [2005/05/20] i386/81311 i386 Athlon MP SMP + 3ware + em0 = deadlock, n o [2005/05/20] kern/81322 lnc driver causes lockups o [2005/05/20] kern/81324 panic: "Duplicate free of item %p from zo o [2005/05/20] amd64/81325 amd64 KLD if_ath.ko: depends on ath_hal - not a o [2005/05/21] ports/81343 lioux azureus crashes on startup o [2005/05/22] ports/81350 ports-bugs japanese/samba update for seurity fix o [2005/05/22] ports/81363 ports-bugs Update port: databases/firebird-server o [2005/05/22] ports/81366 ports-bugs New Port: net/p5-Net-OpenDHT o [2005/05/22] ports/81372 ports-bugs gpasm is vulnerable to a buffer overflow o [2005/05/23] ports/81382 ports-bugs [fix] databases/php5-oracle: oracle exten o [2005/05/23] gnu/81389 ( usermode ppp ) LCP Negotiation Never Fi o [2005/05/23] i386/81390 i386 ( usermode ppp ) LCP Negotiation Never Fi 1781 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1996/01/31] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] s [1996/10/14] kern/1791 tegge syslimits.h does not allow overriding def s [1996/11/23] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/27] kern/2298 [patch] support for DSR/DCD swapping on s s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/03/11] bin/2934 sh(1) has problems with $ENV f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/07/02] kern/4012 [nfs] 2.2-RELEASE/Digital UNIX NFSv3 0 le f [1997/07/18] kern/4115 [nfs] SunOS NFS file has wrong owner if c o [1997/07/18] bin/4116 Kerberized login as .root fails to s [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/07/30] kern/4194 kernel pci driver for Digital 21041 Ether o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/30] bin/4420 imp find -exedir doesn't chdir for first entr p [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/25] bin/4629 grog calendar doesn't print all dates sometime o [1997/09/28] bin/4646 qa [sysinstall] can't fixit with an NFS-moun o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/12/15] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 [mount] mount incorrectly reports / as an o [1998/01/12] bin/5483 Login(1) clears utmp entry o [1998/01/27] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe o [1998/01/27] kern/5587 des session id gets dropped o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/11] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 nik [PATCH] Add /usr/local/share/mk to defaul o [1998/02/28] kern/5877 kbyanc sb_cc counts control data as well as data p [1998/03/31] kern/6184 No error if resulting file pos in lseek i a [1998/04/07] kern/6238 sound [sound] [patch] sound-driver patch for MA o [1998/04/19] conf/6346 joe Kernel version strings need to relate to s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv s [1998/05/29] bin/6785 place for all the default dump flags a [1998/07/01] bin/7136 markm kerberized telnetd doesn't use gettytab % s [1998/07/10] bin/7232 qa [sysinstall] suggestion for FreeBSD insta f [1998/07/10] kern/7234 [kbd] keyboard problems during login imme o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/07/13] bin/7265 A warning flag is added to ln(1). f [1998/07/13] i386/7266 PSM detection failure with Linksys consol o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/20] bin/7324 mtm Suggestions for minor modifications to ad s [1998/08/10] kern/7556 sl_compress_init() will fail if called an s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/23] kern/7722 Changes to acct format s [1998/09/09] bin/7868 [almost patch]Morse Code Fixups o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re o [1998/10/03] bin/8133 markm [patch] bug in telnetd (Kerberos IV) a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in f [1998/10/30] kern/8498 dwmalone Race condition between unp_gc() and accep o [1998/11/27] bin/8867 qa [sysinstall] [patch] /stand/sysinstall co a [1998/12/18] bin/9123 pax can't read tar archives that contain s [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy f [1999/01/14] kern/9478 [patch] support for running a script from o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi f [1999/01/29] bin/9770 jmallett An openpty(3) auxiliary program o [1999/01/29] i386/9777 sound [sound] [patch] generic AD1816 sound supo o [1999/02/02] bin/9868 Patch to add "date -a" o [1999/02/02] kern/9869 When using macros out of function, they s s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/03/02] bin/10358 yar ftp(1) has problems with long pathnames o [1999/03/16] bin/10611 timed enhancement o [1999/03/19] gnu/10670 peter cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin a [1999/04/08] kern/11024 mtm getpwnam(3) uses incorrect #define to lim o [1999/04/11] bin/11085 Per-host configuration for syslog.conf f [1999/04/13] bin/11114 harti make(1) does not work as documented with o [1999/04/16] i386/11165 emulation IBCS2 don't work correctly with PID_MAX 9 o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/05/05] kern/11525 dwmalone [PATCH] Networking patches to increase # o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/07] kern/12071 fanf [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 imp Enhancement to ed driver for Linksys 10/1 o [1999/06/21] bin/12324 qa [sysinstall] fdisk partition editor is mi o [1999/07/07] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 peter kldload(8) should be more sensitive to er o [1999/07/25] bin/12801 nvi infinite recursion with options "left f [1999/08/06] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/12] bin/13108 authunix_create_default includes egid twi a [1999/08/13] bin/13128 cy pkg_delete doesn't handle absolute pathna o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/21] bin/13309 billf Fixes to nos-tun o [1999/08/23] kern/13326 additional timeval interfaces for tags o [2000/07/20] bin/20054 yar ftpd: rotating _PATH_FTPDSTATFILE losts x f [2000/07/27] kern/20214 kernel routing bug for nexthop is routed o [2000/07/30] kern/20297 sound [sound] [patch] Joystick is not enabled w s [2000/08/01] kern/20333 des [libpam] ftp login fails on unix password s [2000/08/02] ports/20359 demon New port: www/Apache-mod_perl_guide o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/04] bin/20391 jhb [sysinstall] sysinstall should check debu o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/09] bin/20501 mjacob extra flag to dump to offline autoloaders f [2000/08/09] i386/20507 Mouse freezes in 4.0-release after some u s [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] kern/20529 wpaul gigabit cards fail to link o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/23] bin/20799 peter top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/27] bin/20881 There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 qa [sysinstall] /stand/sysinstall too limite o [2000/08/30] bin/20944 natd enhancements, default config file an o [2000/09/03] bin/21008 gad Fix for lpr's handling of lots of jobs in o [2000/09/04] docs/21024 bde pow() ERANGE bug f [2000/09/05] i386/21042 mdodd [kbd] Keyboard driver problems with PS/2 f [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc f [2000/09/10] kern/21156 [PATCH] inconsistency in scmouse vs xterm o [2000/09/12] kern/21222 [nfs] wrong behavior of concurrent mmap() o [2000/09/12] kern/21229 [nfs] [patch] Proper value for vfs.nfs.ac o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm o [2000/09/16] bin/21315 Shells often behave oddly when executing s [2000/09/19] kern/21384 greid [sound] pcm driver has static in recorded o [2000/09/24] bin/21519 standards sys/dir.h should be deprecated some more f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q s [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] conf/21675 Better and more disktab entries for MO dr o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/05] kern/21768 rwatson shouldn't trailing '/' on regular file sy a [2000/10/07] kern/21807 [patch] Make System attribute correspond p [2000/10/07] docs/21826 bms ARP proxy feature lacks documentation o [2000/10/09] kern/21859 fanf Allow the syncer to be slowed down o [2000/10/15] conf/21994 qa [sysinstall] Config of Anonftp (at instal s [2000/10/17] bin/22034 nfsstat lacks useful features found in So o [2000/10/21] bin/22182 vi options noprint/print/octal broken o [2000/10/21] kern/22190 threads A threaded read(2) from a socketpair(2) f p [2000/10/21] bin/22198 bms inet_ntop may set errno to ENOSPC and nee o [2000/10/26] conf/22308 [nfs] mounting NFS during boot blocks if o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) f [2000/11/05] bin/22612 dds crontab -e failures o [2000/11/10] bin/22730 fenner tcpslice doesn't handle long file offsets o [2000/11/15] bin/22873 markm [perl] Perl's core.h conflicts with ncurs o [2000/11/17] misc/22914 [bootinst] bootinst messages are not upda o [2000/11/24] conf/23063 bms [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser p [2000/11/28] kern/23148 getopt(3) works non-intuitively? p [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w a [2000/12/04] bin/23254 fenner yacc accepts bad grammer p [2000/12/05] kern/23304 kbyanc POSIX clock_gettime, clock_getres return o [2000/12/06] kern/23314 scsi aic driver fails to detect Adaptec 1520B a [2000/12/09] bin/23402 qa [sysinstall] upgrade ought to check parti p [2000/12/11] bin/23472 mp gdb weirdness on programs compiled with - o [2000/12/13] kern/23520 sound [sound] sb0 old style audio support in 4. o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/15] kern/23561 emulation Linux compatibility mode does not support o [2000/12/15] bin/23562 markm [patch] telnetd doesn't show message in f o [2000/12/19] bin/23635 mike [PATCH] whois enhancement - smarter whois o [2000/12/25] ports/23822 trevor mtree entries for German X11 man pages a [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE o [2001/01/04] bin/24066 marcel gdb can't detach from programs linked wit p [2001/01/07] gnu/24132 mp gdb output is wrong (same as #13427 ?) f [2001/01/08] kern/24141 sound [sound] emu10k1 has trouble playing non-4 o [2001/01/16] bin/24390 standards Replacing old dir-symlinks when using /bi o [2001/01/18] bin/24435 qa [libdisk] changing slice type causes Auto o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/21] bin/24513 peter new options for pppd p [2001/01/21] conf/24515 dougb Fix for find(1) warning in /etc/rc o [2001/01/22] kern/24528 Bad tracking of Modem status s [2001/01/24] standards/24590standards timezone function not compatible witn Sin o [2001/01/24] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/27] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/31] bin/24757 yar ftpd not RFC compliant o [2001/02/02] docs/24786 doc missing FILES descriptions in sa(4) f [2001/02/03] kern/24827 Erratic Intellimouse Explorer in 4.1 and o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] bin/24907 qa [sysinstall] Options screen at MenuMedia o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] kern/24959 andre proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/09] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/15] kern/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/20] bin/25218 mailwrapper(1) invokes sendmail when reso o [2001/02/22] bin/25273 add fs type feature to vnconfig(8) to all f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/26] kern/25386 sound [sound] Incorrect mixer registers (line & o [2001/02/28] kern/25445 kernel statistics are displayed in wrong o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) p [2001/03/02] kern/25499 [kbd] [patch] buffer paste functionality o [2001/03/04] i386/25521 Laptop with FreeBSD4.2 freezes in battery s [2001/03/08] bin/25598 yar patch to let ftpd output message when cha o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon f [2001/03/13] kern/25777 atime not updated on exec o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow o [2001/03/17] kern/25866 more than 256 ptys, up to 1302 ptys. f [2001/03/22] docs/26003 rwatson getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 delphij MIME quoted-printable encoding added to v p [2001/03/23] kern/26016 iedowse VMWare is crash on SMP machine f [2001/03/29] ports/26192 sem apel appeared both in xemacs/site-package o [2001/04/01] i386/26261 silo overflow problem in sio driver o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string o [2001/04/03] kern/26323 [patch] Quota system creates zero-length a [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode p [2001/04/04] bin/26359 bms [PATCH] a minor nit in how netstat detect o [2001/04/09] kern/26454 sound [sound] mixer volume settings on Maestro- a [2001/04/13] kern/26534 ipfw Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26547 ambrisko "lnc" problem with shared memory mode wit o [2001/04/14] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/15] kern/26584 kernel boot messages aren't logged correc o [2001/04/16] kern/26618 iedowse unmount(2) can't unmount a filesystem who p [2001/04/17] kern/26646 ache srand() provides only 8-bit table o [2001/04/18] conf/26658 grog update to src/usr.bin/calendar/calendars/ o [2001/04/18] kern/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/19] bin/26695 change request: kill(1)/killall(1) -l out o [2001/04/23] kern/26787 dd sysctl change request s [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 peter old bootstrap /sys/i386/boot/... still in a [2001/04/25] kern/26854 sound [sound] [patch] Better fix for ESS Techno o [2001/04/26] docs/26879 darrenr [ipf] mkfilter not installed, yet referre o [2001/04/28] bin/26919 qa [sysinstall] fdisk should ONLY set one bo o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod f [2001/05/07] bin/27188 jon fix of rsh non-interactive mode behaviour o [2001/05/08] bin/27216 qa [sysinstall] can not get to shell prompt o [2001/05/09] kern/27232 [nfs] On NFSv3 mounted filesystems, stat o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes o [2001/05/13] i386/27306 marcel hw watchpoints work unreliable under gdb o [2001/05/14] bin/27319 obrien df displays amd pid processes o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/21] bin/27483 qa [sysinstall] [patch] make sysinstall ask o [2001/05/23] kern/27571 bp [unionfs] Changing policy of shadowing fi f [2001/05/25] conf/27633 Mapping for serbian keyboards, follows IS o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/06/02] bin/27829 pax's uid/gid cache is read-only a [2001/06/02] docs/27833 cjc No man page for locate.rc o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe s [2001/06/03] docs/27843 doc [PATCH] make.conf WITH_* variables aren't o [2001/06/04] bin/27872 qa [sysinstall] "Load Config" hangs Compaq D o [2001/06/07] alpha/27930 alpha NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp s [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 o [2001/06/08] bin/27972 losing information with talk a [2001/06/11] bin/28081 qa [sysinstall] /stand/sysinstall errs out i f [2001/06/14] ports/28155 portmgr [patch] DESTDIR is used incorrectly in bs a [2001/06/16] gnu/28189 [PATCH] fix for detecting empty CVS commi f [2001/06/16] kern/28206 bp [nullfs] [patch] umapfs/umap_vfsops.c sho o [2001/06/17] conf/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/18] misc/28255 small picobsd documentation still references ol s [2001/06/18] kern/28260 standards UIO_MAXIOV needs to be made public o [2001/06/22] bin/28333 rtprio/idprio setuid problems o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl f [2001/06/23] ports/28365 wosch Typical use of devel/portcheckout breaks p [2001/06/27] gnu/28455 GNU readline should be updated to 4.2 o [2001/06/30] docs/28555 trhodes [PATCH] style(9) isn't explicit about boo o [2001/07/02] bin/28620 ru xinstall has no way to pass options to st o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co o [2001/07/08] ports/28803 cy [patch] comms/conserver does not support o [2001/07/11] kern/28888 mbr Acer 8000 NIC not detected correctly o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/14] bin/28972 dwmalone gamma returns same result as lgamma f [2001/07/14] i386/28975 mjacob RocketPort problems o [2001/07/15] kern/28980 sound [sound] Fujitsu/Siemens Lifebook E-6540 s o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/18] kern/29067 sound [sound] Yamaha OPL3Sa2 pcm/pnp stops play o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/23] ports/29154 nik TeX resource settings from MAKE_ENV in pr f [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP s [2001/07/29] bin/29292 sos The functional addtion to burncd(8) f [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [2001/07/30] kern/29312 sound [sound] Using mixer on pcm misbehaves wit f [2001/07/30] kern/29318 mjacob Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/08/01] kern/29355 mux [patch] lchflags support o [2001/08/01] bin/29363 gad [PATCH] newsyslog can support time as ext o [2001/08/04] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use f [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/09] bin/29581 nectar proposed gethostbyXXXX_r() implementation o [2001/08/14] kern/29698 emulation linux ipcs doesn'work o [2001/08/15] kern/29727 scsi [amr] [patch] amr_enquiry3 structure in a a [2001/08/17] docs/29807 trhodes [PATCH] XFREE86_VERSION is undocumented o [2001/08/17] i386/29809 rsm pb Xircom Eth Card with Freebsd 4.4RC1 : o [2001/08/20] bin/29893 qa [sysinstall] suggestions for 4.4 sysinsta o [2001/08/20] bin/29897 des pam_unix patch, which uses loginclass pas a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/24] kern/30052 mbr dc(4) driver queues outgoing pkts indefin o [2001/08/29] kern/30186 getaddrinfo does not handle incorrect ser o [2001/09/03] i386/30276 CPUTYPE=486 built on a CPUTYPE=p3 WORLD b o [2001/09/04] conf/30301 Default printcap "mx" config too small o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro s [2001/09/05] ports/30331 portmgr [patch] Conflict between bsd.port.mk MAKE o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/07] kern/30412 [patch] rtdl/dlopen() fails to merge comm s [2001/09/07] kern/30422 [patch] add WDT hardware watchdog driver o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/09] docs/30442 trhodes remove broken referemce to gettime(9) fro o [2001/09/09] kern/30461 sound [sound] no audio cd with cmi8330 o [2001/09/09] threads/30464threads pthread mutex attributes -- pshared o [2001/09/12] bin/30517 qa [sysinstall] using sysinstall with instal o [2001/09/13] bin/30542 [PATCH] add -q option to shut up killall o [2001/09/15] conf/30590 /etc/hosts.equiv and ~/.rhosts interactio p [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri o [2001/09/18] bin/30654 gad Added ability for newsyslog to archive lo f [2001/09/19] bin/30661 alfred FreeBSD-current fails to do partial NFS f o [2001/09/21] kern/30700 sound [sound] Applications cannot synchronize s a [2001/09/22] bin/30737 qa sysinstall leaks file descriptors on rest o [2001/09/24] ports/30777 portmgr add a 'make pkg-plist' make target in por o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica p [2001/09/27] kern/30857 [patch] intr_machdep.c allows access out o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro o [2001/09/30] conf/30929 usb [patch] use usbd to initialize USB ADSL m o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/10/01] alpha/30970 alpha Ensoniq 1371 (Creative chipset) does not o [2001/10/04] bin/31034 dwmalone regularly add original address logging fo o [2001/10/04] kern/31048 des linprocfs:/proc/meminfo cannot handle mul p [2001/10/05] bin/31052 fenner Traceroute needs update o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/10] bin/31199 tunefs error is incorrect when enabling s o [2001/10/10] bin/31201 [patch] add free_space(chunk) to libdisk o [2001/10/18] i386/31353 'shutdown -p' does not work on SMP Tyan T o [2001/10/19] kern/31380 [nfs] NFS rootfs mount failure message to o [2001/10/20] bin/31387 When getuid()=0, mailwrapper should drop o [2001/10/21] kern/31398 sound [sound] newpcm does not play back the tai o [2001/10/22] i386/31427 davidxu [patch] minor incorrect code in sys/i386/ o [2001/10/22] bin/31432 umount(8) and unmount(2) don't corespond o [2001/10/23] kern/31445 sound [sound] [patch] cat sound.au > /dev/audio o [2001/10/23] kern/31456 [patch] register number definition for AM f [2001/10/25] kern/31490 [panic] [patch] Panic in sysctl_sysctl_ne o [2001/10/27] kern/31521 sound [sound] pcm0 plays too fast on Intel 8280 o [2001/10/27] i386/31535 Can't reboot system: Tyan Thunder K7+ Dua o [2001/10/29] bin/31588 change request to allow mount(1) to set t o [2001/10/30] kern/31624 writev may return undocumented ECONNRESET o [2001/10/30] kern/31647 socket calls can return undocumented EINV s [2001/11/01] kern/31686 bms Problem with the timestamp option when fl o [2001/11/02] kern/31708 VM system / fsync / flushing delayed inde o [2001/11/05] gnu/31772 New option in dialog(1) o [2001/11/10] kern/31890 [syscons] [patch] new syscons font o [2001/11/11] bin/31906 No method available to unwind atexit(3) s o [2001/11/12] bin/31933 pw can interpret numeric name as userid d o [2001/11/14] kern/31981 [patch] (mis)feature in getnetent parsing o [2001/11/14] bin/31985 New /etc/remote flag for tip to append LF o [2001/11/14] bin/31987 patch to allow dump(1) to notify operator o [2001/11/15] docs/32020 trhodes loader.8 manpage missing tunables f [2001/11/18] conf/32067 Problems with spanish keyboard in console o [2001/11/19] conf/32108 Proposed Firewall (IPv4) configuration sc p [2001/11/20] standards/32126standards getopt(3) not Unix-98 conformant f [2001/11/20] bin/32144 qa [sysinstall] unattended install with sysi o [2001/11/26] bin/32288 qa [sysinstall] After install: /etc/rc compl a [2001/11/29] bin/32375 qa [sysinstall] sysinstall doesn't respect U a [2001/11/30] bin/32411 shutdown's absolute-time handling could b o [2001/12/03] kern/32480 [syscons] Missing graphic characters in s o [2001/12/04] bin/32501 trhodes quot(8) is stupid regarding the filesyste f [2001/12/08] kern/32605 nsouch SMBus driver broken o [2001/12/09] kern/32652 usb [patch] A new ioctl to uscanner s [2001/12/09] ports/32653 usb Added patches to improve USB scanner supp o [2001/12/10] kern/32659 VM and VNODE leak with vm.swap_idle_enabl o [2001/12/10] gnu/32661 dd send-pr uses $LOGNAME for From and Reply o [2001/12/10] bin/32667 systat waste too much time reading input o [2001/12/10] bin/32680 [PATCH] Allows users to start jail(1) by o [2001/12/13] bin/32808 dwmalone [PATCH] tcpd.h lacks prototype for hosts_ o [2001/12/13] kern/32812 [bktr] bktr driver missing tuner for eepr o [2001/12/14] bin/32828 w incorrectly handles stale utmp slots wi o [2001/12/18] docs/32979 hmp manpages are not installed for k5admin an f [2001/12/19] kern/33007 umass device timeout after successive use s [2001/12/19] kern/33013 sound [sound] mixer does not have treble/bass f o [2001/12/21] bin/33066 rwatson sysinstall does not write to new disks as o [2001/12/22] kern/33097 sound [sound] Crystal 4237b mixer problems o [2001/12/23] kern/33124 jhb kthread_create doesnt mark kthreads as kt s [2001/12/24] bin/33133 keyinit outputs wrong next login password o [2001/12/26] bin/33182 marcel gdb seg faults when given handle SIGALRM o [2001/12/26] kern/33203 [nfs] "got bad cookie" errors on NFS clie o [2002/01/05] docs/33589 doc Patch to doc.docbook.mk to post process . a [2002/01/07] bin/33661 PAP AuthAck/AuthNak parsing problem in pp o [2002/01/08] kern/33707 sound [sound] ICH (82801AA) cannot be used for o [2002/01/09] docs/33724 doc [patch] fix Handbook error about Advanced o [2002/01/10] bin/33774 Patch for killall(1) o [2002/01/11] bin/33778 joe crunchgen enhancements o [2002/01/12] bin/33809 mux mount_nfs has trouble with embedded ':' o [2002/01/13] bin/33834 strptime(3) is misleading o [2002/01/14] docs/33852 doc split(1) man page implies that input file o [2002/01/14] docs/33877 doc Documented behaviour of SF_flags for non- o [2002/01/16] bin/33941 /usr/sbin/dev_mkdb dumps core a [2002/01/16] kern/33963 bde Messages at the serial IO port device pro o [2002/01/16] kern/33965 [kbd] [patch] programmable keys of the ke a [2002/01/17] bin/34010 [patch] keyinit takes passwords less than o [2002/01/22] bin/34146 newfs defaults and vfs.usermount=1 tug at s [2002/01/22] bin/34171 yar ftpd indiscrete about unprivileged user a f [2002/01/23] kern/34195 iedowse setting the action for SIGCHLD to SIG_IGN o [2002/01/23] bin/34199 dwmalone [PATCH] top(1) RES/rss display incorrect o [2002/01/24] alpha/34232 alpha rpc.statd throws alignment errors o [2002/01/24] docs/34239 trhodes tunefs(8) man page doesn't describe argum o [2002/01/26] bin/34309 gad lpd does not garantie that controlfiles b o [2002/01/29] bin/34394 peter tgetent returns wrong value in libtermcap o [2002/01/29] bin/34412 tftp will still try and receive traffic e o [2002/01/31] bin/34497 grog calendar(1) does not understand calendars s [2002/01/31] bin/34498 Error in vi manpage. o [2002/02/01] bin/34519 pkg_check(8) does not return exit code >0 o [2002/02/01] gnu/34538 mp_set_memory_functions not extern "C"'d a [2002/02/03] kern/34591 andre ICMP bandwidth limiting does not indicate o [2002/02/05] bin/34628 jkh pkg-routines ignore the recorded md5 chec o [2002/02/06] kern/34665 darrenr ipfilter rcmd proxy "hangs". o [2002/02/07] gnu/34709 marcel [patch] Inaccurate GDB documentation o [2002/02/08] bin/34728 DHCP hostname set as Hexadecimal string o [2002/02/09] bin/34759 Phantasia does not accept [enter] key o [2002/02/10] bin/34788 dwmalone dmesg(1) issues with console output o [2002/02/11] bin/34832 /usr/share/man/cat3/setkey.3.gz linked to p [2002/02/11] bin/34843 fenner `tcpdump port echo' filters for port 4 in o [2002/02/12] kern/34854 sound [sound] /src/sys/dev/sound doesn't work c p [2002/02/12] bin/34874 bms Netstat output to small o [2002/02/12] kern/34880 luigi Impossibility of grouping IP into a pipe o [2002/02/14] kern/34942 sound [sound] Attempt to play -> "pcm0: play in a [2002/02/16] docs/35011 doc There are no commands called "diskless" o f [2002/02/17] bin/35018 brian enhancing daily/460.status-mail-rejects s [2002/02/18] bin/35070 math(3) references section "3m", etc. f [2002/02/19] kern/35101 cvusupit and other packages won't extract o [2002/02/19] bin/35109 [PATCH] games/morse: add ability to decod o [2002/02/19] bin/35113 grdc enhancement: countdown timer mode o [2002/02/22] docs/35222 doc mailing list archive URL regexp suboptima o [2002/02/23] kern/35234 scsi World access to /dev/pass? (for scanner) o [2002/02/24] conf/35262 [patch] generation of boot block for head o [2002/02/25] kern/35289 [bktr] [patch] Brooktree device doesnt pr o [2002/02/25] kern/35324 Plug and Play probe fails to configure Di s [2002/02/26] bin/35333 send-pr(1) vim syntax highlighting suppor o [2002/02/27] kern/35377 process gets unkillable (-9) in "ttywai" o [2002/02/27] misc/35381 standards incorrect floating-point display of large o [2002/02/28] bin/35400 qa [sysinstall] sysinstall could improve man o [2002/03/01] bin/35451 PATCH: pkg_add -r able to save local copy o [2002/03/04] misc/35542 bde BDECFLAGS needs -U__STRICT_ANSI__ o [2002/03/04] conf/35545 [patch] enhanced periodic scripts: 100.cl o [2002/03/05] bin/35568 make declares target out of date, but $? o [2002/03/06] docs/35608 doc mt(1) page uses "setmark" without explana o [2002/03/06] docs/35609 doc mt(1) page needs explanation of "long era o [2002/03/06] docs/35612 doc ps(1) page "state" description doesn't me o [2002/03/07] kern/35635 [patch] missing dep in libiconv prevents o [2002/03/07] docs/35642 doc lo(4) page maybe should document optional o [2002/03/07] docs/35644 doc lo(4) page presumes familiarity with prin o [2002/03/07] docs/35646 doc cp(1) page needs a "Bugs" section. o [2002/03/07] www/35647 www www; combine query-by-number and multi-fi o [2002/03/07] docs/35652 trhodes bsd.README seriously obsolete o [2002/03/08] docs/35686 doc blackhole(4) page seems to contradict its o [2002/03/08] docs/35687 doc /etc/nsmb.conf missing mention of readers o [2002/03/09] docs/35696 trhodes mount_smbfs(8) references a nonexistent n o [2002/03/09] www/35711 bugmeister the "gnats page" should move to its own s o [2002/03/09] bin/35717 which(1) returns wrong exit status for m o [2002/03/10] docs/35732 doc adduser(8) page has obsolete reference an o [2002/03/11] ports/35767 portmgr make_index script does not deal with syml o [2002/03/11] bin/35769 w does not correctly interpret X sessions o [2002/03/11] kern/35774 [logwtmp] Suboptimal auditing possibiliti o [2002/03/13] kern/35846 imp timeout in wi_cmd 11, machine hangs for a o [2002/03/14] bin/35886 [patch] Enhancement: custom time format f p [2002/03/14] bin/35894 [patch] popen.c in cron won't build witho o [2002/03/16] docs/35943 doc at(1) config files are misplaced in /var/ p [2002/03/16] docs/35951 trhodes disklabel(8) manual confuses partitions a o [2002/03/16] docs/35953 doc hosts.equiv(5) manual is confusing or wro s [2002/03/19] standards/36076standards Implementation of POSIX fuser command o [2002/03/20] bin/36118 re [sysinstall] 4.5 Upgrade says it won't to o [2002/03/20] kern/36143 [patch] Dynamic (non linear) mouse accele o [2002/03/21] kern/36170 an(4) does an_init() even if interface is o [2002/03/24] bin/36262 [PATCH] Fixed rusers idle-time reporting o [2002/03/27] bin/36374 Patch (against core dumps) and improvemet o [2002/03/27] bin/36385 luigi crunchgen does not handle Makefiles with o [2002/03/27] conf/36392 [feature request] cron starts before vi r o [2002/03/28] kern/36425 [patch] bump up SYS_NMLN in sys/utsname.h o [2002/03/28] docs/36432 doc Proposal for doc/share/mk: make folded bo o [2002/03/29] docs/36449 doc symlink(7) manual doesn't mention trailin a [2002/03/29] i386/36451 [bktr] [patch] Japan IF frequency is inco s [2002/03/29] gnu/36460 cu(1) program does not work very well. f [2002/03/29] bin/36477 gshapiro mailwrapper doesn't handle rmail calls o [2002/03/29] bin/36501 grog /usr/bin/calendar can't handle recurring o [2002/03/30] bin/36553 gad Two new features in newsyslog(8) o [2002/03/31] bin/36556 [patch] regular expressions for tcpwrappe o [2002/04/01] bin/36626 login_cap(3) incorrectly claims that all o [2002/04/02] bin/36646 dwmalone [patch] top(1) does not work correctly in o [2002/04/04] docs/36724 darrenr ipnat(5) manpage grammar is incomplete an o [2002/04/04] bin/36740 make ps obey locale (particularly for tim o [2002/04/04] bin/36757 which(1) ought to append @ if result is s o [2002/04/05] bin/36786 make ps use 24-hour time by default s [2002/04/08] java/36901 glewis WITHOUT_X11 Knob for port java/jdk13 o [2002/04/08] bin/36902 [patch] proposed new format code %N for s o [2002/04/09] kern/36916 qa [libdisk] DOS active partition flag lost o [2002/04/10] kern/36952 ldd comand of linux does not work o [2002/04/10] bin/36960 grog calendar doesn't effect -t option. o [2002/04/11] kern/36983 CD9660 unicode to utf-8 [hack] o [2002/04/12] bin/37013 ls directory name output trailing slash d o [2002/04/14] bin/37074 bp [PATCH] Typographical error in output of o [2002/04/15] bin/37083 small improvement to talk(1): add clocks o [2002/04/15] bin/37096 Fixes to fsdb command-line handling [patc f [2002/04/16] bin/37137 qa [sysinstall] doesn't recognize version nu o [2002/04/16] bin/37160 qa [sysinstall] coredumps when trying to loa o [2002/04/23] i386/37379 /dev/MAKEDEV entry for RocketPort is brok o [2002/04/23] kern/37380 jhb [patch] boot0 partition list is outdated o [2002/04/23] conf/37387 grog bsdmainutils/calendar Hungarian addon fil o [2002/04/24] bin/37424 nfsstat reports negative values o [2002/04/25] bin/37434 mbr dhclient(1) generates pointless log messa o [2002/04/25] bin/37437 Add HTTP-style support to {vis,unvis}(1). o [2002/04/25] bin/37442 [PATCH] sleep.c to support time multiplie p [2002/04/25] bin/37448 obrien [PATCH] ldd/rtld support for more informa o [2002/04/26] kern/37482 sound [sound] Weird behaviour under relatively o [2002/04/29] kern/37554 jmg [PATCH] Make ELF shared libraries immutab o [2002/04/29] kern/37555 [patch] vnode flags appear to be changed o [2002/04/29] conf/37569 [PATCH] Extend fstab(5) format to allow f o [2002/04/30] kern/37600 sound [sound] [partial patch] t4dwave drive doe o [2002/05/02] kern/37657 sound [sound] /dev/dsp and /dev/audio skip the o [2002/05/02] bin/37672 pw(8) prints warnings after successful NI o [2002/05/02] threads/37676threads libc_r: msgsnd(), msgrcv(), pread(), pwri o [2002/05/03] bin/37715 "pkg_info -g package_name_version" fail o [2002/05/03] docs/37719 kensmith Detail VOP_ naming in a relevant man-page o [2002/05/04] bin/37733 su(1) does not behave the way it is descr s [2002/05/07] docs/37843 doc manual for pthread_setschedparam is wrong o [2002/05/07] bin/37844 [PATCH] make knob to not install progs wi f [2002/05/09] ports/37904 thierry New Port: database/isql-viewer (a JDBC 2. o [2002/05/09] gnu/37910 PATCH: make send-pr(1) respect &'s in /et o [2002/05/13] alpha/38031 alpha osf1.ko not loaded during boot-time of li o [2002/05/13] ports/38034 glewis compaq-cc (under linux-emu) installes man o [2002/05/14] bin/38055 qa [sysinstall] Groups (creation) item shoul o [2002/05/14] bin/38056 qa [sysinstall] User (creation)'s "Member gr o [2002/05/14] bin/38057 qa [sysinstall] "install" document doesn't d o [2002/05/14] docs/38061 ume Typos in man pages for faith & faithd o [2002/05/16] bin/38156 quotacheck chokes on user -2 o [2002/05/17] bin/38168 installing curses programs and terminfo d o [2002/05/18] bin/38256 linking pax to pax_{cpio|tar} o [2002/05/20] kern/38347 [patch] new library function abs2rel and o [2002/05/22] kern/38429 [PATCH] getgpid and getsid work for proce o [2002/05/23] kern/38445 suggestion: centralize ptrace() permissio o [2002/05/24] bin/38477 qa [sysinstall] in Choose Distributions scre o [2002/05/24] bin/38478 qa [sysinstall] In Choose Distributions scre o [2002/05/24] bin/38480 qa [sysinstall] sysinstall should prompt for s [2002/05/24] www/38500 www gnats web form is overenthusiastic about o [2002/05/24] i386/38524 cons25 doesn't support F-keys beyond 12 o [2002/05/25] docs/38540 blackend sysinstall application name should be Sys o [2002/05/25] docs/38556 doc EPS file of beastie, as addition to exist o [2002/05/26] bin/38583 qa [sysinstall] sysinstall installs crypto s o [2002/05/27] ports/38593 portmgr Third level ports o [2002/05/27] bin/38610 qa [sysinstall] should be able to mount ISO o [2002/05/27] docs/38620 doc Committers Guide and CVS o [2002/05/27] kern/38626 luigi dummynet/traffic shaper: RED: max_th and o [2002/05/30] bin/38727 [patch] mptable(1) should complain about f [2002/05/30] kern/38730 philip Memorex scrollpro mouse is not fully func o [2002/05/30] kern/38749 kientzle Diskless booting fails with some DHCP ser o [2002/05/31] docs/38772 doc firewall_type feature not mentioned on Ha o [2002/06/01] kern/38794 sound [sound] ESS Solo driver truncates output o [2002/06/02] i386/38826 RFE: BootMgr should provide more identify o [2002/06/02] kern/38828 scsi [feature request] DPT PM2012B/90 doesn't o [2002/06/02] conf/38829 bootblock recompile instructions in handb f [2002/06/02] bin/38835 qa [sysinstall] sysinstall always installs c p [2002/06/03] docs/38850 keramida handbook/kernelopts/ should be in Develop o [2002/06/03] bin/38854 qa [sysinstall] resetting during setup cause o [2002/06/06] misc/38937 delay between tracks in digital audio dum o [2002/06/06] bin/38940 Change: an option to *stat to allow supre o [2002/06/07] kern/38967 sound [sound] 4/22/02 pcm driver merge appears o [2002/06/07] docs/38982 doc developers-hanbook/Jail fix o [2002/06/08] kern/39047 IPSEC Compression (IPCOMP) broken in tunn p [2002/06/10] bin/39116 eik /usr/bin/printf o [2002/06/12] kern/39201 emulation ptrace(2) and rfork(RFLINUXTHPN) confuse o [2002/06/13] docs/39213 doc No rc(4) man page o [2002/06/14] standards/39256standards [v]snprintf aren't POSIX-conformant for s o [2002/06/14] conf/39306 The /etc/rc file should know if is runnin p [2002/06/15] conf/39347 brooks use of /usr/bin/* utils in /etc/rc.diskle o [2002/06/15] docs/39348 doc kenv fetch of hostname requires dhcp/boot o [2002/06/16] bin/39360 qa [sysinstall] if linux emu is added as a d o [2002/06/17] kern/39425 [amd] Auto mounted directory was not foun o [2002/06/17] bin/39439 tcopy will not duplicate tapes with block o [2002/06/18] bin/39463 mtm [PATCH] Add several options to fingerd o [2002/06/18] conf/39466 /etc/security: find -xdev hangs on dead N f [2002/06/19] conf/39505 automate BUILDNAME variable for releases o [2002/06/19] kern/39527 dwmalone getcwd() and unreadable parent directory o [2002/06/19] docs/39530 doc access(2) man page has unnecessarily broa o [2002/06/20] bin/39574 qa [sysinstall] error mounting /dev/acd0c on s [2002/06/20] conf/39580 insecure default settings s [2002/06/22] ports/39660 portmgr [patch] add ${PKGNAMEPREFIX} to (DOCS|EXA o [2002/06/23] kern/39681 [patch] add hidden kernel boot tunables t o [2002/06/24] kern/39772 imp pccardd is slow to install a PCCARD. o [2002/06/25] bin/39819 cleaning bin/sh code from warnings o [2002/06/25] docs/39824 doc Various tweaks for doc/en_US.ISO8859-1/bo o [2002/06/26] bin/39864 robert hostname instead of IP in w(1) -n output o [2002/06/26] bin/39893 setusercontext library call differs umask o [2002/06/27] bin/39905 johan cleaning sbin/restore code from warnings o [2002/06/29] conf/39976 vi recovery halting boot process o [2002/06/29] kern/40017 [patch] allows config(8) to specify confi o [2002/06/29] kern/40021 [patch] use ld(1) to build kernel with li p [2002/07/01] gnu/40057 bugmeister send-pr -a flag does not work with -f o [2002/07/01] kern/40081 sound [sound] noise in sound output with built- o [2002/07/02] bin/40127 [PATCH] Add functions for PID-file handli o [2002/07/03] kern/40132 sound [sound] [patch] enabling the joystick int f [2002/07/06] bin/40273 dougb some more fortunes o [2002/07/07] conf/40298 [patch] /etc/rc: using swapfile as /tmp o [2002/07/09] kern/40369 [patch] rman_reserve_resource - when "cou o [2002/07/09] kern/40378 standards stdlib.h gives needless warnings with -an o [2002/07/09] bin/40391 imp [sysinstall] sysinstall with PCCARD<->ISA o [2002/07/10] docs/40423 doc Keyboard(4)'s definition of parameters to o [2002/07/13] kern/40516 [if_ti] [patch] ti driver has no baudrate f [2002/07/13] bin/40538 dougb mergemaster fixes and enhancements o [2002/07/14] conf/40548 list of /etc/defaults/make.conf undocumme p [2002/07/14] kern/40563 bms gif driver can clobber route/arp table o [2002/07/14] bin/40572 vipw prints silly message if $EDITOR fail o [2002/07/15] bin/40597 add /sbin/fdisk ability of showing extend s [2002/07/16] threads/40671threads pthread_cancel doesn't remove thread from o [2002/07/17] kern/40711 sound [sound] CT5880-C sometimes fails to outpu p [2002/07/18] kern/40745 bms Inconsistency between net/if.c and struct o [2002/07/19] conf/40777 disktab does not support 2.88MB floppies o [2002/07/21] docs/40851 doc [PATCH] "mergemaster -p" in UPDATING's "C o [2002/07/23] kern/40919 usage of ucred->cr_uid in sys/netinet/in_ o [2002/07/23] kern/40926 qa [boot] After Upgrading or Clean Installin o [2002/07/23] kern/40927 sound [sound] Acer Labs M5451 dies with pcm:pla f [2002/07/24] kern/40948 usb [usb] USB HP CDW8200 does not work o [2002/07/24] i386/40958 i386 apm on Acer TravelMate 351 could not resu o [2002/07/25] bin/40980 du(1)'s -h and -k options interact confus o [2002/07/27] bin/41060 ready to import gzip 1.3.3 o [2002/07/28] docs/41089 doc pax -B option does not mention interactio o [2002/07/30] bin/41159 new sed -c option to allow ; as a separat o [2002/07/30] misc/41179 LD_LIBRARY_PATH security checks o [2002/07/31] bin/41190 in sed, report the { linenum instead of E o [2002/07/31] bin/41213 top(1) blocks if NIS-related entries in p o [2002/07/31] kern/41215 [kbd] console revert back to kbd0 (AT) af o [2002/08/01] bin/41238 qa [sysinstall] problems with FreeBSD instal o [2002/08/02] docs/41270 doc confusing directions for kernelconfig cha o [2002/08/02] bin/41271 Non-suid-crontab. o [2002/08/04] bin/41307 libalias: logging of links lifecycle (add o [2002/08/04] www/41312 cvsadm RCS IDs are off-by-one in the NetBSD cvsw o [2002/08/06] i386/41364 imp pccard: NewMedia "Bus Toaster" SCSI card o [2002/08/06] www/41379 Cannot browse directory tree on FreeBSD m o [2002/08/07] kern/41415 usb [usb] [patch] Some USB scanners cannot ta o [2002/08/09] kern/41490 sound [sound] C-Media 8738 sound card static o [2002/08/10] bin/41526 symlinked mount points get mounted more t o [2002/08/11] kern/41543 emulation Easier wine/w23 support f [2002/08/11] bin/41556 obrien [PATCH] wtmp patch for lukemftpd o [2002/08/12] bin/41566 obrien file(1) out of date o [2002/08/12] i386/41569 silo overflow p [2002/08/12] standards/41576standards POSIX compliance of ln(1) a [2002/08/12] bin/41583 assorted mtree bugs (+fixes) o [2002/08/15] bin/41674 ken iostat column formatting overlaps o [2002/08/17] kern/41743 sound [sound] No sound from SiS630s controller o [2002/08/17] bin/41744 qa [sysinstall] cannot stop comat22 from bei o [2002/08/19] misc/41771 '/etc/ttys' and X o [2002/08/20] docs/41807 doc natd -punch_fw "bug" o [2002/08/20] bin/41817 pw groupshow doesn't include the login gr o [2002/08/20] docs/41820 doc Device driver confusion in Handbook (2.3) o [2002/08/21] conf/41855 improvment of /etc/rc.diskless2 script o [2002/08/21] i386/41856 i386 VESA splash screen problems on ThinkPad 2 o [2002/08/22] docs/41879 hrs cleanup to DOCROOT/share/sgml/freebsd.dsl o [2002/08/23] docs/41919 blackend MINI kernel for bootfloppy (Handbook p.34 o [2002/08/23] kern/41930 declaration clash for ffs() and ${CXX} a [2002/08/23] ports/41945 ports-bugs [patch] bsd.port.mk: does not run ACLOCAL o [2002/08/23] bin/41947 hexdump(1) unprintable ASCII enhancement o [2002/08/23] bin/41949 qa [sysinstall] sysinstall sorts /etc/rc.con o [2002/08/24] kern/41966 sound [sound] audio/play: sblive, can cause "D o [2002/08/26] bin/42018 pkg_info with PKG_PATH searches through t o [2002/08/26] bin/42022 qa [sysinstall] non-interactive mode prompts a [2002/08/27] docs/42058 doc Documentation: Installing Oracle 8i onto o [2002/08/27] kern/42065 [patch] kern.ps_showallprocs has no effec o [2002/08/27] bin/42084 luigi [netstat] PicoBSD's 'netstat -i' reports o [2002/08/29] bin/42162 qa [sysinstall] installation crashes, md0c f o [2002/08/30] docs/42182 trhodes Making Dedicated Mode disks doc out of da o [2002/08/30] bin/42217 libdisk segfaults with 1024 bytes/sector o [2002/09/01] kern/42274 [patch] Convert defined variable into tun o [2002/09/02] bin/42336 [PATCH] ISO-fication of /usr/src/contrib/ o [2002/09/03] bin/42386 cleaning code from warnings in libkvm o [2002/09/03] bin/42387 cleaning code of librpcsvc from warnings p [2002/09/04] kern/42404 emulation TIOCSCTTY not implemented in linuxulator o [2002/09/04] kern/42422 dbm_delete returns -1 instead of 1 when t o [2002/09/04] kern/42429 [patch] hash_action called with HASH_DELE o [2002/09/05] kern/42442 problem in idlequeue/debugging mode ? o [2002/09/06] kern/42461 mdodd if_wi_pci.c,if_wi_pccard.c lack device_re s [2002/09/06] kern/42466 emulation linux: 'ipc' typ=258 not implemented o [2002/09/06] bin/42468 mount_smbfs incorrectly handled configura o [2002/09/06] bin/42469 After mounting by mount_smbfs directories f [2002/09/08] www/42558 www http://www.freebsd.org/search produces in o [2002/09/08] kern/42564 sound [sound] record bug with emu10k1 driver o [2002/09/09] bin/42609 pkg_info -qg doesn't handle missing files o [2002/09/10] kern/42638 sound [sound] CS4326/4327 (MSS) buggy output pl o [2002/09/11] bin/42663 pw(1): pw useradd assigns unique UID's to o [2002/09/13] kern/42728 small many problems in src/usr.sbin/ppp/* afte f [2002/09/13] bin/42732 [NFS] seg fault in mount_nfs o [2002/09/14] i386/42766 [patch] proposal to perform reboot via ju o [2002/09/15] bin/42803 tconv, tic, captoinfo binaries missing fr o [2002/09/18] bin/42934 qa [sysinstall] installation procedure on in o [2002/09/19] kern/42956 libc bug: dlclose gives "invalid shared o o [2002/09/19] bin/42974 [patch] ISO 8601 date format option p [2002/09/20] bin/43139 bms /sbin/route -host option doesn't always s o [2002/09/21] kern/43154 [patch] tunwrite() does not allocate clus o [2002/09/21] conf/43167 Ability to have vnode based file systems o [2002/09/22] i386/43262 command 'shutdown -r' (also reboot) cause o [2002/09/25] kern/43355 idad driver will work if logical drives d o [2002/09/25] bin/43367 incorrect report from 'who' after 'shutdo o [2002/09/25] bin/43368 pkg_create fails if target directory does o [2002/09/25] bin/43372 Broken struct ufs_args in ufsmount.h o [2002/09/27] bin/43434 New option to 'dmesg' which allow to disp o [2002/09/29] docs/43470 blackend Solid State / x109 article out of date. o [2002/09/29] kern/43474 [nfs] [patch] dhcp.* values not set in ke o [2002/09/29] bin/43497 mount -t nfs -> crunchgen incompatible o [2002/09/30] conf/43500 rc.syscons "allscreens" improvements o [2002/09/30] i386/43539 Cannot mout floppy on Compaq Proliant ML3 o [2002/10/02] kern/43577 [PATCH] New kernel option SHUTDOWN_BEEP o [2002/10/02] bin/43582 passwd(1) fails on nonexistent users o [2002/10/02] bin/43596 pkg_add does not propogate 'remote' to de o [2002/10/03] kern/43611 [patch] static-ize some symbols in sys/cr o [2002/10/03] kern/43616 [patch] static-ize some functions in sys/ o [2002/10/04] docs/43651 doc stab(5) incorrectly states to include jus o [2002/10/05] kern/43716 [patch] puc driver does not recognize Lav s [2002/10/07] ports/43771 ports-bugs LaTeX ports mixed between print and textp o [2002/10/08] bin/43819 changed truss output for utrace calls o [2002/10/08] docs/43823 simon [PATCH] update to environ(7) manpage o [2002/10/08] misc/43825 qa please remove object files in source (src o [2002/10/09] bin/43857 [patch] conflicting types in /usr/src/usr o [2002/10/09] docs/43861 doc non-trivial typo in wicontrol man page o [2002/10/11] kern/43905 [patch] kqueues: EV_SET(kevp++, ...) is n o [2002/10/11] kern/43916 [hang] Olicom OC-2220 (PC-card) hangs on o [2002/10/11] docs/43941 doc Rationale for Upgrade Sequence o [2002/10/14] docs/44034 trhodes Multiple sysctl variables are not documen o [2002/10/14] misc/44058 /dev/ch* is created without group write p o [2002/10/15] docs/44074 doc ln(1) manual clarifications [patch] o [2002/10/15] kern/44098 RealTec-based NIC initialization problem o [2002/10/15] bin/44122 tun0 gets a second ip adress after a disc o [2002/10/17] conf/44170 Add ability to run multiple pppoed(8) on o [2002/10/17] www/44181 www www "Release Information" organization o [2002/10/18] bin/44212 Unify 'recursive' options -r and -R o [2002/10/19] i386/44262 tanimura Problems with nrp driver o [2002/10/19] kern/44267 [patch] One more modem PNP id for /usr/sr o [2002/10/19] bin/44277 devinfo is not C++ safe o [2002/10/19] conf/44286 roberto /etc/defaults/rc.conf uses the obsolete n o [2002/10/20] kern/44293 thomas Unable to access audio CD under Linux emu o [2002/10/22] kern/44365 [patch] introduce ulong and unchar types o [2002/10/22] kern/44372 roberto some kernel options prevent NTP clock syn o [2002/10/22] kern/44379 [libutil] property.c, properties_read() b o [2002/10/23] standards/44425standards getcwd() succeeds even if current dir has o [2002/10/26] kern/44497 NIC Lags? o [2002/10/26] i386/44500 [patch] bge(4): add AC1001 Gigabit NIC as o [2002/10/27] kern/44512 sound [sound] pcm driver generates static half o [2002/10/29] kern/44580 [nfs] NFS updates file access time when f o [2002/10/29] kern/44587 scsi dev/dpt/dpt.h is missing defines required o [2002/10/29] docs/44594 doc Handbook doesn't mention drivers.flp for f [2002/10/30] conf/44717 dougb update login.conf and unify login capabil o [2002/11/04] bin/44894 markm telnet(1): as a local non-root user and r o [2002/11/05] bin/44915 qa [sysinstall] 'choose installation media' o [2002/11/06] gnu/44984 Send-pr can use environmental variable $F o [2002/11/06] docs/45011 trhodes style(9): '->' and '.' don't require spac o [2002/11/07] kern/45026 [nis] Can't set next password change date o [2002/11/08] gnu/45137 peter [PATCH] CVS 1.11.2 cannot reuse log messa o [2002/11/09] www/45169 linimon suggested update for ports index page on o [2002/11/10] kern/45182 sound [sound] fm801.c does not recognize a FM80 o [2002/11/10] bin/45193 [PATCH] truss can't truss itself o [2002/11/11] ports/45216 joerg devel/bcc port is incomplete o [2002/11/11] conf/45222 daily rejected mail hosts report too long o [2002/11/12] conf/45226 mtm Fix for rc.network, ppp-user annoyance o [2002/11/12] bin/45229 restore(8) -i: ls reports mising files as p [2002/11/12] alpha/45240 alpha pstat -f column headings misaligned on Al o [2002/11/12] gnu/45246 sobomax tar --listed-incremental fails for Solari o [2002/11/13] bin/45254 qa [patch] [sysinstall] sysinstall installs f [2002/11/14] ports/45289 hrs ja-dvi2ps-3.2 does not handle \special co o [2002/11/14] kern/45293 kevent denies to observe /dev/tty o [2002/11/16] bin/45333 [PATCH] New option -r for chown and chgrp o [2002/11/18] ports/45414 portmgr make update in /usr/ports missing default o [2002/11/19] bin/45486 Support for human readble (-h/-H) output s [2002/11/21] bin/45547 sos a patch to make burncd handle .wav files. a [2002/11/22] bin/45584 read builtin function of sh does not read o [2002/11/23] bin/45608 qa [sysinstall] install should config all et s [2002/11/23] ports/45613 portmgr make update doesn't o [2002/11/24] kern/45679 sound [sound] [patch] Cannot record except 8bit o [2002/11/24] kern/45682 sound [sound] [patch] Sometime failed to record o [2002/11/24] kern/45684 systat -vmstat reports "alternate system o [2002/11/25] bin/45701 markm spelling error in rogue o [2002/11/25] conf/45704 [PATCH] request to change cp866b font to o [2002/11/25] bin/45729 make rbootd transfere the default file if o [2002/11/27] kern/45793 [patch] invalid media subtype aliases in o [2002/11/28] bin/45830 nectar [kerberos] KDC has problems when listenin p [2002/11/30] conf/45874 ache [PATCH] FreeBSD does not know about ca_ES o [2002/12/01] bin/45896 dwmalone setnetgrent() should return error code o [2002/12/02] docs/45940 doc burncd missing info o [2002/12/07] conf/46062 kris Remove skel from BSD.root.dist. f [2002/12/09] bin/46110 [growfs] why does fsck work with / mounte o [2002/12/09] i386/46113 [patch] busspace bugs in parameter checki o [2002/12/09] standards/46119standards Priority problems for SCHED_OTHER using p f [2002/12/09] bin/46123 fenner PATCH: tcpdump needs -a flag if netmask i o [2002/12/10] kern/46159 ipfw ipfw dynamic rules lifetime feature o [2002/12/10] bin/46163 gad lpc problem. Only root can modify despit o [2002/12/11] docs/46196 doc Missing return value in (set_)menu_format o [2002/12/13] bin/46235 rwatson [sysinstall] NTP servers for Finland requ o [2002/12/14] kern/46250 sound [sound] Sound driver not working correctl o [2002/12/16] docs/46291 doc correlation between HZ kernel config para o [2002/12/16] docs/46295 doc please add information to Nvi recovery em o [2002/12/17] bin/46328 gad patch for lpd o [2002/12/19] kern/46368 [patch] MAXDEP in isa/pnpparse.c is too s s [2002/12/19] bin/46382 ps(1) could use a "repeat" mode o [2002/12/20] conf/46409 Certain periodic scripts check broken NFS o [2002/12/21] standards/46441 /bin/sh does not do parameter expansion i o [2002/12/22] conf/46453 [INTERNATIONALIZATION] cons25l2, ISO8859- o [2002/12/31] conf/46645 [PATCH] rc.shutdown state table saving ha a [2003/01/03] docs/46709 peter tables in terminfo.5 are broken o [2003/01/03] kern/46734 [patch] joystick driver doesn't allow for o [2003/01/03] kern/46736 sound [sound] ISA audio CS4232 (HP Omnibook 500 s [2003/01/04] conf/46746 No way to set link addresses through rc.c o [2003/01/04] bin/46758 moused enhancements p [2003/01/05] docs/46787 trhodes compress(1) manpage missing BUGS; other c p [2003/01/06] docs/46793 trhodes DEVICE_POLLING can not be used with SMP, o [2003/01/09] bin/46888 gad Add script run hook to newsyslog(8) o [2003/01/09] bin/46905 qa [sysinstall] FreeBSD 5.x cannot be instal s [2003/01/10] conf/46913 darrenr ipf denied packets of security run output o [2003/01/10] bin/46925 sysctl -a goes into an infinite loop... o [2003/01/11] kern/46973 [patch] syscons virtual terminals switchi f [2003/01/13] ports/47018 sf Teach ftp/wget new very useful feature - o [2003/01/13] kern/47029 sound [sound] Static and popping with Hercules o [2003/01/19] bin/47204 qa [sysinstall] base + XFree86 install fails o [2003/01/19] i386/47223 [PATCH] pcvt(4), ESC sequences do not cha o [2003/01/20] bin/47235 top reports inaccurate cpu usage o [2003/01/20] kern/47243 sound [sound] Onboard CMedia CMI8738 playback n o [2003/01/21] kern/47311 mdodd [PATCH] Kernel support for NVIDIA nForce2 o [2003/01/21] bin/47314 qa [sysinstall] wish: install should not req p [2003/01/22] kern/47349 emulation Fake a sound ioctl (plus linux hook) o [2003/01/22] bin/47350 rc.network supports only one ppp profile o [2003/01/22] kern/47352 sound [sound] pcm/ac'97, dsp device busy o [2003/01/22] i386/47376 [PATCH], pcvt(4), COLOR_KERNEL_FG, 2nd ch o [2003/01/23] bin/47387 [PATCH] gprof -K still requires "a.out" a f [2003/01/25] kern/47452 le [vinum] df(1) reports filesystem empty wh o [2003/01/27] bin/47540 Make natd configurable in running state w o [2003/01/27] conf/47566 le [vinum] [patch] add vinum status verifica o [2003/01/28] docs/47575 doc Clarify requirements for IPFW2 in STABLE o [2003/01/28] bin/47576 [PATCH] factor(6)ing of negative numbers o [2003/01/28] docs/47594 doc [PATCH] passwd(5) incorrectly states allo o [2003/01/28] bin/47596 daily security run complains if timezone o [2003/02/02] bin/47815 stty -all should work. o [2003/02/02] docs/47818 doc ln(1) manpage is confusing o [2003/02/04] bin/47908 qa [sysinstall] /stand/sysinstall can't disp o [2003/02/06] docs/47991 trhodes Handbook section on upgrading kernel says o [2003/02/08] docs/48101 doc There's no documentation on the fixit dis o [2003/02/09] conf/48105 /etc/disktab has incomplete duplication o o [2003/02/09] misc/48110 change CVSROOT/log_accum.pl to not send m o [2003/02/10] conf/48133 /etc/rc: improved vi recovery notificatio o [2003/02/11] kern/48172 ipfw ipfw does not log size and flags o [2003/02/12] conf/48195 /var/db/mounttab error on diskless boot o [2003/02/14] ports/48281 obrien Patch editors/vim to use fetch instead of o [2003/02/15] bin/48309 pppoe connections fail to establish if th o [2003/02/16] kern/48338 sound [sound] pcm audio driver hogs /dev/dsp?.? o [2003/02/16] bin/48342 usb [PATCH] usbd dynamic device list. o [2003/02/18] bin/48443 mtm /usr/sbin/periodic executes too many file o [2003/02/18] conf/48444 [patch] count connection attempts instead o [2003/02/19] kern/48471 pjd [patch] private IPC for every jail o [2003/02/22] conf/48566 [PATCH] /etc/defaults/make.conf stales af o [2003/02/23] kern/48599 [PATCH] syscons cut-n-paste logic is brok o [2003/02/23] bin/48603 Getopt is broken. Patch included. o [2003/02/24] gnu/48638 [PATCH] some bug fixs in libdialog o [2003/02/25] alpha/48676 alpha Changing the baud rate of serial consoles o [2003/02/27] kern/48738 sound [sound] ForteMedia FM801 chipset based so o [2003/02/27] kern/48759 demon kldstat shows module after unsuccessfull f [2003/02/28] conf/48775 iso8859-15 termcap entries needed o [2003/03/02] kern/48837 mbr dc cannot handle DC21142/3 PCI/CardBus 10 o [2003/03/03] conf/48870 [PATCH] rc.network: allow to cancel inter o [2003/03/03] kern/48894 [nfs] Suggested improvements to the NFS r s [2003/03/06] bin/48962 des [PATCH] modify /usr/bin/fetch to allow ba o [2003/03/06] kern/48976 nwfs.ko oddity o [2003/03/06] docs/48980 doc [PATCH] nsgmls -s errors and sect. 3.2.1 o [2003/03/06] bin/48989 qa [sysinstall] Sysinstall's partition edit o [2003/03/07] i386/49023 gad [patch] to LPD (printjob.c) to pass sourc o [2003/03/08] kern/49037 sound [sound] [patch] ESS Maestro chip misdetec o [2003/03/08] kern/49039 add support for RS485 hardware where dire o [2003/03/10] ports/49082 knu portupgrade runs slow o [2003/03/10] kern/49086 ipfw [patch] Make ipfw2 log to different syslo f [2003/03/12] ports/49955 portmgr [PATCH] bsd.port.mk: add target to automa p [2003/03/12] kern/49957 naddy CRC32 generator should be the common rout o [2003/03/18] misc/50106 Make 'make release' more flexible behind f [2003/03/19] kern/50110 usb [usb] Astra 2100U scanner being detected o [2003/03/19] bin/50118 grog calendar(1) dumps core if there is ./cale p [2003/03/21] conf/50160 ache sl_SI.ISO8859-2 collation sequence is wro o [2003/03/23] docs/50211 doc [PATCH] Fix textfile creation p [2003/03/24] docs/50248 ceri New FreeBSD books o [2003/03/25] bin/50300 Make the loader's use of terminal-control o [2003/03/26] bin/50310 natd / libalias fix to allow dcc resume i p [2003/03/27] bin/50328 kris ctm_smail doesn't handle large deltas wel o [2003/03/27] bin/50331 Changing uid with pw causes duplicate use o [2003/03/27] bin/50365 [PATCH] rc.sysctl cannot handle values co o [2003/04/01] kern/50526 [patch] update to #! line termination o [2003/04/03] bin/50569 /bin/sh doesn't handles ${HOME}/.profile o [2003/04/03] docs/50573 doc return values for res_query/res_search/re o [2003/04/06] bin/50656 /bin/cp - wrong error on copying of multi o [2003/04/07] docs/50677 doc [PATCH] update doc/en_US.ISO8859-1/books/ o [2003/04/07] kern/50687 ioctl(.., CDIOCCAPABILITY, ...) always re p [2003/04/08] docs/50735 brueffer Small diff to the developers handbook & o o [2003/04/09] bin/50749 ipfw ipfw2 incorrectly parses ports and port r o [2003/04/10] docs/50773 jmg NFS problems by jumbo frames to mention i o [2003/04/12] alpha/50868 alpha fd0 floppy device is not mapped into /dev p [2003/04/14] bin/50924 "vmstat -f" says "unimplemented" but data s [2003/04/14] i386/50929 AMD K6-2+ processor is identified incorre o [2003/04/14] bin/50949 BUG: mtree doesn't honor the -P when chec o [2003/04/14] bin/50955 [PATCH] natd / libalias support for multi o [2003/04/14] conf/50956 daily_status_disks_df_flags in /etc/defau o [2003/04/15] bin/50971 du(1) doesn't understand UF_NODUMP flag o [2003/04/15] bin/50988 [Patch] find -size -- express argument in o [2003/04/15] kern/51009 [patch] buggy aue driver fixed. o [2003/04/16] bin/51070 add -p option to pom [PATCH] p [2003/04/17] kern/51082 bms FEATURE: More descriptive message on drop o [2003/04/18] kern/51120 MSGBUF_SIZE doesn't work in makefiles a [2003/04/18] docs/51133 murray RSH environmental variable not described s [2003/04/18] bin/51137 config(8) should check if a scheduler is o [2003/04/18] kern/51145 sound [sound] Audio Slows during Heavy I/O o [2003/04/19] bin/51148 Control the cache size for pwd_mkdb to sp f [2003/04/19] ports/51152 portmgr [patch] bsd.port.mk: generic SHEBANG_FILE o [2003/04/21] bin/51205 dwmalone openssl in base system is not compiled th o [2003/04/22] bin/51296 grog calendar wrong for dates based on day+-nu o [2003/04/27] docs/51480 dds Multiple undefined references in the Free o [2003/04/28] bin/51488 Compat patch: more(1) allowed filename to p [2003/04/28] conf/51504 ache New file: src/share/mklocale/zh_CN.GBK.sr a [2003/05/01] ports/51663 roam [PATCH] vpopmail-stable fix for using vmo p [2003/05/03] conf/51729 ache A patch that can make freebsd support zh_ o [2003/05/06] docs/51875 doc atkbd(4) adjustment o [2003/05/06] docs/51891 doc DIAGNOSTICS in ed driver manpage don't ma o [2003/05/06] ports/51900 trevor [Update Port]: audio/fest* to last versio o [2003/05/07] conf/51920 Collation for no_NO.ISO8859-1 o [2003/05/07] docs/51921 doc ls(1) manpage lacks some information abou o [2003/05/08] ports/51947 mharo Analog port does not include anlgform.htm o [2003/05/08] kern/51958 usb [usb] [patch] update for urio driver o [2003/05/10] kern/52026 usb [usb] feature request: umass driver suppo o [2003/05/11] docs/52071 doc [PATCH] Add more information about soft u f [2003/05/12] ports/52106 phantom New port: java/javaws: Java Web Start 1.2 o [2003/05/13] bin/52190 dwmalone [Patch] decode more syscalls in truss o [2003/05/14] i386/52249 i386 [PATCH] Bootmanager shows NTFS partitions o [2003/05/14] misc/52255 small picobsd build script fails under FreeBSD o [2003/05/14] misc/52256 small picobsd build script does not read in use o [2003/05/15] kern/52258 imp pccard non-functional, repeated "card ins o [2003/05/15] bin/52271 qa [sysinstall] sysinstall panics in machine o [2003/05/19] i386/52427 i386 DVD replay under MSI "655 MAX" mobo inter f [2003/05/19] bin/52432 usb [sysinstall] drivers.flp won't load with o [2003/05/19] docs/52448 simon [patch] Misc man page reference fixes o [2003/05/20] bin/52469 ppp: Multiple devices using UDP don't wor o [2003/05/21] bin/52517 murray New functionality for /usr/bin/Mail f [2003/05/23] bin/52601 mbr [PATCH] rpc.yppasswdd fails if master.pas o [2003/05/23] kern/52623 [if_ex] [patch] IRQ error in driver for t o [2003/05/25] docs/52672 doc Porter's Handbook: couple of corrections o [2003/05/26] ports/52706 portmgr [patch] bsd.port.mk issues warning if a s o [2003/05/27] kern/52725 [PATCH] installincludes for kmods f [2003/05/28] bin/52746 tcsh fails to handle large arguements o [2003/05/28] kern/52752 [PATCH] SMBus controller on ICH4 not reco o [2003/05/28] kern/52764 Impossible to build kernel with COPTFLAGS s [2003/05/28] ports/52765 portmgr [PATCH] Uncompressing manual pages may fa o [2003/05/29] bin/52782 user ppp dumps core when doing pppctl "sh s [2003/05/31] bin/52826 Feature Request: Adding Timestamps to pkg o [2003/06/01] i386/52835 pdeuskar em driver does not work with mobile-chips o [2003/06/03] bin/52907 phk [PATCH] more malloc options for debugging s [2003/06/03] ports/52917 portmgr [PATCH] bsd.port.mk: update default value p [2003/06/05] kern/52960 jmg [kbd] kbdcontrol macros don't work when l o [2003/06/05] kern/52971 bad macro LIST_HEAD in /usr/include/sys/q o [2003/06/06] kern/52980 mbr [patch] dc(4) driver fails to init Intel o [2003/06/08] kern/53025 usb [PATCH] ugen does not allow O_NONBLOCK fo o [2003/06/10] bin/53131 qa [sysinstall] "ALL" could not turn check B o [2003/06/11] conf/53197 re default tag of RELENG_5_1 standard-supfil o [2003/06/13] kern/53265 imp Make Sierra A555 work in FreeBSD o [2003/06/13] docs/53271 hmp the bus_dma man page fails to document al o [2003/06/13] bin/53288 tail will sometimes display more lines th f [2003/06/14] bin/53324 pam_group problems (PAM_RUSER used instea o [2003/06/15] bin/53341 qa [sysinstall] [patch] dump frequency in sy p [2003/06/16] bin/53377 [PATCH] su does not return exit status of o [2003/06/16] kern/53383 [bktr] [patch] adding Terratec TValue to o [2003/06/17] kern/53417 sound [sound] Bad Recordings on AC97 onboard au o [2003/06/19] bin/53475 cp(1) copies files in reverse order to de o [2003/06/19] kern/53506 [partial patch] support gzipped modules o [2003/06/19] bin/53520 su to another user does not update utmp o [2003/06/20] bin/53560 logging domain names in wtmp is retarded o [2003/06/21] docs/53575 doc Change to Handbook Section 20.9 o [2003/06/21] docs/53596 doc Updates to mt manual page o [2003/06/24] www/53676 simon [patch] Don't make people contact doc@ fo o [2003/06/24] bin/53682 le [PATCH] add fuser(1) utitity o [2003/06/25] docs/53732 doc quota output and man page do not document o [2003/06/26] docs/53751 hmp bus_dma(9) incorrectly documents BUS_DMA_ a [2003/06/28] bin/53870 das C++ undeclares standard math functions li o [2003/06/29] bin/53899 mktime gives wrong result in Central time o [2003/06/29] conf/53901 dd Suggest MFC of include keyword to config( p [2003/07/01] conf/53944 [PATCH] ARMSCII-8 (Armenian) LOCALE and C o [2003/07/01] kern/53987 [smbfs] smbfs can't access to files with o [2003/07/02] docs/54009 trhodes Clarify the location of the splash image o [2003/07/02] bin/54026 bms [patch] Add support for non-standard port o [2003/07/03] kern/54049 sound [sound] Sound driver reports device busy o [2003/07/03] kern/54078 sound [sound] Sound Plays ~10% Slow [4.8] o [2003/07/06] bin/54141 wrong behavour of cu(1) o [2003/07/07] conf/54170 error from weekly periodic script 330.cat s [2003/07/07] bin/54185 rwatson UFS2 filesystem ACL flag not enforced o [2003/07/08] kern/54220 [PATCH] /usr/src/Makefile has wrong instr o [2003/07/09] bin/54274 udp-proxy support is not implemented in l o [2003/07/11] bin/54365 [PATCH] add -u option to install(1) for S o [2003/07/11] kern/54383 net [nfs] [patch] NFS root configurations wit o [2003/07/13] kern/54439 Protecting sysctls variables by given mut o [2003/07/13] docs/54451 doc [patch] i386_{get|set}_ldt manual page is o [2003/07/14] docs/54461 kensmith Possible addition to Handbook o [2003/07/17] bin/54594 Apply regexps to the entire variable -- a o [2003/07/18] kern/54604 pjd Made 'ps -e' procfs-independent [PATCH]. o [2003/07/19] kern/54625 sumikawa [PATCH] IPv6 stealth forwarding o [2003/07/21] bin/54683 sh, redundant history o [2003/07/22] docs/54752 hmp bus_dma explained in ISA section in Handb o [2003/07/23] bin/54784 find -ls wastes space o [2003/07/24] standards/54809standards pcvt deficits o [2003/07/25] standards/54833standards more pcvt deficits o [2003/07/25] standards/54839standards pcvt deficits s [2003/07/26] bin/54878 incorrect divisor in /usr/bin/jot -r o [2003/07/26] docs/54879 doc man 1 jot, -r description o [2003/07/26] kern/54884 mckusick FreeBSD -stable and -current free space h o [2003/07/27] bin/54891 libalias/natd and exporting connection-in o [2003/07/27] bin/54897 [PATCH] -y flag for mount_mfs f [2003/07/28] kern/54981 sanpei QUIRK: Add support for Lexar 256MB USB dr p [2003/07/28] docs/54995 bms Error in accept(2) man page o [2003/07/29] conf/55015 [patch] 700.kernelmsg: Security check out o [2003/07/30] kern/55031 getgrent() failure with large groups o [2003/07/31] standards/55112standards glob.h, glob_t's gl_pathc should be "size o [2003/08/01] kern/55163 [patch] hide kld system details from jail o [2003/08/03] bin/55215 le [PATCH] add wu-ftpd style xferlog format p [2003/08/07] conf/55341 Adding ko_KR.CP949 locale o [2003/08/08] misc/55387 [patch] users LD_LIBRARY_PATH can interfe o [2003/08/08] gnu/55394 marcel GDB on FreeBSD 4.8: Deprecated bfd_read. o [2003/08/08] kern/55395 matk ICH sampling rate changes after resume fr o [2003/08/08] ports/55401 ache mod_auth_digest for ports/www/apache13 o [2003/08/11] conf/55470 [PATCH] new pccard.conf entry (I-O DATA W o [2003/08/12] docs/55482 doc DUMP has access to block devices in a JAI a [2003/08/13] ports/55515 portmgr [patch] extract perl stuff from bsd.port. o [2003/08/13] bin/55539 [patch] Parse fstab(5) with spaces in pat o [2003/08/13] bin/55546 cdcontrol play tr m:s.f interface is part p [2003/08/16] docs/55641 roam [PATCH] catch up tl(4) with hardware note p [2003/08/16] docs/55643 roam [PATCH] catch up aue(4) with hardware not p [2003/08/16] docs/55645 roam [PATCH] catch up kue(4) with hardware not o [2003/08/17] ports/55669 nobutaka emacs20 and emacs21 override each other a o [2003/08/20] bin/55788 le [vinum] Growfs does not work on vinum con o [2003/08/20] i386/55793 Flaky behavior of if_dc when initializing o [2003/08/20] kern/55802 Make kernel.GENERIC suitable for diskless o [2003/08/21] kern/55835 emulation Linux IPC emulation missing SETALL syscal o [2003/08/21] i386/55838 [kbd] Dual characters from keyboard in X o [2003/08/21] ports/55841 portmgr [patch] Mk/bsd.port.mk: add routines to u o [2003/08/22] ports/55866 ports-bugs port devel/libtool13 installs .la files o [2003/08/22] docs/55883 kensmith [patch] handbook advanced-networking/chap p [2003/08/23] conf/55895 [patch]fix short weekday names in zh_CN.* f [2003/08/23] ports/55896 thierry [NEW PORT] www/mozplugger o [2003/08/24] conf/55916 Change to /etc/rc.network & /etc/defaults o [2003/08/24] kern/55917 tun# devices cannot be created in 4.8-STA p [2003/08/24] docs/55925 roam mt, mtio, tcopy man pages refers to *rsa o [2003/08/24] gnu/55936 send-pr does not set mail envelope from o [2003/08/26] kern/55984 ipfw [patch] time based firewalling support fo o [2003/08/26] bin/56012 [patch] MAKEDEV does not allow creation o s [2003/08/28] ports/56091 ports-bugs hp220 driver for print/ghostscript-gnu do o [2003/08/28] kern/56095 QUIRK: Apacer Pen Drive fails to work o [2003/08/29] conf/56144 rc [PATCH] /etc/rc.d/ipmon, /etc/rc.d/ipfilt o [2003/08/30] kern/56165 bms if_baudrate is not correct for rl, xl, dc o [2003/08/31] kern/56245 [bktr] Distorted and choppy video with bk o [2003/08/31] bin/56249 obrien lukemftpd has two bugs (motd, munged utmp o [2003/08/31] kern/56250 ums doesn't work with MCT based PS/2 conv o [2003/09/02] ports/56301 knu portupgrade: -O ineffective o [2003/09/04] kern/56441 andre bpf_tap() used incorrectly in bpf o [2003/09/04] bin/56447 Extend mt command for AIT-2 tape drives o [2003/09/04] kern/56451 /compat/linux/proc/cpuinfo gives wrong CP o [2003/09/05] standards/56476standards cd9660 unicode support simple hack o [2003/09/07] gnu/56554 re add Cc: maintainer feature to send-pr o [2003/09/07] bin/56558 [PATCH] locate(1) cannot be safely used w o [2003/09/09] kern/56632 MTIO incorrect mt_fileno status after MTE o [2003/09/09] bin/56648 le [PATCH] enable rcorder(8) to use a direct o [2003/09/10] kern/56664 bad file# in MTIO status buffer after MTE o [2003/09/11] misc/56720 [feature request] UNICODE support in Reso o [2003/09/12] conf/56736 mtm [PATCH] rcNG: enable packages to particip f [2003/09/16] ports/56928 java jce-aba port should install to $JAVA_HOME o [2003/09/16] conf/56934 rc.firewall rules for natd expect an inte o [2003/09/16] docs/56936 hmp [patch] articles/java-tomcat: add applica o [2003/09/17] conf/56940 pccard.conf entry for PCET10-CL causes sy o [2003/09/17] bin/56952 re [sysinstall] floppy install error s [2003/09/18] ports/56980 portmgr unprivileged user, extracting of tarballs a [2003/09/18] docs/56981 peter man terminfo(5) from libncurses does not f [2003/09/19] kern/56999 usb FreeCom USB CD/RW problem on FreeBSD 5.1 o [2003/09/19] bin/57018 le [PATCH] convert growfs to use libufs(3) o [2003/09/19] bin/57024 a new option for xargs(1) -- only treat \ o [2003/09/19] bin/57026 [PATCH] Therer is no way to know the labe o [2003/09/20] kern/57036 No media detected by 3c905b-tx on 4.9-rel o [2003/09/20] bin/57045 trpt(8) option -t was disabled on -curren o [2003/09/21] bin/57054 let test(1) compare the mtime of a file t o [2003/09/22] bin/57088 [PATCH] for a possible fd leak in libcam. o [2003/09/22] bin/57089 "w" does not honor the -n option o [2003/09/24] docs/57153 doc S_IRWXU missing in fstat(2) man page? o [2003/09/26] kern/57230 [patch] psm(4) incorrectly identifies an o [2003/09/26] amd64/57250 obrien Broken PTRACE_GETFPREGS and PTRACE_SETFPR o [2003/09/26] ports/57259 portmgr [patch] Building a port as root using an o [2003/09/27] standards/57295harti make's handling of MAKEFLAGS is not POSIX o [2003/09/27] docs/57298 blackend [patch] add using compact flash cards inf o [2003/09/30] docs/57388 doc INSTALL.TXT enhancement: mention ok promp s [2003/09/30] bin/57407 bms [patch] Better NTP support for dhclient(8 o [2003/10/01] misc/57464 [boot] loader(8) seems to confuse files [ o [2003/10/01] kern/57469 scsi [patch] Quirk for Conner CP3500 o [2003/10/02] ports/57498 portmgr HEIMDAL_HOME should be defined in src or o [2003/10/02] ports/57502 eik ports that define USE_* too late o [2003/10/02] conf/57517 add parameter for /etc/periodic/daily/210 o [2003/10/03] kern/57522 [PATCH] New PID allocater algorithm from p [2003/10/03] docs/57541 trhodes Some suggestions for the Basics chapter o o [2003/10/04] docs/57569 doc error on gensetdefs(8) man page p [2003/10/06] bin/57630 lptcontrol gives "device busy" if device o [2003/10/06] bin/57641 dd [patch] missing option in mdmfs (mount_mf a [2003/10/07] kern/57696 [nfs] NFS client readdir terminates prema o [2003/10/07] bin/57715 [patch] tcopy enhancement f [2003/10/07] kern/57721 sound [sound] [patch] Dell built in SB Live not o [2003/10/08] conf/57748 [patch] rc.network doesn't allow for -a i a [2003/10/12] standards/57911tjr fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) o [2003/10/13] docs/57926 doc amd.conf.5 poorly format as it has both m o [2003/10/13] docs/57974 doc man page apropos for select macros (FD_SE o [2003/10/13] kern/57976 simple kernel DDB enhancement o [2003/10/13] docs/57978 doc Type miss of GPIB in Hardware Notes o [2003/10/14] bin/58008 qa [patch] [sysinstall] sysinstall postfix i o [2003/10/14] bin/58012 Multihomed tftpd enhancement o [2003/10/16] docs/58111 doc Handbook 12.4.3 Rebuilding ATA RAID1 Arra o [2003/10/18] docs/58202 kensmith handbook doesn't mention kldload'ness of o [2003/10/18] bin/58206 [Patch] 460.status-mail-rejects incompati o [2003/10/20] bin/58293 vi replace with CR (ASCII 13) doesn't wor o [2003/10/22] kern/58373 mckusick [ufs] ufs inconsistency between 4.9-RC an o [2003/10/22] ports/58387 mharo [PATCH] security/sudo: Utilize EXAMPLESDI o [2003/10/22] bin/58390 bsdlabel fails to display an error messag o [2003/10/24] bin/58483 [PATCH] allows type special or node relat o [2003/10/24] kern/58497 sysctl knob to return current process' ji f [2003/10/25] kern/58529 dwmalone [patch] RDWR bpf in pcap. o [2003/10/26] ports/58545 joerg devel/avr-gcc: fix libintl and libiconv d o [2003/10/26] conf/58557 Summer/Winter-time change causes daily cr o [2003/10/26] gnu/58583 kan gcc.1, cpp.1 and gcov.1 manpages are outd o [2003/10/27] conf/58595 Default NTP configuration o [2003/10/28] docs/58615 doc update for Vinum chapter of Handbook: des f [2003/10/28] ports/58653 trevor [Ports Update]:: audio/fest* 1.4.1 -> 1.4 o [2003/10/28] gnu/58656 marcel gdb not ready for prime time o [2003/10/29] standards/58676standards grantpt(3) alters storage used by ptsname o [2003/10/29] conf/58680 dougb [PATCH] RCNG: shouldn't ldconfig be start o [2003/10/29] bin/58696 /sbin/natd feature request & possible pat o [2003/10/30] docs/58710 doc killpg(2) contains an error regarding sen o [2003/10/31] i386/58784 i386 ATA DMA fails and vx0 creates panic o [2003/11/01] kern/58803 [patch] kern.argmax isn't changeable even o [2003/11/03] bin/58893 OPIE implementation bug o [2003/11/04] ports/58926 obrien latest port of editors/vim has problem dr o [2003/11/04] bin/58939 dumb little hack for /etc/rc.firewall{,6} o [2003/11/05] kern/58967 Kernel kills processes in spite of cputim o [2003/11/05] bin/58970 truss coredumps for the no significant re o [2003/11/07] docs/59044 doc doc.docbook.mk does not properly handle a o [2003/11/09] kern/59067 [patch] PS/2 mouse unstable p [2003/11/10] bin/59144 stefanf [patch] Allow a trailing / for mount -u t f [2003/11/10] i386/59147 usb [usb] USB active extension cable not reco o [2003/11/11] ports/59165 cy fvwm2 port glitches/bugs o [2003/11/11] kern/59169 usb [patch] ulpt is missing read operation o [2003/11/12] bin/59207 uustat list limit of 201 jobs o [2003/11/12] kern/59208 matk [sound] [patch] reduce pops and crackles o [2003/11/12] bin/59220 obrien systat(1) device select (:only) broken o [2003/11/13] docs/59240 blackend handbook update: linux MATLAB f [2003/11/13] ports/59254 eik ports that write something after bsd.port o [2003/11/14] kern/59289 [bktr] [patch] ioctl METEORGBRIG in bktr_ f [2003/11/14] ports/59292 hrs dvips one line paper sizes broken? f [2003/11/15] ports/59297 x11 RADEON 7500 Warning message o [2003/11/15] www/59307 remko [patch] xml/xsl'ify & update publications o [2003/11/19] kern/59456 fdescfs stat / compress creates only empt o [2003/11/19] docs/59477 doc Outdated Info Documents at http://docs.fr o [2003/11/20] bin/59530 strange bug in /bin/sh o [2003/11/21] bin/59551 marcel Problem with GDB on latest -CURRENT f [2003/11/21] ports/59553 hrs teTeX installs texdoctk without depending o [2003/11/21] bin/59564 Added an option (-S) to from command to a f [2003/11/21] bin/59569 nullfs gives fts_read problem with du(1) f [2003/11/21] ports/59571 java improvements of www/jakarta-tomcat4[1] Ma o [2003/11/23] conf/59600 [PATCH] Improved us.emacs.kbd mapping o [2003/11/23] kern/59624 [PATCH] HightPoint HPT371 support for Fre o [2003/11/24] docs/59649 doc Outdated 4.4BSD Documents at http://docs. o [2003/11/25] ports/59682 knu portupgrade uses ports when you want it t a [2003/11/26] ports/59695 ade [PATCH] devel/gmake: add two patches to a o [2003/11/26] kern/59698 [kbd] [patch] Rework of ukbd HID to AT co o [2003/11/26] bin/59708 [patch] add sSMTP support for Mail select o [2003/11/27] bin/59730 isdnd crashes with signal 11 if cannot cr o [2003/11/27] kern/59732 jhb acpi causes boot to hang o [2003/11/27] docs/59735 kensmith Adding a reference to Icelandic Rsync o [2003/11/27] docs/59736 kensmith Updating size of archives o [2003/11/27] kern/59739 rmdir(2) and mkdir(2) both return EISDIR o [2003/11/28] bin/59772 ftpd(8)/FreeBSD 5: support for tcp_wrappe o [2003/11/28] bin/59774 ftpd(8)/FreeBSD 5: syslog facility may be o [2003/11/28] bin/59775 ftpd(8)/FreeBSD 5: incorrect reply for "u o [2003/11/29] ports/59788 knu sysutils/portupgrade ignores line breaks p [2003/11/29] conf/59799 New locale: zh_HK.Big5HKSCS s [2003/11/29] ports/59802 linimon [patch] make devel/py-ncurses depend on d o [2003/11/29] i386/59806 tackerman [patch] Suspend/resume breaks em0 o [2003/11/30] kern/59814 FreeBSD mknod refuses to create pipes and o [2003/11/30] docs/59835 doc ipfw(8) man page does not warn about acce f [2003/11/30] i386/59854 anholt System panics when AMD 762 AGP is loaded o [2003/12/02] kern/59896 trm driver is not in GENERIC o [2003/12/02] docs/59900 kuriyama out of date README.txt and .message files o [2003/12/02] kern/59903 [patch] "pci_find_device" returns [only/a o [2003/12/03] bin/59922 Toshiba Portege hangs with Eicon DIVA T/A p [2003/12/09] docs/60088 simon [PATCH] add additional MLINKS for rman(9) o [2003/12/09] kern/60089 scottl UDF filesystem appends garbage to files o [2003/12/10] conf/60106 /etc/hosts mentions AfriNIC which does no o [2003/12/12] kern/60174 marcel debugging a kernel module in load/attach o [2003/12/12] kern/60183 sobomax [patch] No WCCPv2 support in gre o [2003/12/15] kern/60248 usb [patch] Problem with USB printer HP Laser a [2003/12/16] kern/60293 bms FreeBSD arp poison patch o [2003/12/16] kern/60307 [patch] wrong product id in pccarddevs fo o [2003/12/17] i386/60319 i386 [hang] read error 34/0 during installatio o [2003/12/18] bin/60350 qa [sysinstall] in Choose Distributions scre o [2003/12/18] misc/60352 [PATCH] buildworld fails in sysinstall if o [2003/12/21] kern/60448 PF_KEY protocol does not have a correspon o [2003/12/21] ports/60472 ports-bugs [New Port] devel/doxymacs Doxymacs is Dox o [2003/12/22] misc/60503 [modules] small error in modules installa o [2003/12/22] bin/60510 [PATCH] change to less for compressed fil o [2003/12/23] ports/60521 ports-bugs sane-backends-1.0.13_1 coredumps in use w o [2003/12/23] docs/60529 doc resolver(5) man page is badly out of date o [2003/12/24] docs/60544 doc getenv(3) manpage doesn't state the retur o [2003/12/25] kern/60550 silby [PATCH] hitting process limits produces s f [2003/12/25] ports/60558 portmgr [PATCH] bsd.port.mk: automatically verify p [2003/12/26] standards/60597standards FreeBSD's /usr/include lacks of cpio.h o [2003/12/26] kern/60599 sound [sound] [partial patch] No sound for ATI o [2003/12/27] bin/60632 UI bug in partition label screen in sysin o [2003/12/27] bin/60636 Enhancement to adduser script. f [2003/12/27] conf/60637 /etc/resolv.conf not created after fresh o [2003/12/28] bin/60642 mbr dhclient has mysterious option -D o [2003/12/28] bin/60662 qa [sysinstall] 5.2 Anonymous FTP server out o [2003/12/29] conf/60677 [patch] No reaction of volume controy key o [2003/12/29] kern/60697 [patch] pseudo-tty hack versus telnet rac f [2003/12/29] kern/60699 DVD Multidrive udma mode autosensed wrong o [2003/12/29] i386/60702 i386 can't boot 5.2-RC2 iso's to install o [2003/12/30] kern/60719 ipfw ipfw: Headerless fragments generate cryp o [2003/12/30] kern/60737 sound [sound] Sound card Turtle Beach Santa Cru o [2003/12/31] kern/60761 sound [sound] pcm performance on emu10k1 driver o [2004/01/02] bin/60834 [ftp] ftpd send_data()+oldway: anonymous o [2004/01/03] kern/60874 [feature request] auto-assign devfs rules o [2004/01/04] kern/60892 [patch] added -p option to kldxref to all o [2004/01/04] kern/60900 During shutdown sync fails: "giving up on o [2004/01/06] i386/60963 i386 [PATCH] Win32 Applications abort on PECOF o [2004/01/06] kern/60982 [PATCH] ID for VIA 686A Power Management a [2004/01/07] ports/61001 arved help2man is misfiled o [2004/01/07] i386/61005 i386 [boot] The Boot Manager in FreeBSD 5.2RC o [2004/01/08] docs/61070 doc handbook: Installation docs misleading: o [2004/01/09] kern/61109 bge on TYAN AMD762-based Thunder/Tiger pa o [2004/01/09] ports/61147 trevor lang/gcc295 doesn't compile when CPUTYPE o [2004/01/11] amd64/61209 amd64 ppc0: cannot reserve I/O port range o [2004/01/12] bin/61234 usb [usb] [patch] usbhidaction doesn't suppor o [2004/01/12] bin/61239 [patch] bootp enhancement, places the dhc o [2004/01/12] kern/61261 obrien generated header, emu10k1-alsa%diked.h no o [2004/01/12] bin/61264 qa [sysinstall] unable To Use VT100 Terminal o [2004/01/13] conf/61289 /etc/pccard_ether: please use ifn value o f [2004/01/13] kern/61296 bz dhclient fails to start with SysKonnect L o [2004/01/13] kern/61300 [patch] Enabling HomePNA PHY on aue(4) fo o [2004/01/13] docs/61301 doc [patch] Manpage patch for aue(4) to enabl o [2004/01/13] i386/61308 i386 Maxproc Limits counts Zombie Processes wh o [2004/01/13] misc/61322 bsd.dep.mk disallows shell generated flag o [2004/01/14] i386/61348 i386 Adaptec 1460D PCI SCSI Card does not work o [2004/01/16] bin/61405 cperciva A faster ffs(3) o [2004/01/16] kern/61415 [PATCH] disable broadcast ssid if_wi and o [2004/01/16] kern/61438 5.2 nfs tasks running and not selected at o [2004/01/16] i386/61442 i386 Highpoint RocketRAID 1520 uses only UDMA2 s [2004/01/17] ports/61471 ports-bugs Suggested mini-patch to ports/graphics/sa o [2004/01/17] i386/61481 i386 [patch] a mechanism to wire io-channel-ch o [2004/01/17] kern/61497 ups [patch] __elfN(map_insert) bug o [2004/01/17] bin/61502 dwmalone Incorrect ip6fw output when adding rules o [2004/01/18] kern/61503 [smbfs] mount_smbfs does not work as non- o [2004/01/18] conf/61504 mtm [patch] New RC script: accf_http o [2004/01/18] i386/61545 5.2 release cannot see NIC on Dell 1750 o [2004/01/19] i386/61579 [hang] sis 645dx is not working (but on t o [2004/01/20] i386/61603 i386 [sysinstall] wrong geometry guessed s [2004/01/20] kern/61622 Intel Pro/100 Intelligent Server Adapter o [2004/01/20] conf/61641 grog Martin Luther King, Jr. Day missing from o [2004/01/21] bin/61666 peter [patch] mount_nfs parsing bug, segmentati o [2004/01/21] docs/61667 doc Obsolete documentation on FreeBSD PnP f [2004/01/21] kern/61677 Unable to open CDROM tray if boot_cdrom i o [2004/01/21] kern/61685 andre [patch] ipnat + dummynet on same interfac o [2004/01/21] bin/61690 fsdb seqfaults in cmd. parsing routine f [2004/01/22] i386/61703 acpi ACPI + Sound + Boot = Reboot o [2004/01/22] kern/61744 andre [patch] TCP hangs onto mbufs with no tcp o [2004/01/24] bin/61808 [PATCH] Update RPC prgs to allow binding s [2004/01/24] kern/61810 mounts done within a chroot show up wrong o [2004/01/24] www/61824 www Misleading documentation on FreeBSD insta o [2004/01/24] i386/61838 i386 Realtek -8139C Card Not Supported o [2004/01/24] i386/61843 i386 Intel PRO/100 VE adapter is not recognize o [2004/01/24] conf/61847 Additions to file /usr/share/misc/pci_ven o [2004/01/25] i386/61858 bms bus_dmamap_sync with BUS_DMASYNC_POSTREAD o [2004/01/25] docs/61859 doc Incorrect informaiton about trace command f [2004/01/25] i386/61889 i386 Have to reinsert pccard after reboot o [2004/01/25] kern/61909 5.2-Current fails to notice change of CD o [2004/01/26] bin/61971 k5init --renewable fails o [2004/01/27] bin/61975 ume [PATCH] sync src/usr.sbin/traceroute6.c w o [2004/01/27] bin/61978 [PATCH] sync src/usr.sbin/setkey/token.l a [2004/01/27] ports/61998 roam PostgreSQL support for vpopmail-5.3.30 (c o [2004/01/27] i386/62003 i386 [patch] make /boot/loader "reboot" code s o [2004/01/28] kern/62042 luigi ipfw can't no more reject icmp (icmptypes o [2004/01/29] bin/62077 Make it possible to abbreviate device nam f [2004/01/30] kern/62094 3com 940 gigabit ethernet dhcp failure o [2004/01/30] kern/62098 [pccard] [patch] Bad CISTPL_VERS_1 and cl o [2004/01/30] kern/62102 alc obreak update f [2004/01/31] bin/62139 User cannot login through telnet or ssh b o [2004/02/01] bin/62207 ppp crashes with option 'nat punch_fw' wh o [2004/02/02] ports/62256 ports-bugs New port: chinese/mozilla-sclp o [2004/02/02] kern/62257 card reader UCR-61S2B is only half-suppor o [2004/02/03] i386/62288 reopened raid disks on a running system o [2004/02/03] bin/62300 gcc/config/freebsd-spec.h 1.6 is incomple o [2004/02/04] kern/62323 [kbd] Logitech Cordless MX Duo Keyboard/M o [2004/02/04] i386/62324 Onboard Broadcom BCM5705 controller not i o [2004/02/04] kern/62333 syslog: kernel: dc0: discard oversize fra o [2004/02/04] bin/62334 vipw doesn't see changes if re-edit for t o [2004/02/05] bin/62379 marcel gdb apropos command crashes o [2004/02/05] docs/62402 doc easily circumventable Blade150 problem o [2004/02/06] docs/62412 doc one of the diskless boot methods describe o [2004/02/06] kern/62435 [WISH] make device hme work on non sparc6 o [2004/02/08] bin/62513 Errant /usr/bin/krb5-config on 4-STABLE p [2004/02/08] gnu/62555 readline 4.3 should be patched o [2004/02/09] kern/62597 scottl [asr] [patch] /dev/rdpti# patch o [2004/02/10] ports/62607 hrs textproc/text2html conflicts with tex por o [2004/02/10] ports/62657 portmgr Port linux-jpeg have decreaseed version n o [2004/02/11] bin/62702 qa [sysinstall] backup of /etc and /root dur o [2004/02/11] bin/62711 qa [sysinstall] installation: "Insert Next C o [2004/02/12] docs/62719 doc cross-reference pccardd and devd o [2004/02/12] docs/62724 doc host(1) manpage does not include informat o [2004/02/12] kern/62742 [hang] system "hangs" for a some time whi o [2004/02/12] kern/62746 tjr [smbfs] SMBFS and vfs.usermount. User can f [2004/02/13] ports/62761 portmgr patch for phasing out distinfo files o [2004/02/13] bin/62766 ``systat -vm'' does not work on diskless f [2004/02/13] kern/62788 usb need quirks for Super Talent Flash USB 2. o [2004/02/13] ports/62791 nobutaka emacs 21 : comparison is always true due f [2004/02/14] ports/62829 portmgr Mk file bsd.linux.rpm.mk supporting Linux o [2004/02/14] java/62837 phantom linux-sun-jdk14 executables hang with COM o [2004/02/14] ports/62840 ports-bugs New Port: dns/bind9-sdb-ldap, bind9 patch s [2004/02/14] standards/62858standards malloc(0) not C99 compliant o [2004/02/15] kern/62862 sound [sound] [patch] fix pcm vchans related cr o [2004/02/15] ports/62876 nork www/linux-flashplugin6 fails library path o [2004/02/15] bin/62885 des pam_radius doesn't maintain multiple stat o [2004/02/15] kern/62890 ups proc pointer set by fork1 can be stale in o [2004/02/17] bin/62965 eik pkg_add -r fails if fetching multiple pac o [2004/02/17] i386/62977 i386 Mouse daemon during install/setup o [2004/02/18] ports/62990 knu portupgrade fails to use package even wit o [2004/02/18] misc/62994 Terminal locks up o [2004/02/18] ports/63018 obrien editors/vim: dependency to ruby/python is o [2004/02/19] bin/63064 strptime fails on %z o [2004/02/19] docs/63084 des Several Man-pages reference non-existant o [2004/02/20] kern/63096 rwatson [patch] MAC entry point for route manipul o [2004/02/20] ports/63108 obrien amd64/bento-fix: devel/gdb52 and devel/gd p [2004/02/21] standards/63173standards Patch to add getopt_long_only(3) to libc o [2004/02/21] amd64/63188 amd64 ti(4) broken on amd64 o [2004/02/22] bin/63197 tftp Bus error, core dumped o [2004/02/22] kern/63204 sound [sound] /dev/mixer broken with ESS Maestr o [2004/02/22] docs/63215 doc Wrong prototypes in mi_switch(9) (ref doc o [2004/02/22] ports/63216 portmgr 'BROKEN' or 'IGNORED' ports exit their "m s [2004/02/22] ports/63238 thierry New ports: french/mozilla-flp & french/fi o [2004/02/24] bin/63319 burncd fixate error o [2004/02/26] bin/63413 dbm_delete return value incorrect o [2004/02/29] conf/63527 AM/PM date format should be localized. o [2004/02/29] ports/63543 clsung New port: chinese/phpbb-zh_TW o [2004/02/29] www/63551 ceri Lack of DTD in cgi scripts o [2004/02/29] www/63552 remko Validation errors due to CAPs in attribut o [2004/03/01] docs/63570 ceri Language cleanup for the Handbook's DNS s o [2004/03/01] bin/63608 Add a -c option to time(1) to display csh o [2004/03/02] i386/63628 bms patch to i.386 master boot record to allo o [2004/03/02] bin/63659 /usr/sbin/pw does not honor symlinks in s s [2004/03/03] ports/63716 portmgr [patch] Mk/bsd.port.mk: move sysctl to ${ s [2004/03/03] i386/63721 bms VT6103 NIC broken since 5.2 o [2004/03/04] kern/63746 vmnet0 makes vmnet4096 o [2004/03/04] kern/63768 Must access /dev/acd0c before using /dev/ f [2004/03/04] kern/63779 usb [usb] USB-mass storage (USB to IDE Conver p [2004/03/05] docs/63808 keramida No manpage for devfs.conf o [2004/03/05] i386/63815 i386 boot loader waste a lot of time (10 min) o [2004/03/06] kern/63837 usb [patch] USB: hid_is_collection() only loo o [2004/03/07] kern/63863 glebius [patch] implement NGM_ELECTROCUTE s [2004/03/07] kern/63897 makeoptions CONF_CFLAGS are ignored when f [2004/03/09] kern/63982 tackerman em0 hardware checksum offloading causes b o [2004/03/10] bin/64036 Linux application Sophos Mailmonitor not o [2004/03/10] kern/64040 sound [sound] crackling sound on 5.2.1-RELEASE f [2004/03/11] bin/64079 wes mount_mfs (md) refuses to use permissions o [2004/03/11] kern/64114 [PATCH] bad vertical refresh for console o [2004/03/11] kern/64118 sound [sound] [patch] fm801 driver does not wor a [2004/03/12] ports/64136 arved [NEW PORT] devel/ice: The Internet Commun o [2004/03/12] bin/64153 mdmfs features via fstab o [2004/03/12] kern/64178 jmg kqueue does not work with bpf when using o [2004/03/13] bin/64198 init(8) may keep zombies f [2004/03/13] ports/64202 ports-bugs New Port: x11/kde_api_reference_32, the k o [2004/03/15] ports/64304 portmgr geography category o [2004/03/15] ports/64307 ports-bugs [NEW PORT] databases/linux-unixODBC: RPM o [2004/03/16] bin/64327 [PATCH] make(1): document surprising beha o [2004/03/17] kern/64365 acpi ACPI problems o [2004/03/17] conf/64381 qa lo0 not up and no IPs assigned after inst f [2004/03/18] ports/64393 eik establish proper master-slave relations b p [2004/03/19] bin/64464 rwatson pam_krb5 module ignores no_ccache option o [2004/03/19] bin/64476 dougb [PATCH] mergemaster: support for keeping p [2004/03/20] ports/64490 obrien link error in manpage of editors/vim o [2004/03/20] kern/64522 3COM 3C920B onboard Asus P4R800-VM not su o [2004/03/22] kern/64556 if_sis short cable fix problems with NetG o [2004/03/22] kern/64588 [patch] Extend joystick driver architectu o [2004/03/23] i386/64626 i386 AP initialization problem on GIGABYTE GA- o [2004/03/24] ports/64650 knu portupgrade: missing dependency on perl s [2004/03/24] bin/64664 bms Reboot command needs to protect itself fr o [2004/03/26] ports/64769 knu portupgrade mplayer-plugin not reading pk o [2004/03/26] kern/64772 Mouse Movement Problem o [2004/03/26] kern/64788 nsswitch with ldap and starting ppp on bo o [2004/03/27] docs/64807 doc Handbook section on NAT incomplete o [2004/03/27] bin/64811 systat can't display big numbers in some o [2004/03/28] ports/64838 ports-bugs new port: chinese/msttf o [2004/03/29] kern/64875 standards [patch] add a system call: fdatasync() o [2004/03/29] i386/64878 tackerman Intel 82547 CSA Driver forces system lock o [2004/03/29] ports/64898 ports-bugs new port: misc/heyu2 for X10 control o [2004/03/30] bin/64921 vmstat -i is not reporting IRQ usage on a o [2004/03/30] ports/64930 kris ports/Tools/portbuild/scripts/makeworld d o [2004/03/31] kern/64971 A squid process larger than 3G f [2004/03/31] ports/64980 ale New port: mail/qscanq f [2004/03/31] kern/64997 sanpei QUIRK: Getting a Philips USB mp3 player t o [2004/04/01] bin/65045 ftp doesn't remember binary mode if setti o [2004/04/02] docs/65065 doc improper language ntpd man pages o [2004/04/03] i386/65124 i386 Unable to disable TERM_EMU cleanly o [2004/04/05] kern/65206 adding floppy drive seems to force PIO mo o [2004/04/05] bin/65228 [Patch]Allow rup to parse hostnames from o [2004/04/06] bin/65258 save /etc/rc.firewall from changing for s o [2004/04/07] kern/65278 ups [patch] sio: kgdb debugger port initializ o [2004/04/07] bin/65299 vi temp path contains double / o [2004/04/08] bin/65306 obrien [patch] Portability fixes for FreeBSD bui f [2004/04/09] ports/65344 portmgr USE_ macros for graphics libraries o [2004/04/09] kern/65355 [patch] TC1000 serial ports need enabling o [2004/04/10] ports/65408 trevor patch to shorten 133 DESCR files o [2004/04/10] ports/65409 trevor big whitespace cleanup o [2004/04/11] kern/65436 usb QUIRK: [patch] to add support for PNY Att o [2004/04/12] kern/65448 jhb _mtx_unlock_sleep() race condition if ADA o [2004/04/12] ports/65452 vs new port: sysutils/i8xxwd (Intel i8xx TCO o [2004/04/13] docs/65477 doc Installation Instruction fail to mention o [2004/04/13] bin/65483 vi -r crashes o [2004/04/14] i386/65528 i386 mouse cursor disapears on moving o [2004/04/14] docs/65530 doc minor improvement to getgrent.3 o [2004/04/15] bin/65557 passwd uses passwd_format of default logi s [2004/04/15] ports/65587 blackend Update emulators/linux-winetools to 1.30 o [2004/04/16] kern/65627 [patch] store P3 serial number in sysctl o [2004/04/17] bin/65649 Add `-u name' option to env(1) o [2004/04/18] bin/65707 scp does not deal with local file copies o [2004/04/19] kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops o [2004/04/19] kern/65786 [vfs_syscalls.c] Incorrect fifo semantics s [2004/04/20] ports/65794 joe net/ripetools is obsolete o [2004/04/20] bin/65803 gad bin/ps enhancements (posix syntax, and mo s [2004/04/20] ports/65804 portmgr [PATCH] bsd.port.mk is gratuitously slow o [2004/04/20] ports/65828 trevor Returned mail: address is restricted o [2004/04/20] ports/65829 trevor Returned mail: address is restricted o [2004/04/21] ports/65865 roam [PATCH] dns/djbdns: add WITH_JUMBO - coll a [2004/04/22] docs/65895 murray incorrect "omshell" link in "dhclient" ma f [2004/04/23] ports/65915 portmgr [PATCH] bsd.port.mk: handle interactive c o [2004/04/24] ports/65934 nork [NEW PORT] japanese/ja-xmms: X Multimedia o [2004/04/25] bin/65973 Problem logging in to the NIS slave and N o [2004/04/26] docs/65988 doc incorrect references to ppp.conf in handb o [2004/04/27] ports/66032 portmgr [PATCH] bsd.port.mk: clean room installat o [2004/04/28] ports/66042 ports-bugs new port: www/suexec13 (standalone suexec o [2004/04/29] kern/66079 bms route change default causes panic in cert o [2004/04/29] bin/66095 template_user is broken in pam_radius o [2004/04/30] ports/66109 portmgr [PATCH] bsd.port.mk: inconsistent use of o [2004/04/30] ports/66110 portmgr [PATCH] bsd.port.mk: MLINKS error detecti o [2004/05/03] kern/66185 twe driver generates gratuitous warning o o [2004/05/03] kern/66225 [patch] extend ng_eiface(4) control messa o [2004/05/04] ports/66246 ports-bugs new ports: textproc/docbook-utils, textpr o [2004/05/04] docs/66264 doc [patch] libexec/rtld/rtld.1 typo fixes no o [2004/05/04] docs/66265 doc [patch] Document what -f and LD_TRACE_LOA o [2004/05/04] kern/66268 glebius [PATCH] Socket buffer resource limit (RLI f [2004/05/05] ports/66275 petef New port: net/cnupm The BPF Traffic Colle o [2004/05/05] gnu/66279 less(1) -- add support for stty(1) erase2 f [2004/05/05] ports/66282 ports-bugs [NEW PORT] mail/p5-Mail-Vispan: PERL scri p [2004/05/05] docs/66289 brueffer [patch] lib/libc/gen/ualarm.3 refers to n o [2004/05/05] docs/66296 doc [patch] contrib/amd/amq/amq.8 uses log_op p [2004/05/06] bin/66311 fenner TCPDUMP ISAKMP payload handling denial-of o [2004/05/07] ports/66342 portmgr [PATCH] fix ECHO_MSG breakage in java por o [2004/05/07] docs/66343 doc unlisted supported card on man page for w o [2004/05/07] standards/66357standards make POSIX conformance problem ('sh -e' & o [2004/05/08] ports/66389 portmgr [PATCH] bsd.port.mk: follow MOVED ports o [2004/05/09] kern/66422 sound [sound] [patch] no sound on modern Sony V o [2004/05/09] kern/66425 jhb [patch] Extending dual console support (/ o [2004/05/09] docs/66426 doc handbook update (desktop section): web br o [2004/05/10] bin/66445 Add options to last(1) to ignore ftp logi f [2004/05/10] ports/66476 adamw [NEW PORT] misc/gaim-talkfilters: A neat o [2004/05/10] alpha/66478 alpha unexpected machine check: panic for 4.9, o [2004/05/10] ports/66480 openoffice openoffice-1.1.1 port uses root's $HOME f o [2004/05/10] docs/66483 doc [patch] share/man/man4/csa.4 grammar nits o [2004/05/10] bin/66492 cpio -o -Hustar creates broken timestamps o [2004/05/11] docs/66505 trhodes escaping '~' and '$' characters in login. f [2004/05/11] ports/66511 x11 xdm xlogin*background color issue o [2004/05/11] standards/66531standards _gettemp uses a far smaller set of filena f [2004/05/11] kern/66547 usb [usb] Palm Tungsten T USB does not initia o [2004/05/12] i386/66564 3c920-MV00 PHY detection problem s [2004/05/12] ports/66566 portmgr [PATCH] bsd.port.mk: fix build when /usr/ o [2004/05/12] kern/66589 processes get stuck in "inode" state when o [2004/05/13] bin/66594 marcel gdb dumps core o [2004/05/14] kern/66642 sound [sound] pcm0: play: 0: play interrupt tim o [2004/05/16] bin/66677 mv incorrectly copies somedir/.. to ./.. o [2004/05/17] conf/66726 /etc/periodic/security/ 800.loginfail scr o [2004/05/17] bin/66763 mdmfs: sync arguments with those of newfs o [2004/05/17] docs/66768 doc 4_RELENG share/man/man4/ng_one2many.4 MFC o [2004/05/17] docs/66770 doc [patch] share/man/man4/ng_pppoe.4 tyops, o [2004/05/17] docs/66771 imp [patch] usr.sbin/pccard/pccardc/pccardc.8 o [2004/05/17] docs/66775 roam Clarification to committer's guide that p s [2004/05/18] ports/66808 portmgr bsd.port.mk: bsd.autotools.mk appears too o [2004/05/19] ports/66892 portmgr possible bug in philosophy of ports/MOVED o [2004/05/19] bin/66893 [patch] LINUX NIS clients connecting to F o [2004/05/20] bin/66941 [patch] gcc2.95 (FreeBSD-specific): fix u o [2004/05/21] kern/66981 Can't read audio CDs with a samsung sw-25 o [2004/05/21] bin/66988 [Patch] apm.c check validation of the ret f [2004/05/21] i386/66996 i386 Problem with CD/DVD ROM o [2004/05/21] i386/66997 [if_bge] Problem with Broadcom BCM5705M a o [2004/05/21] i386/67011 mdodd [patch] MFC of vpd driver for IBM xSeries o [2004/05/22] bin/67041 "fortune -m" peeks in "fortune" file only o [2004/05/22] i386/67055 i386 Mouse (wheel) detection problem on SIS748 o [2004/05/23] docs/67078 doc [patch] MFC of a rtld(1) man page is inco o [2004/05/24] bin/67142 rpc.yppasswdd incorrectly throws errors a o [2004/05/25] bin/67172 w,finger display the remote host incorrec o [2004/05/25] ports/67183 cy security/pam_krb5 requires updating f [2004/05/25] i386/67189 acpi ACPI S3 reboot computer on Dell Latitude s [2004/05/25] ports/67192 ports-bugs mod_perl-related regressions in the newes o [2004/05/26] bin/67231 [patch] pam_krb5 doesn't honor default fl o [2004/05/27] kern/67242 tackerman [PATCH] dev/em/if_em.c isn't ctags compat o [2004/05/28] bin/67307 ready to import bootstrap_cmds/decomment o [2004/05/28] bin/67308 ready to import bootstrap_cmds/relpath fr o [2004/05/28] kern/67309 acpi zzz reboot computer (ACPI S3) a [2004/05/29] bin/67317 bms patch to nfsd.c to make it slightly more o [2004/05/29] bin/67334 mount_cd9660 gives dscheck: negative b_bl p [2004/05/29] kern/67357 brooks Patch for uftdi to support Intrepidcs.com o [2004/05/30] i386/67383 i386 [patch] do a better job disassembling cod f [2004/06/01] ports/67436 portmgr patch for bsd.port.mk: GNU_CONFIGURE_PREF o [2004/06/01] ports/67437 portmgr patch for bsd.port.mk: NO_BUILD and PKGNA o [2004/06/02] misc/67502 cvs cvs-all commit message did not include al s [2004/06/03] ports/67531 portmgr New spanish virtual branch f [2004/06/03] kern/67545 [nfs] NFS Diskless Mount Option Suggestio p [2004/06/03] conf/67549 No Cents for es_ES monetdef (Euro) o [2004/06/03] bin/67550 Add BLK_SIZE option to tftpd server s [2004/06/04] ports/67553 sumikawa ports/devel/cvs+ipv6 - add mirror o [2004/06/04] www/67554 www man-cgi visual glitch on 3-word titles f [2004/06/04] ports/67562 portmgr patch for bsd.port.mk - USE_BDB, WANT_BDB o [2004/06/04] gnu/67565 SIGPIPE processing in cvs 1.11.5 may lead o [2004/06/04] i386/67578 [kbd] Keyboard error IBM xSeries 335 o [2004/06/04] kern/67580 request to add hints for boot failures f [2004/06/05] kern/67603 No driver found: PCMCIA Cardbus, D-Link D f [2004/06/06] kern/67627 phk [panic] gbde kernel panic o [2004/06/07] www/67651 hrs Update early-adopter post-4.10 o [2004/06/07] bin/67687 iostat does not provide read vs. write st s [2004/06/08] kern/67706 [unionfs] cvs update over a union mount s o [2004/06/08] bin/67723 FreeBSD 5.x restore cannot handle other p o [2004/06/09] ports/67762 roam portupgrade of stunnel asks for input eve o [2004/06/09] i386/67763 i386 [patch] PCMCIA: MELCO manufacturer code s o [2004/06/10] i386/67773 i386 5.x series - md5 on dev no longer works e f [2004/06/10] docs/67806 doc [patch] Let 5.x users know how to boot in s [2004/06/11] ports/67815 ports-bugs ImageMagick no longer recognizes FlashPix f [2004/06/11] i386/67818 bz Marvell if_sk driver watchdog timeout iss o [2004/06/11] kern/67830 [patch] CPU affinity problem with forked o [2004/06/11] ports/67832 jdp Change request: net/cvsup (STATIC -> WANT f [2004/06/11] ports/67839 girgen www/mod_jk2-apache2 2.0.2: uri /*.jsp mat o [2004/06/13] docs/67893 doc boot.8's -m description is insufficient. o [2004/06/13] alpha/67903 alpha hw.chipset.memory: 1099511627776 - thats o [2004/06/14] bin/67943 find(1) fails when current directory is n o [2004/06/15] ports/67970 gnome ports textproc/libxml, textproc/libxslt: o [2004/06/16] bin/68014 stty -pendin does not turn off pendin mod o [2004/06/16] bin/68016 Bug in visual bell on console (kbdcontrol o [2004/06/17] kern/68026 jdp [patch] add net_remove_domain, domain ref f [2004/06/17] ports/68061 knu databases/ruby-bdb1 has hardcoded install o [2004/06/17] bin/68062 standalone repeat(1) command o [2004/06/18] kern/68081 [patch] sys/time.h (lint fix) o [2004/06/18] i386/68087 i386 wget core dumps with: Assertion failed: ( o [2004/06/19] conf/68108 [patch] Adding mac-address /conf selector o [2004/06/19] kern/68110 hsu [PATCH] RFC 3522 for -HEAD o [2004/06/19] i386/68117 i386 serious network collisions after NIC "med o [2004/06/19] kern/68122 sound [sound] Device busy (/dev/dsp)- insane, n o [2004/06/20] bin/68134 rwatson 'invalid hostname' displayed in w/who out o [2004/06/20] i386/68140 i386 Problem with Sony AIT ATAPI Tape dirve a [2004/06/22] kern/68189 luigi arp -a discloses non-jail interfaces with o [2004/06/22] kern/68192 Cannot use quotas on jailed systems p [2004/06/22] docs/68201 keramida [patch] pthread_atfork(3) man page f [2004/06/23] i386/68219 acpi ACPI + snd_maestro3 problem o [2004/06/23] kern/68225 sound [sound] trouble with sound on Dell Latitu o [2004/06/23] kern/68232 [patch] ugen(4) isochronous handling corr o [2004/06/25] kern/68311 [patch] it is impossible to override defa o [2004/06/25] bin/68312 be able to create fdisk partions using si o [2004/06/25] kern/68315 [patch] atacontrol addspare for 4.x o [2004/06/25] kern/68317 [patch] on soft (clean) reboots clean dme o [2004/06/25] bin/68328 enable configuration of extra listen sock s [2004/06/25] ports/68337 portmgr patch so that README.html files in ports s [2004/06/25] ports/68346 portmgr Nested port install requires user interve o [2004/06/27] kern/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB M o [2004/06/27] kern/68435 wpaul xl driver in freebsd 5.x only works if pr o [2004/06/28] bin/68437 conscontrol DEVDIR -> _PATH_DEV fix and m o [2004/06/28] docs/68453 doc [patch] rc.subr.8 o [2004/06/28] kern/68458 Burning DVD causes lots of FAILURE - READ o [2004/06/28] kern/68459 Patches to mknod(2) behave more like Linu o [2004/06/30] i386/68514 i386 Realtek driver halts on oversized frames o [2004/06/30] kern/68515 sound [sound] sound card noise (ES1938, 5.0) o [2004/06/30] i386/68518 i386 Hangs while loading 82443BX agp during bo p [2004/06/30] conf/68524 Including the Basque in the system o [2004/06/30] conf/68525 rc Loader's verbose boot mode has rc.d/local o [2004/06/30] bin/68527 Resizing 'top' running in a terminal to o o [2004/07/01] bin/68552 tip(1) does not set noncanonical mode inp o [2004/07/01] ports/68569 knu bsd.ruby.mk should not use `.error' o [2004/07/02] bin/68586 dwmalone [patch] allow syslogd to forward to non-d o [2004/07/02] kern/68594 sound [sound] [patch] enable S/PDIF output for o [2004/07/02] docs/68606 doc Porter's Handbook: document how to write o [2004/07/03] kern/68623 [patch] sf(4) (Adaptec StarFire) multiple o [2004/07/04] kern/68665 sound [sound] pcm doesn't detect Realtek ac97 o o [2004/07/05] kern/68690 write(2) returns wrong value when EFAULT p [2004/07/05] bin/68691 dwmalone syslogd - correct program name handling o [2004/07/05] kern/68692 andre [patch] Move ARP out of routing table o [2004/07/05] ports/68697 roam [PATCH] dns/djbdns: use bsd.port.pre.mk o [2004/07/06] i386/68719 usb [usb] USB 2.0 mobil rack+ fat32 performan o [2004/07/06] ports/68728 se update ftp/jftpgw to 0.13.5 + rcNG'ify o [2004/07/07] conf/68745 rc /etc/rc.d/devfs runs after ntpd so links o [2004/07/07] i386/68754 i386 [hang] SMP reset bug (Tyan Thunder100, 44 o [2004/07/07] kern/68765 [mmap] a little data can be stored beyond o [2004/07/08] bin/68797 cut(1) patches to fflush after each write o [2004/07/08] ports/68826 ports-bugs various anomalies with xemacs port o [2004/07/09] bin/68840 [PATCH] Add Solaris-style -x flag to iost o [2004/07/09] docs/68843 doc Dates on rc.subr(8) & rc(8) are whack. o [2004/07/09] docs/68845 doc The .At macro produces unexpected results o [2004/07/09] bin/68848 [patch] find(1) shows pathname as optiona f [2004/07/09] sparc64/68869sparc64 netcard: Unexpect packet size, drop packe a [2004/07/11] bin/68904 eik pkg_install fixes (_PATH_*, sprintf -> sn o [2004/07/11] misc/68905 core dump ownership issue o [2004/07/11] ports/68908 knu x11/kde3 depends on missing port o [2004/07/11] conf/68916 Named starts PRIOR to ldconfig o [2004/07/13] bin/68981 unlogic jot behaviour. o [2004/07/13] kern/68991 le [vinum] vinum doesn't care which type a p o [2004/07/13] bin/69010 [patch] Portability fixes for FreeBSD bui o [2004/07/13] threads/69020threads pthreads library leaks _gc_mutex o [2004/07/14] kern/69064 [patch] No multiple ip4/6's could assigne o [2004/07/15] bin/69083 [patch] basic modelines for contrib/nvi o [2004/07/15] kern/69084 sound [sound] Error while initializing the soun o [2004/07/15] ports/69097 knu portupgrade's portsdb can't run without P o [2004/07/15] ports/69104 portmgr bsd.port.mk assumes "fetch" as FETCH_CMD o [2004/07/17] bin/69164 marcel GDB/amd64: coredump while debugging a cor o [2004/07/17] ports/69191 roam SRV patch for dnbs/djbdns o [2004/07/18] ports/69243 knu portupgrade - portinstall can't find port o [2004/07/18] i386/69257 i386 [patch] in_cksum_hdr is non-functional wi o [2004/07/19] bin/69268 wpaul Fix ndiscvt to warn you if it's going to o [2004/07/19] docs/69271 doc Porter's Handbook: hint on proper pkg-mes o [2004/07/19] kern/69283 sound [sound] Via 8233 driver records at half s o [2004/07/19] ports/69288 mharo [PATCH] security/sudo: Fix deinstall o [2004/07/19] ports/69309 ale mysql database backup script for periodic o [2004/07/20] kern/69356 LOR in rtsock.c/route.c o [2004/07/21] bin/69362 mbr amd (automounter) does not properly detec o [2004/07/21] docs/69383 doc disklabel = bsdlabel in 5.X or later o [2004/07/22] bin/69398 [patch] cleartext display of password in f [2004/07/22] ports/69421 perl perl5-related distfiles are in common dis o [2004/07/22] kern/69448 socket.h: cmsghdr macros don't work with f [2004/07/23] i386/69460 i386 the nic's speed slow down when both side f [2004/07/23] ports/69475 vs xemacs invalidly calls xargs (witj unexis o [2004/07/23] kern/69502 kldload will load modules that are in the o [2004/07/24] ports/69537 knu Portupgrade cannot be run by cron properl o [2004/07/25] ports/69586 ports-bugs New port: chinese/PCManX o [2004/07/26] kern/69633 sound [sound] fm801 kernel module does not work o [2004/07/27] kern/69650 [patch] make getserv* functions work with o [2004/07/28] amd64/69705 amd64 IPC problem (msq_queues) o [2004/07/28] amd64/69709 amd64 ACPI enabled then floppy don't work (5.2. o [2004/07/28] i386/69722 i386 wi0: init failed o [2004/07/29] i386/69730 i386 [patch] puc driver doesn't support PC-Com o [2004/07/29] i386/69750 acpi Boot without ACPI failed on ASUS L5 s [2004/07/30] www/69780 keramida query-pr-summary.cgi generates very large o [2004/07/30] conf/69821 'what kernel' doesn't work o [2004/07/30] kern/69825 [setgroups] 1st group supplied to setgrou o [2004/07/30] kern/69826 [setgroups] 16th group has no effect when p [2004/07/31] kern/69858 Intel E7205 Chipset AGP Support o [2004/08/01] docs/69861 doc [patch] usr.bin/csplit/csplit.1 does not o [2004/08/01] bin/69875 `mlxcontrol status ' hangs wit o [2004/08/03] kern/69963 ipfw ipfw: install_state warning about already o [2004/08/03] ports/69965 portmgr check for moved ports in "make deinstall- o [2004/08/04] bin/69986 [patch] sysinstall: No job control in fix o [2004/08/04] kern/69989 killing process that uses snp + unloading o [2004/08/04] ports/69997 portmgr [PATCH] Change USE_LINUX in bsd.port.mk t o [2004/08/04] bin/70002 qa [sysinstall] fails to locate FTP dirs if o [2004/08/05] ports/70026 billf net/mtr port does not follows WITH_IPV6 s f [2004/08/05] i386/70036 i386 pcn device not recognizing device o [2004/08/05] docs/70048 magic(5) file has a typo at second test f o [2004/08/06] ports/70062 ports-bugs tetxproc/p5-Bloom-Filter - A new port of o [2004/08/08] ports/70156 sergei [PATCH] devel/porttools: fix finding orig o [2004/08/08] bin/70182 [patch] fortune -e implementation bug a [2004/08/09] ports/70205 roam ports/net/datapipe shouldn't bind to list o [2004/08/09] docs/70217 doc Suggested rewrite of docproj/sgml.sgml o [2004/08/10] bin/70245 re Change to src/release/Makefile to aid doc o [2004/08/10] conf/70252 add System Administrator Appreciation Day o [2004/08/10] bin/70283 mtm adduser aborts in batch mode with comment o [2004/08/11] java/70292 java jdk14 compile problem o [2004/08/11] kern/70296 sound [sound] [patch] Add support for AD1888 AC o [2004/08/11] bin/70297 request to make amd timeouts per-mount lo a [2004/08/11] ports/70300 sergei devel/porttools does not use EMAIL from ~ o [2004/08/12] bin/70335 inconsistent syslog behavior when max chi o [2004/08/12] bin/70336 telnetd always exits with value 1 o [2004/08/12] bin/70355 [patch] dhclient-script is chatty with RE f [2004/08/12] kern/70362 sanpei QUIRK: [patch] LaCie 160GB USB drive o [2004/08/12] ports/70365 knu sysutils/portupgrade incorrectly give inf o [2004/08/12] ports/70366 lev devel/subversion causes incorrect swig13/ o [2004/08/13] ports/70400 jedgar databases/p5-Mysql is incompatible with d o [2004/08/13] kern/70401 darrenr [modules] Could not load ipl.ko when no I o [2004/08/15] bin/70476 sbin/reboot change, -p behavior default f o [2004/08/15] amd64/70500 amd64 bge driver for 3Com 3C996B on amd64 preve o [2004/08/16] ports/70503 steve open-motif demos should not be installed o [2004/08/16] docs/70507 doc RE in BUG section of re_format(7) in obso o [2004/08/16] bin/70511 When fread()ing with buffering turned off o [2004/08/16] kern/70523 usb [usb] [patch] umct sending/receiving wron o [2004/08/16] bin/70528 No libffi on amd64, either with native co o [2004/08/16] bin/70536 reboot -dp tries to dump when powering of o [2004/08/16] docs/70555 doc [patch] changes to freebsd-glossary o [2004/08/17] docs/70583 ceri [PATCH] Update freebsd-glossary o [2004/08/18] kern/70608 [irq] ethernet-error (card uses duplicate o [2004/08/18] i386/70610 i386 [patch] spkr(4): hardcoded assumption HZ o [2004/08/19] docs/70652 hmp New man page: portindex(5) f [2004/08/19] kern/70673 harti gensnmptree is called from base and not / o [2004/08/20] docs/70697 pcm(4) is out of date o [2004/08/20] kern/70708 [nfs] gcore/procfs not finding /proc/pid/ o [2004/08/20] conf/70715 Lack of year in dates in auth.log can cau o [2004/08/21] bin/70756 [PATCH] indent mishandles code that is pr o [2004/08/21] bin/70795 [PATCH] misc nanobsd fixes and improvemen o [2004/08/21] kern/70798 Compatibility: Sun/Solaris has an fcntl() f [2004/08/21] ports/70801 ports-bugs [NEW PORT] mail/crm114-devel: An Markov b o [2004/08/21] ports/70802 knu portupgrade cannot find downloaded packag o [2004/08/22] i386/70810 i386 [patch] Enable SMBus device on Asus P4B s o [2004/08/22] standards/70813standards [PATCH] ls not Posix compliant o [2004/08/22] ports/70831 tobez make perl5.8 port SU_CMD aware o [2004/08/22] i386/70832 i386 Serious problems with RealTek NIC using r f [2004/08/22] kern/70835 sanpei QUIRK: [patch] scsi_da does not recognize o [2004/08/23] kern/70852 sound [sound] via82xx PCM driver does not enabl o [2004/08/23] kern/70880 peter [nfs] 5.3 beta1 nfs problem o [2004/08/24] ports/70900 edwin [patch] devel/sdl12 inconsistency between o [2004/08/24] kern/70904 darrenr ipfilter ipnat problem with h323 proxy su o [2004/08/24] docs/70916 roam msync.2 manpage update o [2004/08/25] i386/70926 i386 [boot] 5.3Beta-1 bootstrap error: "atapci o [2004/08/25] kern/70942 usb [usb] Genius Wireless USB mouse: moused d o [2004/08/26] docs/70985 standards [patch] sh(1): incomplete documentation o o [2004/08/26] ports/70999 ports-bugs New port: graphics/evas1 Hardware acceler o [2004/08/27] kern/71045 [dhcp] DHCP-Request is sets other device' s [2004/08/28] ports/71064 maho /usr/ports/math/atlas-devel o [2004/08/29] bin/71098 CVS keywords are not expanded with CVS 1. o [2004/08/30] kern/71142 delphij [patch] add vesa [1024x768] mode support o [2004/08/30] docs/71153 simon [ftp download] Doc packages install in /l o [2004/08/31] kern/71184 andre tcp-sessions hangs on FIN_WAIT_2 state o [2004/08/31] gnu/71210 Update to GNU sdiff: add user-preference o [2004/09/01] kern/71219 /proc/*/map dont tell file offset o [2004/09/01] conf/71254 ncurses: xterm vs. cons* termtypes or sc( o [2004/09/01] kern/71258 [patch] anonymous mmappings not always pa o [2004/09/02] kern/71280 aue0 device (linksys usb100tx) doesn't wo p [2004/09/02] kern/71317 sanpei [sound] [patch] Add nForce2 sound support o [2004/09/03] kern/71334 [ PATCH ] mem_range_attr_{set|get} are no o [2004/09/04] ports/71363 sergei [PATCH] devel/porttools: check extra dire o [2004/09/04] kern/71366 ipfw "ipfw fwd" sometimes rewrites destination o [2004/09/05] conf/71386 loader.conf: hint.apic.0.disabled="YES" d o [2004/09/05] kern/71398 damien [patch] Intel PRO/Wireless 2100 (Centrino o [2004/09/06] conf/71415 [PATCH] /etc/rc.subr - devfs ruleset pars o [2004/09/06] kern/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] kern/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) o [2004/09/06] kern/71422 rwatson LOR in sys/net/bpf o [2004/09/07] kern/71450 [if_de] MAC address change on 21040 "Tuli o [2004/09/07] kern/71455 usb [usb] Slow USB umass performance of 5.3 o [2004/09/07] kern/71469 default route to internet magically disap o [2004/09/07] kern/71474 route lookup does not skip interfaces mar p [2004/09/08] conf/71488 brooks [patch] create spooldirs for lpd (in a di f [2004/09/08] ports/71489 ports-bugs [PATCH] www/slash: initial support for mo o [2004/09/08] ports/71498 tobez update port: databases/p5-GDBM: update an o [2004/09/09] ports/71512 james vncserver problems on amd64 and x.org o [2004/09/09] bin/71513 [PATCH] allow -user/group +/-id construct o [2004/09/09] kern/71532 Multiple SCSI-Busses are seen differently o [2004/09/09] ports/71535 ports-bugs port sysutils/xbatt modification o [2004/09/09] ports/71536 silby emulators/rtc: kernel msg "rtc: [number] p [2004/09/09] ports/71544 arved devel/tvision might need these extra patc o [2004/09/10] conf/71549 /etc/termcap missing passthrough printing s [2004/09/10] ports/71550 thierry New port: devel/plan9port port of Plan9 s o [2004/09/10] docs/71555 doc how to run matlab on 5.2 f [2004/09/11] bin/71580 Sendmail is built and installed on a buil o [2004/09/11] i386/71586 i386 FreeBSD 5.3-BETA3 #3 hang during boot on o [2004/09/11] kern/71605 usb [usb] [patch] umass doesn't recognize mul o [2004/09/11] kern/71608 XIRCOM REM56-100 Ethernet 10/100 can't co o [2004/09/12] bin/71613 [PATCH] cleanup of the usr.sbin/tracerout o [2004/09/12] bin/71616 [PATCH] cleanup of the usr.sbin/yp_mkdb c o [2004/09/12] bin/71617 [PATCH] cleanup of the usr.sbin/ypserv co o [2004/09/12] bin/71618 [PATCH] cleanup of the usr.sbin/timed cod o [2004/09/12] bin/71619 [PATCH] cleanup of the usr.sbin/tcpdump c o [2004/09/12] bin/71620 [PATCH] cleanup of the usr.sbin/sysinstal o [2004/09/12] bin/71621 [PATCH] cleanup of the usr.sbin/sliplogin o [2004/09/12] bin/71622 [PATCH] cleanup of the usr.sbin/sicontrol o [2004/09/12] bin/71623 [PATCH] cleanup of the usr.sbin/pcvt code o [2004/09/12] bin/71624 [PATCH] cleanup of the usr.sbin/rtadvd co o [2004/09/12] bin/71625 [PATCH] cleanup of the usr.sbin/rpc.ypupd o [2004/09/12] bin/71626 [PATCH] cleanup of the usr.sbin/rpc.statd o [2004/09/12] bin/71628 [PATCH] cleanup of the usr.sbin/rpcbind c o [2004/09/12] bin/71629 [PATCH] cleanup of the usr.sbin/pppstats o [2004/09/12] bin/71630 [PATCH] cleanup of the usr.sbin/pppd code o [2004/09/12] bin/71631 [PATCH] cleanup of the usr.sbin/pppctl co o [2004/09/12] bin/71632 [PATCH] cleanup of the usr.sbin/ndp code o [2004/09/12] bin/71633 [PATCH] cleanup of the usr.sbin/mrouted c o [2004/09/12] bin/71653 [PATCH] usr.sbin/asf may use uninialised o [2004/09/12] bin/71659 [PATCH] cleanup of the usr.sbin/mount_por o [2004/09/12] bin/71660 [PATCH] cleanup of the usr.sbin/kgmon cod o [2004/09/12] bin/71661 [PATCH] cleanup of the usr.sbin/keyserv c o [2004/09/12] bin/71663 [PATCH] cleanup of the usr.sbin/i4b code o [2004/09/12] bin/71664 [PATCH] cleanup of the usr.sbin/fwcontrol o [2004/09/12] bin/71665 [PATCH] cleanup of the usr.sbin/dconschat o [2004/09/12] bin/71666 [PATCH] cleanup of the usr.sbin/btxld cod o [2004/09/12] bin/71667 [PATCH] cleanup of the usr.sbin/bootparam o [2004/09/12] bin/71669 [PATCH] cleanup of the usr.sbin/atm code o [2004/09/12] bin/71671 [PATCH] cleanup of the usr.sbin/apmd code o [2004/09/12] kern/71683 [nis] NIS/NFS problem [4.8] o [2004/09/13] docs/71690 inaccurate information in systat(1) manpa s [2004/09/13] ports/71693 thierry [NEW PORT] x11-clocks/9clock: This is a s o [2004/09/13] kern/71708 [PATCH] MAKEDEV create n+1 bpf devices o [2004/09/13] kern/71711 [PATCH] generate a single bpf timestamp f o [2004/09/14] ports/71724 x11 x11/XFree86-4-clients: luit does not reco p [2004/09/14] kern/71726 sanpei [sound] [patch] nForce3 250(CK8S) audio s o [2004/09/15] bin/71748 [patch] make vidcontrol accept mode names o [2004/09/15] bin/71749 [PATCH] truss -f causes circular wait whe f [2004/09/15] conf/71757 brooks no /etc/rc.d/diskless script in FreeBSD 5 o [2004/09/15] conf/71767 [patch] French translations for keyboards s [2004/09/15] bin/71773 des [patch] genericize.pl -c misses some comm o [2004/09/15] kern/71774 NTFS cannot "see" files on a WinXP filesy o [2004/09/16] docs/71782 doc mount_nfs man page is a bit out of date o [2004/09/16] ports/71790 mi devel/icu2: add koi8-u converter to stand o [2004/09/16] bin/71801 [patch] Add ncurses utility programs: inf o [2004/09/17] kern/71809 wifi hostap mode speed problem [6-CURRENT o [2004/09/17] kern/71813 I get a geometry error on my wd 200gb hd f [2004/09/17] kern/71818 sanpei QUIRK: support for DMR1000 USP flash pen/ o [2004/09/17] kern/71833 multiple process disc access / injustice s [2004/09/18] bin/71855 [patch] making kdump WARNS=6 clean o [2004/09/19] ports/71905 okazaki new port: Irrlicht, a real time 3d engine o [2004/09/20] i386/71924 i386 timeouts with ata+hpt366 controller on BE o [2004/09/20] bin/71928 Disk quota doesn't work with numeric logi o [2004/09/20] conf/71952 missing past participles in /usr/share/di f [2004/09/21] ports/71953 thierry New port: x11-themes/kde-splash-freebsd: o [2004/09/21] kern/71965 andre TCP MSS issue in combination with ipfw fw o [2004/09/21] threads/71966threads Mlnet Core Dumped : Fatal error '_pq_inse f [2004/09/21] docs/71980 doc Handbook says that no other software is k o [2004/09/22] conf/71994 [patch] Login shell may unnecessarily pri o [2004/09/22] ports/71997 ports-bugs New port:math/webwork used to create prob o [2004/09/22] standards/72006standards floating point formating in non-C locales f [2004/09/22] ports/72016 joe Setiathome doesn't run on my second proce o [2004/09/24] ports/72067 obrien [PATCH] editors/vim: i18n and extra suppo o [2004/09/25] conf/72076 [patch] German locales use old %d.%m.%y d o [2004/09/25] ports/72084 perky [patch] German locales use old %d.%m.%y d o [2004/09/26] ports/72113 green New port: misc/XScreenSaver.app: WindowMa o [2004/09/27] bin/72124 [patch] rm -P can't unlink u-w files o [2004/09/27] conf/72135 [patch] ipsec belongs to /etc/rc.d/NETWOR f [2004/09/29] ports/72167 ports-bugs New port: lang/xharbour An extended xBase f [2004/09/29] ports/72170 jylefort [PATCH] www/mozilla-bonobo - build also w o [2004/09/29] bin/72173 csplit(1) ver 1.9 wrong behaviour with ne o [2004/09/29] i386/72179 i386 Inconsistent apm(8) output regarding the o [2004/09/30] ports/72190 clsung [NEW PORT] textproc/p5-Text-NSP: Perl5 mo f [2004/09/30] bin/72193 pjd sysinstall crash with geom_raid3.ko o [2004/09/30] kern/72194 stack backtrace after wakeup from sleepin o [2004/09/30] ports/72202 eik portaudit warns about the CVS server vuln o [2004/09/30] kern/72217 [patch] Bug in calculation of the paramet o [2004/09/30] kern/72218 sound [sound] audio recording broken with emu10 o [2004/09/30] conf/72219 Sysinstall doesn't enable 3rd party MTA i o [2004/10/01] kern/72221 sound [sound] emu10k1 stereo channels are rever a [2004/10/01] kern/72224 anholt umass devices broken by DRM (AGP issue?) o [2004/10/01] bin/72232 qa [sysinstall] Installer installs gui-enabl p [2004/10/01] kern/72238 rwatson [patch] mac_seeotheruids restricts root o [2004/10/02] kern/72263 gifconfig output corruption f [2004/10/03] kern/72273 Problem with pppoe dialup [5.3-BETA6] o [2004/10/03] conf/72277 [patch] update for /usr/share/skel f [2004/10/03] kern/72286 mlaier altq queueing in combination with bfe(4) o [2004/10/04] kern/72293 de(4) NIC performance degradation with de o [2004/10/04] kern/72296 bfe0: discard oversize frame (ether type o [2004/10/04] ports/72298 anders thttpd update (move to rc_subr) f [2004/10/04] ports/72336 sergei add RCng to mail/maildrop (was: update ma o [2004/10/04] kern/72338 calcru: runtime wen backwards from ... o [2004/10/04] ports/72339 marius security/ssh2 port startup script needs t p [2004/10/05] i386/72340 des [PATCH] add Pentium M, P3 M, P4 M support o [2004/10/05] kern/72344 usb [usb] [patch] QUIRK: Dane-Elec zMate 512 o [2004/10/05] kern/72352 [PATCH] Support for VScom PCI-100L is mis o [2004/10/05] bin/72355 Can't run "strings" on a (disk) device, e o [2004/10/05] bin/72357 [patch] WARNS?=5 cleanup for src/tools/to o [2004/10/06] ports/72373 knu portupgrade/pkg_info falsely complains it f [2004/10/06] i386/72380 usb [usb] USB does not work [dual Celeron Abi o [2004/10/06] bin/72381 [patch] ifconfig lladdr does not set inte o [2004/10/06] docs/72383 doc manpage for awk(1) is terribly small and o [2004/10/06] ports/72398 jmz emulators/mtools man pages are too funky o [2004/10/07] ports/72417 sobomax [patch] enable options for net/ser o [2004/10/07] ports/72421 ports-bugs new port: py-Levenshtein o [2004/10/07] kern/72433 [patch] AMR raid, amrreg.h struct amr_enq o [2004/10/08] kern/72440 [patch] Not increment ifp->if_snd.ifq_dro f [2004/10/09] conf/72465 [patch] United States International keybo o [2004/10/09] kern/72468 OS does not know how to handle broadcast. f [2004/10/10] bin/72485 eik pkg_add -r unnecessarily downloads packag o [2004/10/11] kern/72498 Libc timestamp code on jailed SMP machine o [2004/10/11] bin/72501 cperciva script(1) loops after EOF is read p [2004/10/11] conf/72505 brian [patch] Fix rc.d/ppp-user to make use of o [2004/10/11] bin/72517 Minor Bug in /etc/login.access o [2004/10/12] ports/72550 ports-bugs [NEW PORT] mail/itraxp: Advanced perl sup o [2004/10/12] kern/72560 jeff [patch] small cleanup of SCHED_ULE o [2004/10/12] kern/72585 [patch] [syscons] iso05-8x16.fnt lacks le o [2004/10/12] bin/72588 [patch] iostat tty stats field concatenat a [2004/10/13] kern/72639 5.3-BETA7 kernel config option ALT_BREAK_ o [2004/10/13] kern/72659 jeff [patch] little bug in sched_ule interract o [2004/10/14] bin/72674 [patch] make /usr/bin/whois use SK-NIC's o [2004/10/15] kern/72728 brooks [patch] keyboard debug and reboot qualifi o [2004/10/15] kern/72732 Kyocera 7135 quirk. o [2004/10/15] kern/72733 Kyocera 7135 Palm OS connection problem. o [2004/10/15] misc/72741 qa ssh broken on fixit cd (missing /dev/rand o [2004/10/16] ports/72758 ports-bugs New port: latex-schedule o [2004/10/17] bin/72787 gtar in base system doesn't seem to honor o [2004/10/17] kern/72793 [patch] wicontrol prints out non-printabl a [2004/10/18] bin/72814 bms [patch] libpcap opens bpf as O_RDONLY - d o [2004/10/19] ports/72865 emulation emulators/vmware3 crashes on 5.3-STABLE o [2004/10/19] bin/72875 des Some utilities used in debugging do not f o [2004/10/19] bin/72881 yppush pushes map to local server o [2004/10/19] i386/72887 sound [sound] emu10k1: sound lag o [2004/10/20] conf/72901 [PATCH]: Prevent printing when doing an s o [2004/10/20] conf/72910 [patch] /etc/rc.d/sendmail does not corre o [2004/10/20] bin/72915 [cron] Cron will not send emails via Exim o [2004/10/20] kern/72920 emulation linux emulation : path "prefixing" is not o [2004/10/20] kern/72933 [patch] promisc mode on vlan interface do o [2004/10/20] ports/72938 ports-bugs Work-around for palm/pose BROKENess s [2004/10/21] ports/72956 ports-bugs x11/dgs incorrectly marked as IGNORE o [2004/10/21] conf/72964 [patch] rc.d script needed to create wire a [2004/10/21] conf/72978 [patch] add danish syscons keymap with ac o [2004/10/22] kern/72987 ipfw/dummynet pipe/queue 'queue [BYTES]KB o [2004/10/22] kern/72995 sound [sound] Intel ICH2 (82801BA) - sound near o [2004/10/22] kern/72997 [if_sk] Network performance down [6-CURRE o [2004/10/22] sparc64/72998sparc64 [patch] set_mcontext() change syscalls pa o [2004/10/22] ports/73009 x11 5.3-RC1 ports refer to XF86Config - shoul o [2004/10/23] kern/73034 libalias does not handle lowercase port/e o [2004/10/23] kern/73051 tun0: Warning: ff02:5::/32: Change route o [2004/10/23] i386/73056 usb [usb] Sun Microsystems Type 6 USB mouse n o [2004/10/24] ports/73061 clsung Update port: devel/p5-Glib2 (enable threa o [2004/10/25] kern/73098 sound [sound] Scan rate of sound card shifts wh p [2004/10/25] bin/73110 rwatson [patch] ffsinfo conversion from atol() to o [2004/10/25] amd64/73111 obrien Optimized libc string functions missing f p [2004/10/25] bin/73112 rwatson [patch] change atol() to strtol() in bads o [2004/10/26] kern/73145 severe network slowdown with DEC 21140 ne o [2004/10/26] ports/73150 clsung [NEW PORT] textproc/p5-Search-VectorSpace o [2004/10/26] ports/73152 ports-bugs [NEW PORT] graphics/chartdirector: Charti o [2004/10/26] kern/73165 emulation [patch] getting rid of COMPAT_43 dependan o [2004/10/27] ports/73186 dougb [PATCH] dns/bind: minor fixes o [2004/10/27] kern/73195 bad PATH, missing HOME and TERM env var o o [2004/10/29] kern/73276 ipfw ipfw2 vulnerability (parser error) o [2004/10/29] ports/73285 billf net-mgmt/flow-tools port improvements o [2004/10/29] kern/73294 [hang] hangs in default mode when AcceleP o [2004/10/30] i386/73308 i386 unable to install on AMD 2500+,NF2,GF MX4 o [2004/10/30] ports/73320 ports-bugs New Port: kde_head_api_reference, the kde o [2004/10/30] bin/73327 [PATCH] iostat - extended mode display o [2004/10/30] kern/73328 top shows NICE as -111 on processes start o [2004/10/31] bin/73337 nsswitch: potential invalid free o [2004/11/01] kern/73375 panic: vinvalbuf: dirty bufs o [2004/11/01] kern/73388 brooks [usb] usb-keyboard stops working o [2004/11/02] bin/73411 [patch] FTPD could set attributes to 0600 f [2004/11/02] i386/73421 usb [usb] USB not recgnized/working on Toshib o [2004/11/03] ports/73448 nectar [PATCH] nss_ldap - getpwnam does not retu o [2004/11/03] ports/73487 clsung [New Port] devel/p5-Bundle-Perl6, A bundl o [2004/11/03] kern/73492 [feature request] Reliable Temporary File o [2004/11/03] kern/73496 [feature request] A more flexible version o [2004/11/04] kern/73514 mount_ntfs: can't access to a large file o [2004/11/04] kern/73517 pfil_hooks (ipfw,pf etc) and ipsec proces o [2004/11/04] ports/73529 fenner [PATCH] mbone/vic: Unbreak vic compilatio o [2004/11/05] www/73549 www Mail list archive navigation difficulty o [2004/11/05] www/73551 www List archive 'quoted-printable' corruptio o [2004/11/05] kern/73553 brooks [usb] Microsoft USB Internet Keyboard not o [2004/11/06] docs/73583 doc [patch] add missing instructions to ndis( f [2004/11/06] ports/73609 haskell New port: x11-toolkits/wxhaskell o [2004/11/07] kern/73636 usb microsoft mouse with ps/2 converter p o [2004/11/07] docs/73638 doc ipfw(8): Clarify syntax for use of tables o [2004/11/07] kern/73646 I/O performance: with/without MEMIO optio o [2004/11/07] conf/73653 Proposal of changes to the GENERIC kernel o [2004/11/08] i386/73663 i386 module_register_init: MOD_LOAD (ibcs2, 0x o [2004/11/08] i386/73673 i386 ifconfig tun0 destroy report: ifconfig: S o [2004/11/08] kern/73675 atapicam causes interrupt storm o [2004/11/08] conf/73677 [patch] add support for powernow states t o [2004/11/08] docs/73679 doc FreeBSD 5.3 Release notes mention new nat o [2004/11/08] kern/73686 [panic] problems mounting a pen drive for s [2004/11/09] ports/73721 ports-bugs [MAINTAINER] lang/pike76: Fix 64bits brea o [2004/11/09] i386/73742 i386 5.3 rel i386 disk2 image not copying o [2004/11/09] ports/73743 x11 XOrg/XFree xauth add/startx problem o [2004/11/10] kern/73757 le [vinum] vinum fails to load from rc.conf o [2004/11/10] ports/73773 eik [PATCH] shells/bash: Add WITH_SYSLOG knob o [2004/11/10] kern/73777 emulation [patch] linux emulation: root dir special f [2004/11/10] bin/73785 qa I have just downloaded 5.3 ISO to try.. N o [2004/11/10] conf/73786 added WARNING in spanish to stable-supfil f [2004/11/11] conf/73799 Move the last stuff out of usbd.conf o [2004/11/11] i386/73822 acpi acpi / thermal support o [2004/11/11] kern/73823 acpi acpi / power-on by timer support f [2004/11/11] ports/73833 ports-bugs sysutils/smartmontools: smartctl -a /dev/ o [2004/11/11] conf/73834 Bad dependencies for /etc/rc.d/savecore o [2004/11/12] i386/73847 i386 volume label - 5.3 cd 1 o [2004/11/12] kern/73865 [patch] NOINET6=yes in /etc/make.conf ign o [2004/11/12] bin/73884 Add NetBSD's rawrite32 to install tools o [2004/11/13] conf/73909 [patch] rc.d/sshd does not work with port f [2004/11/13] ports/73917 ports-bugs [PATCH] Update audio/cheesetracker to 0.9 o [2004/11/14] i386/73921 i386 sysctlbyname for machdep.tsc_freq doesn't o [2004/11/14] conf/73929 [patch] /etc/rc.d/named will not work wit o [2004/11/15] kern/73961 floppy disk drive performance problem [ne o [2004/11/15] i386/73978 i386 an error message appears during loading o o [2004/11/16] bin/73988 ISDN - first dial attempt fails f [2004/11/16] bin/73989 output of "top" cmd is incorrect o [2004/11/16] conf/73992 periodic security not showing daily firew o [2004/11/16] conf/74004 [PATCH] add fam support to inetd.conf o [2004/11/16] conf/74005 [PATCH] aditional support for /etc/rc.ini o [2004/11/16] conf/74006 dougb [PATCH] /etc/rc.d/named minor fixes o [2004/11/17] kern/74025 cardbus devices detected, but no /dev/car o [2004/11/17] kern/74030 acpi Unplugging AC causes battery % to stay lo o [2004/11/17] kern/74037 ppc(4) cannot find parallel port. o [2004/11/18] bin/74062 ifconfig(8) does not display tunnel endpo o [2004/11/18] kern/74066 acd driver fault: READ_BIG timeout o [2004/11/18] ports/74086 ports-bugs New port:chinese/chmsee A viewer for Micr o [2004/11/18] kern/74091 [patch] PCMCIA: MELCO Manufacturer code s o [2004/11/20] bin/74140 [ntpdate] ntpdate does not try all IPs fo o [2004/11/20] i386/74153 i386 FreeBSD 5.3 cannot boot ftom pst o [2004/11/20] kern/74159 [patch] fix warnings concerned with heade o [2004/11/20] bin/74178 [patch] grdc(6) - scrolling does not work o [2004/11/21] threads/74180threads KSE problem. Applications those riched ma o [2004/11/21] i386/74188 i386 no sound on a7v600-x with chipset VT8237 o [2004/11/21] i386/74191 i386 Notebook PC2001 Compliant AC97 audio work s [2004/11/21] ports/74195 ports-bugs fix build error of devel/swarm for gcc 3. o [2004/11/21] i386/74211 i386 USB flash drive causes CAM status 0x4 on o [2004/11/21] conf/74213 [PATCH] Connect src/etc/periodic/security o [2004/11/21] kern/74215 acpi [request] add ACPI headers to /usr/includ o [2004/11/21] i386/74216 i386 system halts o [2004/11/21] i386/74218 i386 boot floppy (2nd time) read error o [2004/11/22] conf/74228 periodic 470.status-named doesn't work wi o [2004/11/23] kern/74281 Digiboard PCI Xem (64-ports) detection/in f [2004/11/23] bin/74282 [patch] leading zero for tcsh's %P prompt s [2004/11/23] ports/74298 ports-bugs cnet update from 1.7.7_2 to 2.0.9 o [2004/11/24] kern/74314 DNS resolver broken under certain jail co o [2004/11/24] i386/74327 i386 mlock() causes physical memory leakage f [2004/11/24] ports/74344 java [proposal] tomcat41ctl: support for passi o [2004/11/25] kern/74352 PXEBoot problems using md as root device o [2004/11/25] kern/74358 [umass] unplugging at boot time an umass o [2004/11/25] bin/74360 [patch] ndiscvt(8) generate a driver whic o [2004/11/25] ports/74369 eik Makefile for ports/devel/pcre does not al a [2004/11/25] bin/74387 linprocfs can be mounted on top of itself o [2004/11/26] misc/74396 [patch] "make release" fails if the cdrto o [2004/11/26] bin/74404 sh does not handle signals to subshells p o [2004/11/26] bin/74406 qa [sysinstall] sysinstall accepts but disca o [2004/11/26] ports/74416 fenner update for rtpmon o [2004/11/26] ports/74417 fenner attempt to unbreak vic on FreeBSD 5.x o [2004/11/26] ports/74435 ports-bugs [PATCH] devel/automake19: [SUMMARIZE CHAN o [2004/11/27] ports/74442 ports-bugs Upgrade multimedia/dvdrip to the latest r o [2004/11/27] bin/74450 [patch] enable libalias/natd to create sk o [2004/11/27] kern/74453 Q-lity CD-RW USB ECW-043 (ScanLogic SL11R o [2004/11/27] i386/74454 i386 [PATCH] Adding VIA Eden family to bsd.cpu o [2004/11/28] docs/74477 doc [patch] Correct several links in the cont o [2004/11/29] conf/74498 [patch] new CIS id for Intersil WiFi, pcc o [2004/11/29] bin/74500 [PATCH] allow chflags to set flags on sym o [2004/11/29] bin/74506 [patch] bad top command display o [2004/11/29] bin/74509 [PATCH] ifconfig allows setting 33-byte S o [2004/11/29] ports/74537 obrien editors/vim issue: report invalid size of o [2004/11/30] kern/74549 [patch] [modules] Allow third party KLDs o [2004/11/30] usb/74557 usb imation 500mb usb key can only be written o [2004/11/30] bin/74567 [patch] [2TB] du doesn't handle sizes >1T o [2004/12/01] misc/74577 [patch] decorating space in Beastie menu o [2004/12/01] bin/74593 qa [sysinstall] [patch] Installer installs t o [2004/12/02] amd64/74608 amd64 mpt hangs 5 minutes when booting o [2004/12/02] kern/74609 allowing cdma modems to work at full spee o [2004/12/02] docs/74612 doc Updates to the glossary o [2004/12/02] ports/74615 ports-bugs new port: net/quoted s [2004/12/02] ports/74625 ports-bugs outdated GNU gatekeeper port o [2004/12/03] i386/74650 i386 System Reboot with umount command o [2004/12/03] gnu/74654 libsupc++.a lacks necessary functions o [2004/12/03] kern/74658 ATAPI CD not recognized after booting Fre o [2004/12/04] ports/74664 danfe New port: x11-clocks/bdesktopclock f [2004/12/04] ports/74686 mbr [PATCH] www/mod_auth_mysql_another: updat o [2004/12/05] docs/74724 ceri handbook network-inetd webpage o [2004/12/05] ports/74740 danfe Update port: x11-wm/wampager - Update to o [2004/12/05] bin/74743 [patch] wctype.c declares static array on o [2004/12/06] ports/74752 eik make takes a little while before anything o [2004/12/06] kern/74777 Bootup "beep" in 5.3 should be disabled b o [2004/12/06] kern/74786 Smartlink Modem causes interrupt storm on o [2004/12/07] i386/74803 i386 3Com509B o [2004/12/07] amd64/74811 amd64 df, nfs mount, negative Avail -> 32/64-bi o [2004/12/07] conf/74817 [patch] Fixed automatic configuration of o [2004/12/07] kern/74827 Problem writing data to floppies [5.3-spe o [2004/12/08] i386/74829 i386 [patch] FreeBSD 5.3-RELEASE hangs during o [2004/12/08] kern/74849 [patch] Samsung SPH-i500 does not attach o [2004/12/08] kern/74868 [acpi] ACPI enabled in 5.3 Release make K o [2004/12/08] kern/74876 Can not receive Hop by Hop options o [2004/12/09] kern/74880 Samsung N400 cellphone/acm fails to atach s [2004/12/09] ports/74882 hq [New port] java/httpunit: web test framew o [2004/12/09] docs/74889 wosch S_ISREG etc marcos missing from stat man o [2004/12/09] kern/74893 sound [patch] [sound] Channels of USB audio can o [2004/12/09] ports/74907 apache [PATCH] www/mod_perl: cleanups o [2004/12/10] ports/74913 pat I can't see anything in X11 applications o [2004/12/10] ports/74919 ale [PATCH] lang/php4: Add hardened-php.org p o [2004/12/10] kern/74920 3Com 3C509-Combo Etherlink III panics sys o [2004/12/10] ports/74921 jmallett update: emulators/mips64emul (0.2.1 to 0. o [2004/12/12] i386/74966 i386 Realtek driver seems to misinterpret some o [2004/12/12] kern/74971 le [vinum] vinum creates (shows) incorrect v o [2004/12/12] kern/74977 [modules] dcons.ko requires KDB support o [2004/12/12] kern/74986 tackerman sysctlize a parameter of if_em's interrup o [2004/12/12] usb/74989 usb (regression) Lost USB support between 5.2 o [2004/12/12] ports/74993 danfe graphics/svgalib: SVGALIB-1.4.3_4 segfaul f [2004/12/12] ports/74996 ports-bugs [NEW PORT] sysutils/logwatch: Logwatch is o [2004/12/12] bin/75001 hushlogin and nocheckmail attributes don' o [2004/12/13] kern/75008 ALPS GlidePoint not recognized FreeBSD 5. o [2004/12/13] ports/75015 amd64 cvsup on amd64 with runsocks (socks5) cor f [2004/12/14] ports/75050 ports-bugs new port: net/ventrilo o [2004/12/14] bin/75053 eik pkg_delete is stupid o [2004/12/14] docs/75068 doc login.conf(5) manual page says nothing ab o [2004/12/15] i386/75090 i386 READ_BIG errors with Sony CRX1611 o [2004/12/15] kern/75121 Wrong behaviour of IFF_LINK2 bit in 6in6 o [2004/12/15] ports/75130 danfe [NEW PORT] www/mono-xsp: A light-weight w o [2004/12/15] kern/75132 jhb [Patch] add support for the Davicom 56PDV o [2004/12/15] conf/75137 jhb add snd_* modules support to /etc/rc.d/mi o [2004/12/16] ports/75143 java There is no way to specify jvm parameters f [2004/12/16] ports/75147 ports-bugs [PATCH] Several improvements to security/ o [2004/12/17] bin/75175 jot duplicates numbers in simple invocati o [2004/12/17] bin/75177 philip Bug selecting psm operation level in mous o [2004/12/17] conf/75180 INIT -> /etc/rc.d - IPFILTER IPMON confli o [2004/12/17] kern/75185 ACPI doesn't power off Tyan S2460 o [2004/12/17] ports/75188 knu sysutils/portupgrade fails to install dep f [2004/12/17] ports/75193 sobomax asterisk build on 5.3: work around tr bug o [2004/12/18] kern/75211 le Vinum writes several errors to stdout. o [2004/12/19] i386/75251 anholt Beginnings of an ATI AGP driver. o [2004/12/19] kern/75254 [patch] [if_wi] PRISM3-based adapter ZCOM o [2004/12/19] kern/75274 sound [patch] [sound] Updating of USB audio cod o [2004/12/19] kern/75276 sound [patch] [sound] Volumes of USB audio can f [2004/12/19] kern/75277 netstat -m 'mbufs in use' output appears o [2004/12/20] kern/75298 [PATCH] add missing device id for pccard o [2004/12/20] ports/75301 portmgr new USE_LINUX_X11 macro f [2004/12/20] ports/75302 sem Patches for cleaning problems reported by o [2004/12/20] kern/75311 sound [patch] [sound] Enable to record with USB o [2004/12/20] kern/75312 [if_rl] RealTek RTL8281BL not detected o [2004/12/20] kern/75316 sound [patch] [sound] Enable to select a record o [2004/12/21] bin/75362 contrib/smbfs mount_smbfs No buffer space o [2004/12/21] ports/75369 ports-bugs new port net/p5-Perlbal o [2004/12/22] bin/75378 [/bin/login] login/wtmp/utmp not updating o [2004/12/22] kern/75380 [nfs] can not open("..") from top-level d o [2004/12/22] i386/75387 i386 Future support of Promise SATAII150 TX4 w o [2004/12/23] i386/75420 i386 CMD 648 PCI not work o [2004/12/23] ports/75424 niels new port: security/bdc (BitDefender Conso p [2004/12/23] docs/75433 keramida No manual pages for devfs.conf and devfs. o [2004/12/24] ports/75464 portmgr bsd.port.mk install default configuration o [2004/12/25] bin/75479 qa [sysinstall] sysinstall time servers list o [2004/12/25] amd64/75488 amd64 ntfs_iconv not working on amd64 o [2004/12/25] ports/75496 knu [repocopy] databases/ruby-sqlite -> datab o [2004/12/26] conf/75502 Fix LC_NUMERIC and LC_MONETARY for de_CH o [2004/12/27] docs/75544 trhodes typos in man3 manual pages, acl.3, assert o [2004/12/27] docs/75545 trhodes typos in man3 manual pages, form_field_op o [2004/12/27] ports/75555 ports-bugs [NEW PORT] x11-toolkits/py-gtksourceview: a [2004/12/28] ports/75569 dougb pine4 dependant upon ispell (should be op o [2004/12/28] bin/75570 chflags nosappnd directory doesn't work o [2004/12/28] docs/75577 doc typos in man3 manual pages, login_class.3 o [2004/12/28] usb/75578 usb [patch] QUIRK: PNY USB flash key o [2004/12/28] kern/75582 [patch] [if_dc] Add support for Linksys P o [2004/12/28] i386/75583 i386 Installation fails o [2004/12/28] bin/75585 [unionfs] mount -p on unionfs results in o [2004/12/29] i386/75589 i386 O2Micro pccard1 slot not functioning whil o [2004/12/29] docs/75610 doc Advanced Networking Wireless section clea o [2004/12/29] bin/75632 le gvinum commands not consistent with vinum f [2004/12/29] kern/75634 The proxy arp wrong functionality o [2004/12/30] ports/75643 danfe New Port: x11/PyPanel (A lightweight tran o [2004/12/30] gnu/75662 less -f behavior contradicts man page o [2005/01/01] misc/75702 dwmalone -O5 flag breaks some compiles in /usr/src o [2005/01/01] kern/75710 cue0 device configuration causes kernel p o [2005/01/02] ports/75720 ports-bugs The 4.10-RELEASE samba 3 package smbpassw o [2005/01/03] bin/75742 [patch] pkg_add does not honour prefix fo o [2005/01/03] kern/75764 [patch?] "umass0: Phase Error" - no devic o [2005/01/03] bin/75766 [patch] nfsd loops with TCP + multiple -h o [2005/01/03] bin/75767 WANTED: "fdclose" function in libc o [2005/01/04] i386/75776 i386 NO ps/2 keyboard using USB keyboard under o [2005/01/04] kern/75800 ucom1: init failed STALLED error in time f [2005/01/04] kern/75829 wireless keeps crashing and x server o [2005/01/05] www/75830 www ports.cgi used ports/INDEX from CVS o [2005/01/05] bin/75842 /sbin/mount: valid, but double, fstab mou o [2005/01/05] ports/75852 phantom [patch] Make java/linux-sun-jdk14 install o [2005/01/05] bin/75855 getpwent functions on 5.3 with large pass o [2005/01/05] ports/75859 seanc [PATCH] devel/tla: update to 1.3 o [2005/01/05] kern/75860 sound [sound] no support for the ADI AD1888 onb o [2005/01/05] docs/75864 doc FreeBSD 5.3 kern-developer install does n o [2005/01/05] docs/75865 doc comments on "backup-basics" in handbook o [2005/01/06] kern/75873 Usability problem with non-RFC-compliant o [2005/01/06] kern/75881 ACPI suspend/resume doesn't work on ASUS o [2005/01/06] ports/75883 demon mrtg + ucd-snmp give wrong results o [2005/01/06] bin/75884 m4(1): syscmd's output is out of sync wit f [2005/01/06] kern/75894 sound [sound] shuttle ST62K sound not actually o [2005/01/06] i386/75898 i386 Exception and reboot: Loader and kernel u o [2005/01/07] ports/75911 mharo Proftpd does not work with NIS on FreeBSD f [2005/01/07] ports/75916 thierry New port: net/decv o [2005/01/07] ports/75921 danfe [new port] flpsed, a WYSIWYG pseudo PostS o [2005/01/07] usb/75928 usb Cytronix SmartMedia card (SMC) reader has o [2005/01/08] bin/75934 [PATCH] missing blowfish functionality in o [2005/01/08] ports/75939 nork smartd can not found SMART device, Only S o [2005/01/08] ports/75966 ports-bugs [patch] improve samba-vscan port o [2005/01/08] kern/75969 sound [patch] [sound] Support for Sigmatel STAC o [2005/01/08] kern/75970 [patch] support for Sandisk Cruzer Micro o [2005/01/09] ports/75992 hrs [PATCH] japanese/latex2html: Unbreak this o [2005/01/09] docs/75995 hcreate documentation(?) bug o [2005/01/09] docs/75997 doc Handbook section on DNS needs updating o [2005/01/09] kern/76002 [Patch] for PixelView PlayTv Pro Rev o [2005/01/10] ports/76021 knu portupgrade: package delete can remove ne o [2005/01/10] sparc64/76052marius Incorrect panic strings in sparc64 files o [2005/01/10] gnu/76069 FreeBSD's definition of offsetof isn't go o [2005/01/10] ports/76073 mharo ftp/proftpd: make install does not create o [2005/01/11] kern/76081 [patch] [if_rl] Add support for CardBUS N o [2005/01/11] bin/76089 The "-n" option in /usr/bin/w is broken o [2005/01/11] docs/76094 doc Incorrect statement about partition d o [2005/01/11] ports/76109 ale [NEW PORT] www/eaccelerator 0.9.2.a p [2005/01/11] ports/76116 ports-bugs PORT UPDATE: graphics/lcms (with PATCH) o [2005/01/12] conf/76124 Mistake in /usr/share/misc/pci_vendors o [2005/01/12] kern/76144 poll doesn't set POLLHUP when FIFO is clo o [2005/01/12] ports/76150 ale allow php4-dba to use Berkeley DB 4.3 p [2005/01/12] bin/76153 des Significant memory leak in libfetch (fix o [2005/01/12] bin/76169 [PATCH] Add PAM support to cvs pserver o [2005/01/12] ports/76170 cy misc/screen -- Support for NONETHACK o [2005/01/12] amd64/76176 obrien misc/compat4x are mismarked unsupported o o [2005/01/12] kern/76178 Problem with ahd and large SCSI Raid syst o [2005/01/13] ports/76202 perky [UPDATE] devel/py-cheetah from 0.9.15 to o [2005/01/13] kern/76225 [patch] WITHOUT_MODULES option for sys/mo o [2005/01/13] conf/76226 Default local.9600 gettytab initially use f [2005/01/13] ports/76227 ports-bugs RLE support for graphics/fbm o [2005/01/14] ports/76242 ale php5 build error o [2005/01/14] ports/76247 grog Port Update o [2005/01/14] ports/76257 danfe nvidia_driver breaks xorg-clients build o [2005/01/15] conf/76298 fstab doesn't pass mntops properly o [2005/01/16] bin/76305 dhclient resets configured interfaces on o [2005/01/17] ports/76330 openoffice editors/openoffice-1.1 calls uname needle o [2005/01/17] docs/76333 doc EOF indicator can be cleared by not only o [2005/01/17] ports/76358 vs xlockmore PAM support o [2005/01/17] bin/76362 sys directory link points to wrong locati o [2005/01/17] ports/76365 ports-bugs NEW PORT net/xdb_auth_cpile A user auth/c o [2005/01/17] ports/76379 ports-bugs New port:biology/p5-Bio-Das o [2005/01/18] bin/76401 sysinstall to set "host name" for dhclien f [2005/01/18] ports/76409 ports-bugs cfengine2 compile problems, berkeleydb re o [2005/01/18] kern/76432 gnn [patch] [net/route.h] recursive locking i o [2005/01/19] usb/76461 usb disklabel of umass(4)-CAM(4)-da(4) not us o [2005/01/20] kern/76485 sched_getparam returns weird priority num o [2005/01/20] conf/76491 Addition into /etc/security few new funct o [2005/01/20] bin/76494 [patch] passwd(1) does not indicate a suc p [2005/01/20] bin/76497 tcpdump dumps core on ppp ipv6cp packets o [2005/01/20] conf/76509 [patch] New locale uk_UA.CP1251 support o [2005/01/20] ports/76510 ports-bugs [NEW PORT] sysutils/fanout: Allow you to o [2005/01/20] threads/76513threads libpthread is not working o [2005/01/20] docs/76515 doc missleading use of make -j flag in handbo o [2005/01/21] kern/76520 [patch] Add new kernel-side libiconv conv o [2005/01/21] ports/76527 ale [PATCH]lang/php4: Add WITH_MULTIBYTE knob o [2005/01/21] kern/76539 ipnat + dummynet on output on same interf o [2005/01/21] kern/76551 re0: watchdog timeout o [2005/01/23] www/76586 re [patch] minor updates to en/releng/index. o [2005/01/23] i386/76587 i386 ps2 mouse weird... o [2005/01/23] bin/76590 adding -mapall in nfs exports requires re o [2005/01/23] ports/76602 clsung Pick up www/wordpress, www/p5-Kwiki-NewPa o [2005/01/23] kern/76611 isdn i4b itjc bad enums for PIB cycle time o [2005/01/24] conf/76626 460.status-mail-rejects shows destination o [2005/01/25] ports/76638 sergei [PATCH] devel/porttools: "port submit" ha o [2005/01/25] ports/76643 eik sysutils/pkg_install-devel with openssl f [2005/01/25] i386/76653 i386 Problem with Asahi Optical usb device (Pe o [2005/01/25] kern/76678 rwatson Allow pam_krb5 to authenticate no local u o [2005/01/26] ports/76695 trevor RPM complaints on installation of linux_b o [2005/01/26] bin/76697 newsyslog keeps one more archive files th o [2005/01/26] ports/76702 roam nsping breaks when executed with pid > 65 o [2005/01/26] kern/76710 [patch] [sys/dev/mii] rgephy does not dea o [2005/01/26] bin/76711 parse error in rm.c:check() while parsing o [2005/01/26] ports/76731 ports-bugs [PATCH] make cups-pstoraster GHOSTSCRIPT_ o [2005/01/27] usb/76732 usb Mouse problems with USB KVM Switch o [2005/01/27] bin/76736 dwmalone syslogd pipelines losing messages s [2005/01/27] ports/76748 haskell New port: devel/hs-plugins. Loading Haske o [2005/01/27] bin/76752 /usr/bin/login o [2005/01/27] bin/76756 des function pw_equal in pw_util.c does not t o [2005/01/27] ports/76770 openoffice openoffice-2.0-devel cannot build -DWITHO o [2005/01/29] kern/76818 rwatson ACL modifications touch file's mtime o [2005/01/29] ports/76820 ports-bugs isc-dhcp3-server build for use in jail sh o [2005/01/29] ports/76825 ports-bugs isc-dhcp3-server port should allow listen o [2005/01/30] kern/76857 Samsung mouse misbehaviour o [2005/01/30] ports/76875 ports-bugs security/cryptopp crashes if build with d o [2005/01/31] ports/76915 portmgr [patch] Handle port deinstall scripts whe o [2005/01/31] ports/76917 knu [PATCH] security/ruby18-acl: Fix install o [2005/01/31] kern/76918 sound [sound] ATI AD1981 AC'97 Audio Controller o [2005/01/31] ports/76928 ports-bugs New port: www/WebCalendar, web-based cale o [2005/02/01] ports/76936 trevor print/acroread with native mozilla and li p [2005/02/01] threads/76938delphij include/unistd.h: ttyname_r prototype mis o [2005/02/01] kern/76950 ACPI wrongly blacklisted on Micron Client o [2005/02/01] kern/76966 udp/520 reply packets when routed is not o [2005/02/01] kern/76971 ipfw ipfw antispoof incorrectly blocks broadca o [2005/02/01] kern/76972 64-bit integer overflow computing user cp p [2005/02/01] docs/76981 trhodes [PATCH] cap_mkdb could be more prominentl o [2005/02/02] ports/76986 ports-bugs New port: print/pmx a pre-processor of Mu o [2005/02/02] bin/77001 sysinstall binary upgrade clobbers /etc/l o [2005/02/02] ports/77010 skv [patch] conflict between p5-XML-SAX and p f [2005/02/02] ports/77015 ports-bugs /usr/ports/net/linpopup/ (linpopup-1.2.0_ f [2005/02/02] ports/77022 sem Fix russian/pscyr o [2005/02/02] bin/77031 [patch] comm(1) unable to handle lines gr o [2005/02/03] bin/77082 src/usr.sbin/pkg_install - Add 3 new macr o [2005/02/04] docs/77087 doc The bootvinum script given in the handboo o [2005/02/04] bin/77089 /sbin/natd: natd ignores -u with passive o [2005/02/04] kern/77091 Keyboard quits working under X with MAXCO o [2005/02/06] kern/77156 FreeBSD does not redirect packets on prop a [2005/02/06] ports/77173 kris dsniff installation doesn't work under fr o [2005/02/06] ports/77182 des ifd-gempc410 marked broken o [2005/02/07] conf/77197 calendar.judaic is out of date o [2005/02/07] bin/77212 src/usr.sbin/pkg_install - make directory o [2005/02/07] i386/77239 i386 3Com 3CXFEM656C does not seem to be suppo o [2005/02/08] ports/77246 portmgr update "make index" target to use "make f o [2005/02/08] kern/77253 meminfo in linprocfs returns bad value ab o [2005/02/08] bin/77259 /bin/sh: shell command "command -v cmd" d o [2005/02/08] bin/77260 df behaviour has changed between 4.x and o [2005/02/08] bin/77261 login doesn't chdir into a group-protecte o [2005/02/08] kern/77273 ipfilter breaks ipv6 statefull filtering o [2005/02/08] ports/77282 clsung [NEW PORT] graphics/p5-GraphViz-Makefile: o [2005/02/09] ports/77295 sergei [ patch ] security/gnutls-devel: update t o [2005/02/09] kern/77308 ALTQ doesn't seem to be working on tun0 o [2005/02/10] kern/77341 problems with IPV6 impementation s [2005/02/10] ports/77342 thierry New port : lang/cduce An XML oriented fun o [2005/02/10] kern/77353 [patch] grow SysV IPC kernel limits o [2005/02/10] kern/77355 [patch] Detect i*86 subarches for uname o [2005/02/10] ports/77359 ports-bugs New port: graphics/gephex Software-based o [2005/02/10] kern/77365 [patch] amdpm driver has wrong PCI device o [2005/02/11] ports/77373 ports-bugs new port for squidclamav-1.1 o [2005/02/11] kern/77377 Slow downloading from FreeBSD server with p [2005/02/11] conf/77386 brooks let /etc/rc.d/var create spool dirs for l o [2005/02/12] ports/77426 niels new port: security/sancp, a network conne o [2005/02/13] ports/77444 eik devel/porkmk ignores FETCH_BEFORE_ARGS= - o [2005/02/13] bin/77445 [ntpd] too many recvbufs(40) when ntpd st s [2005/02/13] ports/77453 ports-bugs [request] new port: print/ghostpcl o [2005/02/13] amd64/77470 amd64 Using of cyrillic filenames conversion le o [2005/02/14] ports/77471 ports-bugs New port: Device driver for Voicetronix O o [2005/02/14] i386/77477 i386 AHA-1542CP SCSI failed to probe o [2005/02/14] ports/77495 niels new port: security/sav o [2005/02/14] ports/77512 anders mail/cclient port: imap-uw IMAPS not work o [2005/02/15] kern/77537 Conditional breakpoints hang on SMP machi o [2005/02/15] i386/77541 i386 em driver if_oerrors book keeping error o [2005/02/15] bin/77554 type mismatch in IPv6 firewall rule parse o [2005/02/15] kern/77570 [PATCH] ipfw: Multiple rules may have the o [2005/02/16] ports/77584 ports-bugs New ports: games/sear, games/sear-media. o [2005/02/16] ports/77608 roam nsping does not understand IPv6 o [2005/02/17] bin/77648 compiling syslog.c fails on 5-STABLE o [2005/02/18] kern/77662 diskless hostname set via DHCP only if AC o [2005/02/18] conf/77663 Suggestion: add /etc/rc.d/addnetswap afte o [2005/02/18] ports/77690 ports-bugs new port submission - security/sguil-serv f [2005/02/19] ports/77740 ports-bugs [patch] www/mod_fastcgi allow select NO_S o [2005/02/21] ports/77820 portmgr bsd.port.mk 1.508 and PORTDOCS globbing b o [2005/02/21] misc/77821 error at libkvm while doing make buildwor o [2005/02/21] kern/77826 ext2fs usb filesystem will not mount RW o [2005/02/21] bin/77835 [patch] libc file res_debug.c needs const o [2005/02/21] bin/77841 [patch] cast away const in getpublickey() o [2005/02/21] ports/77857 kwm [PATCH] net/gnomemeeting: correctly deter o [2005/02/21] ports/77876 portmgr Ensure uniqueness of (DOCS|EXAMPLES|DATA) f [2005/02/22] ports/77899 ports-bugs [Maintainer Update] graphics/bugle 0.0. o [2005/02/22] kern/77902 [nfs] NFS client should use VA_UTIMES_NUL o [2005/02/22] kern/77904 [nfs] NFS server should set VA_UTIMES_NUL o [2005/02/22] kern/77913 [PATCH] Add the APDL-325 WLAN pccard to w f [2005/02/22] kern/77915 vs Makefile problem : /usr/src/bin/domainnam o [2005/02/22] bin/77918 ceri quota does not exit with a status != 0, i o [2005/02/22] ports/77924 ports-bugs [MAINTAINER-UPDATE] devel/ruby18-freeride o [2005/02/22] conf/77929 periodic/security/550.ipfwlimit ignores l o [2005/02/23] kern/77958 can't delete read-only files via smbfs o [2005/02/23] ports/77980 ports-bugs New Port: www/p5-POE-Component-Server-HTT o [2005/02/24] ports/78012 ports-bugs [NEW PORT] net/abills: Billing system fro o [2005/02/24] bin/78021 sem_open(3) doesn't mention fnctl.h inclu s [2005/02/24] ports/78023 eik Problem Instaling openldap22-client via p f [2005/02/24] ports/78030 ports-bugs New port: net/p5-IP-Country - Perl module o [2005/02/24] docs/78041 doc docs for md need further explanation of t o [2005/02/25] kern/78057 ad0: FAILURE - READ_DMA status=51 error=4 o [2005/02/25] kern/78070 [patch] Potential null pointer dereferenc o [2005/02/25] kern/78072 [Patch] Potential memory leak in lge(4) o [2005/02/25] kern/78090 ipf filtering on bridged packets doesn't f [2005/02/26] ports/78102 ports-bugs /usr/ports/mail/qmail-scanner doesn't det o [2005/02/26] kern/78114 phk [PATCH] Solaris/x86 label structures for s [2005/02/26] ports/78119 clement [REPOCOPY REQUEST] move www/apache2 to ww o [2005/02/26] bin/78125 rees Remove unused code from idmapd.c o [2005/02/26] bin/78131 gbde "destroy" not working. o [2005/02/26] kern/78133 vmware3 port causes crash o [2005/02/27] ports/78134 openoffice editors/openoffice: typo o [2005/02/27] docs/78138 doc Error in pre-installation section of inst o [2005/02/27] ports/78150 ports-bugs Update Port: devel/libtool15 to 1.5.14 o [2005/02/27] bin/78170 [patch] Fix signal handler in bootpd a [2005/02/28] docs/78174 trhodes Update for Bluetooth-related manpages o [2005/02/28] kern/78176 sound sound doesnt work o [2005/02/28] bin/78207 add MEINBERG clock support to the base nt o [2005/02/28] ports/78213 ports-bugs [MAINTAINER] Update port: mail/milter-bog o [2005/03/01] ports/78234 olgeni x11/eterm invalids compose character defi o [2005/03/01] ports/78235 ale lang/php4 segfaults with both xslt and Ze o [2005/03/01] docs/78240 doc Replace with around a # s [2005/03/01] ports/78246 tobez [PATCH] textproc/p5-YAML: update to 0.36 o [2005/03/01] conf/78257 [PATCH] /etc/rc.d/memdisk for /dev/md* cr f [2005/03/02] ports/78274 danfe [new port] benchmarks/N-queen o [2005/03/02] docs/78275 doc Keyword size needs to be changed to lengt f [2005/03/02] ports/78293 edwin Proposition for the review of multimedia/ o [2005/03/02] bin/78304 Signal handler abuse in comsat(8) f [2005/03/02] ports/78327 hq new port java/jakarta-poi o [2005/03/02] ports/78332 openoffice [PATCH] no help content in polish/open-of o [2005/03/03] ports/78337 ale Feature Request: cpdf for lang/php5-exten o [2005/03/03] kern/78342 jeff top -S shows potentially incorrect CPU us o [2005/03/03] ports/78345 x11 [PATCH] xorg-server/powerpc: server loada o [2005/03/03] ports/78346 x11 [PATCH] xorg-server/powerpc: os-support/I o [2005/03/03] ports/78348 x11 [PATCH] xorg-server/powerpc: mouse signed o [2005/03/03] ports/78352 x11 [PATCH] xorg-server/powerpc: common/compi o [2005/03/03] ports/78353 x11 [PATCH] xorg-server/powerpc: bus/Imakefil o [2005/03/03] ports/78354 x11 [PATCH] xorg-server/powerpc: os-support/b o [2005/03/03] ports/78355 x11 [PATCH] xorg-server/powerpc: Imake.cf mod o [2005/03/03] ports/78356 x11 [PATCH] xorg-server/powerpc: FreeBSD.cf d o [2005/03/03] ports/78358 x11 [PATCH] xorg-server/powerpc: pkg-plist pa o [2005/03/03] ports/78359 x11 [PATCH] xorg-server/powerpc: port Makefil f [2005/03/03] usb/78371 usb Philips Wearable Audio Player (128) fails o [2005/03/04] kern/78388 vr network drivers cause watchdog timeout o [2005/03/04] ports/78397 ports-bugs [port update] print/foomatic-db - changed o [2005/03/04] conf/78419 /etc/termcap is a symbolic link o [2005/03/04] bin/78424 Internal IPs on router, natd/libalias bre o [2005/03/05] docs/78440 phantom POSIX semaphores don't work by default in o [2005/03/05] ports/78443 lawrance finance/gnucash-1.8.11 HCBI dependence fa o [2005/03/05] kern/78444 jeff [sched_ule] doesn't keep track of the sle o [2005/03/05] kern/78464 Rename /proc/mtab to /proc/mounts f [2005/03/06] ports/78473 ports-bugs New port: graphics/opencv (Open Source Co o [2005/03/06] kern/78474 Swapped out procs not brought in immediat o [2005/03/06] docs/78479 doc SO_NOSIGPIPE socket option undocumented o [2005/03/06] docs/78480 doc Networked printer setup unnecessarily com o [2005/03/06] ports/78490 portmgr Update port: Mk/bsd.port.mk add PORTEXAMP o [2005/03/06] ports/78492 openoffice [PORT UPDATE] editors/ooodict-all: adds o [2005/03/07] docs/78520 doc error in man(5) lpd.conf, lpd.perms pages o [2005/03/07] kern/78526 problem with ST380011A Segate and FreeBSD o [2005/03/07] bin/78529 'df' shows wrong info about hard drive af o [2005/03/07] standards/78537phk times(2) not functioning per the Posix sp o [2005/03/07] usb/78543 usb [patch] Support for Trip-Lite USB 2 Seria o [2005/03/07] ports/78554 portmgr [patch] bsd.port.mk: allow install port w o [2005/03/07] bin/78562 Add numerical sorting option to join(1) o [2005/03/07] i386/78569 i386 seg fault compiling after install on AMD o [2005/03/08] ports/78592 roam mail/qmailadmin update o [2005/03/08] ports/78596 portmgr bsd.port.mk does not match tradition or P o [2005/03/08] ports/78607 portmgr Remove superfluous (and irritating) messa o [2005/03/09] ports/78621 sobomax Invalid dependency of net/ser o [2005/03/09] bin/78640 [patch] pkg_version show plist.origin in o [2005/03/09] bin/78646 [patch] libmap should canonicalize pathna o [2005/03/10] kern/78673 nfs client open resets attrstamp ever if p [2005/03/11] bin/78692 glebius [PATCH] add support for line buffered out o [2005/03/11] ports/78700 perl mail/p5-Mail-SpamAssassin: sa-spamd scrip o [2005/03/11] ports/78712 perky [Update Ports] Rename ja-pycodec to ja-py o [2005/03/12] bin/78728 ntpd -- noisy when IPv4 or IPv6 interface o [2005/03/12] kern/78756 phantom src/lib/libc/nls/fr_FR.ISO8859-1.msg for o [2005/03/13] kern/78758 sos [patch] Add support for re-sizing ATA dis o [2005/03/13] bin/78759 patch: verbosity for bin/chflags a [2005/03/13] ports/78760 lioux [PATCH] multimedia/kmplayer: Make TV view o [2005/03/13] bin/78763 pjd [PATCH] Added jail support to ps o [2005/03/13] bin/78768 pjd [Patch] Added jail support to top o [2005/03/13] bin/78785 [patch] ipfw verbosity locks machine if / o [2005/03/13] kern/78787 sysconf(_SC_CLK_TCK) may return incorrect o [2005/03/14] kern/78812 [workaround] logitech cordless mouse with o [2005/03/14] ports/78830 ports-bugs New port: print/latex-auto-greek Auto-swi o [2005/03/14] ports/78836 knu [UPDATE] math/ruby-netcdf 0.6.0 o [2005/03/15] kern/78849 phk Problems with GBDE encrypted partitions o [2005/03/15] ports/78857 perky lang/python23: wchar_t type definition co o [2005/03/15] kern/78884 nfs client cache negative lookups o [2005/03/15] ports/78898 ports-bugs new ports chinese/lumaqq: General QQ-like o [2005/03/16] conf/78906 Allow mixer_enable="NO" in rc.conf o [2005/03/16] docs/78915 doc rfork()'s RFTHREAD is not documented o [2005/03/16] ports/78916 dougb PORT UPDATE: sysutils/nut 2.0.0 -> 2.0.1 o [2005/03/16] ports/78931 gnome graphics/gimp OPTIONS'ify and tweak pkg-p o [2005/03/17] conf/78949 [patch] rc.d/fsck: when netbooting, fsck o [2005/03/17] amd64/78954 amd64 kerberos 5 failed to build o [2005/03/17] kern/78957 time counter per process stops (syscall: f [2005/03/18] ports/78978 des Please update SBCL port to 0.8.20 o [2005/03/18] usb/78984 usb Creative MUVO umass failure o [2005/03/18] ports/78990 ache [update] {news,chinese}/tin: integrate pa o [2005/03/19] bin/79008 add option for pom(6) to specify EPOCH o [2005/03/19] ports/79009 emulation [patch] Some linux ports are incorrectly o [2005/03/19] ports/79010 ports-bugs [patch] bsd.port.mk - all-depends-tree ta o [2005/03/19] ports/79021 ports-bugs New port: linux_base-fedora f [2005/03/19] ports/79030 ports-bugs New port: deskutils/kchm A KDE viewer for o [2005/03/20] kern/79035 le [vinum] gvinum unable to create a striped f [2005/03/20] ports/79038 arved New port: misc/krecipes recipe manager fo o [2005/03/20] ports/79040 ports-bugs New Port: games/marathon2-data o [2005/03/20] bin/79048 phk realloc() copies data even when the size o [2005/03/20] ports/79049 ports-bugs New port net-mgmt/netdump-server:RedHat s o [2005/03/20] standards/79055standards Add an IFS regression test for shells o [2005/03/20] standards/79056standards regex(3) regression tests o [2005/03/20] kern/79058 floppy umount crash p [2005/03/20] bin/79063 tjr grep(1) - strange behaviour (most likely o [2005/03/21] kern/79066 bktr eating about 10% CPU load once it wa o [2005/03/21] standards/79067standards /bin/sh should be more intelligent about o [2005/03/21] ports/79069 grog "make install" in instant-workstation fai o [2005/03/21] i386/79091 i386 [patch] Small optimization for i386/suppo o [2005/03/21] ports/79093 mi net/rdist6 ignore ssh transport o [2005/03/21] ports/79104 openoffice make(-ing) /usr/ports/editors/openoffice- o [2005/03/22] bin/79109 devfs.conf not honored at boot o [2005/03/22] ports/79115 lth audio/daapd should depend on mpeg4ip subp o [2005/03/22] kern/79117 isdn iavc(4) for AVM B1 PCI does not attach o [2005/03/22] ports/79123 portmgr [patch] bsd.port.mk - add SHA256 support o [2005/03/22] i386/79136 i386 disk controller not detected o [2005/03/22] kern/79138 rwatson close while sending on connected UNIX-dom o [2005/03/22] kern/79139 [patch] Support for more PCIe chipsets o [2005/03/22] i386/79143 i386 Broadcom NIC driver do not work for IPMI o [2005/03/23] docs/79156 doc buffersize knob for sound(4) is a tunable o [2005/03/23] kern/79164 [patch] QUIRK: Qware BeatZkey! Pro USB mp f [2005/03/23] ports/79177 ports-bugs games/alephone update [PATCH] o [2005/03/24] ports/79195 ports-bugs New port: textproc/p5-String-Format o [2005/03/24] conf/79196 [PATCH] configurable dummynet loading fr o [2005/03/24] ports/79211 ports-bugs NEW PORT: security/p5-Digest-SHA256 SHA{2 o [2005/03/25] bin/79228 [ PATCH ] extend /sbin/arp to be able to o [2005/03/25] bin/79232 WARNS6 clean libexec/comsat f [2005/03/25] ports/79233 ports-bugs ports update biology/paml o [2005/03/25] ports/79235 ports-bugs [maintainer update] sysutils/dtc: v0.17.0 o [2005/03/25] ports/79237 billf Updating ports/net/mtr to 0.69 o [2005/03/25] www/79239 remko [PATCH] rewrite usergroups to xml o [2005/03/26] kern/79245 pjd jls loops o [2005/03/26] kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o [2005/03/26] kern/79266 [patch] RELENG_4 pci CONF1_ENABLE_MSK dep o [2005/03/27] i386/79272 i386 "ata" detects and enables UDMA66 or UDMA1 o [2005/03/27] i386/79274 i386 Autoconfigure fails for O2Micro OZ6812/68 o [2005/03/27] ports/79285 des update port: lang/sbcl to 0.8.21 o [2005/03/28] bin/79296 "umount -a -t msdos" not work f [2005/03/28] ports/79297 ports-bugs New port: audio/p5-MP3-ID3Lib o [2005/03/28] docs/79298 doc intro(2) man page has incorrect descripti o [2005/03/28] docs/79309 doc Mistake in Porter's Handbook, Chapter 14. o [2005/03/28] i386/79317 i386 Freebsd Erasing NVRAM o [2005/03/29] ports/79330 portmgr [PATCH] devel/p5-Module-Build: add .packl o [2005/03/29] ports/79338 clsung [PATCH] sysutils/xosview: update to 1.8.2 f [2005/03/29] ports/79345 ports-bugs Update for mail/crm114 o [2005/03/30] ports/79346 ports-bugs New port: devel/gobo-eiffel. Libraries an o [2005/03/30] i386/79350 i386 "ata" unrequested increase in xDMAx speed o [2005/03/30] ports/79351 lofi Character passing error in security/pinen o [2005/03/30] kern/79352 [feature request] double tagged q-in-q ne o [2005/03/30] ports/79360 ports-bugs [new port] Add ripmake, a ripping makefil o [2005/03/30] ports/79374 tobez [PATCH] mail/mb2md: Replace ${PERL} with o [2005/03/30] ports/79382 ume package information for cyrus-sasl2-sasla o [2005/03/31] ports/79398 portmgr New port: archivers/unmakeself, and make o [2005/03/31] ports/79400 ache news/tin build fails when WITH_TIN_CANLOC o [2005/03/31] conf/79415 Fix "Mothers Day" in calendar.french. o [2005/03/31] kern/79416 darrenr ipf in 4.11 breaks POLA o [2005/04/01] bin/79418 [patch] libedit sync from netbsd cvs o [2005/04/01] kern/79427 sound [sound] No sound on Compaq Armada 100S la o [2005/04/01] ports/79428 trevor fetchyahoo v2.8.6 broken; use v2.8.5 o [2005/04/02] kern/79437 [patch] linux emulation/linprocfs: extern o [2005/04/02] kern/79441 problem writing on mounted msdos-fs at /m o [2005/04/02] ports/79460 ahze Update port: audio/glame to 2.0.1 o [2005/04/03] kern/79498 sound [sound] sndfile-play (and many other play o [2005/04/03] ports/79509 portmgr add .desktop file facilities to bsd.port. o [2005/04/03] kern/79513 pccard ipf.rules loading problem. o [2005/04/04] ports/79529 ports-bugs new port: misc/gopod o [2005/04/04] ports/79536 pat sysutils/wmmemload install problem from t o [2005/04/04] ports/79540 pat sysutils/wmcpuload feature o [2005/04/05] ports/79561 trevor [update] x11-fm/gprename to 1.24 o [2005/04/05] bin/79570 Dynamic OpenSSL engine load disabled o [2005/04/05] kern/79575 [PATCH] Fixes order of disks in 'mdconfig o [2005/04/06] ports/79599 ports-bugs patch for dhcp lease query, used in cisco o [2005/04/06] ports/79604 portmgr Switch default MySQL version to 4.1 o [2005/04/06] bin/79607 grok and default to bzip2-compressed manu o [2005/04/07] ports/79611 ale Port build failure in php4-imap-4.3.11 o [2005/04/07] kern/79635 em0 The EEPROM Checksum Is Not Valid o [2005/04/07] ports/79637 cjh [PATCH] print/magicfilter: update to 2.3. f [2005/04/07] ports/79639 thierry biology/deft: patch for compilation on Fr o [2005/04/07] kern/79649 [patch] quirk: Gembird MP3 player o [2005/04/07] ports/79650 cjh net/ztelnet: patch for compilation on Fre o [2005/04/07] ports/79651 clement [patch] mail/ssmtp: add per-user smtp aut o [2005/04/07] ports/79655 emulation linux_base-8 fails to install as non-root o [2005/04/08] ports/79661 des emulators/doscmd outdated man info o [2005/04/08] ports/79666 lawrance [PATCH] big list of ports to be removed o [2005/04/08] ports/79671 perky [PATCH] net/py-google: update to 0.6 o [2005/04/08] ports/79673 roam security/apg incorrectly depends on ${LOC o [2005/04/08] ports/79675 kuriyama net-snmp-5.2.1 compile error: structure h o [2005/04/08] ports/79676 ports-bugs NEW PORT: A tool that, installed on a gat o [2005/04/08] kern/79678 sound [sound] sound works except recording from o [2005/04/08] ports/79689 roam [Patch] Update ftp/curl port o [2005/04/08] bin/79690 [patch] mdmfs does not accept numeric uid o [2005/04/08] ports/79694 kuriyama net-mgmt/net-snmp: net-snmp-5-2-1.1 witho o [2005/04/08] kern/79698 des [PATCH] [ichwd] ICH watchdog driver broke o [2005/04/08] conf/79701 [PATCH] wcwidth(3) returns wrong value ab o [2005/04/09] kern/79705 mac_seeotheruids not blocking root f [2005/04/09] conf/79713 dougb sysctl(1) in /usr/libexec/save-entropy is o [2005/04/09] bin/79714 kgdb user I/O nits o [2005/04/09] conf/79715 MNT_NODEV should be removed from sys/moun o [2005/04/09] usb/79723 usb [usb] prepare for high speed isochronous o [2005/04/09] usb/79725 usb [patch] [usb] USB device speed is not dou o [2005/04/10] ports/79759 portmgr Improving the linuxolator part of bsd.por o [2005/04/10] ports/79760 marius [PATCH:ADD_FEATURE] bsd.port.mk support f o [2005/04/11] ports/79775 seanc Update mail/dbmail to 2.0.4 o [2005/04/11] ports/79799 fenner Update port: dns/dnstop o [2005/04/12] ports/79823 portmgr Add an ability to depend on versioned ins o [2005/04/12] i386/79840 i386 Partitioning and formating a new disk fai o [2005/04/13] ports/79862 knu portupgrade-20041226_2 has faulty IGNORE o [2005/04/13] docs/79877 doc 'command' command is missing in builtin(1 o [2005/04/13] threads/79887threads [patch] freopen() isn't thread-safe o [2005/04/14] i386/79890 i386 burncd fails on a Pioneer DVD drive o [2005/04/14] kern/79893 usb New usbdevs/umass quirks derived from Lin o [2005/04/14] bin/79903 Request to add a new tool: getent(1). o [2005/04/14] ports/79906 clsung [PATCH] www/snownews: unbreak port o [2005/04/15] kern/79944 virtual floppy controller of Virtual PC d o [2005/04/15] bin/79965 top messes up narrow terminals while disp o [2005/04/15] ports/79978 ports-bugs Script error of /usr/ports/chinese/CJK o [2005/04/15] ports/79983 sobomax stund port does not have an rc script o [2005/04/16] kern/79998 bz [PATCH] Give sk(4) VLAN MTU capabilities f [2005/04/16] ports/80007 ports-bugs New port: net/evaq (QQ IM Client for KDE3 o [2005/04/16] usb/80010 usb Add support for the AEI USB to LAN adapte o [2005/04/17] ports/80023 portmgr [bsd.port.mk]: make PORTDOCS= * work prop o [2005/04/17] kern/80031 [Patch] Remove insque/remque from kernel o [2005/04/17] ports/80037 lioux maintainer-update: net/mldonkey-devel o [2005/04/17] ports/80043 ports-bugs New port: devel/metaEnv CWI MetaEnvironme o [2005/04/18] kern/80048 [patch] support for HP ML110 G2 SATA RAID f [2005/04/18] ports/80054 leeym dns/dnsmasq: dns-servers are started too o [2005/04/18] ports/80055 ports-bugs [NEW PORT] chinese/libiconv: A character p [2005/04/18] bin/80058 adduser -f exits silently if file has emp o [2005/04/18] docs/80070 doc [patch] Wrong dbm_close return value desc o [2005/04/18] i386/80081 i386 Problem loading a NDIS kernel module. o [2005/04/19] i386/80092 i386 PC Cards do not work at all on laptop Com o [2005/04/19] i386/80095 i386 ld-elf.so.1 crashes with executables prod o [2005/04/19] i386/80097 i386 df reports incorrect stats with gmirror o [2005/04/19] ports/80111 ume patch to make WITH_KERBEROS4 working for o [2005/04/19] ports/80113 ports-bugs databases/slony1: add Slony-I rc.d script o [2005/04/19] bin/80117 [patch] [sysinstall] smbfs install option s [2005/04/19] ports/80118 dinoex lang/gcc-objc doesn't compile on -current o [2005/04/19] ports/80121 jedgar update emulators/sim to 3.3.2 o [2005/04/20] ports/80129 ports-bugs First-cut port of cups-pstoraster for esp o [2005/04/20] ports/80132 portmgr [PATCH] bsd.port.mk -- Add support for -j o [2005/04/20] kern/80147 sound panic with the vibra16x when trying to re o [2005/04/20] kern/80149 sound problems with an soundblaster-8 (original o [2005/04/20] kern/80151 sound Missing PCI-ID o [2005/04/20] kern/80152 sound SIMPLEX flag is not set properly in sound o [2005/04/20] conf/80158 request configuration option for specifin o [2005/04/20] i386/80159 doc rtld(1) mentions "%m" but it's not implem s [2005/04/20] ports/80160 pav [PATCH] lang/pnet: update to 0.6.12, lang f [2005/04/20] ports/80169 vs ports/devel/libusb doesn't require GCC 3. o [2005/04/20] ports/80171 pat [PATCH] games/qstat: update to 2.8 f [2005/04/20] ports/80173 ports-bugs unixstat port broken under FreeBSD 5.3 (b o [2005/04/21] bin/80176 des fetch does not always work with https wit o [2005/04/21] ports/80183 seanc [PATCH] databases/memcached: update to 1. o [2005/04/21] docs/80186 doc Footnote is wrong in the /usr/src/UPDATIN o [2005/04/21] ports/80197 roam devel/libelf master site changed o [2005/04/21] ports/80211 ports-bugs [NEW PORT] bruteforceblocker o [2005/04/21] ports/80219 ports-bugs lang/chicken: Chicken $(includedir) its n o [2005/04/22] ports/80227 sobomax net/ser does not have an rc script. It sh o [2005/04/22] kern/80234 sound [patch] add entry for Analog Devices AD19 o [2005/04/22] i386/80236 i386 atacontrol outputs minimal usage o [2005/04/22] ports/80238 roam Update port: security/mhash to 0.9.2 o [2005/04/22] ports/80239 lioux update textproc/libebml to 0.7.4 o [2005/04/22] ports/80240 lioux update multimedia/libmatroska to 0.7.6 o [2005/04/22] ports/80241 lioux update multimedia/mkvtoolnix to 1.4.2 o [2005/04/22] bin/80242 [patch] jail(8) should be able to set ker o [2005/04/22] conf/80244 rc [PATCH] rc.conf + rc.d/jail should enable o [2005/04/22] ports/80248 roam Update port: sysutils/safecat to 1.12 o [2005/04/22] ports/80251 ports-bugs New port: devel/mcpp a C/C++ preprocessor s [2005/04/22] ports/80254 ports-bugs update net/poptop and rename to net/pptpd o [2005/04/22] ports/80255 ports-bugs New Port : print/lpr-wrapper A user level o [2005/04/22] bin/80256 /rescue/vi doesn't work without terminal o [2005/04/22] bin/80258 [PATCH] Comment why some Binaries are sta o [2005/04/22] i386/80265 i386 D-Link NIC with VIA Rhine II has no carr o [2005/04/23] kern/80269 [PATCH] libtacplus tac_get_av_value will o [2005/04/23] ports/80274 ports-bugs GDB console problem (ddd-3.3.10 with Free o [2005/04/23] kern/80283 [reboot] SMP problem o [2005/04/23] ports/80284 ports-bugs New port: misc/p5-Asterisk. Asterisk perl s [2005/04/23] ports/80286 knu Please update ruby-fcgi to 0.8.6 o [2005/04/23] kern/80293 sysconf() does not support well-defined u o [2005/04/24] ports/80310 ports-bugs New port: net/ruby-mpi MPI binding for Ru o [2005/04/24] ports/80312 des update port: lang/sbcl to 0.9.0 o [2005/04/25] kern/80340 [patch] [if_gre] V6 support through GRE t p [2005/04/25] bin/80348 rs(1) handles command line arguments impr o [2005/04/26] ports/80352 ports-bugs New port: security/webfwlog Web-based fir o [2005/04/26] kern/80362 [PATCH] add preadv() and pwritev() system o [2005/04/26] ports/80363 ale Update www/pserv to 3.2 f [2005/04/26] ports/80369 thierry Update port: java/phpeclipse to 1.1.3 f [2005/04/26] ports/80377 girgen Postgresql8-server will not build with HI p [2005/04/26] kern/80378 stefanf [patch] Possible mis-declaration of __sgl o [2005/04/26] ports/80380 ports-bugs New Port: misc/sip_scenario - Create SIP o [2005/04/27] usb/80383 usb [PATCH] Add quirk for uhid to ignore cert o [2005/04/27] i386/80391 i386 sound card driver o [2005/04/27] ports/80394 sobomax net/stund does not honour PREFIX f [2005/04/27] kern/80396 anholt i915 AGP not supported o [2005/04/27] bin/80411 [patch] bin/df/df.c sign errors in calls o [2005/04/27] docs/80416 jcamou Add information on how to use AllowUsers o [2005/04/27] usb/80420 usb atapicam stops iPod functionality o [2005/04/27] bin/80421 [PATCH] whois(1) should query AfriNIC ser o [2005/04/29] ports/80454 hq java/poseidon doesn't work with java/linu f [2005/04/29] ports/80461 thierry The print/pdfjam port requires bash but i o [2005/04/29] ports/80462 skv [PATCH] devel/p5-ConfigReader-Simple: fix o [2005/04/29] ports/80463 knu [PATCH] devel/p5-Log-Dispatch-Config: fix o [2005/04/29] i386/80465 i386 pcm0:record:0: record interrupt timeout o [2005/04/30] ports/80474 ports-bugs Update of german/BBBike port o [2005/04/30] ports/80479 rodrigc [PATCH] Port devel/apr doesn't need Pytho f [2005/04/30] ports/80484 thierry New port: security/synscan flexible, scri o [2005/04/30] kern/80487 [patch] quirk: United MP 5512 Portable MP o [2005/05/01] ports/80496 ports-bugs New Port: sysutils/915resolution: resolut o [2005/05/01] conf/80504 de_DE.ISO8859-1 libc message catalog o [2005/05/01] ports/80510 skv [PATCH] devel/p5-Test-Unit: fix PLIST o [2005/05/01] ports/80515 ports-bugs emulators/vmware3: /usr/local/etc/rc.d/vm o [2005/05/02] ports/80522 ports-bugs New port: x11-themes/kde-style-lipstik o [2005/05/02] ports/80523 bms [PATCH] net/ldapbrowser: update to 2.8.2 o [2005/05/02] ports/80528 portmgr PORTDOCS: shell glob "*" causes test comm o [2005/05/02] bin/80530 man(1) should become Unicode aware o [2005/05/02] docs/80533 doc filesystem snapshots are not "frozen" o [2005/05/02] bin/80534 feature request: enumeration of filesyste o [2005/05/02] ports/80536 jmz textproc/ispell: ispell/spell seg faults o [2005/05/02] ports/80560 des [PATCH] lang/sbcl: ASDF-INSTALL requires o [2005/05/03] i386/80580 i386 4.11 router panic in lockmgr: locking aga p [2005/05/03] docs/80587 keramida [patch] accept(2) can return EINVAL for u o [2005/05/03] ports/80589 ports-bugs Update net/xbone to reflect use software o [2005/05/03] ports/80590 ports-bugs Update to net/xbone-gui o [2005/05/04] ports/80598 ports-bugs New port: x11-themes/kde-windeco-crystal o [2005/05/04] ports/80599 ports-bugs New port: x11-themes/kde-windeco-smoothbl o [2005/05/04] ports/80600 ports-bugs New port: x11-themes/kde-windeco-neos o [2005/05/04] ports/80601 ports-bugs New port: x11-themes/kde-windeco-knifty o [2005/05/04] ports/80602 ports-bugs New port: x11-themes/kde-style-tiblit o [2005/05/04] ports/80603 ports-bugs New port: x11-themes/kde-style-comix o [2005/05/04] bin/80610 [patch] netstat, lost data due lu format o [2005/05/04] bin/80620 [patch] fetch -U does not work o [2005/05/04] kern/80626 Out of memory ? then dead o [2005/05/04] kern/80627 mlaier pf_test6: kif == NULL ... f [2005/05/04] ports/80629 ports-bugs tuxracer segfaults on amd64 o [2005/05/05] kern/80632 sound pcm driver missing support for CMI8738 au o [2005/05/05] ports/80639 ports-bugs [NEW PORT] www/gwee: Tool to exploit comm f [2005/05/05] ports/80641 anholt Update java/kaffe port to 1.1.5 o [2005/05/05] kern/80642 [patch] IPFW small patch - new RULE OPTIO o [2005/05/05] ports/80644 hrs [PATCH] editors/psgml*: Install emacs lis o [2005/05/05] kern/80646 [patch] bge(4) doesn't work with vlans o [2005/05/05] ports/80653 portmgr Update bsd.port.mk to support USE_OPENLDA o [2005/05/05] kern/80656 [patch] Non-supported ICH6 controller on o [2005/05/05] bin/80660 Invoking 'bind -l' core dumps sh(1) when o [2005/05/05] ports/80665 fenner Update port: net/tcptrace from 6.6.0 to 6 o [2005/05/05] ports/80675 kuriyama net-mgmt/net-snmp: fix WITHOUT_PERL o [2005/05/05] ports/80676 adamw [update] audio/easytag-devel to 1.99.4 o [2005/05/06] docs/80681 doc articles/problem-reports: don't tell peop o [2005/05/06] bin/80687 [patch] Missing NULL termination after st f [2005/05/06] ports/80688 pav pwlib fails to compile f [2005/05/06] ports/80690 pav [UPDATE] editors/joe: update 2.8_5 to 2.9 o [2005/05/06] ports/80692 petef [UPDATE] editors/joe-devel: update to 3.2 o [2005/05/06] ports/80703 tobez [NEW PORT] mail/postfix-policyd: Greylist o [2005/05/06] ports/80705 gnome [PATCH] converters/libiconv: includes a p o [2005/05/06] ports/80715 ports-bugs exmh port is out-of-date f [2005/05/07] ports/80723 petef [PATCH] devel/libevent 1.0b -> 1.0e o [2005/05/07] ports/80726 ale update-port: www/pserv (stop installing o o [2005/05/07] ports/80731 jedgar update-port: www/webfs o [2005/05/07] bin/80732 [PATCH]: getty(8) and telnetd(8) ignore t o [2005/05/07] ports/80736 seanc [PATCH] mail/dbmail: update to 2.0.4 o [2005/05/07] kern/80737 [patch] ppc_puc.c missing from amd64, ia6 o [2005/05/07] ports/80740 des [Patch] unbrake games/flightgear on 4.x s [2005/05/08] ports/80745 x11 XFree86-4 fails to see wheel on Logitech o [2005/05/08] ports/80752 ports-bugs New port: security/tinysu o [2005/05/08] ports/80757 ports-bugs NEW port: www/phpadsnew A open-source ad o [2005/05/08] kern/80760 [PATCH] svr4.ko should depend on sysv(msg o [2005/05/08] usb/80773 usb "usbd_get_string()" could have taken a le o [2005/05/08] usb/80774 usb have "usbd_find_desc" in line with the ot o [2005/05/08] kern/80775 sysctl_handle_string should have a timeou o [2005/05/08] usb/80776 usb UDAV device driver shouldn't use usb_add_ o [2005/05/08] usb/80777 usb usb_rem_task() should wait for callback t o [2005/05/08] ports/80795 lawrance [new port] devel/gwenhywfar o [2005/05/09] bin/80812 [ new util ] request to add new util: get o [2005/05/09] kern/80815 acpi ACPI(pci_link) problem in 5.4-STABLE: TIM o [2005/05/09] kern/80824 sound [sound] kldunload can't unload sound.ko o [2005/05/09] ports/80826 ports-bugs [NEW PORT] net/unison-devel: A user-level o [2005/05/09] ports/80832 ports-bugs proftpd mod_ctrls enhancement o [2005/05/10] ports/80840 ports-bugs New port: x11/xfce4-taskmanager A port of o [2005/05/10] kern/80844 [patch] Increase compatibility of psm dri f [2005/05/10] ports/80847 vs Please bump teamspeak_server port o [2005/05/10] usb/80854 usb suggestion for new iface-no-probe mechani o [2005/05/10] bin/80868 /bin/sh gives wrong line number of unterm o [2005/05/10] conf/80870 loader.conf: add line for wireless card w o [2005/05/11] docs/80871 doc terminfo(5) man page source corrupted o [2005/05/11] ports/80875 obrien [PATCH] editors/hexedit: update to 1.2.10 o [2005/05/11] ports/80880 portmgr add-plist-info and add-plist-post targets o [2005/05/11] amd64/80885 amd64 OpenGL hardware accel dont work on FreeBS o [2005/05/11] ports/80888 portmgr enhance ports/Makefile to do human langua f [2005/05/11] ports/80893 dinoex [PATCH] mail/sendmail: correct support op o [2005/05/11] ports/80894 erwin Pflogsumm doesn't play with postfix-2.3 o [2005/05/11] conf/80907 tmpmfs default change f [2005/05/11] ports/80916 ports-bugs db43 does not build (with gcc4.0?) f [2005/05/12] ports/80917 ports-bugs Update: devel/picprog 1.4 -> 1.7 + ado o [2005/05/12] ports/80922 ports-bugs archivers/rpm: add amd64 related entries o [2005/05/12] bin/80924 fsck should show CTIME. o [2005/05/12] ports/80931 vanilla REPOCOPY x11-wm/enlightenment to x11-wm/e o [2005/05/12] usb/80935 usb uvisor.c is not work with CLIE TH55. o [2005/05/12] ports/80937 gnome mail/thunderbird: incorrect icon location o [2005/05/12] ports/80943 lawrance [mnogosearch 3] lang/php4: update PHP for o [2005/05/12] ports/80944 lawrance [NEW PORT] www/mnogosearch-php: Mnogosear o [2005/05/12] ports/80945 lawrance [PATCH] www/mnogosearch: update to 3.2.32 o [2005/05/12] ports/80946 lawrance [mnogosearch part 2] www/php4-mnogosearch f [2005/05/12] ports/80954 pav xsysinfo fix for changed kernel variable o [2005/05/13] ports/80968 ijliao [NEW PORT] cad/gplcver: A Verilog HDL sim o [2005/05/13] ports/80971 cy fvwm2 overrides PKGNAMESUFFIX set by fvwm o [2005/05/13] ports/80979 x11 x11/xorg: when hostname is not configured o [2005/05/13] threads/80992threads abort() sometimes not caught by gdb depen o [2005/05/13] ports/80994 portmgr [PATCH] Mk/bsd.port.mk: Add ${CSH} var o [2005/05/13] ports/80998 perky databases/py-bsddb: patch to support Berk o [2005/05/14] misc/80999 artswrapper freezes system with 5.4 o [2005/05/15] ports/81043 daichi [PATCH] lang/gdc: update to 0.11 o [2005/05/15] ports/81044 daichi [PATCH] deskutils/fusenshi: update to 0.7 o [2005/05/15] bin/81065 [tcsh] tcsh prompt flag %j o [2005/05/15] ports/81070 ale [PATCH] www/php-screw: randomize CRYPTKEY o [2005/05/15] usb/81073 usb [patch] fix umass NO_GETMAXLUN quirk o [2005/05/15] ports/81076 nork [MAINTAINER] java/eclipse: update to 3.1M o [2005/05/15] i386/81082 i386 Failure to detect Pioneer CD drive on Int a [2005/05/16] ports/81088 simon portupgrade-20041226_2 unnecessarily upda o [2005/05/16] amd64/81089 amd64 FreeBSD 5.4 released version can not use o [2005/05/16] ports/81093 ale lang/php4 - Slow serialize on FreeBSD o [2005/05/16] ports/81112 perl mail/p5-Mail-SpamAssassin update -- make o [2005/05/16] ports/81113 ale lang/php5 reliant on outdated automake an f [2005/05/16] ports/81116 edwin USE_GCC=X.Y+ should prefer the stock comp o [2005/05/16] kern/81128 incorrect handling of an empty pfil list o [2005/05/16] ports/81130 lev Typo in devel/subversion Makefile: should o [2005/05/16] ports/81133 lioux [BUG:PATCH] make install does not respect f [2005/05/16] ports/81139 pav UPDATE port: net-mgmt/nrpe2 f [2005/05/17] ports/81145 pav Upgrade of port for mantisbt o [2005/05/17] ports/81150 lth [REPOCOPY] net/rrdtool -> net/rrdtool10 o [2005/05/17] ports/81153 ports-bugs [NEW PORT] chinese/DFSongSd: Chinese (HKS o [2005/05/17] kern/81161 Images mounted through mdconfig on a read o [2005/05/17] ports/81162 roam stunnel-4.10 is broken on 5.4-RELEASE-p1 f [2005/05/17] www/81163 pav my pc motherboard not listed in compatibi o [2005/05/17] bin/81165 /bin/sh -e bug o [2005/05/17] ports/81167 mharo Update port ftp/proftpd to 1.3.0rc1 o [2005/05/17] ports/81168 portmgr [PATCH] Add flexible FAM support to bsd.p o [2005/05/17] kern/81170 sound [sound] /dev/mixer misbehavior with enson o [2005/05/18] ports/81183 apache apache13-modperl can not compile with por o [2005/05/18] ports/81184 daichi [PATCH][UPDATE] IIIMF-related ports: Upda o [2005/05/18] ports/81188 se [PATCH] update kplayer to 0.5.3 o [2005/05/18] ports/81189 portmgr bsd.port.mk: add-plist-docs target don't o [2005/05/18] ports/81190 lioux [PATCH] update kmplayer to 0.9.0-pre3 o [2005/05/18] usb/81191 usb Support for Curitel HX-550C USB modem to o [2005/05/18] ports/81195 roam Update port: ftp/curl to 7.14.0, add GnuT o [2005/05/18] ports/81196 openoffice [PATCH] Unbreak editors/ooodict-all and s o [2005/05/18] ports/81200 ale [patch] Mk/bsd.php.mk: add math/pecl-big_ o [2005/05/18] ports/81206 portmgr new category proposal: net-im o [2005/05/18] docs/81208 doc Inconsistency between bsd.port.mk and por o [2005/05/18] bin/81218 5.4 dist archives not backwards compatibl o [2005/05/19] bin/81230 [patch] mountd does not ignore SIGPIPE f [2005/05/19] ports/81233 pav [PATCH] Fix fetch of print/acroread7 o [2005/05/19] ports/81248 ports-bugs [NEW PORT] mail/mutt-lite, a lite mutt pa o [2005/05/19] ports/81250 fenner [UPDATE PORT] dns/dnstop to 20050405 o [2005/05/19] ports/81252 ports-bugs [UPDATE PORT] net-mgmt/NeTraMet f [2005/05/19] ports/81253 pav update port: editors/slime to 1.2.1 f [2005/05/19] ports/81257 pav shells/rssh does not add itself to /etc/s o [2005/05/19] kern/81259 scottl [patch] aac(4) update -- CPU ID for 2410S o [2005/05/19] i386/81263 i386 rc.conf error on startup o [2005/05/19] ports/81264 jylefort New port: security/openscep o [2005/05/19] ports/81271 hq devel/apache-ant with option NOPORTDOCS h s [2005/05/19] kern/81273 Tool 'netstat' needs 'device mem' in the f [2005/05/19] ports/81280 pav UPDATE: Zangband 2.62 to 2.7.4c o [2005/05/20] ports/81285 cy misc/screen -- Add support for 256 colour o [2005/05/20] standards/81287standards [PATCH]: fingerd(8) might send a line not o [2005/05/20] ports/81289 roam Options for ucontext/pthread/fork in secu o [2005/05/20] ports/81293 jylefort [NEW PORT] benchmarks/pathchirp o [2005/05/20] ports/81294 jylefort [NEW PORT] benchmarks/pathload o [2005/05/20] ports/81295 jylefort [NEW PORT] benchmarks/pathrate f [2005/05/20] ports/81299 obrien rdesktop compile error o [2005/05/20] bin/81300 [PATCH] add option to sockstat(1) to alwa o [2005/05/20] misc/81306 Certain gl apps segfault with DRI enabled f [2005/05/20] ports/81307 pav Update port: sysutils/dar to 2.2.2, fix z o [2005/05/20] ports/81316 ale Update port: www/eaccelerator to 0.9.3 o [2005/05/20] ports/81320 ports-bugs Fix Pose to compile under FreeBSD 5.x o [2005/05/20] misc/81323 Error in installation packages "write fai o [2005/05/20] ports/81326 jylefort New Port: audio/voipong o [2005/05/21] ports/81338 jylefort New port: net/libopennet o [2005/05/21] ports/81345 flz [maintainer] x11-wm/pekwm: update to 2005 o [2005/05/21] ports/81346 knu [PATCH] update ruby-fgci o [2005/05/21] kern/81349 [PATCH] Wrong error code is returned in n o [2005/05/22] i386/81358 i386 PC Engines WRAP support o [2005/05/22] ports/81359 ports-bugs [MAINTAINER] mail/lmtpd: Fix pkg-plist o [2005/05/22] kern/81360 [patch] generic bios_string for GPIO/watc o [2005/05/22] ports/81362 ports-bugs math/R outdated o [2005/05/22] bin/81364 rexecd mangles the username o [2005/05/22] ports/81365 ports-bugs [MAINTAINER] ports/math/units -> 1.85 o [2005/05/22] ports/81368 kde FIX: kdenetwork 3.4 - Kopete doesn't work o [2005/05/22] kern/81371 [PATCH] ng_socket: 2nd "int error" hides o [2005/05/22] ports/81373 ports-bugs Update port: irc/ptlink-services fix r [2005/05/22] ports/81374 portmgr repository copy www/rt32 -> www/rt34 o [2005/05/23] ports/81375 ports-bugs [MAINTAINER] games/pvpgn: update to 1.7.7 o [2005/05/23] ports/81376 ports-bugs Update Port: comms/xastir from 1.4.1 to 1 o [2005/05/23] ports/81378 ports-bugs New port: security/snort_inline o [2005/05/23] ports/81380 demon [PATCH] net/rrdtool: fix plist o [2005/05/23] ports/81383 ports-bugs devel/spin update to 4.2.5 o [2005/05/23] ports/81385 ports-bugs Update security/metasploit 2.3 -> 2.4 o [2005/05/23] ports/81392 ports-bugs Error in Makefile of security/amavisd-new 2946 problems total. From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 13:30:11 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B14316A44A for ; Mon, 23 May 2005 13:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB7843D53 for ; Mon, 23 May 2005 13:30:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NDUBXZ029180 for ; Mon, 23 May 2005 13:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NDUB4r029179; Mon, 23 May 2005 13:30:11 GMT (envelope-from gnats) Date: Mon, 23 May 2005 13:30:11 GMT Message-Id: <200505231330.j4NDUB4r029179@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: bin/75001 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 13:30:11 -0000 The following reply was made to PR bin/75001; it has been noted by GNATS. From: Maxim Konovalov To: bug-followup@freebsd.org Cc: Subject: bin/75001 Date: Mon, 23 May 2005 17:29:54 +0400 (MSD) Am I right you missed login_close(lc_user) call near the line 592? -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 13:33:26 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F184616A41C; Mon, 23 May 2005 13:33:25 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C06B943D55; Mon, 23 May 2005 13:33:25 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NDXPdw030197; Mon, 23 May 2005 13:33:25 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NDXPIO030193; Mon, 23 May 2005 13:33:25 GMT (envelope-from glebius) Date: Mon, 23 May 2005 13:33:25 GMT From: Gleb Smirnoff Message-Id: <200505231333.j4NDXPIO030193@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Cc: Subject: Re: bin/81389: ( usermode ppp ) LCP Negotiation Never Finishes, one of the sides never transmit an ackppp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 13:33:26 -0000 Synopsis: ( usermode ppp ) LCP Negotiation Never Finishes, one of the sides never transmit an ackppp Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: glebius Responsible-Changed-When: Mon May 23 13:32:59 GMT 2005 Responsible-Changed-Why: Over to ppp(8) maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=81389 From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 13:43:00 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 441C616A41F; Mon, 23 May 2005 13:43:00 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1093F43D1F; Mon, 23 May 2005 13:43:00 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NDgxcP030585; Mon, 23 May 2005 13:42:59 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NDgwWd030581; Mon, 23 May 2005 13:42:58 GMT (envelope-from glebius) Date: Mon, 23 May 2005 13:42:58 GMT From: Gleb Smirnoff Message-Id: <200505231342.j4NDgwWd030581@freefall.freebsd.org> To: dunstan@freebsd.czest.pl, glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, glebius@FreeBSD.org Cc: Subject: Re: kern/81349: [PATCH] Wrong error code is returned in ng_eiface(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 13:43:00 -0000 Synopsis: [PATCH] Wrong error code is returned in ng_eiface(4) State-Changed-From-To: open->closed State-Changed-By: glebius State-Changed-When: Mon May 23 13:39:34 GMT 2005 State-Changed-Why: In these nodes (iface, eiface, gif_demux) hooks are named by protocol names, that's why this error code is logically correct. However, in ng_split this is probably a cut'n'paste error. Fixed, thanks. Responsible-Changed-From-To: freebsd-bugs->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Mon May 23 13:39:34 GMT 2005 Responsible-Changed-Why: Mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=81349 From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 13:45:11 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6DDA16A41C for ; Mon, 23 May 2005 13:45:11 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from relay.bestcom.ru (relay.bestcom.ru [217.72.144.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02EDD43D1D for ; Mon, 23 May 2005 13:45:10 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (root@cell.sick.ru [217.72.144.68]) by relay.bestcom.ru (8.13.1/8.12.9) with ESMTP id j4NDitEj047599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 23 May 2005 17:44:56 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.1/8.12.8) with ESMTP id j4NDitfO054512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 May 2005 17:44:55 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.1/8.13.1/Submit) id j4NDisaj054511; Mon, 23 May 2005 17:44:54 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 23 May 2005 17:44:54 +0400 From: Gleb Smirnoff To: Giorgos Keramidas Message-ID: <20050523134454.GA54372@cell.sick.ru> Mail-Followup-To: Gleb Smirnoff , Giorgos Keramidas , Tilman Linneweh , freebsd-bugs@freebsd.org References: <200505202026.j4KKQZgd002218@freefall.freebsd.org> <20050521025318.GB1264@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050521025318.GB1264@gothmog.gr> User-Agent: Mutt/1.5.6i X-Virus-Scanned: ClamAV version devel-20050125, clamav-milter version 0.80ff on relay.bestcom.ru X-Virus-Status: Clean Cc: freebsd-bugs@FreeBSD.org, Tilman Linneweh Subject: Re: kern/81324: panic: "Duplicate free of item %p from zone %p(%s)\n" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 13:45:11 -0000 Giorgos, On Sat, May 21, 2005 at 05:53:19AM +0300, Giorgos Keramidas wrote: G> > #22 0xc0532dbb in panic ( G> > fmt=0xc06e28f8 "Duplicate free of item %p from zone %p(%s)\n") G> > at /usr/src/sys/kern/kern_shutdown.c:550 G> > #23 0xc0657260 in uma_dbg_free (zone=0xc0c6aae0, slab=0xc1355fa8, G> > item=0xc1355e00) at /usr/src/sys/vm/uma_dbg.c:301 G> > #24 0xc065602f in uma_zfree_arg (zone=0xc0c6aae0, item=0xc1355e00, udata=0x0) G> > at /usr/src/sys/vm/uma_core.c:2273 G> > #25 0xc0564b82 in m_freem (mb=0x0) at uma.h:304 G> > #26 0xc044f864 in fr_check (ip=0xc1355e50, hlen=25, ifp=0xc1120000, out=0, G> > mp=0xca869c88) at /usr/src/sys/contrib/ipfilter/netinet/fil.c:1387 G> > #27 0xc0451302 in fr_check_wrapper (arg=0x0, mp=0x0, ifp=0xc1120000, dir=1, G> > inp=0x0) at /usr/src/sys/contrib/ipfilter/netinet/ip_fil.c:345 G> > #28 0xc059cfad in pfil_run_hooks (ph=0xc0760c20, mp=0xca869cd4, G> > ifp=0xc1120000, dir=1, inp=0x0) at /usr/src/sys/net/pfil.c:137 G> > #29 0xc05b2dd5 in ip_input (m=0xc1355e00) G> > at /usr/src/sys/netinet/ip_input.c:457 G> G> That's odd... G> G> The pfil_run_hooks() function passes the address of a local struct mbuf, G> which should be on the stack. How can this ever appear as a null pointer G> (mp=0x0) in frame #27 ?! A known bug of gdb, I'd say. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 13:45:23 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 807B316A41C; Mon, 23 May 2005 13:45:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DE3543D1D; Mon, 23 May 2005 13:45:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NDjN08030667; Mon, 23 May 2005 13:45:23 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NDjNT7030663; Mon, 23 May 2005 13:45:23 GMT (envelope-from glebius) Date: Mon, 23 May 2005 13:45:23 GMT From: Gleb Smirnoff Message-Id: <200505231345.j4NDjNT7030663@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, darrenr@FreeBSD.org Cc: Subject: Re: kern/81324: panic: "Duplicate free of item %p from zone %p(%s)\n" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 13:45:23 -0000 Synopsis: panic: "Duplicate free of item %p from zone %p(%s)\n" Responsible-Changed-From-To: freebsd-bugs->darrenr Responsible-Changed-By: glebius Responsible-Changed-When: Mon May 23 13:45:03 GMT 2005 Responsible-Changed-Why: Over to ipfilter maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=81324 From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 13:50:39 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18DEC16A41F; Mon, 23 May 2005 13:50:39 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF3643D1F; Mon, 23 May 2005 13:50:38 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NDocDq031010; Mon, 23 May 2005 13:50:38 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NDocoL031006; Mon, 23 May 2005 13:50:38 GMT (envelope-from glebius) Date: Mon, 23 May 2005 13:50:38 GMT From: Gleb Smirnoff Message-Id: <200505231350.j4NDocoL031006@freefall.freebsd.org> To: dunstan@freebsd.czest.pl, glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, glebius@FreeBSD.org Cc: Subject: Re: kern/81371: [PATCH] ng_socket: 2nd "int error" hides real error code X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 13:50:39 -0000 Synopsis: [PATCH] ng_socket: 2nd "int error" hides real error code State-Changed-From-To: open->patched State-Changed-By: glebius State-Changed-When: Mon May 23 13:50:11 GMT 2005 State-Changed-Why: Good catch. Thanks! Responsible-Changed-From-To: freebsd-bugs->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Mon May 23 13:50:11 GMT 2005 Responsible-Changed-Why: Mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=81371 From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 13:54:03 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2974016A41C; Mon, 23 May 2005 13:54:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F014043D1F; Mon, 23 May 2005 13:54:02 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NDs24n031091; Mon, 23 May 2005 13:54:02 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NDs2NU031087; Mon, 23 May 2005 13:54:02 GMT (envelope-from glebius) Date: Mon, 23 May 2005 13:54:02 GMT From: Gleb Smirnoff Message-Id: <200505231354.j4NDs2NU031087@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, glebius@FreeBSD.org Cc: Subject: Re: kern/81202: nmap scan causes box to get immediately rebooted. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 13:54:03 -0000 Synopsis: nmap scan causes box to get immediately rebooted. Responsible-Changed-From-To: freebsd-bugs->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Mon May 23 13:53:40 GMT 2005 Responsible-Changed-Why: I'll try to work on this. http://www.freebsd.org/cgi/query-pr.cgi?pr=81202 From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 14:20:07 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C2E016A41C for ; Mon, 23 May 2005 14:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2B4E43D1D for ; Mon, 23 May 2005 14:20:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NEK64g036596 for ; Mon, 23 May 2005 14:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NEK60X036595; Mon, 23 May 2005 14:20:06 GMT (envelope-from gnats) Date: Mon, 23 May 2005 14:20:06 GMT Message-Id: <200505231420.j4NEK60X036595@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gleb Smirnoff Cc: Subject: Re: kern/81095: IPsec connection stops working if associated network interface goes down and then up again. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gleb Smirnoff List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 14:20:07 -0000 The following reply was made to PR kern/81095; it has been noted by GNATS. From: Gleb Smirnoff To: Ari Suutari Cc: FreeBSD-gnats-submit@FreeBSD.org, andre@FreeBSD.org Subject: Re: kern/81095: IPsec connection stops working if associated network interface goes down and then up again. Date: Mon, 23 May 2005 18:14:28 +0400 Ari, On Mon, May 16, 2005 at 10:02:50AM +0300, Ari Suutari wrote: A> >Number: 81095 A> >Category: kern A> >Synopsis: IPsec connection stops working if associated network interface goes down and then up again. [skip] A> >Fix: A> A> Somehow updated or invalidate sa_route field (updated at least A> in netinet6/ipsec.c now) when routing table changes. As a temporary A> workaround, I have modified ipsec.c so that it always calls A> rtalloc to ensure valid route. can you please polish your patch and submit it as follow-up to PR? There plans to remove route caching. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 14:25:33 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C507A16A41C; Mon, 23 May 2005 14:25:33 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9697643D1D; Mon, 23 May 2005 14:25:33 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NEPXS1037020; Mon, 23 May 2005 14:25:33 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NEPX8f037016; Mon, 23 May 2005 14:25:33 GMT (envelope-from glebius) Date: Mon, 23 May 2005 14:25:33 GMT From: Gleb Smirnoff Message-Id: <200505231425.j4NEPX8f037016@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, tackerman@FreeBSD.org Cc: Subject: Re: kern/80932: [patch] Degraded performance of em driver X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 14:25:33 -0000 Synopsis: [patch] Degraded performance of em driver Responsible-Changed-From-To: freebsd-bugs->tackerman Responsible-Changed-By: glebius Responsible-Changed-When: Mon May 23 14:25:16 GMT 2005 Responsible-Changed-Why: Over to em(4) maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=80932 From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 14:35:29 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FE4C16A41C for ; Mon, 23 May 2005 14:35:29 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from relay.bestcom.ru (relay.bestcom.ru [217.72.144.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12FBE43D49 for ; Mon, 23 May 2005 14:35:24 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (root@cell.sick.ru [217.72.144.68]) by relay.bestcom.ru (8.13.1/8.12.9) with ESMTP id j4NEZMbo048665 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 23 May 2005 18:35:23 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.1/8.12.8) with ESMTP id j4NEZMKn055192 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 May 2005 18:35:22 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.1/8.13.1/Submit) id j4NEZLau055191; Mon, 23 May 2005 18:35:21 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 23 May 2005 18:35:21 +0400 From: Gleb Smirnoff To: Eugene Grosbein Message-ID: <20050523143521.GD54372@cell.sick.ru> Mail-Followup-To: Gleb Smirnoff , Eugene Grosbein , freebsd-bugs@freebsd.org References: <200505091500.j49F0OCS034551@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200505091500.j49F0OCS034551@freefall.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: ClamAV version devel-20050125, clamav-milter version 0.80ff on relay.bestcom.ru X-Virus-Status: Clean Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/48599: [PATCH] syscons cut-n-paste logic is broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 14:35:29 -0000 Eugene, On Mon, May 09, 2005 at 03:00:24PM +0000, Eugene Grosbein wrote: E> The problem was fixed for CURRENT 21 September 2001 E> (1.5 years before PR date) in rev. 1.27 of E> src/sys/dev/syscons/scmouse.c but never merged into RELENG_4, E> so 4.11-STABLE still suffers from this. E> E> http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/48599 Can you please prepare patch against RELENG_4, which merges this change? http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1255702+0+archive/2001/cvs-all/20010923.cvs-all -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 15:59:28 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFD9816A41C; Mon, 23 May 2005 15:59:28 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from gw.Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id DABBB43D4C; Mon, 23 May 2005 15:59:24 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from dev.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.13.3/8.13.3) with ESMTP id j4NFxJmF018853; Mon, 23 May 2005 16:59:19 +0100 (BST) (envelope-from brian@FreeBSD.org) Date: Mon, 23 May 2005 16:59:18 +0100 From: Brian Somers To: Gleb Smirnoff Message-ID: <20050523165918.3a7965d7@dev.lan.Awfulhak.org> In-Reply-To: <200505231333.j4NDXPIO030193@freefall.freebsd.org> References: <200505231333.j4NDXPIO030193@freefall.freebsd.org> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.3 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on gw.lan.Awfulhak.org Cc: freebsd-bugs@FreeBSD.org, glebius@FreeBSD.org Subject: Re: bin/81389: ( usermode ppp ) LCP Negotiation Never Finishes, one of the sides never transmit an ackppp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 15:59:28 -0000 On Mon, 23 May 2005 13:33:25 GMT, Gleb Smirnoff wrote: > Synopsis: ( usermode ppp ) LCP Negotiation Never Finishes, one of the sides never transmit an ackppp > > Responsible-Changed-From-To: freebsd-bugs->brian > Responsible-Changed-By: glebius > Responsible-Changed-When: Mon May 23 13:32:59 GMT 2005 > Responsible-Changed-Why: > Over to ppp(8) maintainer. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=81389 Can the originator enable physical logging (set log +physical)? This should determine if ppp(8) is actually write(2)ing the data. I suspect it is. Perhaps the l2tp software is masking the ACKs for some reason? -- Brian Somers Don't _EVER_ lose your sense of humour ! From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 16:29:37 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB7AE16A41C for ; Mon, 23 May 2005 16:29:37 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from mail2.swebase.com (mail2.swebase.com [213.80.38.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A7C43D1D for ; Mon, 23 May 2005 16:29:33 +0000 (GMT) (envelope-from nocturnal@swehack.se) Received: from [213.80.36.113] by mail2.swebase.com (MDaemon.PRO.v8.0.2.R) with ESMTP id md50001639069.msg for ; Mon, 23 May 2005 18:28:27 +0200 Message-ID: <4292049E.1010208@swehack.se> Date: Mon, 23 May 2005 18:28:14 +0200 From: nocturnal User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Processed: mail2.swebase.com, Mon, 23 May 2005 18:28:27 +0200 (not processed: message from valid local sender) X-MDRemoteIP: 213.80.36.113 X-Return-Path: nocturnal@swehack.se X-MDaemon-Deliver-To: freebsd-bugs@freebsd.org Subject: ping core dumped at random char input X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 16:29:38 -0000 Hi I have no idea where or how to post this to the list but i'll give it a shot, take your criticism and go on with my life. I just thought it might be important that people find out about this. This happened at work when i was pinging a host which was down and out of frustration i banged the keyboard a bit. ping: sendto: Host is down X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9947016A41C; Mon, 23 May 2005 16:45:33 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6670D43D5C; Mon, 23 May 2005 16:45:33 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (glebius@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NGjX4H055181; Mon, 23 May 2005 16:45:33 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NGjXnT055177; Mon, 23 May 2005 16:45:33 GMT (envelope-from glebius) Date: Mon, 23 May 2005 16:45:33 GMT From: Gleb Smirnoff Message-Id: <200505231645.j4NGjXnT055177@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-bugs@FreeBSD.org, mlaier@FreeBSD.org Cc: Subject: Re: kern/81128: incorrect handling of an empty pfil list in pfil_run_hooks() X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 16:45:33 -0000 Synopsis: incorrect handling of an empty pfil list in pfil_run_hooks() Responsible-Changed-From-To: freebsd-bugs->mlaier Responsible-Changed-By: glebius Responsible-Changed-When: Mon May 23 16:44:56 GMT 2005 Responsible-Changed-Why: Max works on pfil(9). http://www.freebsd.org/cgi/query-pr.cgi?pr=81128 From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 17:22:36 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CA9D16A41C for ; Mon, 23 May 2005 17:22:36 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A136D43D1F for ; Mon, 23 May 2005 17:22:35 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received-SPF: pass (mp2.macomnet.net: domain of maxim@macomnet.ru designates 127.0.0.1 as permitted sender) receiver=mp2.macomnet.net; client_ip=127.0.0.1; envelope-from=maxim@macomnet.ru; Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.12.11/8.12.11) with ESMTP id j4NHMX9d016111; Mon, 23 May 2005 21:22:34 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Mon, 23 May 2005 21:22:33 +0400 (MSD) From: Maxim Konovalov To: nocturnal In-Reply-To: <4292049E.1010208@swehack.se> Message-ID: <20050523212025.F16083@mp2.macomnet.net> References: <4292049E.1010208@swehack.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-bugs@freebsd.org Subject: Re: ping core dumped at random char input X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 17:22:36 -0000 On Mon, 23 May 2005, 18:28+0200, nocturnal wrote: > Hi > > I have no idea where or how to post this to the list but i'll give > it a shot, take your criticism and go on with my life. > > I just thought it might be important that people find out about > this. > > This happened at work when i was pinging a host which was down and > out of frustration i banged the keyboard a bit. > > ping: sendto: Host is down > sping: sendto: Host is down > xda ^\Quit (core dumped) Expected behaviour, ^\ sends SIGQUIT to ping(8). -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 17:45:32 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22D9216A41C for ; Mon, 23 May 2005 17:45:32 +0000 (GMT) (envelope-from hannes.hauswedell@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id C82A243D4C for ; Mon, 23 May 2005 17:45:31 +0000 (GMT) (envelope-from hannes.hauswedell@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so1674712nzf for ; Mon, 23 May 2005 10:45:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Rsq6yV4D908n7ucatuaHvADZbyKY26WcFRk6n6NRshdCmAfWpu8kY6r0Oz15/ag3zy76M1t5TUXiPaUYXg9MbO+1Q5posVLcqiHyKKlSeZVdaebfXGTbAgrahdA89jopy30PveOEwWLYvvTTZmnXqv2IG9crqtW+dhhmisrg7bk= Received: by 10.36.57.20 with SMTP id f20mr1488929nza; Mon, 23 May 2005 10:45:31 -0700 (PDT) Received: from ?192.168.2.81? ([80.136.215.46]) by mx.gmail.com with ESMTP id 7sm1285485nzn.2005.05.23.10.45.30; Mon, 23 May 2005 10:45:30 -0700 (PDT) From: hannes.hauswedell@gmail.com To: freebsd-bugs@freebsd.org Date: Mon, 23 May 2005 19:59:47 +0000 User-Agent: KMail/1.8 MIME-Version: 1.0 Message-Id: <200505231959.48190.hannes.hauswedell@gmail.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: make search bug... X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 17:45:32 -0000 hi everyone! i am currently writing a kde-frontend for the ports system and i found a bug in ports' make search....i am not sure who is responsible for this kinda stuff so i'll just post it here. i think its best explained in an example: # cd /usr/ports # make search path=/usr/ports/arabic/katoob display=name will return: Port: ar-katoob-0.3.5_6 but if path contains a plus ("+") followed by another character the search will fail, e.g: # make search path=/usr/ports/audio/timidity++ display=name works BUT # make search path=/usr/ports/audio/timidity++-gtk display=name will return no results... single-quoting or double-quoting the path doesnt help either.... thanks oh btw. i am not subscribed to the list(too many mailinglists...;) ) so if someone want to reply to me plz write to my emailaddress, thanks From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 19:30:07 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 547EB16A424 for ; Mon, 23 May 2005 19:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA49443D48 for ; Mon, 23 May 2005 19:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4NJU6Lr074181 for ; Mon, 23 May 2005 19:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4NJU6oZ074180; Mon, 23 May 2005 19:30:06 GMT (envelope-from gnats) Date: Mon, 23 May 2005 19:30:06 GMT Message-Id: <200505231930.j4NJU6oZ074180@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jonas Wolz Cc: Subject: Re: kern/66004: [panic] kernel panic on access to /dev/ulpt0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jonas Wolz List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 19:30:07 -0000 The following reply was made to PR kern/66004; it has been noted by GNATS. From: Jonas Wolz To: bug-followup@FreeBSD.org, jonas.wolz@student.uni-ulm.de Cc: Subject: Re: kern/66004: [panic] kernel panic on access to /dev/ulpt0 Date: Mon, 23 May 2005 21:25:57 +0200 For me this works perfectly since 5.3-RELEASE (and using 5.4-RELEASE, too). Sorry, I forgot to update this bug report earlier... Jonas Wolz From owner-freebsd-bugs@FreeBSD.ORG Mon May 23 21:59:14 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1465116A41C for ; Mon, 23 May 2005 21:59:14 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941CC43D1D for ; Mon, 23 May 2005 21:59:13 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j4NLxCkG029709; Tue, 24 May 2005 07:59:12 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j4NLx8MC024161; Tue, 24 May 2005 07:59:10 +1000 Date: Tue, 24 May 2005 07:59:10 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Maxim Konovalov In-Reply-To: <20050523212025.F16083@mp2.macomnet.net> Message-ID: <20050524075618.J68548@delplex.bde.org> References: <4292049E.1010208@swehack.se> <20050523212025.F16083@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: nocturnal , freebsd-bugs@freebsd.org Subject: Re: ping core dumped at random char input X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 21:59:14 -0000 On Mon, 23 May 2005, Maxim Konovalov wrote: > On Mon, 23 May 2005, 18:28+0200, nocturnal wrote: >> This happened at work when i was pinging a host which was down and >> out of frustration i banged the keyboard a bit. >> >> ping: sendto: Host is down >> > sping: sendto: Host is down >> xda> ^\Quit (core dumped) > > Expected behaviour, ^\ sends SIGQUIT to ping(8). Also, longstanding bugs in signal handling break killing ping gracefully using SIGINT. Bruce From owner-freebsd-bugs@FreeBSD.ORG Tue May 24 03:50:06 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8218016A41C for ; Tue, 24 May 2005 03:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A8D643D1F for ; Tue, 24 May 2005 03:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4O3o6Of033650 for ; Tue, 24 May 2005 03:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4O3o6Pg033649; Tue, 24 May 2005 03:50:06 GMT (envelope-from gnats) Date: Tue, 24 May 2005 03:50:06 GMT Message-Id: <200505240350.j4O3o6Pg033649@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Andrey V. Elsukov" Cc: Subject: Re: kern/80642: [patch] IPFW small patch - new RULE OPTION X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 03:50:06 -0000 The following reply was made to PR kern/80642; it has been noted by GNATS. From: "Andrey V. Elsukov" To: bug-followup@FreeBSD.org, bu7cher@yandex.ru Cc: Subject: Re: kern/80642: [patch] IPFW small patch - new RULE OPTION Date: Tue, 24 May 2005 07:42:53 +0400 Sorry, my english is bad. :( Patch to IPFW2 for adding restrictions of the traffic with use IPFW bytes counters. It include two parts: * First part is ipfw_bound.patch, this part add ipfw rule options "bound VALUE" and "check-bound NUM". Example: # ipfw add 100 allow ip from any to any bound 10K # ipfw add 200 deny ip from any to any While bytes counter of rule 100 below 10 KBytes, it work. Example: # ipfw add 100 allow ip from A.B.C.D to any out xmit internet check-bound 200 # ipfw add 200 allow ip from any to A.B.C.D in recv internet bound 100M # ipfw add 300 deny ip from any to any via internet While bytes counter of rule 200 below 100 MBytes, rules 100 and 200 work. NOTE: Check-bound option search rule NUM like "ipfw skipto", but if rule NUM not contain bound option, then match fail. Second part is bound_change.patch, this part add control call to ipfw for boundary value change without bytes counter reset. Syntax: # ipfw bound NUM [set N] change VALUE. Files: For CURRENT: http://butcher.heavennet.ru/ipfw_bound/CURRENT/ipfw_bound.patch http://butcher.heavennet.ru/ipfw_bound/CURRENT/bound_change.patch For RELENG_5: http://butcher.heavennet.ru/ipfw_bound/RELENG_5/ipfw_bound.patch http://butcher.heavennet.ru/ipfw_bound/RELENG_5/bound_change.patch For RELENG_5_4: http://butcher.heavennet.ru/ipfw_bound/RELENG_5_4/ipfw_bound.patch http://butcher.heavennet.ru/ipfw_bound/RELENG_5_4/bound_change.patch -- WBR, Andrey V. Elsukov From owner-freebsd-bugs@FreeBSD.ORG Tue May 24 05:40:08 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B22116A41F for ; Tue, 24 May 2005 05:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB2043D48 for ; Tue, 24 May 2005 05:40:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4O5e7o2051508 for ; Tue, 24 May 2005 05:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4O5e7AP051507; Tue, 24 May 2005 05:40:07 GMT (envelope-from gnats) Date: Tue, 24 May 2005 05:40:07 GMT Message-Id: <200505240540.j4O5e7AP051507@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ari Suutari Cc: Subject: Re: kern/81095: IPsec connection stops working if associated network interface goes down and then up again. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ari Suutari List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 05:40:08 -0000 The following reply was made to PR kern/81095; it has been noted by GNATS. From: Ari Suutari To: Gleb Smirnoff Cc: FreeBSD-gnats-submit@FreeBSD.org, andre@FreeBSD.org Subject: Re: kern/81095: IPsec connection stops working if associated network interface goes down and then up again. Date: Tue, 24 May 2005 08:39:09 +0300 Hi, Gleb Smirnoff wrote: > can you please polish your patch and submit it as follow-up to PR? > There plans to remove route caching. Here it is. I would consider it only a workaround, since it just frees any cached route causing new lookup done every time. It covers only IPv4 case as I don't have IPv6 in my vpn box right now. I'm keeping my test environment in VmWare so I can easily test things if someone is going to work on this. *** ipsec.c.orig Tue May 24 08:31:09 2005 --- ipsec.c Tue May 24 08:31:47 2005 *************** *** 2713,2721 **** state->ro = &isr->sav->sah->sa_route; state->dst = (struct sockaddr *)&state->ro->ro_dst; dst4 = (struct sockaddr_in *)state->dst; ! if (state->ro->ro_rt ! && ((state->ro->ro_rt->rt_flags & RTF_UP) == 0 ! || dst4->sin_addr.s_addr != ip->ip_dst.s_addr)) { RTFREE(state->ro->ro_rt); state->ro->ro_rt = NULL; } --- 2713,2719 ---- state->ro = &isr->sav->sah->sa_route; state->dst = (struct sockaddr *)&state->ro->ro_dst; dst4 = (struct sockaddr_in *)state->dst; ! if (state->ro->ro_rt) { RTFREE(state->ro->ro_rt); state->ro->ro_rt = NULL; } Ari S. From owner-freebsd-bugs@FreeBSD.ORG Tue May 24 08:20:03 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BBC116A41F for ; Tue, 24 May 2005 08:20:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AC4743D54 for ; Tue, 24 May 2005 08:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4O8K2B0016213 for ; Tue, 24 May 2005 08:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4O8K2tC016212; Tue, 24 May 2005 08:20:02 GMT (envelope-from gnats) Resent-Date: Tue, 24 May 2005 08:20:02 GMT Resent-Message-Id: <200505240820.j4O8K2tC016212@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark A Bernadiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5557416A41C for ; Tue, 24 May 2005 08:19:33 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A6143D1D for ; Tue, 24 May 2005 08:19:33 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4O8JWow084288 for ; Tue, 24 May 2005 08:19:32 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4O8JW5q084287; Tue, 24 May 2005 08:19:32 GMT (envelope-from nobody) Message-Id: <200505240819.j4O8JW5q084287@www.freebsd.org> Date: Tue, 24 May 2005 08:19:32 GMT From: Mark A Bernadiner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/81429: [patch] Error in /etc/rc.subr: jail+devfs.rules does not work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 08:20:03 -0000 >Number: 81429 >Category: bin >Synopsis: [patch] Error in /etc/rc.subr: jail+devfs.rules does not work >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 24 08:20:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mark A Bernadiner >Release: 5.4-RELEASE >Organization: ZMZ >Environment: FreeBSD my.zmz.chel.su 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Error in /etc/rc.subr: devfs.rules in jail does not work >How-To-Repeat: cat <> /etc/defaults/devfs.rules # [devfsrules_unhide_basic5=5] add path null unhide add path zero unhide add path crypto unhide add path random unhide add path urandom unhide add path 'ttyv0' unhide add path 'ttyv1' unhide add path 'ttyv2' unhide add path 'ttyv3' unhide add path 'ttyv4' unhide add path 'ttyv5' unhide add path 'ttyv6' unhide add path 'ttyv7' unhide add path 'ttyv8' unhide add path '*sa*' unhide # [devfsrules_jail=6] add include $devfsrules_hide_all add include $devfsrules_unhide_basic5 add include $devfsrules_unhide_login ! cat <> /etc/rc.conf jail_enable="YES" jail_list="my" jail_set_hostname_allow="NO" # jail_my_rootdir="/my/root" jail_my_hostname="my.zmz.chel.su" jail_my_ip="10.1.1.11" jail_my_exec="/bin/sh /etc/rc" jail_my_devfs_enable="YES" jail_my_devfs_ruleset="6" # ! reboot #... in jail: #ls -l /dev # ???? 8-( >Fix: # diff /etc/rc.subr /etc/rc.subr.ORIG 42,43d41 < # My_patch_0001 Mark A Bernadiner mark@zlatoust.ru 24.05.2005 < 1197c1195 < [ -n "$1" ] && eval rs=\$1 || rs= --- > [ -n "$1" ] && eval rs=\$$1 || rs= 1222c1220 < [ -n "$1" ] && eval rs=\$1 || rs= --- > [ -n "$1" ] && eval rs=\$$1 || rs= >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 24 08:40:03 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39A4E16A41C for ; Tue, 24 May 2005 08:40:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7FAE43D48 for ; Tue, 24 May 2005 08:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4O8e2Ds017883 for ; Tue, 24 May 2005 08:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4O8e2k7017882; Tue, 24 May 2005 08:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 24 May 2005 08:40:02 GMT Resent-Message-Id: <200505240840.j4O8e2k7017882@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Provodnikov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AB7316A41C for ; Tue, 24 May 2005 08:40:00 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A9843D1F for ; Tue, 24 May 2005 08:39:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4O8dxxS096564 for ; Tue, 24 May 2005 08:39:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4O8dxgZ096563; Tue, 24 May 2005 08:39:59 GMT (envelope-from nobody) Message-Id: <200505240839.j4O8dxgZ096563@www.freebsd.org> Date: Tue, 24 May 2005 08:39:59 GMT From: Dmitry Provodnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/81432: bzip2 old version DoS X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 08:40:03 -0000 >Number: 81432 >Category: bin >Synopsis: bzip2 old version DoS >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 24 08:40:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dmitry Provodnikov >Release: 4.11 >Organization: pvt person >Environment: FreeBSD nskix 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #19: Fri May 13 20 :49:52 NOVST 2005 root@nskix:/1/usr/obj/usr/src/sys/MYKERN1 i386 >Description: there is a DoS possibility in bzip2 all versions prior to 1.0.3 >How-To-Repeat: try to unpack http://scary.beasts.org/misc/bomb.bz2 >Fix: update of source codes in /usr/src/usr.bin/*bzip2* according to bzip2 version 1.0.3 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 24 11:49:13 2005 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4955A16A41C; Tue, 24 May 2005 11:49:13 +0000 (GMT) (envelope-from eugen@kuzbass.ru) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EED043D48; Tue, 24 May 2005 11:49:11 +0000 (GMT) (envelope-from eugen@kuzbass.ru) Received: from kuzbass.ru (kost [213.184.65.82]) by www.svzserv.kemerovo.su (8.13.3/8.13.3) with ESMTP id j4OBn8Jt089043; Tue, 24 May 2005 19:49:09 +0800 (KRAST) (envelope-from eugen@kuzbass.ru) Message-ID: <4293147E.78B93668@kuzbass.ru> Date: Tue, 24 May 2005 19:48:14 +0800 From: Eugene Grosbein Organization: SVZServ X-Mailer: Mozilla 4.8 [en] (Win98; U) X-Accept-Language: ru,en MIME-Version: 1.0 To: Gleb Smirnoff References: <200505091500.j49F0OCS034551@freefall.freebsd.org> <20050523143521.GD54372@cell.sick.ru> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/48599: [PATCH] syscons cut-n-paste logic is broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 11:49:13 -0000 Gleb Smirnoff wrote: > E> The problem was fixed for CURRENT 21 September 2001 > E> (1.5 years before PR date) in rev. 1.27 of > E> src/sys/dev/syscons/scmouse.c but never merged into RELENG_4, > E> so 4.11-STABLE still suffers from this. > E> > E> http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/48599 > > Can you please prepare patch against RELENG_4, which merges this > change? > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1255702+0+archive/2001/cvs-all/20010923.cvs-all I'll try when I have spare time. Eugene Grosbein From owner-freebsd-bugs@FreeBSD.ORG Tue May 24 20:40:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96EBE16A41C for ; Tue, 24 May 2005 20:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C47BF43D5D for ; Tue, 24 May 2005 20:40:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4OKe12D018071 for ; Tue, 24 May 2005 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4OKe1Uf018070; Tue, 24 May 2005 20:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 24 May 2005 20:40:01 GMT Resent-Message-Id: <200505242040.j4OKe1Uf018070@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jung-uk Kim Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30CB116A41C; Tue, 24 May 2005 20:33:35 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 136E943D49; Tue, 24 May 2005 20:33:30 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j4OKZmEW049569; Tue, 24 May 2005 16:35:49 -0400 (EDT) (envelope-from jkim@niksun.com) Message-Id: <200505241633.25228.jkim@niksun.com> Date: Tue, 24 May 2005 16:33:25 -0400 From: Jung-uk Kim To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-amd64@FreeBSD.org Subject: kern/81449: [PATCH] SMBIOS scan for loader X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 20:40:02 -0000 >Number: 81449 >Category: kern >Synopsis: [PATCH] SMBIOS scan for loader >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 24 20:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jung-uk Kim >Release: FreeBSD 6.0-CURRENT amd64 >Organization: NIKSUN, Inc. >Environment: System: FreeBSD xxx.xxx.xxx.xxx 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Tue May 24 15:00:27 EDT 2005 jkim@xxx.xxx.xxx.xxx:/usr/src/sys/amd64/compile/BEASTIE amd64 >Description: This patch scans static SMBIOS structures and exports the following environment variables to loader: hint.smbios.0.enabled "YES" when SMBIOS is detected hint.smbios.0.bios.vendor BIOS vendor hint.smbios.0.bios.version BIOS version hint.smbios.0.bios.reldate BIOS release date hint.smbios.0.system.maker System manufacturer hint.smbios.0.system.product System product name hint.smbios.0.system.version System version number hint.smbios.0.planar.maker Base board manufacturer hint.smbios.0.planar.product Base board product name hint.smbios.0.planar.version Base board version number hint.smbios.0.chassis.maker Enclosure manufacturer hint.smbios.0.chassis.version Enclosure version These strings can be used to detect hardware quirks and to set appropriate flags. For example, Compaq R3000 series and some HP laptops require hint.atkbd.0.flags="0x9" to boot. See amd64/67745 for more detail. detail. >How-To-Repeat: >Fix: Modified files: sys/boot/i386/libi386 Makefile sys/boot/i386/libi386 libi386.h sys/boot/i386/loader main.c Added file: sys/boot/i386/libi386 smbios.c Index: sys/boot/i386/libi386/Makefile =================================================================== RCS file: /home/ncvs/src/sys/boot/i386/libi386/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- sys/boot/i386/libi386/Makefile 24 Oct 2004 15:32:49 -0000 1.37 +++ sys/boot/i386/libi386/Makefile 23 May 2005 15:39:03 -0000 @@ -8,7 +8,7 @@ comconsole.c devicename.c elf32_freebsd.c \ elf64_freebsd.c gatea20.c \ i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.s \ - time.c vidconsole.c amd64_tramp.S + smbios.c time.c vidconsole.c amd64_tramp.S BOOT_COMCONSOLE_PORT?= 0x3f8 CFLAGS+= -DCOMPORT=${BOOT_COMCONSOLE_PORT} Index: sys/boot/i386/libi386/libi386.h =================================================================== RCS file: /home/ncvs/src/sys/boot/i386/libi386/libi386.h,v retrieving revision 1.19 diff -u -r1.19 libi386.h --- sys/boot/i386/libi386/libi386.h 22 Oct 2004 14:56:23 -0000 1.19 +++ sys/boot/i386/libi386/libi386.h 23 May 2005 15:39:03 -0000 @@ -99,6 +99,8 @@ void biosacpi_detect(); +void smbios_detect(); + void gateA20(void); int i386_autoload(void); --- sys/boot/i386/libi386/smbios.c Mon May 23 11:38:29 2005 +++ sys/boot/i386/libi386/smbios.c Fri May 20 21:50:45 2005 @@ -0,0 +1,176 @@ +/*- + * Copyright (c) 2005 Jung-uk Kim + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + +#include +__FBSDID("$FreeBSD$"); + +#include +#include + +#include "btxv86.h" + +/* + * Detect SMBIOS and export information about the SMBIOS into the + * environment. + * + * System Management BIOS Reference Specification, v2.4 Final + * http://www.dmtf.org/standards/published_documents/DSP0134.pdf + */ + +/* + * Spec. 2.1.1 SMBIOS Structure Table Entry Point + * + * 'The SMBIOS Entry Point structure, described below, can be located by + * application software by searching for the anchor-string on paragraph + * (16-byte) boundaries within the physical memory address range + * 000F0000h to 000FFFFFh.' + */ +#define SMBIOS_START 0xf0000 +#define SMBIOS_LENGTH 0x10000 +#define SMBIOS_STEP 0x10 +#define SMBIOS_SIG "_SM_" +#define SMBIOS_DMI_SIG "_DMI_" + +static u_int8_t *smbios_parse_table(const u_int8_t *dmi); +static void smbios_setenv(const char *env, const u_int8_t *dmi, + const int offset); +static u_int8_t smbios_checksum(const u_int8_t *addr, const u_int8_t len); +static u_int8_t *smbios_sigsearch(const caddr_t addr, const u_int32_t len); + +void +smbios_detect(void) +{ + u_int8_t *smbios, *dmi, *addr; + u_int16_t i, length, count; + u_int32_t paddr; + + /* locate and validate the SMBIOS */ + smbios = smbios_sigsearch(PTOV(SMBIOS_START), SMBIOS_LENGTH); + if (smbios == 0) + return; + + /* export values from the SMBIOS */ + setenv("hint.smbios.0.enabled", "YES", 1); + + length = *(u_int16_t *)(smbios + 0x16); /* Structure Table Length */ + paddr = *(u_int32_t *)(smbios + 0x18); /* Structure Table Address */ + count = *(u_int16_t *)(smbios + 0x1c); /* No of SMBIOS Structures */ + + for (dmi = addr = PTOV(paddr), i = 0; + dmi - addr < length && i < count; i++) + dmi = smbios_parse_table(dmi); +} + +static u_int8_t * +smbios_parse_table(const u_int8_t *dmi) +{ + u_int8_t *dp; + + switch(dmi[0]) { + case 0: /* Type 0: BIOS */ + smbios_setenv("hint.smbios.0.bios.vendor", dmi, 0x04); + smbios_setenv("hint.smbios.0.bios.version", dmi, 0x05); + smbios_setenv("hint.smbios.0.bios.reldate", dmi, 0x08); + break; + + case 1: /* Type 1: System */ + smbios_setenv("hint.smbios.0.system.maker", dmi, 0x04); + smbios_setenv("hint.smbios.0.system.product", dmi, 0x05); + smbios_setenv("hint.smbios.0.system.version", dmi, 0x06); + break; + + case 2: /* Type 2: Base Board (or Module) */ + smbios_setenv("hint.smbios.0.planar.maker", dmi, 0x04); + smbios_setenv("hint.smbios.0.planar.product", dmi, 0x05); + smbios_setenv("hint.smbios.0.planar.version", dmi, 0x06); + break; + + case 3: /* Type 3: System Enclosure or Chassis */ + smbios_setenv("hint.smbios.0.chassis.maker", dmi, 0x04); + smbios_setenv("hint.smbios.0.chassis.version", dmi, 0x06); + break; + + default: /* skip other types */ + break; + } + + /* find structure terminator */ + dp = (u_int8_t *)(dmi + dmi[1]); + while (dp[0] != 0 || dp[1] != 0) + dp++; + + return(dp + 2); +} + +static void +smbios_setenv(const char *str, const u_int8_t *dmi, const int offset) +{ + char *cp; + int i; + + /* skip undefined string */ + if (dmi[offset] == 0) + return; + + for (cp = (char *)(dmi + dmi[1]), i = 0; i < dmi[offset] - 1; i++) + cp += strlen(cp) + 1; + setenv(str, cp, 1); +} + +static u_int8_t +smbios_checksum(const u_int8_t *addr, const u_int8_t len) +{ + u_int8_t sum; + int i; + + for (sum = 0, i = 0; i < len; i++) + sum += addr[i]; + + return(sum); +} + +static u_int8_t * +smbios_sigsearch(const caddr_t addr, const u_int32_t len) +{ + caddr_t cp; + + /* search on 16-byte boundaries */ + for (cp = addr; cp - addr < len; cp += SMBIOS_STEP) { + /* compare signature, validate checksum */ + if (!strncmp(cp, SMBIOS_SIG, 4)) { + if (smbios_checksum(cp, *(cp + 0x05))) + continue; + if (strncmp(cp + 0x10, SMBIOS_DMI_SIG, 5)) + continue; + if (smbios_checksum(cp + 0x10, 0x0f)) + continue; + + return(cp); + } + } + + return(0); +} Index: sys/boot/i386/loader/main.c =================================================================== RCS file: /home/ncvs/src/sys/boot/i386/loader/main.c,v retrieving revision 1.30 diff -u -r1.30 main.c --- sys/boot/i386/loader/main.c 22 Oct 2004 14:57:28 -0000 1.30 +++ sys/boot/i386/loader/main.c 23 May 2005 15:39:04 -0000 @@ -140,6 +140,9 @@ /* detect ACPI for future reference */ biosacpi_detect(); + /* detect SMBIOS for future reference */ + smbios_detect(); + printf("\n"); printf("%s, Revision %s\n", bootprog_name, bootprog_rev); printf("(%s, %s)\n", bootprog_maker, bootprog_date); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 24 20:40:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B652716A41F for ; Tue, 24 May 2005 20:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 419DA43D5F for ; Tue, 24 May 2005 20:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4OKe2RI018128 for ; Tue, 24 May 2005 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4OKe2Nt018127; Tue, 24 May 2005 20:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 24 May 2005 20:40:02 GMT Resent-Message-Id: <200505242040.j4OKe2Nt018127@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sean McNeil Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF7F616A41C for ; Tue, 24 May 2005 20:39:04 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC76543D48 for ; Tue, 24 May 2005 20:39:04 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4OKd4Xt080190 for ; Tue, 24 May 2005 20:39:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4OKd4fN080184; Tue, 24 May 2005 20:39:04 GMT (envelope-from nobody) Message-Id: <200505242039.j4OKd4fN080184@www.freebsd.org> Date: Tue, 24 May 2005 20:39:04 GMT From: Sean McNeil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/81450: ATAPI support broken in -STABLE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 20:40:02 -0000 >Number: 81450 >Category: kern >Synopsis: ATAPI support broken in -STABLE >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 24 20:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sean McNeil >Release: 5.4-STABLE >Organization: Sean McNeil Consulting, Inc >Environment: FreeBSD server.mcneil.com 5.4-STABLE FreeBSD 5.4-STABLE #25: Sun May 22 15:35:15 PDT 2005 root@server.mcneil.com:/usr/obj/usr/src/sys/AMD64 amd64 >Description: ata-queue.c:ata_completed() will issue a sense request when it encounters an ATAPI error. This request fails to zero out the donecount which causes corruption of memory. On amd64, it overwrites the callback value and crashes the computer. >How-To-Repeat: Try to burn a CD from nautilus. Since nautilus just invokes cdrecord, it should cause the same result by running cdrecord from a command line. >Fix: The following patch fixes the crash: --- sys/dev/ata/ata-queue.c.orig Sun May 22 15:28:03 2005 +++ sys/dev/ata/ata-queue.c Sun May 22 15:28:27 2005 @@ -340,6 +340,7 @@ request->data = (caddr_t)&request->u.atapi.sense_data; request->bytecount = sizeof(struct atapi_sense); request->transfersize = sizeof(struct atapi_sense); + request->donecount = 0; request->timeout = 5; request->flags &= (ATA_R_ATAPI | ATA_R_QUIET); request->flags |= (ATA_R_READ | ATA_R_IMMEDIATE | ATA_R_REQUEUE); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Tue May 24 21:02:25 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ABF816A41F; Tue, 24 May 2005 21:02:25 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E0243D54; Tue, 24 May 2005 21:02:24 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from freefall.freebsd.org (flz@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4OL2O2S018796; Tue, 24 May 2005 21:02:24 GMT (envelope-from flz@freefall.freebsd.org) Received: (from flz@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4OL2OtO018792; Tue, 24 May 2005 21:02:24 GMT (envelope-from flz) Date: Tue, 24 May 2005 21:02:24 GMT From: Florent Thoumie Message-Id: <200505242102.j4OL2OtO018792@freefall.freebsd.org> To: flz@xbsd.org, flz@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/77082: src/usr.sbin/pkg_install - Add 3 new macros to clean pkg-plist X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 21:02:25 -0000 Synopsis: src/usr.sbin/pkg_install - Add 3 new macros to clean pkg-plist State-Changed-From-To: open->suspended State-Changed-By: flz State-Changed-When: Tue May 24 21:01:23 GMT 2005 State-Changed-Why: I'm not sure that's the good way to do. I'm working on some uniform way to handle such things both in ports and package. This PR is likely to be closed later. http://www.freebsd.org/cgi/query-pr.cgi?pr=77082 From owner-freebsd-bugs@FreeBSD.ORG Tue May 24 22:33:08 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A8A16A41C; Tue, 24 May 2005 22:33:08 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF7243D1F; Tue, 24 May 2005 22:33:08 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4OMX8ji031605; Tue, 24 May 2005 22:33:08 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4OMX7LK031601; Tue, 24 May 2005 22:33:07 GMT (envelope-from linimon) Date: Tue, 24 May 2005 22:33:07 GMT From: Mark Linimon Message-Id: <200505242233.j4OMX7LK031601@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Cc: Subject: Re: kern/81450: [patch] ATAPI support broken in -STABLE X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 22:33:08 -0000 Old Synopsis: ATAPI support broken in -STABLE New Synopsis: [patch] ATAPI support broken in -STABLE Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: linimon Responsible-Changed-When: Tue May 24 22:32:46 GMT 2005 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=81450 From owner-freebsd-bugs@FreeBSD.ORG Wed May 25 01:50:39 2005 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CB8016A41C for ; Wed, 25 May 2005 01:50:39 +0000 (GMT) (envelope-from xqufa@yokohama.riken.jp) Received: from ykdmp02.yokohama.riken.go.jp (ykdmp02.yokohama.riken.go.jp [134.160.82.31]) by mx1.FreeBSD.org (Postfix) with SMTP id 6779943D1F for ; Wed, 25 May 2005 01:50:37 +0000 (GMT) (envelope-from xqufa@yokohama.riken.jp) Received: (qmail 238 invoked by uid 0); 25 May 2005 10:50:36 +0900 Received: from unknown (HELO ykmail01.yokohama.riken.go.jp) (127.0.0.1) by 0 with SMTP; 25 May 2005 10:50:36 +0900 Received: from ([mail.gsc.riken.go.jp (134.160.82.32)]) by ykdmp02 (InterScan E-Mail VirusWall Unix); Wed, 25 May 2005 10:50:36 +0900 (JST) Received: (qmail 57032 invoked by uid 0); 25 May 2005 01:50:36 -0000 Received: from unknown (HELO ?192.168.16.40?) (134.160.83.104) by mail.gsc.riken.go.jp with SMTP; 25 May 2005 01:50:36 -0000 Message-ID: <4293DAD4.8030405@yokohama.riken.jp> Date: Wed, 25 May 2005 10:54:28 +0900 From: Nathan Butcher User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: ja, en-us, en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: Suspected bug on FreeBSD 5.4 RAID problems on Fujitsu RX300 hardware (workaround) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 01:50:39 -0000 Some time ago I posted this message on the bug list regarding installation problems with FreeBSD 5.4 and Fujitsu RX300. I've got a workaround. I'm basically reconfirming the info in the post below, EXCEPT that with FreeBSD5.4, recompiling the kernel with the SMP option actually works. (Recompiling it in 5.3 obviously doesn't fix it, according to the post below) http://lists.freebsd.org/pipermail/freebsd-current/2004-December/043921.html Apparently this "ATAPI_IDENTIFY timed out" error is caused due to the GENERIC kernel that comes on the FreeBSD 5.4 RELEASE ISOs. The GENERIC kernel won't work when there are two CPUs enabled on the motherboard. Fortunately a FreeBSD5.4 SMP kernel WILL work with this hardware, just not the GENERIC kernel on the ISO. So this bug is actually related to SMP and the GENERIC kernel, and NOT any of the drives, RAID or otherwise, on the system (as I thought it might have been earlier, according to the kernel errors I saw). To workaround this and install FreeBSD5.4 on a Fujitsu RX300, one of the CPUs has to be disabled in the BIOS first. Then you should be able to install FreeBSD 5.4 from the CD ISO without any problems. After installation, the kernel has to be recompiled with SMP options. Once the new kernel has been installed, you can reboot the machine and re-enable the switched out CPU in the BIOS. Then you should have a fully working FreeBSD 5.4 with an SMP kernel :) Cheers, Nathan From owner-freebsd-bugs@FreeBSD.ORG Wed May 25 06:10:10 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96CCD16A41C for ; Wed, 25 May 2005 06:10:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 669B243D4C for ; Wed, 25 May 2005 06:10:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4P6AAPM016066 for ; Wed, 25 May 2005 06:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4P6AAnN016061; Wed, 25 May 2005 06:10:10 GMT (envelope-from gnats) Date: Wed, 25 May 2005 06:10:10 GMT Message-Id: <200505250610.j4P6AAnN016061@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: David Xu Cc: Subject: Re: gnu/77818: GDB locks in wait4() when running applications X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Xu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 06:10:10 -0000 The following reply was made to PR gnu/77818; it has been noted by GNATS. From: David Xu To: bug-followup@freebsd.org, sean-freebsd@farley.org Cc: Subject: Re: gnu/77818: GDB locks in wait4() when running applications Date: Wed, 25 May 2005 14:08:51 +0800 > > > I have a new test program[1] that I think shows the problem. My > previous program actually showed another bug that has since been fixed. > Actually, it shows two problems. When run within the debugger > (SHELL=3D/bin/sh gdb a.out), the parent will be stuck waiting for a signal > it will never receive in sigsuspend(). > Please try following patch, I believe the old hack is incorrect now with jhb's sleep queue. Index: kern_thread.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_thread.c,v retrieving revision 1.215 diff -u -r1.215 kern_thread.c --- kern_thread.c 23 Apr 2005 02:32:31 -0000 1.215 +++ kern_thread.c 25 May 2005 06:01:00 -0000 @@ -929,14 +929,6 @@ p->p_suspcount++; TD_SET_SUSPENDED(td); TAILQ_INSERT_TAIL(&p->p_suspended, td, td_runq); - /* - * Hack: If we are suspending but are on the sleep queue - * then we are in msleep or the cv equivalent. We - * want to look like we have two Inhibitors. - * May already be set.. doesn't matter. - */ - if (TD_ON_SLEEPQ(td)) - TD_SET_SLEEPING(td); } void > The other problem is that nanosleep() is exiting immediately with a > return of zero although the time to sleep has not passed. To see it do > this, remove the BROKEN_NANOSLEEP_WITHIN_GDB definition at the top of > the program and recompile. > This is a long history bug, I believe it is still in RELENG_4. Now the bug is in kern_sig.c: do_tdsignal(), when process is being debugged, a masked signal can wake up a sleeping thread! that's why it is broken. David Xu From owner-freebsd-bugs@FreeBSD.ORG Wed May 25 06:50:06 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D3916A41C for ; Wed, 25 May 2005 06:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F5D43D49 for ; Wed, 25 May 2005 06:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4P6o6uW038579 for ; Wed, 25 May 2005 06:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4P6o63d038577; Wed, 25 May 2005 06:50:06 GMT (envelope-from gnats) Date: Wed, 25 May 2005 06:50:06 GMT Message-Id: <200505250650.j4P6o63d038577@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Maxim Konovalov Cc: Subject: bin/80732 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim Konovalov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 06:50:06 -0000 The following reply was made to PR bin/80732; it has been noted by GNATS. From: Maxim Konovalov To: Rostislav Krasny Cc: bug-followup@freebsd.org Subject: bin/80732 Date: Wed, 25 May 2005 10:40:52 +0400 (MSD) Why didn't you check the return code from malloc(3) and read(2)? Could you please fix that? Could you remove all style(9) changes from your diff? -- Maxim Konovalov From owner-freebsd-bugs@FreeBSD.ORG Wed May 25 11:40:05 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5225416A41C for ; Wed, 25 May 2005 11:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D5743D1D for ; Wed, 25 May 2005 11:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4PBe4sK078325 for ; Wed, 25 May 2005 11:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4PBe4vo078324; Wed, 25 May 2005 11:40:04 GMT (envelope-from gnats) Date: Wed, 25 May 2005 11:40:04 GMT Message-Id: <200505251140.j4PBe4vo078324@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Marc Olzheim Cc: Subject: Re: kern/80617: floating point registers seem not to be saved after thread preemption. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Olzheim List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 11:40:05 -0000 The following reply was made to PR kern/80617; it has been noted by GNATS. From: Marc Olzheim To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/80617: floating point registers seem not to be saved after thread preemption. Date: Wed, 25 May 2005 13:39:04 +0200 Could this be MFC'd, please, pretty please, with sugar on top ? From owner-freebsd-bugs@FreeBSD.ORG Wed May 25 12:50:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4265516A41C for ; Wed, 25 May 2005 12:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933BD43D54 for ; Wed, 25 May 2005 12:50:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4PCo1nJ086083 for ; Wed, 25 May 2005 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4PCo1l9086082; Wed, 25 May 2005 12:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 25 May 2005 12:50:01 GMT Resent-Message-Id: <200505251250.j4PCo1l9086082@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Piotr Kucharski Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81BB816A41F for ; Wed, 25 May 2005 12:48:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D8C943D48 for ; Wed, 25 May 2005 12:48:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4PCm7Ee008104 for ; Wed, 25 May 2005 12:48:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4PCm7YN008102; Wed, 25 May 2005 12:48:07 GMT (envelope-from nobody) Message-Id: <200505251248.j4PCm7YN008102@www.freebsd.org> Date: Wed, 25 May 2005 12:48:07 GMT From: Piotr Kucharski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81465: resolver is not working properly when INET6 is not in kernel and nameserver is dual X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 12:50:02 -0000 >Number: 81465 >Category: misc >Synopsis: resolver is not working properly when INET6 is not in kernel and nameserver is dual >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 25 12:50:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Piotr Kucharski >Release: 4.11-RELEASE-p8 >Organization: Szkola Glowna Handlowa >Environment: FreeBSD alternator.sgh.waw.pl 4.11-RELEASE-p8 FreeBSD 4.11-RELEASE-p8 #5: Mon May 9 16:26:44 CEST 2005 root@alternator.sgh.waw.pl:/usr/obj/usr/src/sys/ALTERNATOR i386 >Description: kernel has INET6 commented out, thus no ipv6 support, yet: host -d -v -t ns sgh.waw.pl. dns.nask.pl. Using domain server: Name: a.nask.pl Addresses: 2001:a10:1:1::44 195.187.245.44 ;; res_nmkquery(QUERY, sgh.waw.pl, IN, NS) ;; res_send() ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30947 ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; sgh.waw.pl, type = NS, class = IN ;; Querying server (# 1) address = 2001:a10:1:1::44 res_send: socket(dg): Protocol not supported res_nsend failed Host not found, try again. resolver should not even see that "dns.nask.pl" has ipv6 address, not mentioning trying it, but even if it tries it, why it does not continue to ask v4 (which of course works)? >How-To-Repeat: undefine INET6 from kernel config >Fix: not a fix, but a workaround: define INET6 in kernel config fix would need to be done in sources >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Wed May 25 15:50:05 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4C1616A41C for ; Wed, 25 May 2005 15:50:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C8CD43D1F for ; Wed, 25 May 2005 15:50:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4PFo5bv006802 for ; Wed, 25 May 2005 15:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4PFo5Ms006801; Wed, 25 May 2005 15:50:05 GMT (envelope-from gnats) Date: Wed, 25 May 2005 15:50:05 GMT Message-Id: <200505251550.j4PFo5Ms006801@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= Cc: Subject: Re: gnu/77818: GDB locks in wait4() when running applications X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 15:50:05 -0000 The following reply was made to PR gnu/77818; it has been noted by GNATS. From: =?ISO-8859-1?Q?Se=E1n_C=2E_Farley?= To: David Xu Cc: bug-followup@freebsd.org Subject: Re: gnu/77818: GDB locks in wait4() when running applications Date: Wed, 25 May 2005 10:41:14 -0500 (CDT) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-237620714-1117035674=:1320 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Wed, 25 May 2005, David Xu wrote: >> I have a new test program[1] that I think shows the problem. My >> previous program actually showed another bug that has since been >> fixed. Actually, it shows two problems. When run within the >> debugger (SHELL=3D3D/bin/sh gdb a.out), the parent will be stuck >> waiting for a signal it will never receive in sigsuspend(). >>=20 > > Please try following patch, I believe the old hack is incorrect now > with jhb's sleep queue. Thank you, thank you! That fixes my bug. >> The other problem is that nanosleep() is exiting immediately with a >> return of zero although the time to sleep has not passed. To see it >> do this, remove the BROKEN_NANOSLEEP_WITHIN_GDB definition at the top >> of the program and recompile. >> > > This is a long history bug, I believe it is still in RELENG_4. Now the > bug is in kern_sig.c: do_tdsignal(), when process is being debugged, a > masked signal can wake up a sleeping thread! that's why it is broken. Is it fixable? Should I open a PR for it, or is there one already? Se=E1n --=20 sean-freebsd@farley.org --0-237620714-1117035674=:1320-- From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 04:00:13 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E1A616A41C for ; Thu, 26 May 2005 04:00:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5868E43D49 for ; Thu, 26 May 2005 04:00:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4Q40Dei091769 for ; Thu, 26 May 2005 04:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4Q40DFF091767; Thu, 26 May 2005 04:00:13 GMT (envelope-from gnats) Date: Thu, 26 May 2005 04:00:13 GMT Message-Id: <200505260400.j4Q40DFF091767@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: David Xu Cc: Subject: RE: gnu/77818: GDB locks in wait4() when running applications X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Xu List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 04:00:13 -0000 The following reply was made to PR gnu/77818; it has been noted by GNATS. From: David Xu To: =?UTF-8?B?IlNlw6FuIEMuIEZhcmxleSI=?= Cc: bug-followup@freebsd.org Subject: RE: gnu/77818: GDB locks in wait4() when running applications Date: Thu, 26 May 2005 11:54:29 +0800 -----Original Message----- From: Se¨¢n C. Farley [mailto:sean-freebsd@farley.org] Sent: 2005å¹´5月25æ—¥ 23:41 To: David Xu Cc: bug-followup@freebsd.org Subject: Re: gnu/77818: GDB locks in wait4() when running applications >> The other problem is that nanosleep() is exiting immediately with a >> return of zero although the time to sleep has not passed. To see it >> do this, remove the BROKEN_NANOSLEEP_WITHIN_GDB definition at the top >> of the program and recompile. >> > > This is a long history bug, I believe it is still in RELENG_4. Now the > bug is in kern_sig.c: do_tdsignal(), when process is being debugged, a > masked signal can wake up a sleeping thread! that's why it is broken. Is it fixable? Should I open a PR for it, or is there one already? Seán -- sean-freebsd@farley.org ------------------------------- It is fixable, I am working on it. please keep this PR. David Xu From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 06:20:07 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F2316A41F for ; Thu, 26 May 2005 06:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E533843D49 for ; Thu, 26 May 2005 06:20:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4Q6K6ll039220 for ; Thu, 26 May 2005 06:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4Q6K6G5039219; Thu, 26 May 2005 06:20:06 GMT (envelope-from gnats) Date: Thu, 26 May 2005 06:20:06 GMT Message-Id: <200505260620.j4Q6K6G5039219@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Liudas B." Cc: Subject: Re: kern/79262: [if_dc] Adaptec ANA-6922 not fully supported X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Liudas B." List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 06:20:07 -0000 The following reply was made to PR kern/79262; it has been noted by GNATS. From: "Liudas B." To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/79262: [if_dc] Adaptec ANA-6922 not fully supported Date: Thu, 26 May 2005 09:19:50 +0300 Same problems with FreeBSD 5.4 uname -a: FreeBSD ausrine.b15.vu.lt 5.4-RELEASE FreeBSD 5.4-RELEASE #3: Wed May 25 23:02:11 EEST 2005 adm@ausrine.vu.lt:/usr/src/sys/i386/compile/ AUSRINE i386 dmesg output (kernel_options="-v"): ioapic0: intpin 7 polarity: high ioapic0: intpin 8 bus ISA ioapic0: intpin 8 trigger: edge ioapic0: intpin 8 polarity: high ioapic0: intpin 9 bus ISA ioapic0: intpin 9 trigger: level ioapic0: intpin 9 polarity: high ioapic0: intpin 10 bus ISA ioapic0: intpin 10 trigger: level ioapic0: intpin 10 polarity: high ioapic0: intpin 11 bus ISA ioapic0: intpin 11 trigger: level ioapic0: intpin 11 polarity: high ioapic0: intpin 12 bus ISA ioapic0: intpin 12 trigger: edge ioapic0: intpin 12 polarity: high ioapic0: intpin 13 bus ISA ioapic0: intpin 13 trigger: edge ioapic0: intpin 13 polarity: high ioapic0: intpin 14 bus ISA ioapic0: intpin 14 trigger: edge ioapic0: intpin 14 polarity: high ioapic0: intpin 15 bus ISA ioapic0: intpin 15 trigger: level ioapic0: intpin 15 polarity: high lapic: Routing ExtINT -> LINT0 lapic: LINT0 trigger: edge lapic: LINT0 polarity: active-high lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: active-high ioapic0 irqs 0-31 on motherboard cpu0 BSP: ID: 0x01000000 VER: 0x00040011 LDR: 0x02000000 DFR: 0x0fffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff null: io: random: mem: Pentium Pro MTRR support enabled npx0: [FAST] npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard cpu1 on motherboard pci_open(1): mode 1 addr port (0x0cf8) is 0x80000058 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71a08086) pcibios: BIOS version 2.10 Found $PIR table, 15 entries at 0xc00fded0 PCI-Only Interrupts: none Location Bus Device Pin Link IRQs slot 7 1 0 A 0x6a 3 4 5 6 7 9 10 11 12 14 15 slot 7 1 0 B 0x6b 3 4 5 6 7 9 10 11 12 14 15 embedded 0 7 D 0x63 3 4 5 6 7 9 10 11 12 14 15 embedded 0 4 A 0x69 3 4 5 6 7 9 10 11 12 14 15 slot 1 0 12 A 0x60 3 4 5 6 7 9 10 11 12 14 15 slot 1 0 12 B 0x61 3 4 5 6 7 9 10 11 12 14 15 slot 1 0 12 C 0x62 3 4 5 6 7 9 10 11 12 14 15 slot 1 0 12 D 0x63 3 4 5 6 7 9 10 11 12 14 15 slot 2 0 13 A 0x61 3 4 5 6 7 9 10 11 12 14 15 slot 2 0 13 B 0x62 3 4 5 6 7 9 10 11 12 14 15 slot 2 0 13 C 0x63 3 4 5 6 7 9 10 11 12 14 15 slot 2 0 13 D 0x60 3 4 5 6 7 9 10 11 12 14 15 slot 3 0 14 A 0x62 3 4 5 6 7 9 10 11 12 14 15 slot 3 0 14 B 0x63 3 4 5 6 7 9 10 11 12 14 15 slot 3 0 14 C 0x60 3 4 5 6 7 9 10 11 12 14 15 slot 3 0 14 D 0x61 3 4 5 6 7 9 10 11 12 14 15 slot 4 2 8 A 0x64 3 4 5 6 7 9 10 11 12 14 15 slot 4 2 8 B 0x65 3 4 5 6 7 9 10 11 12 14 15 slot 4 2 8 C 0x66 3 4 5 6 7 9 10 11 12 14 15 slot 4 2 8 D 0x67 3 4 5 6 7 9 10 11 12 14 15 slot 5 2 9 A 0x65 3 4 5 6 7 9 10 11 12 14 15 slot 5 2 9 B 0x66 3 4 5 6 7 9 10 11 12 14 15 slot 5 2 9 C 0x67 3 4 5 6 7 9 10 11 12 14 15 slot 5 2 9 D 0x64 3 4 5 6 7 9 10 11 12 14 15 slot 6 2 10 A 0x66 3 4 5 6 7 9 10 11 12 14 15 slot 6 2 10 B 0x67 3 4 5 6 7 9 10 11 12 14 15 slot 6 2 10 C 0x64 3 4 5 6 7 9 10 11 12 14 15 slot 6 2 10 D 0x65 3 4 5 6 7 9 10 11 12 14 15 embedded 2 1 A 0x67 3 4 5 6 7 9 10 11 12 14 15 pcib0: pcibus 0 on motherboard pir0: on motherboard $PIR: Links after initial probe: Link IRQ Rtd Ref IRQs 0x6a 255 N 1 3 4 5 6 7 9 10 11 12 14 15 0x6b 255 N 1 3 4 5 6 7 9 10 11 12 14 15 0x63 255 N 4 3 4 5 6 7 9 10 11 12 14 15 0x69 255 N 1 3 4 5 6 7 9 10 11 12 14 15 0x60 255 N 3 3 4 5 6 7 9 10 11 12 14 15 0x61 255 N 3 3 4 5 6 7 9 10 11 12 14 15 0x62 255 N 3 3 4 5 6 7 9 10 11 12 14 15 0x64 255 N 3 3 4 5 6 7 9 10 11 12 14 15 0x65 255 N 3 3 4 5 6 7 9 10 11 12 14 15 0x66 255 N 3 3 4 5 6 7 9 10 11 12 14 15 0x67 255 N 4 3 4 5 6 7 9 10 11 12 14 15 $PIR: Found matching pin for 0.7.INTD at func 2: 11 $PIR: Found matching pin for 0.4.INTA at func 0: 9 $PIR: Found matching pin for 2.9.INTA at func 0: 7 $PIR: Found matching pin for 2.1.INTA at func 0: 10 $PIR: Links after initial IRQ discovery: Link IRQ Rtd Ref IRQs 0x6a 255 N 1 3 4 5 6 7 9 10 11 12 14 15 0x6b 255 N 1 3 4 5 6 7 9 10 11 12 14 15 0x63 11 Y 4 3 4 5 6 7 9 10 11 12 14 15 0x69 9 Y 1 3 4 5 6 7 9 10 11 12 14 15 0x60 255 N 3 3 4 5 6 7 9 10 11 12 14 15 0x61 255 N 3 3 4 5 6 7 9 10 11 12 14 15 0x62 255 N 3 3 4 5 6 7 9 10 11 12 14 15 0x64 255 N 3 3 4 5 6 7 9 10 11 12 14 15 0x65 7 Y 3 3 4 5 6 7 9 10 11 12 14 15 0x66 255 N 3 3 4 5 6 7 9 10 11 12 14 15 0x67 10 Y 4 3 4 5 6 7 9 10 11 12 14 15 $PIR: IRQs used by BIOS: 7 9 10 11 $PIR: Interrupt Weights: [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ] [ 0 0 0 0 0 0 0 3 0 1 4 4 0 0 0 0 ] pci0: on pcib0 pci0: physical bus=0 map[10]: type 3, range 32, base f8000000, size 26, enabled found-> vendor=0x8086, dev=0x71a0, revid=0x00 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0146, statreg=0x2210, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x8086, dev=0x71a1, revid=0x00 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x011f, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x48 (2160 ns), mingnt=0x85 (33250 ns), maxlat=0x00 (0 ns) map[10]: type 1, range 32, base fec00000, size 10, enabled found-> vendor=0x110a, dev=0x0015, revid=0x02 bus=0, slot=2, func=0 class=08-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0142, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1011, dev=0x0024, revid=0x03 bus=0, slot=3, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x60 (2880 ns), mingnt=0x0f (3750 ns), maxlat=0x03 (750 ns) map[10]: type 1, range 32, base f4100000, size 12, enabled map[14]: type 4, range 32, base 00001000, size 3, enabled map[18]: type 1, range 32, base f4000000, size 20, enabled $PIR: 0:4 INTA routed to irq 9 found-> vendor=0x110a, dev=0x001d, revid=0x01 bus=0, slot=4, func=0 class=ff-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0147, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=9 found-> vendor=0x8086, dev=0x7110, revid=0x02 bus=0, slot=7, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x010f, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 00001800, size 4, port disabled found-> vendor=0x8086, dev=0x7111, revid=0x01 bus=0, slot=7, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 cmdreg=0x0004, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[20]: type 4, range 32, base 00001400, size 5, enabled $PIR: 0:7 INTD routed to irq 11 found-> vendor=0x8086, dev=0x7112, revid=0x01 bus=0, slot=7, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=d, irq=11 map[90]: type 4, range 32, base 0000f0b0, size 4, enabled found-> vendor=0x8086, dev=0x7113, revid=0x02 bus=0, slot=7, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pcib1: at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xf000-0xfff pcib1: memory decode 0xfff00000-0xfffff pcib1: prefetched decode 0xfff00000-0xfffff pci1: on pcib1 pci1: physical bus=1 pci0: at device 2.0 (no driver attached) pcib2: at device 3.0 on pci0 pcib2: secondary bus 2 pcib2: subordinate bus 3 pcib2: I/O decode 0x2000-0x3fff pcib2: memory decode 0xf4200000-0xf44fffff pcib2: prefetched decode 0xf4500000-0xf7ffffff pci2: on pcib2 pci2: physical bus=2 map[10]: type 3, range 32, base f6000000, size 25, enabled pcib2: device (null) requested decoded memory range 0xf6000000- 0xf7ffffff map[14]: type 1, range 32, base f4300000, size 12, enabled pcib2: device (null) requested decoded memory range 0xf4300000- 0xf4300fff found-> vendor=0x1013, dev=0x00b8, revid=0x45 bus=2, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0003, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type 4, range 32, base 00002000, size 8, enabled pcib2: device (null) requested decoded I/O range 0x2000-0x20ff map[14]: type 1, range 32, base f4302000, size 8, enabled pcib2: device (null) requested decoded memory range 0xf4302000- 0xf43020ff map[18]: type 1, range 32, base f4301000, size 12, enabled pcib2: device (null) requested decoded memory range 0xf4301000- 0xf4301fff $PIR: 2:1 INTA routed to irq 10 found-> vendor=0x1000, dev=0x000c, revid=0x01 bus=2, slot=1, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0157, statreg=0x0200, cachelnsz=8 (dwords) lattimer=0xf7 (7410 ns), mingnt=0x1e (7500 ns), maxlat=0x40 (16000 ns) intpin=a, irq=10 map[10]: type 3, range 32, base f4500000, size 12, enabled pcib2: device (null) requested decoded memory range 0xf4500000- 0xf4500fff map[14]: type 4, range 32, base 00002400, size 5, enabled pcib2: device (null) requested decoded I/O range 0x2400-0x241f map[18]: type 1, range 32, base f4200000, size 20, enabled pcib2: device (null) requested decoded memory range 0xf4200000- 0xf42fffff $PIR: 2:9 INTA routed to irq 7 found-> vendor=0x8086, dev=0x1229, revid=0x05 bus=2, slot=9, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0157, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x42 (1980 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) intpin=a, irq=7 powerspec 1 supports D0 D1 D2 D3 current D0 found-> vendor=0x1011, dev=0x0024, revid=0x03 bus=2, slot=10, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0147, statreg=0x0290, cachelnsz=8 (dwords) lattimer=0x40 (1920 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) pci2: at device 0.0 (no driver attached) sym0: <895> port 0x2000-0x20ff mem 0xf4301000-0xf4301fff,0xf4302000- 0xf43020ff irq 10 at device 1.0 on pci2 sym0: Reserved 0x100 bytes for rid 0x14 type 3 at 0xf4302000 sym0: Reserved 0x1000 bytes for rid 0x18 type 3 at 0xf4301000 sym0: Symbios NVRAM, ID 7, Fast-40, LVD, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. sym0: initial SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 07/4e/a0/01/00/24 sym0: final SCNTL3/DMODE/DCNTL/CTEST3/4/5 = (hex) 07/4e/80/01/08/24 sym0: SCAN FOR LUNS disabled for targets 0 1 2. sym0: Delay (GEN=11): 233 msec, 38147 KHz sym0: Delay (GEN=11): 266 msec, 33414 KHz sym0: Delay (GEN=11): 265 msec, 33540 KHz sym0: [GIANT-LOCKED] sym0: enabling clock multiplier sym0: Downloading SCSI SCRIPTS. fxp0: port 0x2400-0x241f mem 0xf4200000-0xf42fffff,0xf4500000-0xf4500fff irq 7 at device 9.0 on pci2 fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xf4500000 fxp0: using memory space register mapping fxp0: PCI IDs: 8086 1229 0e11 b0d7 0005 fxp0: Dynamic Standby mode is disabled miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: bpf attached fxp0: Ethernet address: 00:50:8b:01:ad:97 fxp0: [MPSAFE] pcib3: at device 10.0 on pci2 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0x3000-0x3fff pcib3: memory decode 0xf4400000-0xf44fffff pcib3: prefetched decode 0xfff00000-0xfffff pci3: on pcib3 pci3: physical bus=3 map[10]: type 4, range 32, base 00003000, size 7, enabled pcib3: device (null) requested decoded I/O range 0x3000-0x307f pcib2: device (null) requested decoded I/O range 0x3000-0x307f map[14]: type 1, range 32, base f4400000, size 10, enabled pcib3: device (null) requested decoded memory range 0xf4400000- 0xf44003ff pcib2: device (null) requested decoded memory range 0xf4400000- 0xf44003ff $PIR: Found IRQ 9 for link 0x66 from 7 9 10 11 ioapic0: Changing polarity for pin 9 to low $PIR: 2:10 INTA routed to irq 9 pcib3: slot 4 INTA is routed to irq 9 found-> vendor=0x1011, dev=0x0019, revid=0x41 bus=3, slot=4, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0157, statreg=0x0280, cachelnsz=8 (dwords) lattimer=0xa5 (4950 ns), mingnt=0x14 (5000 ns), maxlat=0x28 (10000 ns) intpin=a, irq=9 map[10]: type 4, range 32, base 00003400, size 7, enabled pcib3: device (null) requested decoded I/O range 0x3400-0x347f pcib2: device (null) requested decoded I/O range 0x3400-0x347f map[14]: type 1, range 32, base f4400400, size 10, enabled pcib3: device (null) requested decoded memory range 0xf4400400- 0xf44007ff pcib2: device (null) requested decoded memory range 0xf4400400- 0xf44007ff $PIR: 2:10 INTA routed to irq 9 pcib3: slot 8 INTA is routed to irq 9 found-> vendor=0x1011, dev=0x0019, revid=0x41 bus=3, slot=8, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0157, statreg=0x0280, cachelnsz=8 (dwords) lattimer=0xa5 (4950 ns), mingnt=0x14 (5000 ns), maxlat=0x28 (10000 ns) intpin=a, irq=9 dc0: port 0x3000-0x307f mem 0xf4400000- 0xf44003ff irq 9 at device 4.0 on pci3 dc0: Reserved 0x80 bytes for rid 0x10 type 4 at 0x3000 miibus1: on dc0 nsphy0: on miibus1 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: bpf attached dc0: Ethernet address: 00:00:d1:1d:d7:47 dc0: if_start running deferred for Giant dc0: [GIANT-LOCKED] dc1: port 0x3400-0x347f mem 0xf4400400- 0xf44007ff irq 9 at device 8.0 on pci3 dc1: Reserved 0x80 bytes for rid 0x10 type 4 at 0x3400 miibus2: on dc1 dcphy0: on miibus2 dcphy0: 10baseT, 10baseT-FDX, auto dc1: bpf attached dc1: Ethernet address: ff:ff:ff:ff:ff:ff dc1: if_start running deferred for Giant dc1: [GIANT-LOCKED] pci0: at device 4.0 (no driver attached) isab0: at device 7.0 on pci0 isa0: on isab0 pci0: at device 7.1 (no driver attached) pci0: at device 7.2 (no driver attached) piix0: port 0xf0b0-0xf0bf at device 7.3 on pci0 Timecounter "PIIX" frequency 3579545 Hz quality 0 Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 pnpbios: 17 devices, largest 170 bytes PNP0c02: adding fixed memory32 range 0xfee00000-0xfee00fff, size=0x1000 pnpbios: handle 0 device ID PNP0c02 (020cd041) PNP0c02: adding io range 0x80-0x80, size=0x1, align=0x1 PNP0c02: adding io range 0xea-0xeb, size=0x2, align=0x1 PNP0c02: adding fixed memory32 range 0xfffe0000-0xffffffff, size=0x20000 pnpbios: handle 1 device ID PNP0c02 (020cd041) PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000 PNP0c01: adding fixed memory32 range 0xe0000-0xfffff, size=0x20000 PNP0c01: adding fixed memory32 range 0x100000-0x17ffffff, size=0x17f00000 pnpbios: handle 2 device ID PNP0c01 (010cd041) PNP0200: adding io range 0-0xf, size=0x10, align=0x1 PNP0200: adding io range 0x81-0x8f, size=0xf, align=0x1 PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0x1 PNP0200: adding dma mask 0x10 pnpbios: handle 3 device ID PNP0200 (0002d041) PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1 PNP0100: adding irq mask 0x1 pnpbios: handle 5 device ID PNP0100 (0001d041) PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1 PNP0b00: adding irq mask 0x100 pnpbios: handle 6 device ID PNP0b00 (000bd041) PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1 PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1 PNP0303: adding irq mask 0x2 pnpbios: handle 7 device ID PNP0303 (0303d041) PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1 PNP0c04: adding irq mask 0x2000 pnpbios: handle 8 device ID PNP0c04 (040cd041) PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1 pnpbios: handle 9 device ID PNP0800 (0008d041) pnpbios: handle 10 device ID PNP0c02 (020cd041) PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0x1 pnpbios: handle 11 device ID PNP0a03 (030ad041) PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1 PNP0c02: adding io range 0xf0c0-0xf0ff, size=0x40, align=0x1 PNP0c02: adding io range 0xf0b0-0xf0bf, size=0x10, align=0x1 PNP0c02: adding io range 0x10-0x18, size=0x9, align=0x1 PNP0c02: adding io range 0x1f-0x1f, size=0x1, align=0x1 PNP0c02: adding io range 0x24-0x25, size=0x2, align=0x1 PNP0c02: adding io range 0x28-0x29, size=0x2, align=0x1 PNP0c02: adding io range 0x2c-0x2d, size=0x2, align=0x1 PNP0c02: adding io range 0x30-0x31, size=0x2, align=0x1 PNP0c02: adding io range 0x34-0x35, size=0x2, align=0x1 PNP0c02: adding io range 0x38-0x39, size=0x2, align=0x1 PNP0c02: adding io range 0x3c-0x3d, size=0x2, align=0x1 PNP0c02: adding io range 0x50-0x52, size=0x3, align=0x1 PNP0c02: adding io range 0x72-0x77, size=0x6, align=0x1 PNP0c02: adding io range 0x90-0x9f, size=0x10, align=0x1 PNP0c02: adding io range 0xa4-0xa5, size=0x2, align=0x1 PNP0c02: adding io range 0xa8-0xa9, size=0x2, align=0x1 PNP0c02: adding io range 0xac-0xad, size=0x2, align=0x1 PNP0c02: adding io range 0xb0-0xbd, size=0xe, align=0x1 pnpbios: handle 12 device ID PNP0c02 (020cd041) pnpbios: handle 14 device ID PNP0c02 (020cd041) PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0x8 PNP0501: adding irq mask 0x10 pnpbios: handle 16 device ID PNP0501 (0105d041) PNP0501: adding io range 0x2f8-0x2ff, size=0x8, align=0x8 PNP0501: adding irq mask 0x8 pnpbios: handle 17 device ID PNP0501 (0105d041) PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x8 PNP0700: adding io range 0x3f7-0x3f7, size=0x1, align=0x1 PNP0700: adding irq mask 0x40 PNP0700: adding dma mask 0x4 pnpbios: handle 18 device ID PNP0700 (0007d041) sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: at iomem 0xcb800-0xcbfff,0xc8000-0xcb7ff, 0xc0000-0xc7fff on isa0 adv0: not probed (disabled) aha0: not probed (disabled) aic0: not probed (disabled) ata0 failed to probe at port 0x1f0 irq 14 on isa0 ata1 failed to probe at port 0x170 irq 15 on isa0 atkbdc0: at port 0x64,0x60 on isa0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] bt0: not probed (disabled) cs0: not probed (disabled) ed0: not probed (disabled) fdc0: ic_type 90 part_id 80 fdc0: at port 0x3f0-0x3f5 irq 6 drq 2 on isa0 fdc0: ic_type 90 part_id 80 fdc0: [MPSAFE] fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 fe0: not probed (disabled) ie0: not probed (disabled) lnc0: not probed (disabled) pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 pcic1: not probed (disabled) ppc0 failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio0: irq maps: 0xa001 0xa011 0xa001 0xa001 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: irq maps: 0xa001 0xa009 0xa001 0xa001 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio2: not probed (disabled) sio3: not probed (disabled) sn0: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 05 50 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff vt0: not probed (disabled) isa_probe_children: probing PnP devices unknown: can't assign resources (port) unknown: at port 0x60 on isa0 unknown: failed to probe at port 0x61 on isa0 unknown: can't assign resources (port) unknown: at port 0x4d0-0x4d1 on isa0 unknown: can't assign resources (port) unknown: at port 0x3f8-0x3ff on isa0 unknown: can't assign resources (port) unknown: at port 0x2f8-0x2ff on isa0 unknown: can't assign resources (port) unknown: at port 0x3f0-0x3f5 on isa0 Device configuration finished. procfs registered Timecounter "TSC" frequency 396820206 Hz quality -100 Timecounters tick every 10.000 msec IP Filter: v3.4.35 initialized. Default = pass all, Logging = enabled lo0: bpf attached Waiting 2 seconds for SCSI devices to settle (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. sym0: enabling clock multiplier sym0: Downloading SCSI SCRIPTS. Interrupt storm detected on "irq9: dc0 dc1"; throttling interrupt source (probe0:sym0:0:0:0): Retrying Command (probe1:sym0:0:1:0): Retrying Command (probe2:sym0:0:2:0): Retrying Command (probe5:sym0:0:5:0): error 22 (probe5:sym0:0:5:0): Unretryable Error (probe7:sym0:0:8:0): phase change 6-7 6@0020df8c resid=4. (probe1:sym0:0:1:1): error 22 (probe1:sym0:0:1:1): Unretryable Error (probe1:sym0:0:1:2): error 22 (probe1:sym0:0:1:2): Unretryable Error (probe1:sym0:0:1:3): error 22 (probe1:sym0:0:1:3): Unretryable Error (probe1:sym0:0:1:4): error 22 (probe1:sym0:0:1:4): Unretryable Error (probe1:sym0:0:1:5): error 22 (probe1:sym0:0:1:5): Unretryable Error (probe1:sym0:0:1:6): error 22 (probe1:sym0:0:1:6): Unretryable Error (probe1:sym0:0:1:7): error 22 (probe1:sym0:0:1:7): Unretryable Error (probe0:sym0:0:0:1): error 22 (probe0:sym0:0:0:1): Unretryable Error (probe0:sym0:0:0:2): error 22 (probe0:sym0:0:0:2): Unretryable Error (probe0:sym0:0:0:3): error 22 (probe0:sym0:0:0:3): Unretryable Error (probe0:sym0:0:0:4): error 22 (probe0:sym0:0:0:4): Unretryable Error (probe0:sym0:0:0:5): error 22 (probe0:sym0:0:0:5): Unretryable Error (probe0:sym0:0:0:6): error 22 (probe0:sym0:0:0:6): Unretryable Error (probe0:sym0:0:0:7): error 22 (probe0:sym0:0:0:7): Unretryable Error (probe0:sym0:0:2:1): error 22 (probe0:sym0:0:2:1): Unretryable Error (probe0:sym0:0:2:2): error 22 (probe0:sym0:0:2:2): Unretryable Error (probe0:sym0:0:2:3): error 22 (probe0:sym0:0:2:3): Unretryable Error (probe0:sym0:0:2:4): error 22 (probe0:sym0:0:2:4): Unretryable Error (probe0:sym0:0:2:5): error 22 (probe0:sym0:0:2:5): Unretryable Error (probe0:sym0:0:2:6): error 22 (probe0:sym0:0:2:6): Unretryable Error (probe0:sym0:0:2:7): error 22 (probe0:sym0:0:2:7): Unretryable Error ses0 at sym0 bus 0 target 8 lun 0 ses0: Fixed Processor SCSI-2 device ses0: Serial Number 1 ses0: 3.300MB/s transfers ses0: SAF-TE Compliant Device pass0 at sym0 bus 0 target 0 lun 0 pass0: Fixed Direct Access SCSI-2 device pass0: Serial Number 3AK0A5ZJ000010071Z8W pass0: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled pass1 at sym0 bus 0 target 1 lun 0 pass1: Fixed Direct Access SCSI-2 device pass1: Serial Number 00002277 pass1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled pass2 at sym0 bus 0 target 2 lun 0 pass2: Fixed Direct Access SCSI-2 device pass2: Serial Number 00001305 pass2: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled pass3 at sym0 bus 0 target 5 lun 0 pass3: Removable CD-ROM SCSI-2 device pass3: 20.000MB/s transfers (20.000MHz, offset 16) pass4 at sym0 bus 0 target 8 lun 0 pass4: Fixed Processor SCSI-2 device pass4: Serial Number 1 pass4: 3.300MB/s transfers GEOM: new disk cd0 GEOM: new disk da0 GEOM: new disk da1 GEOM: new disk da2 SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x00000000 VER: 0x00040011 LDR: 0x01000000 DFR: 0x0fffffff lint0: 0x00010700 lint1: 0x00010400 TPR: 0x00000000 SVR: 0x000001ff ioapic0: routing intpin 1 (ISA IRQ 1) to cluster 0 ioapic0: routing intpin 2 (ISA IRQ 0) to cluster 0 ioapic0: routing intpin 3 (ISA IRQ 3) to cluster 0 ioapic0: routing intpin 4 (ISA IRQ 4) to cluster 0 ioapic0: routing intpin 6 (ISA IRQ 6) to cluster 0 ioapic0: routing intpin 7 (ISA IRQ 7) to cluster 0 ioapic0: routing intpin 8 (ISA IRQ 8) to cluster 0 ioapic0: routing intpin 9 (ISA IRQ 9) to cluster 0 ioapic0: routing intpin 10 (ISA IRQ 10) to cluster 0 ioapic0: routing intpin 13 (ISA IRQ 13) to cluster 0 (cd0:sym0:0:5:0): Retrying Command da2 at sym0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: Serial Number 00001305 da2: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da2: 8704MB (17827698 512 byte sectors: 255H 63S/T 1109C) da1 at sym0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: Serial Number 00002277 da1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da1: 8704MB (17827698 512 byte sectors: 255H 63S/T 1109C) da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Serial Number 3AK0A5ZJ000010071Z8W da0: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) (cd0:sym0:0:5:0): error 6 (cd0:sym0:0:5:0): Unretryable Error cd0 at sym0 bus 0 target 5 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 16) cd0: Attempt to query device size failed: NOT READY, Medium not present (cd0:sym0:0:5:0): error 6 (cd0:sym0:0:5:0): Unretryable Error (cd0:sym0:0:5:0): error 6 (cd0:sym0:0:5:0): Unretryable Error (cd0:sym0:0:5:0): error 6 (cd0:sym0:0:5:0): Unretryable Error [0] f:80 typ:165 s(CHS):0/1/1 e(CHS):1023/254/63 s:63 l:35551782 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 GEOM: Configure da0s1, start 32256 length 18202512384 end 18202544639 GEOM: Configure da1c, start 0 length 9127781376 end 9127781375 GEOM: Configure da1d, start 32256 length 9127749120 end 9127781375 GEOM: Configure da2c, start 0 length 9127781376 end 9127781375 GEOM: Configure da2d, start 32256 length 9127749120 end 9127781375 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 GEOM: Configure da0s1a, start 0 length 123731968 end 123731967 GEOM: Configure da0s1b, start 123731968 length 1073741824 end 1197473791 GEOM: Configure da0s1c, start 0 length 18202512384 end 18202512383 GEOM: Configure da0s1d, start 1197473792 length 1073741824 end 2271215615 GEOM: Configure da0s1e, start 2271215616 length 2147483648 end 4418699263 GEOM: Configure da0s1f, start 4418699264 length 13783813120 end 18202512383 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 [0] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [2] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0 [3] f:80 typ:165 s(CHS):0/0/1 e(CHS):1023/254/63 s:0 l:50000 [0] f:0e typ:162 s(CHS):256/82/1 e(CHS):458/238/17 s:-609674986 l:- 612337923 [1] f:20 typ:230 s(CHS):922/28/36 e(CHS):673/52/56 s:-1119163435 l: 234863854 [2] f:3a typ:203 s(CHS):351/90/10 e(CHS):519/233/51 s:-938304081 l:- 752965650 [3] f:73 typ:121 s(CHS):961/226/25 e(CHS):219/32/18 s:-278924650 l:- 898031409 Mounting root from ufs:/dev/da0s1a start_init: trying /sbin/init [0] f:0e typ:162 s(CHS):256/82/1 e(CHS):458/238/17 s:-609674986 l:- 612337923 [1] f:20 typ:230 s(CHS):922/28/36 e(CHS):673/52/56 s:-1119163435 l: 234863854 [2] f:3a typ:203 s(CHS):351/90/10 e(CHS):519/233/51 s:-938304081 l:- 752965650 [3] f:73 typ:121 s(CHS):961/226/25 e(CHS):219/32/18 s:-278924650 l:- 898031409 (da0:sym0:0:0:0): QUEUE FULL (da0:sym0:0:0:0): Queue Full (da0:sym0:0:0:0): tagged openings now 63 (da0:sym0:0:0:0): Retrying Command (da0:sym0:0:0:0): QUEUE FULL (da0:sym0:0:0:0): Queue Full (da0:sym0:0:0:0): tagged openings now 62 (da0:sym0:0:0:0): Retrying Command (da0:sym0:0:0:0): QUEUE FULL (da0:sym0:0:0:0): Queue Full (da0:sym0:0:0:0): tagged openings now 61 (da0:sym0:0:0:0): Retrying Command (da0:sym0:0:0:0): QUEUE FULL (da0:sym0:0:0:0): Queue Full (da0:sym0:0:0:0): tagged openings now 60 (da0:sym0:0:0:0): Retrying Command (da0:sym0:0:0:0): QUEUE FULL (da0:sym0:0:0:0): Queue Full (da0:sym0:0:0:0): tagged openings now 59 (da0:sym0:0:0:0): Retrying Command (da0:sym0:0:0:0): QUEUE FULL (da0:sym0:0:0:0): Queue Full (da0:sym0:0:0:0): tagged openings now 58 (da0:sym0:0:0:0): Retrying Command (da0:sym0:0:0:0): QUEUE FULL (da0:sym0:0:0:0): Queue Full (da0:sym0:0:0:0): tagged openings now 57 (da0:sym0:0:0:0): Retrying Command (da0:sym0:0:0:0): QUEUE FULL (da0:sym0:0:0:0): Queue Full (da0:sym0:0:0:0): tagged openings now 56 (da0:sym0:0:0:0): Retrying Command (da0:sym0:0:0:0): QUEUE FULL (da0:sym0:0:0:0): Queue Full (da0:sym0:0:0:0): tagged openings now 55 (da0:sym0:0:0:0): Retrying Command (da0:sym0:0:0:0): QUEUE FULL (da0:sym0:0:0:0): Queue Full (da0:sym0:0:0:0): tagged openings now 54 (da0:sym0:0:0:0): Retrying Command Kernel configuration file: machine i386 cpu I686_CPU ident AUSRINE # IPfilter packet filter options IPFILTER options IPFILTER_LOG # ALTQ options ALTQ # enable ALTQ options ALTQ_CBQ # build the ``Class Based Queuing'' discipline. #options ALTQ_RED # build the ``Random Early Drop'' extension. #options ALTQ_RIO # build ``Random Early Drop'' for input and output. options ALTQ_HFSC # build the ``Hierarchical Packet Scheduler'' discipline. options ALTQ_CDNR # build the traffic conditioner. This option is meaningless at # the moment as the conditioner is not used by any of the # available disciplines or consumer. options ALTQ_PRIQ # build the ``Priority Queuing'' discipline. options ALTQ_NOPCC # required for SMP builds. #options ALTQ_DEBUG # enable additional debugging facilities. makeoptions COPTFLAGS="-O2 -pipe -funroll-loops -ffast-math" options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=2000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. # Enables building of a Symmetric MultiProcessor kernel: options SMP options NO_MIXED_MODE # Disable use of mixed mode device apic # I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device isa device pci # Floppy drives device fdc # SCSI Controllers device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device vga # VGA video card driver # syscons is the default console driver, resembling an SCO console device sc # Floating point support - do not disable. device npx # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppbus # Parallel port bus (required) # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device fxp device dc # DEC/Intel 21143 and various workalikes # Pseudo devices. device loop # Network loopback device mem # Memory and kernel memory devices device io # I/O device device random # Entropy device device ether # Ethernet support device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support device usb # USB Bus (required) From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 06:59:12 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B4FB16A41F; Thu, 26 May 2005 06:59:12 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1396643D48; Thu, 26 May 2005 06:59:12 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4Q6xBAS069037; Thu, 26 May 2005 06:59:11 GMT (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4Q6x8Sa069002; Thu, 26 May 2005 06:59:09 GMT (envelope-from ache) Date: Thu, 26 May 2005 06:59:09 GMT From: "Andrey A. Chernov" Message-Id: <200505260659.j4Q6x8Sa069002@freefall.freebsd.org> To: tarc@tarc.po.cs.msu.su, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/81256: [patch] stty prints wrong flags value X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 06:59:12 -0000 Synopsis: [patch] stty prints wrong flags value State-Changed-From-To: open->patched State-Changed-By: ache State-Changed-When: Thu May 26 06:58:36 GMT 2005 State-Changed-Why: Fix committed into -current http://www.freebsd.org/cgi/query-pr.cgi?pr=81256 From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 09:43:53 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD6DE16A42A; Thu, 26 May 2005 09:43:53 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A86B43D72; Thu, 26 May 2005 09:43:53 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4Q9hrlx067787; Thu, 26 May 2005 09:43:53 GMT (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4Q9hpCA067783; Thu, 26 May 2005 09:43:51 GMT (envelope-from ache) Date: Thu, 26 May 2005 09:43:51 GMT From: "Andrey A. Chernov" Message-Id: <200505260943.j4Q9hpCA067783@freefall.freebsd.org> To: tarc@tarc.po.cs.msu.su, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: bin/81256: [patch] stty prints wrong flags value X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 09:43:54 -0000 Synopsis: [patch] stty prints wrong flags value State-Changed-From-To: patched->closed State-Changed-By: ache State-Changed-When: Thu May 26 09:43:31 GMT 2005 State-Changed-Why: Committed into -stable http://www.freebsd.org/cgi/query-pr.cgi?pr=81256 From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 11:20:06 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF10C16A43A for ; Thu, 26 May 2005 11:20:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1724A43D55 for ; Thu, 26 May 2005 11:20:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4QBK1m9081528 for ; Thu, 26 May 2005 11:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4QBK1jW081527; Thu, 26 May 2005 11:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 26 May 2005 11:20:01 GMT Resent-Message-Id: <200505261120.j4QBK1jW081527@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hirohisa Yamaguchi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B0616A41C for ; Thu, 26 May 2005 11:13:26 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C32643D48 for ; Thu, 26 May 2005 11:13:26 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QBDQke067779 for ; Thu, 26 May 2005 11:13:26 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4QBDPLg067777; Thu, 26 May 2005 11:13:26 GMT (envelope-from nobody) Message-Id: <200505261113.j4QBDPLg067777@www.freebsd.org> Date: Thu, 26 May 2005 11:13:26 GMT From: Hirohisa Yamaguchi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/81495: hexdump(1) format option does not allow literal '%' in output X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 11:20:07 -0000 >Number: 81495 >Category: bin >Synopsis: hexdump(1) format option does not allow literal '%' in output >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: Thu May 26 11:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: 6.0-CURRENT >Organization: >Environment: >Description: I cannot get literal '%' in hexdump(1) output with any format_string. Though the man page mentions exceptions in fprintf-style format, there's no explanation why '%' cannot be printed. >How-To-Repeat: exec hexdump(1) with format_string which contains '%%' to get literal '%' in output. e.g.) $ echo foo | hexdump -e '"" /1 "%%%02x" "\n"' I got: hexdump: %%: bad conversion character >Fix: a) If there's any historical reasons to be so, update the man page; to mention that literal '%' cannot be included in output. or b) fix it. I wrote a patch, not thoroughly tested. And flag name is, perhaps, not appropriate. --- src/usr.bin/hexdump/parse.c.orig Thu Jul 22 22:14:42 2004 +++ src/usr.bin/hexdump/parse.c Thu May 26 19:22:28 2005 @@ -383,6 +383,10 @@ isint2: switch(fu->bcnt) { badconv(p1); } break; + case '%': + /* skip over '%' */ + pr->flags = F_ADDRESS; + break; default: p1[1] = '\0'; badconv(p1); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 12:00:10 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10EFE16A451 for ; Thu, 26 May 2005 12:00:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84DA943D54 for ; Thu, 26 May 2005 12:00:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4QC07lW083229 for ; Thu, 26 May 2005 12:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4QC071V083228; Thu, 26 May 2005 12:00:07 GMT (envelope-from gnats) Resent-Date: Thu, 26 May 2005 12:00:07 GMT Resent-Message-Id: <200505261200.j4QC071V083228@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andriy Gapon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A1A216A41F for ; Thu, 26 May 2005 11:52:23 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AE7C43D93 for ; Thu, 26 May 2005 11:52:17 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QBqFqu082236 for ; Thu, 26 May 2005 11:52:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4QBqFEV082234; Thu, 26 May 2005 11:52:15 GMT (envelope-from nobody) Message-Id: <200505261152.j4QBqFEV082234@www.freebsd.org> Date: Thu, 26 May 2005 11:52:15 GMT From: Andriy Gapon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/81496: acd (atapicd) device lacks devstat X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 12:00:11 -0000 >Number: 81496 >Category: kern >Synopsis: acd (atapicd) device lacks devstat >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 26 12:00:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andriy Gapon >Release: 5.4-RELEASE >Organization: >Environment: 5.4-RELEASE i386 6.0-CURRENT i386 >Description: acd device does not register itself as a geom disk with create_disk() Soeren said a long while ago that there are some reasons for that: http://www.mail-archive.com/freebsd-current@freebsd.org/msg33834.html I am not sure how valid those reasons are, because cd device is a geom disk and it essentially implements very similar interface although for a different bus. I don't want to venture further in acd vs. geom disk situation, but not being a geom disk acd doesn't have get automatic devstat bookkeeping (as cd, ad etc do). It doesn't have any devstat bookkeeping of its own too. >How-To-Repeat: On a system with ATAPI CDROM and atapicd device in kernel do the following: 1. sysctl kern.disks - acd* won't show up in the list returned 2. iostat -d - acd* won't be there 3. inspect atapi-cd.c sources >Fix: sorry, no patch at this time >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 12:20:09 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D6C716A42A for ; Thu, 26 May 2005 12:20:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3390C43D66 for ; Thu, 26 May 2005 12:20:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4QCK0ub089161 for ; Thu, 26 May 2005 12:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4QCK05K089160; Thu, 26 May 2005 12:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 26 May 2005 12:20:00 GMT Resent-Message-Id: <200505261220.j4QCK05K089160@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andriy Gapon Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9828B16A433 for ; Thu, 26 May 2005 12:17:32 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 921E743D5D for ; Thu, 26 May 2005 12:17:24 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QCHOCj093790 for ; Thu, 26 May 2005 12:17:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4QCHOJO093774; Thu, 26 May 2005 12:17:24 GMT (envelope-from nobody) Message-Id: <200505261217.j4QCHOJO093774@www.freebsd.org> Date: Thu, 26 May 2005 12:17:24 GMT From: Andriy Gapon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/81497: ad and da do not set interface type in devstat entry X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 12:20:09 -0000 >Number: 81497 >Category: kern >Synopsis: ad and da do not set interface type in devstat entry >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 26 12:20:00 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andriy Gapon >Release: 5.4-RELEASE >Organization: >Environment: 5.4-RELEASE i386 6.0-CURRENT i386 >Description: (scsi) cd device driver pre-creates devstat entry before calling geom disk_create() and sets device type to DEVSTAT_TYPE_CDROM|DEVSTAT_TYPE_IF_SCSI, which is perfect IMHO. On the other hand, da and ad drivers rely on disk_create() to create a devstat entry and it is created with device type DEVSTAT_TYPE_DIRECT, which is not incorrect but is not complete either: iostat -d -t SCSI or iostat -d -t IDE wouldn't show any ad or da devices, only cd >How-To-Repeat: 1. on a system with ad or da or both disks do the following: iostat -d -t SCSI iostat -d -t IDE Result: no ad/da devices are shown contrary to iostat(1) and reasonable expectations. >Fix: no patch at this time, sorry >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 15:40:13 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C683416A420 for ; Thu, 26 May 2005 15:40:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EC2343D53 for ; Thu, 26 May 2005 15:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4QFe45D011417 for ; Thu, 26 May 2005 15:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4QFe4q4011416; Thu, 26 May 2005 15:40:04 GMT (envelope-from gnats) Date: Thu, 26 May 2005 15:40:04 GMT Message-Id: <200505261540.j4QFe4q4011416@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Poul-Henning Kamp" Cc: Subject: Re: kern/81496: acd (atapicd) device lacks devstat X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Poul-Henning Kamp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 15:40:14 -0000 The following reply was made to PR kern/81496; it has been noted by GNATS. From: "Poul-Henning Kamp" To: Andriy Gapon Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/81496: acd (atapicd) device lacks devstat Date: Thu, 26 May 2005 17:31:00 +0200 In message <200505261152.j4QBqFEV082234@www.freebsd.org>, Andriy Gapon writes: Use the gstat(8) program instead. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 16:00:12 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4186716A42C for ; Thu, 26 May 2005 16:00:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FEFA43D4C for ; Thu, 26 May 2005 16:00:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4QG098B012076 for ; Thu, 26 May 2005 16:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4QG0947012075; Thu, 26 May 2005 16:00:09 GMT (envelope-from gnats) Date: Thu, 26 May 2005 16:00:09 GMT Message-Id: <200505261600.j4QG0947012075@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/81496: acd (atapicd) device lacks devstat X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 16:00:12 -0000 The following reply was made to PR kern/81496; it has been noted by GNATS. From: Andriy Gapon To: Poul-Henning Kamp Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/81496: acd (atapicd) device lacks devstat Date: Thu, 26 May 2005 18:53:57 +0300 on 26.05.2005 18:31 Poul-Henning Kamp said the following: > In message <200505261152.j4QBqFEV082234@www.freebsd.org>, Andriy Gapon writes: > > > Use the gstat(8) program instead. > Poul-Henning, here's an output from gstat while copying a file from a UDF filesystem on acd0 to a filesystem on ad0s1f (5.4-release, atapicam is present in the kernel): dT: 0.501 flag_I 500000us sizeof 240 i -1 L(q) ops/s r/s kBps ms/r w/s kBps ms/w %busy Name 0 22 0 0 0.0 22 2811 1.5 3.3| ad0 0 22 0 0 0.0 22 2811 1.5 3.3| ad0s1 0 0 0 0 0.0 0 0 0.0 0.0| acd0 0 0 0 0 0.0 0 0 0.0 0.0| acd0t01 0 0 0 0 0.0 0 0 0.0 0.0| ad0s1a 0 0 0 0 0.0 0 0 0.0 0.0| ad0s1b 0 0 0 0 0.0 0 0 0.0 0.0| ad0s1c 0 0 0 0 0.0 0 0 0.0 0.0| ad0s1d 0 0 0 0 0.0 0 0 0.0 0.0| ad0s1e 0 22 0 0 0.0 22 2811 1.5 3.4| ad0s1f 0 0 0 0 0.0 0 0 0.0 0.0| acd1 1 44 44 2811 22.5 0 0 0.0 99.1| cd0 0 0 0 0 0.0 0 0 0.0 0.0| acd1t01 0 0 0 0 0.0 0 0 0.0 0.0| cd1 I am not sure why acd0 got all zeros. Anyway, even if gstat should work perfectly for acd, I think it is no reason to have iostat/systat incomplete. Also, a reference to gstat(8) in iostat(8) and systat(1) would be nice too. Btw, is it a bug or a feature that gstat requires root privileges ? - iostat/systat can be run as a regualr user: gstat: geom_stats_open(): Permission denied -- Andriy Gapon From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 16:10:06 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CC2916A428 for ; Thu, 26 May 2005 16:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 124F343D49 for ; Thu, 26 May 2005 16:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4QGA58a017303 for ; Thu, 26 May 2005 16:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4QGA50j017302; Thu, 26 May 2005 16:10:05 GMT (envelope-from gnats) Date: Thu, 26 May 2005 16:10:05 GMT Message-Id: <200505261610.j4QGA50j017302@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Poul-Henning Kamp" Cc: Subject: Re: kern/81496: acd (atapicd) device lacks devstat X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Poul-Henning Kamp List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 16:10:06 -0000 The following reply was made to PR kern/81496; it has been noted by GNATS. From: "Poul-Henning Kamp" To: Andriy Gapon Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/81496: acd (atapicd) device lacks devstat Date: Thu, 26 May 2005 18:09:25 +0200 In message <4295F115.4050301@icyb.net.ua>, Andriy Gapon writes: >on 26.05.2005 18:31 Poul-Henning Kamp said the following: >> In message <200505261152.j4QBqFEV082234@www.freebsd.org>, Andriy Gapon writes: >> >> >> Use the gstat(8) program instead. >> > >Poul-Henning, > >here's an output from gstat while copying a file from a UDF filesystem >on acd0 to a filesystem on ad0s1f (5.4-release, atapicam is present in >the kernel): > >dT: 0.501 flag_I 500000us sizeof 240 i -1 > L(q) ops/s r/s kBps ms/r w/s kBps ms/w %busy Name > 0 22 0 0 0.0 22 2811 1.5 3.3| ad0 > 0 22 0 0 0.0 22 2811 1.5 3.3| ad0s1 > 0 0 0 0 0.0 0 0 0.0 0.0| acd0 > 0 0 0 0 0.0 0 0 0.0 0.0| acd0t01 > 0 0 0 0 0.0 0 0 0.0 0.0| ad0s1a > 0 0 0 0 0.0 0 0 0.0 0.0| ad0s1b > 0 0 0 0 0.0 0 0 0.0 0.0| ad0s1c > 0 0 0 0 0.0 0 0 0.0 0.0| ad0s1d > 0 0 0 0 0.0 0 0 0.0 0.0| ad0s1e > 0 22 0 0 0.0 22 2811 1.5 3.4| ad0s1f > 0 0 0 0 0.0 0 0 0.0 0.0| acd1 > 1 44 44 2811 22.5 0 0 0.0 99.1| cd0 > 0 0 0 0 0.0 0 0 0.0 0.0| acd1t01 > 0 0 0 0 0.0 0 0 0.0 0.0| cd1 > > >I am not sure why acd0 got all zeros. Because you use atapi-cam and /dev/cd0 ? >Anyway, even if gstat should work perfectly for acd, I think it is no >reason to have iostat/systat incomplete. Also, a reference to gstat(8) >in iostat(8) and systat(1) would be nice too. Yeah, I think it is point 1032 on my todo list :-( >Btw, is it a bug or a feature that gstat requires root privileges ? - >iostat/systat can be run as a regualr user: >gstat: geom_stats_open(): Permission denied That's probably a bug. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 17:30:07 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C5A016A41C for ; Thu, 26 May 2005 17:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1BF043D49 for ; Thu, 26 May 2005 17:30:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4QHU6wP024609 for ; Thu, 26 May 2005 17:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4QHU6bC024608; Thu, 26 May 2005 17:30:06 GMT (envelope-from gnats) Date: Thu, 26 May 2005 17:30:06 GMT Message-Id: <200505261730.j4QHU6bC024608@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/81496: acd (atapicd) device lacks devstat X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 17:30:07 -0000 The following reply was made to PR kern/81496; it has been noted by GNATS. From: Andriy Gapon To: Poul-Henning Kamp Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/81496: acd (atapicd) device lacks devstat Date: Thu, 26 May 2005 20:20:22 +0300 on 26.05.2005 19:09 Poul-Henning Kamp said the following: > In message <4295F115.4050301@icyb.net.ua>, Andriy Gapon writes: >>on 26.05.2005 18:31 Poul-Henning Kamp said the following: >>>In message <200505261152.j4QBqFEV082234@www.freebsd.org>, Andriy Gapon writes: >>I am not sure why acd0 got all zeros. > > Because you use atapi-cam and /dev/cd0 ? you are correct, it was my bad - I mounted cd0 instead of acd0. Now everything is reported correcly. Thank you very much for introducing gstat to me. >>Anyway, even if gstat should work perfectly for acd, I think it is no >>reason to have iostat/systat incomplete. Also, a reference to gstat(8) >>in iostat(8) and systat(1) would be nice too. > > Yeah, I think it is point 1032 on my todo list :-( I hope you were talking just about man pages, not iostat/systat utilities themselves. -- Andriy Gapon From owner-freebsd-bugs@FreeBSD.ORG Thu May 26 21:10:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89DC916A41C for ; Thu, 26 May 2005 21:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B207E43D58 for ; Thu, 26 May 2005 21:10:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4QLA1GN064759 for ; Thu, 26 May 2005 21:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4QLA1eT064756; Thu, 26 May 2005 21:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 26 May 2005 21:10:01 GMT Resent-Message-Id: <200505262110.j4QLA1eT064756@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Darren Pilgrim Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50BCB16A41C for ; Thu, 26 May 2005 21:08:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EBB943D48 for ; Thu, 26 May 2005 21:08:08 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QL87Oc087355 for ; Thu, 26 May 2005 21:08:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4QL87T2087354; Thu, 26 May 2005 21:08:07 GMT (envelope-from nobody) Message-Id: <200505262108.j4QL87T2087354@www.freebsd.org> Date: Thu, 26 May 2005 21:08:07 GMT From: Darren Pilgrim To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: bin/81533: /usr/sbin/usbd has MAXUSBDEV set too low, resulting not all /dev/usb* being opened and subsequent attach failures. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 21:10:02 -0000 >Number: 81533 >Category: bin >Synopsis: /usr/sbin/usbd has MAXUSBDEV set too low, resulting not all /dev/usb* being opened and subsequent attach failures. >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 26 21:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Darren Pilgrim >Release: 6.0-CURRENT >Organization: n/a >Environment: FreeBSD Smiley.Blackthornes.LAN 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sun May 22 18:51:16 PDT 2005 root@Sonomago.loki.lan:/usr/obj/usr/src/sys/Sonomago i386 >Description: In order to watch for events, usbd opens the /dev/usb* devices. usbd uses a #define called MAXUSBDEV to size arrays used in opening the USB bus devices. As the name of the constant implies, usbd will not open more than MAXUSBDEV /dev/usb* devices. Presently, MAXUSBDEV is set to 4. Modern hardware is trending toward four or more USB 2.0 ports using a one-hub-per-port configuration on the motherboard to increase performance. As such, the current value for MAXUSBDEV is no longer sufficient. When a device is plugged into a bus not being watched by usbd, the event is not caught and the attach procedure it not performed. This is further complicated by the dual-hub nature of USB 2.0. Because of this odd design, it is possible for usbd to be watching the USB 1.1 hub for a port, but not the USB 2.0 hub or vice versa. When a USB device is connected to such a port, the results are unpredicatable. The author was able to reliably produce panics in this scenario by plugging and unplugging an external USB 2.0 hub. >How-To-Repeat: The problem can be observed on any machine with at least four USB 2.0 ports or five USB 1.1 ports or any other combination that would produce at least five /dev/usb* devices. Use fstat to look at the files usbd has open and note that only /dev/usb0, /dev/usb1, /dev/usb2 and /dev/usb3 are open despite the presence of /dev/usb4 and (possibly) higher-numbered devices. Plugging devices into the unwatched or partially-watched hubs will result in missing or erroneous attach behavior. WARNING: You may panic your system trying this! >Fix: Increasing MAXUSBDEV to at least the number of USB hubs present results in proper operation of usbd for all USB busses. The following patch to src/usr.sbin/usbd/usbd.c v1.31 increases MAXUSBDEV to 40: --- usbd.c.orig Mon Jan 3 22:45:41 2005 +++ usbd.c Wed May 25 20:52:01 2005 @@ -81,7 +81,7 @@ /* Maximum number of USB busses expected to be in a system * XXX should be replaced by dynamic allocation. */ -#define MAXUSBDEV 4 +#define MAXUSBDEV 40 /* Sometimes a device does not respond in time for interrupt * driven explore to find it. Therefore we run an exploration >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 01:30:07 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5062516A41C for ; Fri, 27 May 2005 01:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EAEB43D48 for ; Fri, 27 May 2005 01:30:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4R1U6ok096837 for ; Fri, 27 May 2005 01:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4R1U67F096836; Fri, 27 May 2005 01:30:06 GMT (envelope-from gnats) Date: Fri, 27 May 2005 01:30:06 GMT Message-Id: <200505270130.j4R1U67F096836@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Rostislav Krasny Cc: Subject: Re: bin/80732 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rostislav Krasny List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 01:30:07 -0000 The following reply was made to PR bin/80732; it has been noted by GNATS. From: Rostislav Krasny To: Maxim Konovalov Cc: bug-followup@freebsd.org Subject: Re: bin/80732 Date: Fri, 27 May 2005 04:22:06 +0200 This is a multi-part message in MIME format. --------------070103080705040905030601 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Maxim Konovalov wrote: > Why didn't you check the return code from malloc(3) and read(2)? > Could you please fix that? Could you remove all style(9) changes > from your diff? Fixed. Thank you for the comment. New diff of telnetd(8) is attached to this email (inline). P.S. The original diff of getty(8) doesn't need any change so far. --------------070103080705040905030601 Content-Type: text/plain; name="telnetd2.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="telnetd2.patch" diff -ur telnetd.orig/ext.h /usr/src/contrib/telnet/telnetd/ext.h --- telnetd.orig/ext.h Sat Dec 1 00:28:07 2001 +++ /usr/src/contrib/telnet/telnetd/ext.h Thu May 26 23:37:30 2005 @@ -112,8 +112,7 @@ #endif process_slc(unsigned char, unsigned char, cc_t), ptyflush(void), - putchr(int), - putf(char *, char *), + putf(char *, char *, size_t), recv_ayt(void), send_do(int, int), send_dont(int, int), diff -ur telnetd.orig/telnetd.c /usr/src/contrib/telnet/telnetd/telnetd.c --- telnetd.orig/telnetd.c Sun Feb 13 15:17:23 2005 +++ /usr/src/contrib/telnet/telnetd/telnetd.c Fri May 27 03:00:29 2005 @@ -42,7 +42,6 @@ #include "telnetd.h" #include "pathnames.h" -#include #include #include #include @@ -740,6 +739,7 @@ char *HE; char *HN; char *IM; + char *IF; int nfd; /* @@ -904,18 +904,39 @@ HE = Getstr("he", &cp); HN = Getstr("hn", &cp); - IM = Getstr("im", &cp); + IF = Getstr("if", &cp); if (HN && *HN) (void) strlcpy(host_name, HN, sizeof(host_name)); - if (IM == 0) - IM = strdup(""); + if (IF != NULL) { + int if_fd; + + if ((if_fd = open(IF, O_RDONLY)) != -1) { + struct stat if_fst; + ssize_t if_r; + + fstat(if_fd, &if_fst); + IM = malloc(if_fst.st_size + 1); + if (IM != NULL) { + if_r = read(if_fd, IM, if_fst.st_size); + IM[(if_r != -1)? if_r : 0] = 0; + } + close(if_fd); + } else { + IF = NULL; + } + } + if (IF == NULL) { + IM = Getstr("im", &cp); + if (IM == NULL) + IM = strdup(""); + } } else { IM = strdup(DEFAULT_IM); HE = 0; } edithost(HE, host_name); if (hostinfo && *IM) - putf(IM, ptyibuf2); + putf(IM, ptyibuf2, BUFSIZ); if (pcc) (void) strncat(ptyibuf2, ptyip, pcc+1); diff -ur telnetd.orig/utility.c /usr/src/contrib/telnet/telnetd/utility.c --- telnetd.orig/utility.c Sun May 4 05:54:49 2003 +++ /usr/src/contrib/telnet/telnetd/utility.c Thu May 26 23:37:42 2005 @@ -393,22 +393,6 @@ editedhost[sizeof editedhost - 1] = '\0'; } -static char *putlocation; - -static void -putstr(const char *s) -{ - - while (*s) - putchr(*s++); -} - -void -putchr(int cc) -{ - *putlocation++ = cc; -} - #ifdef __FreeBSD__ static char fmtstr[] = { "%+" }; #else @@ -416,11 +400,12 @@ #endif void -putf(char *cp, char *where) +putf(char *cp, char *where, size_t where_size) { char *slash; time_t t; char db[100]; + char ch_str[2] = {0, 0}; #ifdef __FreeBSD__ static struct utsname kerninfo; @@ -428,19 +413,13 @@ uname(&kerninfo); #endif - putlocation = where; - while (*cp) { if (*cp =='\n') { - putstr("\r\n"); - cp++; - continue; + strlcat(where, "\r\n", where_size); } else if (*cp != '%') { - putchr(*cp++); - continue; - } - switch (*++cp) { - + *ch_str = *cp; + strlcat(where, ch_str, where_size); + } else switch (*++cp) { case 't': #ifdef STREAMSPTY /* names are like /dev/pts/2 -- we want pts/2 */ @@ -448,14 +427,14 @@ #else slash = strrchr(line, '/'); #endif - if (slash == (char *) 0) - putstr(line); + if (slash == NULL) + strlcat(where, line, where_size); else - putstr(&slash[1]); + strlcat(where, &slash[1], where_size); break; case 'h': - putstr(editedhost); + strlcat(where, editedhost, where_size); break; case 'd': @@ -464,30 +443,34 @@ #endif (void)time(&t); (void)strftime(db, sizeof(db), fmtstr, localtime(&t)); - putstr(db); + strlcat(where, db, where_size); break; #ifdef __FreeBSD__ case 's': - putstr(kerninfo.sysname); + strlcat(where, kerninfo.sysname, where_size); break; case 'm': - putstr(kerninfo.machine); + strlcat(where, kerninfo.machine, where_size); break; case 'r': - putstr(kerninfo.release); + strlcat(where, kerninfo.release, where_size); break; case 'v': - putstr(kerninfo.version); + strlcat(where, kerninfo.version, where_size); break; #endif case '%': - putchr('%'); + *ch_str = '%'; + strlcat(where, ch_str, where_size); break; + + case 0: + return; } cp++; } --------------070103080705040905030601-- From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 01:50:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE8BA16A41C for ; Fri, 27 May 2005 01:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 020D243D53 for ; Fri, 27 May 2005 01:50:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4R1o1Me098943 for ; Fri, 27 May 2005 01:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4R1o1QS098942; Fri, 27 May 2005 01:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 27 May 2005 01:50:01 GMT Resent-Message-Id: <200505270150.j4R1o1QS098942@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew Muhametshin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5014216A41C for ; Fri, 27 May 2005 01:41:23 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C0E043D1D for ; Fri, 27 May 2005 01:41:23 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R1fMuB060200 for ; Fri, 27 May 2005 01:41:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4R1fMbf060199; Fri, 27 May 2005 01:41:22 GMT (envelope-from nobody) Message-Id: <200505270141.j4R1fMbf060199@www.freebsd.org> Date: Fri, 27 May 2005 01:41:22 GMT From: Andrew Muhametshin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81539: The fxtv program freezes systems X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 01:50:02 -0000 >Number: 81539 >Category: misc >Synopsis: The fxtv program freezes systems >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 27 01:50:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrew Muhametshin >Release: 5.4 >Organization: >Environment: FreeBSD inspirra.localdomain 5.4-STABLE FreeBSD 5.4-STABLE #7: Fri May 27 02:20:22 MSD 2005 root@inspirra.localdomain:/usr/obj/usr/src/sys/INSPIRRA i386 >Description: - After start of the fxtv program, in some minutes (1-10 min.) the system freezes. - Freezing does not depend on a tuner signal input(tuner|video|svideo|csvideo). - fxtv installed from ports (/usr/ports/multimedia/fxtv) - This problem was shown and on all early versions of FreeBSD-5.X - Other programs (xawtv, mplayer tv://) work normally. - Tried to establish a tv-tuner in other slot in m.board - does not help -------------------- bktr_mem: memory holder loaded bktr0: mem 0xef001000-0xef001fff irq 10 at device 9.0 on pci0 bktr0: Card has no configuration EEPROM. Cannot determine card make. bktr0: IMS TV Turbo, Philips FR1236 NTSC FM tuner. >How-To-Repeat: (while echo a10>/dev/speaker ; do sleep 3 ; done) & /usr/X11R6/bin/fxtv >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 08:10:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC3416A41C for ; Fri, 27 May 2005 08:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCEB643D58 for ; Fri, 27 May 2005 08:10:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4R8A1dO084612 for ; Fri, 27 May 2005 08:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4R8A1gL084611; Fri, 27 May 2005 08:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 27 May 2005 08:10:01 GMT Resent-Message-Id: <200505270810.j4R8A1gL084611@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Andrey V. Semyonov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E44516A41F for ; Fri, 27 May 2005 08:00:41 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE76943D1F for ; Fri, 27 May 2005 08:00:40 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4R80e1x066316 for ; Fri, 27 May 2005 08:00:40 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4R80eIq066315; Fri, 27 May 2005 08:00:40 GMT (envelope-from nobody) Message-Id: <200505270800.j4R80eIq066315@www.freebsd.org> Date: Fri, 27 May 2005 08:00:40 GMT From: "Andrey V. Semyonov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/81545: PPTP mpd-link stops to send and/or receive tunneled packets over time X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 08:10:02 -0000 >Number: 81545 >Category: kern >Synopsis: PPTP mpd-link stops to send and/or receive tunneled packets over time >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 27 08:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrey V. Semyonov >Release: 5.4-RELEASE >Organization: Tower-Telecom >Environment: FreeBSD ftp.starnet 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Thu May 26 17:16:41 MSD 2005 popov@ftp.starnet:/usr/obj/usr/src/sys/FTPSTAR i386 >Description: A pptp-linked to inet host stops to send and/or receive packets via pptp-tunnel over various time. Seems like it doesn't occur while some traffic goes through link. As traffic stops to go (I couldn't clear up the time of link silence) some desynchronization (as it seems to me) occurs on link and sometimes errors are logged to ppp.log, sometimes - looks like everything's OK. Both pptp-server and pptp-client run FreeBSD (server - 4.9, client - 5.4) and mpd 3.18. If errors occur in ppp.log the server closes and disconnects link, while client shows that link is up and working. If no errors in ppp.log - both server and client show that link is up and working. Also, if errors occur in ppp.log on client machine, that means that the system has locked up the netgraphs - even if I stop 'mpd' the ng0 interface remains in 'ifconfig' output, netgraph nodes remain in 'ngctl' lists, and even if I manually shutdown netgraph nodes by 'ngctl', 'mpd' won't start up normally causing occuranse of an error that it couldn't connect no 'bpf' node (while correctly creates all needed nodes, even that 'bpf'-node). I couldn't clear up any way to make the system working rather than reboot (kld's cannot be unloaded, because are loaded by kernel-self and are locked). Some information about problem: ---/var/log/dmesg.boot--- Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.4-RELEASE #0: Thu May 26 17:16:41 MSD 2005 popov@ftp.starnet:/usr/obj/usr/src/sys/FTPSTAR Timecounter "i8254" frequency 1193121 Hz quality 0 CPU: Pentium II/Pentium II Xeon/Celeron (350.78-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183fbff real memory = 268423168 (255 MB) avail memory = 253030400 (241 MB) MPTable: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 1 cpu1 (AP): APIC ID: 0 ioapic0: Assuming intbase of 0 ioapic0 irqs 0-23 on motherboard npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard cpu1 on motherboard pcib0: pcibus 0 on motherboard pci0: on pcib0 agp0: mem 0xe4000000-0xe7ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0xb800-0xb80f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 4.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 uhci0: port 0xb400-0xb41f irq 19 at device 4.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered piix0: port 0xe800-0xe80f at device 4.3 on pci0 Timecounter "PIIX" frequency 3579545 Hz quality 0 ahc0: port 0xb000-0xb0ff mem 0xe0000000-0xe0000fff irq 19 at device 6.0 on pci0 aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs fxp0: port 0xa800-0xa81f mem 0xdf800000-0xdf8fffff,0xe3000000-0xe3000fff irq 18 at device 10.0 on pci0 miibus0: on fxp0 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:a0:c9:39:e8:7b orm0: at iomem 0xc0000-0xcbfff on isa0 pmtimer0 on isa0 atkbdc0: at port 0x64,0x60 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: on ppc0 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounters tick every 10.000 msec ad0: 114473MB [232581/16/63] at ata0-master UDMA33 acd0: CDROM at ata1-slave PIO4 Waiting 15 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! da0 at ahc0 bus 0 target 1 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 80.000MB/s transfers (40.000MHz, offset 30, 16bit), Tagged Queueing Enabled da0: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C) Mounting root from ufs:/dev/da0s1a ---END OF /var/log/dmesg.boot--- ---/usr/src/sys/i386/conf/FTPSTAR--- # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.413.2.13 2005/04/02 16:37:58 scottl Exp $ machine i386 cpu I586_CPU cpu I686_CPU ident FTPSTAR # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. #options HZ=1000 options SMP options QUOTA options CLK_USE_I8254_CALIBRATION options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, requires NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device isa device eisa device pci # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device ataraid # ATA RAID drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering # SCSI Controllers device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device ahd # AHA39320/29320 and onboard AIC79xx devices device amd # AMD 53C974 (Tekram DC-390(T)) device isp # Qlogic family device mpt # LSI-Logic MPT-Fusion #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') device trm # Tekram DC395U/UW/F DC315U adapters device adv # Advansys SCSI adapters device adw # Advansys wide SCSI adapters device aha # Adaptec 154x SCSI adapters device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. device bt # Buslogic/Mylex MultiMaster SCSI adapters device ncv # NCR 53C500 device nsp # Workbit Ninja SCSI-3 device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) # RAID controllers interfaced to the SCSI subsystem device amr # AMI MegaRAID device arcmsr # Areca SATA II RAID device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID device ciss # Compaq Smart RAID 5* device dpt # DPT Smartcache III, IV - See NOTES for options device hptmv # Highpoint RocketRAID 182x device iir # Intel Integrated RAID device ips # IBM (Adaptec) ServeRAID device mly # Mylex AcceleRAID/eXtremeRAID device twa # 3ware 9000 series PATA/SATA RAID # RAID controllers device aac # Adaptec FSA RAID device aacp # SCSI passthrough for aac (requires CAM) device ida # Compaq Smart RAID device mlx # Mylex DAC960 family device pst # Promise Supertrak SX6000 device twe # 3ware ATA RAID # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor device agp # support several AGP chipsets # Floating point support - do not disable. device npx # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to the sio and/or ppc drivers): #device puc # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device em # Intel PRO/1000 adapter Gigabit Ethernet Card device ixgb # Intel PRO/10GbE Ethernet Card device txp # 3Com 3cR990 (``Typhoon'') device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device bfe # Broadcom BCM440x 10/100 Ethernet device bge # Broadcom BCM570xx Gigabit Ethernet device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) device lge # Level 1 LXT1001 gigabit ethernet device nge # NatSemi DP83820 gigabit ethernet device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device sk # SysKonnect SK-984x & SK-982x gigabit Ethernet device ste # Sundance ST201 (D-Link DFE-550TX) device ti # Alteon Networks Tigon I/II gigabit Ethernet device tl # Texas Instruments ThunderLAN device tx # SMC EtherPower II (83c170 ``EPIC'') device vge # VIA VT612x gigabit ethernet device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. device cs # Crystal Semiconductor CS89x0 NIC # 'device ed' requires 'device miibus' device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards device ex # Intel EtherExpress Pro/10 and Pro/10+ device ep # Etherlink III based cards device fe # Fujitsu MB8696x based cards device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc. device lnc # NE2100, NE32-VL Lance Ethernet cards device sn # SMC's 9000 series of Ethernet chips device xe # Xircom pccard Ethernet # ISA devices that use the old ISA shims #device le # Wireless NIC cards device wlan # 802.11 support device an # Aironet 4500/4800 802.11 wireless NICs. device awi # BayStack 660 and others device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs. #device wl # Older non 802.11 Wavelan wireless NIC. # Pseudo devices. device loop # Network loopback device mem # Memory and kernel memory devices device io # I/O device device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter device pf device pflog device pfsync # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface #device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device urio # Diamond Rio 500 MP3 player device uscanner # Scanners # USB Ethernet, requires mii device aue # ADMtek USB Ethernet device axe # ASIX Electronics USB Ethernet device cdce # Generic USB over Ethernet device cue # CATC USB Ethernet device kue # Kawasaki LSI USB Ethernet device rue # RealTek RTL8150 USB Ethernet # FireWire support device firewire # FireWire bus code device sbp # SCSI over FireWire (Requires scbus and da) device fwe # Ethernet over FireWire (non-standard!) ---END OF /usr/src/sys/i386/conf/FTPSTAR--- ---/etc/rc.conf--- keyrate="fast" usbd_enable="NO" ifconfig_fxp0="inet 10.0.0.249 netmask 255.255.0.0" hostname="ftp.starnet" nfs_client_enable="NO" rpcbind_enable="NO" rpc_statd_enable="NO" rpc_lockd_enable="NO" nfs_server_enable="NO" sshd_enable="YES" #firewall_enable="YES" enable_quotas="YES" apache2_enable="YES" apache2ssl_enable="YES" mousechar_start="3" font8x8="cp866-8x8" font8x14="cp866-8x14" font8x16="cp866b-8x16" scrnmap="koi8-r2cp866" keymap="ru.koi8-r" ntpd_enable="YES" ntpdate_enable="YES" syslogd_flags="-4 -b 10.0.0.249 -a 10.0.100.1" snmpd_enable="YES" clear_tmp_enable="YES" zabbix_suckerd_enable="YES" zabbix_agentd_enable="YES" mpd_enable="YES" pf_enable="YES" #pflog_enable="YES" ---END OF /etc/rc.conf--- ---`ps -xa`--- PID TT STAT TIME COMMAND 0 ?? DLs 0:00.32 [swapper] 1 ?? ILs 0:00.03 /sbin/init -- 2 ?? DL 0:11.83 [g_event] 3 ?? DL 0:18.23 [g_up] 4 ?? DL 0:32.40 [g_down] 5 ?? DL 0:00.00 [thread taskq] 6 ?? DL 0:00.00 [kqueue taskq] 7 ?? DL 0:00.00 [aic_recovery0] 8 ?? DL 0:00.00 [aic_recovery0] 9 ?? DL 0:00.67 [pagedaemon] 10 ?? DL 0:00.00 [ktrace] 11 ?? RL 948:14.23 [idle: cpu1] 12 ?? RL 951:55.00 [idle: cpu0] 13 ?? WL 0:00.00 [irq1: atkbd0] 14 ?? WL 0:00.00 [irq3: sio1] 15 ?? WL 0:00.00 [irq4: sio0] 16 ?? WL 0:00.00 [irq5:] 17 ?? WL 0:00.00 [irq6:] 18 ?? WL 0:00.00 [irq7: ppc0] 19 ?? WL 0:00.00 [irq8: rtc] 20 ?? WL 0:00.00 [irq9:] 21 ?? WL 0:00.00 [irq10:] 22 ?? WL 0:00.00 [irq11:] 23 ?? WL 0:00.00 [irq12:] 24 ?? WL 0:00.00 [irq13:] 25 ?? WL 0:01.80 [irq14: ata0] 26 ?? WL 0:00.00 [irq15: ata1] 27 ?? WL 0:00.00 [irq16:] 28 ?? WL 0:00.00 [irq17:] 29 ?? WL 1:32.13 [irq18: fxp0] 30 ?? WL 0:02.27 [irq19: uhci0 ahc0] 31 ?? WL 0:00.00 [irq20:] 32 ?? WL 0:00.00 [irq21:] 33 ?? WL 0:00.00 [irq22:] 34 ?? WL 0:00.00 [irq23:] 35 ?? WL 0:00.00 [irq0: clk] 36 ?? WL 1:26.28 [swi1: net] 37 ?? WL 3:05.82 [swi5: clock sio] 38 ?? WL 0:00.00 [swi4: vm] 39 ?? DL 0:29.33 [yarrow] 40 ?? WL 0:00.00 [swi6: task queue] 41 ?? WL 0:00.00 [swi6:+] 42 ?? WL 0:00.00 [swi6:+] 43 ?? WL 0:00.00 [swi2: camnet] 44 ?? WL 0:01.60 [swi3: cambio] 45 ?? DL 0:00.02 [usb0] 46 ?? DL 0:00.00 [usbtask] 47 ?? WL 0:00.00 [swi0: sio] 48 ?? DL 0:00.00 [vmdaemon] 49 ?? DL 0:06.65 [pagezero] 50 ?? DL 0:02.73 [bufdaemon] 51 ?? DL 1:57.80 [syncer] 52 ?? DL 0:01.48 [vnlru] 53 ?? IL 0:00.00 [nfsiod 0] 54 ?? IL 0:00.00 [nfsiod 1] 55 ?? IL 0:00.00 [nfsiod 2] 56 ?? IL 0:00.00 [nfsiod 3] 57 ?? DL 0:14.40 [schedcpu] 195 ?? Is 0:00.00 adjkerntz -i 251 ?? Is 0:00.00 /sbin/devd 269 ?? Ss 0:01.13 /usr/sbin/syslogd -4 -b 10.0.0.249 -a 10.0.100.1 375 ?? Is 0:00.03 /usr/local/libexec/vsftpd 395 ?? Ss 0:06.13 /usr/sbin/ntpd -p /var/run/ntpd.pid -f /var/db/ntpd.d 416 ?? Is 0:00.01 /usr/sbin/sshd 422 ?? Ss 0:03.03 sendmail: accepting connections (sendmail) 426 ?? Is 0:00.10 sendmail: Queue runner@00:30:00 for /var/spool/client 438 ?? Is 0:00.60 /usr/sbin/cron -s 456 ?? Ss 0:06.16 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 464 ?? Ss 0:06.86 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 472 ?? S 0:02.11 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 473 ?? S 0:01.70 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 474 ?? S 0:07.07 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 475 ?? S 0:01.67 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 476 ?? S 0:02.25 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 477 ?? Ss 0:06.12 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 485 ?? Ss 0:05.87 /usr/local/sbin/httpd -DSSL 498 ?? I 0:00.01 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 499 ?? I 0:00.01 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 500 ?? I 0:00.01 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 501 ?? I 0:00.01 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 502 ?? I 0:00.01 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 503 ?? S 0:00.34 /usr/local/sbin/httpd -DSSL 504 ?? S 0:00.34 /usr/local/sbin/httpd -DSSL 505 ?? S 0:00.39 /usr/local/sbin/httpd -DSSL 506 ?? S 0:00.35 /usr/local/sbin/httpd -DSSL 507 ?? S 0:00.50 /usr/local/sbin/httpd -DSSL 552 ?? S 0:03.59 /usr/local/sbin/snmpd -p /var/run/snmpd.pid 574 ?? SN 3:31.72 zabbix_agentd: main process (zabbix_agentd) 577 ?? IN 0:00.00 zabbix_agentd: waiting for connection. Requests [0] ( 578 ?? IN 0:00.00 zabbix_agentd: waiting for connection. Requests [0] ( 579 ?? IN 0:00.00 zabbix_agentd: waiting for connection. Requests [0] ( 580 ?? IN 0:00.00 zabbix_agentd: waiting for connection. Requests [0] ( 581 ?? IN 0:00.00 zabbix_agentd: waiting for connection. Requests [0] ( 644 ?? S 0:03.38 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 645 ?? S 0:01.12 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 653 ?? S 0:00.39 /usr/local/sbin/httpd -DSSL 680 ?? S 0:00.38 /usr/local/sbin/httpd -DSSL 681 ?? S 0:00.34 /usr/local/sbin/httpd -DSSL 728 ?? Ss 0:06.07 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 729 ?? S 0:02.61 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 730 ?? S 0:02.93 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 732 ?? S 0:03.04 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 733 ?? S 0:02.00 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 734 ?? S 0:42.80 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 808 ?? S 0:03.15 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 834 ?? S 0:00.35 /usr/local/sbin/httpd -DSSL 879 ?? S 0:07.01 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 997 ?? S 0:00.28 /usr/local/sbin/httpd -DSSL 998 ?? S 0:00.46 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1019 ?? S 0:02.14 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1346 ?? S 0:03.51 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1371 ?? S 0:00.94 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1394 ?? S 0:02.86 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1490 ?? S 0:03.07 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1495 ?? S 0:00.72 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1496 ?? S 0:00.62 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1565 ?? S 0:00.21 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1601 ?? S 0:02.38 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1650 ?? S 0:01.57 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1651 ?? I 0:02.12 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1652 ?? S 0:00.64 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1734 ?? S 0:02.05 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1829 ?? S 0:02.28 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 1830 ?? S 0:01.88 /usr/local/sbin/httpd -DSSL -f /usr/local/etc/apache2 3450 ?? Is 0:00.17 sshd: user [priv] (sshd) 3452 ?? S 0:00.89 sshd: user@ttyp0 (sshd) 3538 ?? Ss 0:00.08 /usr/local/sbin/mpd -b 3453 p0 Is 0:00.05 -bash (bash) 3455 p0 I 0:00.04 su 3456 p0 I 0:00.04 su (bash) 3457 p0 S+ 0:02.16 mc 1182 p1- SJ 0:20.72 /bin/eggdrop /etc/eggdrop.conf 3459 p1 Ss 0:00.74 bash -rcfile .bashrc 3653 p1 R+ 0:00.00 ps -xa 615 v1 Is+ 0:00.02 /usr/libexec/getty Pc ttyv1 616 v2 Is+ 0:00.02 /usr/libexec/getty Pc ttyv2 617 v3 Is+ 0:00.02 /usr/libexec/getty Pc ttyv3 618 v4 Is+ 0:00.02 /usr/libexec/getty Pc ttyv4 619 v5 Is+ 0:00.02 /usr/libexec/getty Pc ttyv5 620 v6 Is+ 0:00.02 /usr/libexec/getty Pc ttyv6 621 v7 Is+ 0:00.01 /usr/libexec/getty Pc ttyv7 519 con- I 0:00.43 /bin/sh /usr/local/bin/mysqld_safe --user=mysql --dat 567 con- S 8:47.95 /usr/local/libexec/mysqld --basedir=/usr/local --data ---END OF `ps -xa`--- ---`netstat -na` (cutted)--- Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address (state) tcp4 0 0 10.0.0.249.7510 *.* LISTEN tcp4 0 0 *.8883 *.* LISTEN tcp4 0 0 *.8083 *.* LISTEN tcp4 0 0 *.3306 *.* LISTEN tcp4 0 0 *.199 *.* LISTEN tcp4 0 0 127.0.0.1.30000 *.* LISTEN tcp4 0 0 *.443 *.* LISTEN tcp4 0 0 *.80 *.* LISTEN tcp4 0 0 *.8882 *.* LISTEN tcp4 0 0 *.8082 *.* LISTEN tcp4 0 0 *.8880 *.* LISTEN tcp4 0 0 *.8080 *.* LISTEN tcp4 0 0 *.8881 *.* LISTEN tcp4 0 0 *.8081 *.* LISTEN tcp4 0 0 127.0.0.1.25 *.* LISTEN tcp4 0 0 *.22 *.* LISTEN tcp4 0 0 *.21 *.* LISTEN udp4 0 0 *.* *.* udp4 0 0 *.161 *.* udp4 0 0 127.0.0.1.123 *.* udp4 0 0 10.0.0.249.123 *.* udp4 0 0 *.123 *.* udp4 0 0 10.0.0.249.514 *.* Netgraph sockets Type Recv-Q Send-Q Node Address #Hooks ctrl 0 0 data 0 0 Active UNIX domain sockets Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr c1890690 stream 0 0 0 c188c460 0 0 c188c460 stream 0 0 0 c1890690 0 0 c188dec4 stream 0 0 c1a6c210 0 0 0 /tmp/mysql.sock c188d000 stream 0 0 c1889108 0 0 0 /var/run/devd.pipe c18909d8 dgram 0 0 0 c189008c 0 c188ce38 c188cdac dgram 0 0 0 c1890118 0 0 c188ce38 dgram 0 0 0 c189008c 0 c1890000 c1890000 dgram 0 0 0 c189008c 0 0 c189008c dgram 0 0 c1887948 0 c18909d8 0 /var/run/logpriv c1890118 dgram 0 0 c1887a50 0 c188cdac 0 /var/run/log ---END OF `netstat -na`--- ---/etc/pf.conf (cutted)--- int_if="fxp0" # replace with actual internal interface name i.e., dc1 int_addr="10.0.0.249" ext_addr="172.16.2.244" scrub in all block all pass quick on lo0 pass in on $int_if proto tcp from { } to $int_addr port 22 keep state pass in on $int_if proto tcp from { } to $int_addr port 3306 keep state pass in on $int_if proto tcp from any to $int_addr port { 21, 80, 443, 8080:8099, 8880:8899, 10000:10999 } keep state pass in on $int_if proto tcp from 10.0.16.49 to $int_addr port 7510 keep state pass in on $int_if proto udp from 10.0.100.1 to $int_addr port 514 keep state pass in on $int_if proto gre from 10.0.254.254 to $int_addr keep state pass in proto tcp from any to $ext_addr port { 8083, 8883 } keep state pass in from 192.168.1.1 to $ext_addr keep state pass out on $int_if proto tcp from $int_addr to any port 20 keep state pass out on $int_if proto tcp from $int_addr to 10.0.254.254 port { 3306, 6667, 1723 } keep state pass out on $int_if proto udp from $int_addr to 10.0.254.254 port domain keep state pass out on $int_if proto udp from $int_addr to 10.0.254.14 port ntp keep state pass out on $int_if proto udp from $int_addr to port snmp keep state pass out on $int_if proto tcp from $int_addr to 10.0.254.12 port 8080 user 1009 keep state pass out on $int_if proto gre from $int_addr to 10.0.254.254 keep state pass out proto tcp from $ext_addr to $ext_site port 80 user $exsite_user keep state pass out from $ext_addr to 192.168.1.1 keep state ---END OF /etc/pf.conf--- ---/usr/local/etc/mpd/mpd.conf--- default: load client0 client0: new -i ng0 pptp0 pptp0 set iface addrs 172.16.31.253 172.16.31.254 set ipcp ranges 0.0.0.0/0 0.0.0.0/0 set iface route default set iface disable on-demand set pptp peer 10.0.254.254 set bundle no multilink set bundle max-logins 1 set link yes acfcomp protocomp set link no pap chap set link enable chap set link yes chap-msv2 set link keep-alive 20 60 set ipcp no vjcomp set iface disable proxy-arp set bundle enable compression set ccp yes mppc set ccp no mpp-e40 set ccp no mpp-e56 set ccp yes mpp-e128 set ccp yes mpp-stateless set pptp self 10.0.0.249 # set link mtu 1500 # set iface mtu 1500 # set link mru 1500 open ipcp ---END OF /usr/local/etc/mpd/mpd.conf--- ---/usr/local/etc/mpd/mpd.links--- pptp0: set link type pptp set pptp enable originate set pptp enable outcall set pptp disable incoming set link enable no-orig-auth set bundle authname myauthname ---END OF /usr/local/etc/mpd/mpd.links--- ---/var/log/ppp.log--- May 26 11:00:00 ftp newsyslog[4060]: logfile turned over due to size>100K May 26 11:09:04 ftp mpd: mpd: pid 4796, version 3.18 (root@ftp.starnet 11:07 26-May-2005) May 26 11:09:04 ftp mpd: [pptp0] ppp node is "mpd4796-pptp0" May 26 11:09:04 ftp mpd: [pptp0] can't set bpf node program: No such file or directory May 26 11:09:04 ftp mpd: mpd: fatal error, exiting May 26 11:09:04 ftp mpd: mpd: process 4796 terminated May 26 11:19:21 ftp kernel: mpd not running? (check /var/run/mpd.pid). May 26 11:21:44 ftp mpd: mpd: pid 543, version 3.18 (root@ftp.starnet 11:07 26-May-2005) May 26 11:21:45 ftp mpd: [pptp0] ppp node is "mpd543-pptp0" May 26 11:21:46 ftp mpd: [pptp0] using interface ng0 May 26 11:21:46 ftp mpd: [pptp0] IPCP: peer address cannot be zero May 26 11:21:46 ftp mpd: [pptp0] IPCP: Open event May 26 11:21:46 ftp mpd: [pptp0] IPCP: state change Initial --> Starting May 26 11:21:46 ftp mpd: [pptp0] IPCP: LayerStart May 26 11:21:46 ftp mpd: [pptp0] bundle: OPEN event in state CLOSED May 26 11:21:46 ftp mpd: [pptp0] opening link "pptp0"... May 26 11:21:46 ftp mpd: [pptp0] link: OPEN event May 26 11:21:46 ftp mpd: [pptp0] LCP: Open event May 26 11:21:46 ftp mpd: [pptp0] LCP: state change Initial --> Starting May 26 11:21:46 ftp mpd: [pptp0] LCP: LayerStart May 26 11:21:46 ftp mpd: [pptp0] device: OPEN event in state DOWN May 26 11:21:46 ftp mpd: pptp0: connecting to 10.0.254.254:1723 May 26 11:21:46 ftp mpd: [pptp0] device is now in state OPENING May 26 11:21:46 ftp mpd: pptp0: connected to 10.0.254.254:1723 May 26 11:21:46 ftp mpd: pptp0: attached to connection with 10.0.254.254:1723 May 26 11:21:46 ftp mpd: pptp0-0: outgoing call connected at 64000 bps May 26 11:21:46 ftp mpd: [pptp0] PPTP call successful May 26 11:21:47 ftp mpd: [pptp0] device: UP event in state OPENING May 26 11:21:47 ftp mpd: [pptp0] device is now in state UP May 26 11:21:47 ftp mpd: [pptp0] link: UP event May 26 11:21:47 ftp mpd: [pptp0] link: origination is local May 26 11:21:47 ftp mpd: [pptp0] LCP: Up event May 26 11:21:47 ftp mpd: [pptp0] LCP: state change Starting --> Req-Sent May 26 11:21:47 ftp mpd: [pptp0] LCP: phase shift DEAD --> ESTABLISH May 26 11:21:47 ftp mpd: [pptp0] LCP: SendConfigReq #1 May 26 11:21:47 ftp mpd: ACFCOMP May 26 11:21:47 ftp mpd: PROTOCOMP May 26 11:21:47 ftp mpd: MRU 1500 May 26 11:21:47 ftp mpd: MAGICNUM 8688205b May 26 11:21:47 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 11:21:47 ftp mpd: [pptp0] LCP: rec'd Configure Reject #1 link 0 (Req-Sent) May 26 11:21:47 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 11:21:47 ftp mpd: [pptp0] LCP: SendConfigReq #2 May 26 11:21:47 ftp mpd: ACFCOMP May 26 11:21:47 ftp mpd: PROTOCOMP May 26 11:21:47 ftp mpd: MRU 1500 May 26 11:21:47 ftp mpd: MAGICNUM 8688205b May 26 11:21:47 ftp mpd: [pptp0] LCP: rec'd Configure Ack #2 link 0 (Req-Sent) May 26 11:21:47 ftp mpd: ACFCOMP May 26 11:21:47 ftp mpd: PROTOCOMP May 26 11:21:47 ftp mpd: MRU 1500 May 26 11:21:47 ftp mpd: MAGICNUM 8688205b May 26 11:21:47 ftp mpd: [pptp0] LCP: state change Req-Sent --> Ack-Rcvd May 26 11:21:48 ftp mpd: [pptp0] LCP: rec'd Configure Request #222 link 0 (Ack-Rcvd) May 26 11:21:48 ftp mpd: ACFCOMP May 26 11:21:48 ftp mpd: PROTOCOMP May 26 11:21:48 ftp mpd: MRU 1500 May 26 11:21:48 ftp mpd: MAGICNUM 0eaafcfe May 26 11:21:48 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 11:21:48 ftp mpd: [pptp0] LCP: SendConfigAck #222 May 26 11:21:48 ftp mpd: ACFCOMP May 26 11:21:48 ftp mpd: PROTOCOMP May 26 11:21:48 ftp mpd: MRU 1500 May 26 11:21:48 ftp mpd: MAGICNUM 0eaafcfe May 26 11:21:48 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 11:21:48 ftp mpd: [pptp0] LCP: state change Ack-Rcvd --> Opened May 26 11:21:48 ftp mpd: [pptp0] LCP: phase shift ESTABLISH --> AUTHENTICATE May 26 11:21:48 ftp mpd: [pptp0] LCP: auth: peer wants CHAP, I want nothing May 26 11:21:48 ftp mpd: [pptp0] LCP: LayerUp May 26 11:21:48 ftp mpd: [pptp0] CHAP: rec'd CHALLENGE #1 May 26 11:21:48 ftp mpd: Name: "" May 26 11:21:48 ftp mpd: Using authname "myauthname" May 26 11:21:48 ftp mpd: [pptp0] CHAP: sending RESPONSE May 26 11:21:48 ftp mpd: [pptp0] CHAP: rec'd SUCCESS #1 May 26 11:21:48 ftp mpd: MESG: S=326B689E69B45767C37B04613372FE6FB7C13324 May 26 11:21:48 ftp mpd: [pptp0] LCP: authorization successful May 26 11:21:48 ftp mpd: [pptp0] LCP: phase shift AUTHENTICATE --> NETWORK May 26 11:21:48 ftp mpd: [pptp0] setting interface ng0 MTU to 1500 bytes May 26 11:21:48 ftp mpd: [pptp0] up: 1 link, total bandwidth 64000 bps May 26 11:21:48 ftp mpd: [pptp0] IPCP: Up event May 26 11:21:48 ftp mpd: [pptp0] IPCP: state change Starting --> Req-Sent May 26 11:21:48 ftp mpd: [pptp0] IPCP: SendConfigReq #1 May 26 11:21:48 ftp mpd: IPADDR 0.0.0.0 May 26 11:21:48 ftp mpd: [pptp0] CCP: Open event May 26 11:21:48 ftp mpd: [pptp0] CCP: state change Initial --> Starting May 26 11:21:48 ftp mpd: [pptp0] CCP: LayerStart May 26 11:21:48 ftp mpd: [pptp0] CCP: Up event May 26 11:21:48 ftp mpd: [pptp0] CCP: state change Starting --> Req-Sent May 26 11:21:48 ftp mpd: [pptp0] CCP: SendConfigReq #1 May 26 11:21:48 ftp mpd: [pptp0] CCP: Checking whether 40 bits are enabled -> no May 26 11:21:48 ftp mpd: [pptp0] CCP: Checking whether 56 bits are enabled -> no May 26 11:21:48 ftp mpd: [pptp0] CCP: Checking whether 128 bits are enabled -> yes May 26 11:21:48 ftp mpd: MPPC May 26 11:21:48 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 11:21:48 ftp mpd: [pptp0] IPCP: rec'd Configure Request #91 link 0 (Req-Sent) May 26 11:21:48 ftp mpd: IPADDR 192.168.1.1 May 26 11:21:48 ftp mpd: 192.168.1.1 is OK May 26 11:21:48 ftp mpd: COMPPROTO VJCOMP, 16 comp. channels, no comp-cid May 26 11:21:48 ftp mpd: [pptp0] IPCP: SendConfigRej #91 May 26 11:21:48 ftp mpd: COMPPROTO VJCOMP, 16 comp. channels, no comp-cid May 26 11:21:48 ftp mpd: [pptp0] CCP: rec'd Configure Request #106 link 0 (Req-Sent) May 26 11:21:48 ftp mpd: MPPC May 26 11:21:48 ftp mpd: 0x01000060: MPPE, 40 bit, 128 bit, stateless May 26 11:21:48 ftp mpd: [pptp0] CCP: Checking whether 40 bits are acceptable -> no May 26 11:21:48 ftp mpd: [pptp0] CCP: Checking whether 128 bits are acceptable -> yes May 26 11:21:48 ftp mpd: [pptp0] CCP: SendConfigNak #106 May 26 11:21:48 ftp mpd: MPPC May 26 11:21:48 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 11:21:48 ftp mpd: [pptp0] IPCP: rec'd Configure Nak #1 link 0 (Req-Sent) May 26 11:21:48 ftp mpd: IPADDR 172.16.2.244 May 26 11:21:48 ftp mpd: 172.16.2.244 is OK May 26 11:21:48 ftp mpd: [pptp0] IPCP: SendConfigReq #2 May 26 11:21:48 ftp mpd: IPADDR 172.16.2.244 May 26 11:21:48 ftp mpd: [pptp0] CCP: rec'd Configure Ack #1 link 0 (Req-Sent) May 26 11:21:48 ftp mpd: MPPC May 26 11:21:48 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 11:21:48 ftp mpd: [pptp0] CCP: state change Req-Sent --> Ack-Rcvd May 26 11:21:48 ftp mpd: [pptp0] IPCP: rec'd Configure Request #92 link 0 (Req-Sent) May 26 11:21:48 ftp mpd: IPADDR 192.168.1.1 May 26 11:21:48 ftp mpd: 192.168.1.1 is OK May 26 11:21:48 ftp mpd: [pptp0] IPCP: SendConfigAck #92 May 26 11:21:48 ftp mpd: IPADDR 192.168.1.1 May 26 11:21:48 ftp mpd: [pptp0] IPCP: state change Req-Sent --> Ack-Sent May 26 11:21:48 ftp mpd: [pptp0] CCP: rec'd Configure Request #107 link 0 (Ack-Rcvd) May 26 11:21:48 ftp mpd: MPPC May 26 11:21:48 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 11:21:48 ftp mpd: [pptp0] CCP: Checking whether 128 bits are acceptable -> yes May 26 11:21:48 ftp mpd: [pptp0] CCP: SendConfigAck #107 May 26 11:21:48 ftp mpd: MPPC May 26 11:21:48 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 11:21:48 ftp mpd: [pptp0] CCP: state change Ack-Rcvd --> Opened May 26 11:21:48 ftp mpd: [pptp0] CCP: LayerUp May 26 11:21:48 ftp mpd: Compress using: MPPE, 128 bit, stateless May 26 11:21:48 ftp mpd: Decompress using: MPPE, 128 bit, stateless May 26 11:21:48 ftp mpd: [pptp0] setting interface ng0 MTU to 1496 bytes May 26 11:21:48 ftp mpd: [pptp0] IPCP: rec'd Configure Ack #2 link 0 (Ack-Sent) May 26 11:21:48 ftp mpd: IPADDR 172.16.2.244 May 26 11:21:48 ftp mpd: [pptp0] IPCP: state change Ack-Sent --> Opened May 26 11:21:48 ftp mpd: [pptp0] IPCP: LayerUp May 26 11:21:48 ftp mpd: 172.16.2.244 -> 192.168.1.1 May 26 11:21:48 ftp mpd: [pptp0] IFACE: Up event May 26 11:21:48 ftp mpd: [pptp0] IFACE: Opening May 26 11:21:48 ftp mpd: [pptp0] setting interface ng0 MTU to 1496 bytes May 26 11:21:48 ftp mpd: [pptp0] exec: /sbin/ifconfig ng0 172.16.2.244 192.168.1.1 netmask 0xffffffff -link0 May 26 11:21:48 ftp mpd: [pptp0] exec: /sbin/route add 172.16.2.244 -iface lo0 May 26 11:21:48 ftp mpd: [pptp0] exec: /sbin/route add 0.0.0.0 192.168.1.1 May 26 11:21:48 ftp mpd: [pptp0] IFACE: Up event May 26 11:22:43 ftp mpd: mpd: caught fatal signal term May 26 11:22:43 ftp mpd: [pptp0] IPCP: Down event May 26 11:22:43 ftp mpd: [pptp0] IPCP: state change Opened --> Starting May 26 11:22:43 ftp mpd: [pptp0] IPCP: LayerDown May 26 11:22:43 ftp mpd: [pptp0] IFACE: Down event May 26 11:22:43 ftp mpd: [pptp0] exec: /sbin/ifconfig ng0 link0 May 26 11:22:43 ftp mpd: [pptp0] IPCP: Close event May 26 11:22:43 ftp mpd: [pptp0] IPCP: state change Starting --> Initial May 26 11:22:43 ftp mpd: [pptp0] IPCP: LayerFinish May 26 11:22:43 ftp mpd: [pptp0] IFACE: Close event May 26 11:22:43 ftp mpd: [pptp0] exec: /sbin/route delete 0.0.0.0 192.168.1.1 May 26 11:22:43 ftp mpd: [pptp0] exec: /sbin/route delete 172.16.2.244 -iface lo0 May 26 11:22:43 ftp mpd: [pptp0] exec: /sbin/ifconfig ng0 down delete -link0 May 26 11:22:43 ftp mpd: [pptp0] IPCP: Close event May 26 11:22:43 ftp mpd: [pptp0] bundle: CLOSE event in state OPENED May 26 11:22:43 ftp mpd: [pptp0] closing link "pptp0"... May 26 11:22:43 ftp mpd: [pptp0] link: CLOSE event May 26 11:22:43 ftp mpd: [pptp0] LCP: Close event May 26 11:22:43 ftp mpd: [pptp0] LCP: state change Opened --> Closing May 26 11:22:43 ftp mpd: [pptp0] LCP: phase shift NETWORK --> TERMINATE May 26 11:22:43 ftp mpd: [pptp0] setting interface ng0 MTU to 1500 bytes May 26 11:22:43 ftp mpd: [pptp0] up: 0 links, total bandwidth 9600 bps May 26 11:22:43 ftp mpd: [pptp0] IPCP: Down event May 26 11:22:43 ftp mpd: [pptp0] CCP: Down event May 26 11:22:43 ftp mpd: [pptp0] CCP: state change Opened --> Starting May 26 11:22:43 ftp mpd: [pptp0] CCP: LayerDown May 26 11:22:43 ftp mpd: [pptp0] CCP: Close event May 26 11:22:43 ftp mpd: [pptp0] CCP: state change Starting --> Initial May 26 11:22:43 ftp mpd: [pptp0] CCP: LayerFinish May 26 11:22:43 ftp mpd: [pptp0] closing link "pptp0"... May 26 11:22:43 ftp mpd: [pptp0] LCP: SendTerminateReq #3 May 26 11:22:43 ftp mpd: [pptp0] LCP: LayerDown May 26 11:22:43 ftp mpd: [pptp0] link: CLOSE event May 26 11:22:43 ftp mpd: [pptp0] LCP: Close event May 26 11:22:43 ftp mpd: [pptp0] LCP: rec'd Terminate Ack #223 link 0 (Closing) May 26 11:22:43 ftp mpd: [pptp0] LCP: state change Closing --> Closed May 26 11:22:43 ftp mpd: [pptp0] LCP: phase shift TERMINATE --> ESTABLISH May 26 11:22:43 ftp mpd: [pptp0] LCP: LayerFinish May 26 11:22:43 ftp mpd: [pptp0] device: CLOSE event in state UP May 26 11:22:43 ftp mpd: pptp0-0: clearing call May 26 11:22:43 ftp mpd: [pptp0] device is now in state CLOSING May 26 11:22:43 ftp mpd: [pptp0] device: DOWN event in state CLOSING May 26 11:22:43 ftp mpd: [pptp0] device is now in state DOWN May 26 11:22:43 ftp mpd: [pptp0] link: DOWN event May 26 11:22:43 ftp mpd: [pptp0] LCP: Down event May 26 11:22:43 ftp mpd: [pptp0] LCP: state change Closed --> Initial May 26 11:22:43 ftp mpd: [pptp0] LCP: phase shift ESTABLISH --> DEAD May 26 11:22:43 ftp mpd: pptp0: got StopCtrlConnRequest: reason=local shutdown May 26 11:22:43 ftp mpd: pptp0: killing connection with 10.0.254.254:1723 May 26 11:22:43 ftp mpd: pptp0-0: killing channel May 26 11:22:45 ftp mpd: mpd: process 543 terminated May 26 11:22:57 ftp mpd: mpd: pid 729, version 3.18 (root@ftp.starnet 11:07 26-May-2005) May 26 11:22:57 ftp mpd: [pptp0] ppp node is "mpd729-pptp0" May 26 11:22:57 ftp mpd: [pptp0] using interface ng0 May 26 11:22:57 ftp mpd: [pptp0] IPCP: peer address cannot be zero May 26 11:22:57 ftp mpd: [pptp0] IPCP: Open event May 26 11:22:57 ftp mpd: [pptp0] IPCP: state change Initial --> Starting May 26 11:22:57 ftp mpd: [pptp0] IPCP: LayerStart May 26 11:22:57 ftp mpd: [pptp0] bundle: OPEN event in state CLOSED May 26 11:22:57 ftp mpd: [pptp0] opening link "pptp0"... May 26 11:22:57 ftp mpd: [pptp0] link: OPEN event May 26 11:22:57 ftp mpd: [pptp0] LCP: Open event May 26 11:22:57 ftp mpd: [pptp0] LCP: state change Initial --> Starting May 26 11:22:57 ftp mpd: [pptp0] LCP: LayerStart May 26 11:22:57 ftp mpd: [pptp0] device: OPEN event in state DOWN May 26 11:22:57 ftp mpd: pptp0: connecting to 10.0.254.254:1723 May 26 11:22:57 ftp mpd: [pptp0] device is now in state OPENING May 26 11:22:57 ftp mpd: pptp0: connected to 10.0.254.254:1723 May 26 11:22:57 ftp mpd: pptp0: attached to connection with 10.0.254.254:1723 May 26 11:22:57 ftp mpd: pptp0-0: outgoing call connected at 64000 bps May 26 11:22:57 ftp mpd: [pptp0] PPTP call successful May 26 11:22:57 ftp mpd: [pptp0] device: UP event in state OPENING May 26 11:22:57 ftp mpd: [pptp0] device is now in state UP May 26 11:22:57 ftp mpd: [pptp0] link: UP event May 26 11:22:57 ftp mpd: [pptp0] link: origination is local May 26 11:22:57 ftp mpd: [pptp0] LCP: Up event May 26 11:22:57 ftp mpd: [pptp0] LCP: state change Starting --> Req-Sent May 26 11:22:57 ftp mpd: [pptp0] LCP: phase shift DEAD --> ESTABLISH May 26 11:22:57 ftp mpd: [pptp0] LCP: SendConfigReq #1 May 26 11:22:57 ftp mpd: ACFCOMP May 26 11:22:57 ftp mpd: PROTOCOMP May 26 11:22:57 ftp mpd: MRU 1500 May 26 11:22:57 ftp mpd: MAGICNUM 5463ca1f May 26 11:22:57 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 11:22:57 ftp mpd: [pptp0] LCP: rec'd Configure Request #224 link 0 (Req-Sent) May 26 11:22:57 ftp mpd: ACFCOMP May 26 11:22:57 ftp mpd: PROTOCOMP May 26 11:22:57 ftp mpd: MRU 1500 May 26 11:22:57 ftp mpd: MAGICNUM 89a7bf00 May 26 11:22:57 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 11:22:57 ftp mpd: [pptp0] LCP: SendConfigAck #224 May 26 11:22:57 ftp mpd: ACFCOMP May 26 11:22:57 ftp mpd: PROTOCOMP May 26 11:22:57 ftp mpd: MRU 1500 May 26 11:22:57 ftp mpd: MAGICNUM 89a7bf00 May 26 11:22:57 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 11:22:57 ftp mpd: [pptp0] LCP: state change Req-Sent --> Ack-Sent May 26 11:22:57 ftp mpd: [pptp0] LCP: rec'd Configure Reject #1 link 0 (Ack-Sent) May 26 11:22:57 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 11:22:57 ftp mpd: [pptp0] LCP: SendConfigReq #2 May 26 11:22:57 ftp mpd: ACFCOMP May 26 11:22:57 ftp mpd: PROTOCOMP May 26 11:22:57 ftp mpd: MRU 1500 May 26 11:22:57 ftp mpd: MAGICNUM 5463ca1f May 26 11:22:57 ftp mpd: [pptp0] LCP: rec'd Configure Ack #2 link 0 (Ack-Sent) May 26 11:22:57 ftp mpd: ACFCOMP May 26 11:22:57 ftp mpd: PROTOCOMP May 26 11:22:57 ftp mpd: MRU 1500 May 26 11:22:57 ftp mpd: MAGICNUM 5463ca1f May 26 11:22:57 ftp mpd: [pptp0] LCP: state change Ack-Sent --> Opened May 26 11:22:57 ftp mpd: [pptp0] LCP: phase shift ESTABLISH --> AUTHENTICATE May 26 11:22:57 ftp mpd: [pptp0] LCP: auth: peer wants CHAP, I want nothing May 26 11:22:57 ftp mpd: [pptp0] LCP: LayerUp May 26 11:22:57 ftp mpd: [pptp0] CHAP: rec'd CHALLENGE #1 May 26 11:22:57 ftp mpd: Name: "" May 26 11:22:57 ftp mpd: Using authname "myauthname" May 26 11:22:57 ftp mpd: [pptp0] CHAP: sending RESPONSE May 26 11:22:58 ftp mpd: [pptp0] CHAP: rec'd SUCCESS #1 May 26 11:22:58 ftp mpd: MESG: S=7E740034E6EE6B243267FEF27994C7A88952CCEB May 26 11:22:58 ftp mpd: [pptp0] LCP: authorization successful May 26 11:22:58 ftp mpd: [pptp0] LCP: phase shift AUTHENTICATE --> NETWORK May 26 11:22:58 ftp mpd: [pptp0] setting interface ng0 MTU to 1500 bytes May 26 11:22:58 ftp mpd: [pptp0] up: 1 link, total bandwidth 64000 bps May 26 11:22:58 ftp mpd: [pptp0] IPCP: Up event May 26 11:22:58 ftp mpd: [pptp0] IPCP: state change Starting --> Req-Sent May 26 11:22:58 ftp mpd: [pptp0] IPCP: SendConfigReq #1 May 26 11:22:58 ftp mpd: IPADDR 0.0.0.0 May 26 11:22:58 ftp mpd: [pptp0] CCP: Open event May 26 11:22:58 ftp mpd: [pptp0] CCP: state change Initial --> Starting May 26 11:22:58 ftp mpd: [pptp0] CCP: LayerStart May 26 11:22:58 ftp mpd: [pptp0] CCP: Up event May 26 11:22:58 ftp mpd: [pptp0] CCP: state change Starting --> Req-Sent May 26 11:22:58 ftp mpd: [pptp0] CCP: SendConfigReq #1 May 26 11:22:58 ftp mpd: [pptp0] CCP: Checking whether 40 bits are enabled -> no May 26 11:22:58 ftp mpd: [pptp0] CCP: Checking whether 56 bits are enabled -> no May 26 11:22:58 ftp mpd: [pptp0] CCP: Checking whether 128 bits are enabled -> yes May 26 11:22:58 ftp mpd: MPPC May 26 11:22:58 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 11:22:58 ftp mpd: [pptp0] IPCP: rec'd Configure Request #93 link 0 (Req-Sent) May 26 11:22:58 ftp mpd: IPADDR 192.168.1.1 May 26 11:22:58 ftp mpd: 192.168.1.1 is OK May 26 11:22:58 ftp mpd: COMPPROTO VJCOMP, 16 comp. channels, no comp-cid May 26 11:22:58 ftp mpd: [pptp0] IPCP: SendConfigRej #93 May 26 11:22:58 ftp mpd: COMPPROTO VJCOMP, 16 comp. channels, no comp-cid May 26 11:22:58 ftp mpd: [pptp0] CCP: rec'd Configure Request #108 link 0 (Req-Sent) May 26 11:22:58 ftp mpd: MPPC May 26 11:22:58 ftp mpd: 0x01000060: MPPE, 40 bit, 128 bit, stateless May 26 11:22:58 ftp mpd: [pptp0] CCP: Checking whether 40 bits are acceptable -> no May 26 11:22:58 ftp mpd: [pptp0] CCP: Checking whether 128 bits are acceptable -> yes May 26 11:22:58 ftp mpd: [pptp0] CCP: SendConfigNak #108 May 26 11:22:58 ftp mpd: MPPC May 26 11:22:58 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 11:22:58 ftp mpd: [pptp0] IPCP: rec'd Configure Nak #1 link 0 (Req-Sent) May 26 11:22:58 ftp mpd: IPADDR 172.16.2.244 May 26 11:22:58 ftp mpd: 172.16.2.244 is OK May 26 11:22:58 ftp mpd: [pptp0] IPCP: SendConfigReq #2 May 26 11:22:58 ftp mpd: IPADDR 172.16.2.244 May 26 11:22:58 ftp mpd: [pptp0] CCP: rec'd Configure Ack #1 link 0 (Req-Sent) May 26 11:22:58 ftp mpd: MPPC May 26 11:22:58 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 11:22:58 ftp mpd: [pptp0] CCP: state change Req-Sent --> Ack-Rcvd May 26 11:22:58 ftp mpd: [pptp0] IPCP: rec'd Configure Request #94 link 0 (Req-Sent) May 26 11:22:58 ftp mpd: IPADDR 192.168.1.1 May 26 11:22:58 ftp mpd: 192.168.1.1 is OK May 26 11:22:58 ftp mpd: [pptp0] IPCP: SendConfigAck #94 May 26 11:22:58 ftp mpd: IPADDR 192.168.1.1 May 26 11:22:58 ftp mpd: [pptp0] IPCP: state change Req-Sent --> Ack-Sent May 26 11:22:58 ftp mpd: [pptp0] CCP: rec'd Configure Request #109 link 0 (Ack-Rcvd) May 26 11:22:58 ftp mpd: MPPC May 26 11:22:58 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 11:22:58 ftp mpd: [pptp0] CCP: Checking whether 128 bits are acceptable -> yes May 26 11:22:58 ftp mpd: [pptp0] CCP: SendConfigAck #109 May 26 11:22:58 ftp mpd: MPPC May 26 11:22:58 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 11:22:58 ftp mpd: [pptp0] CCP: state change Ack-Rcvd --> Opened May 26 11:22:58 ftp mpd: [pptp0] CCP: LayerUp May 26 11:22:58 ftp mpd: Compress using: MPPE, 128 bit, stateless May 26 11:22:58 ftp mpd: Decompress using: MPPE, 128 bit, stateless May 26 11:22:58 ftp mpd: [pptp0] setting interface ng0 MTU to 1496 bytes May 26 11:23:00 ftp mpd: [pptp0] IPCP: SendConfigReq #3 May 26 11:23:00 ftp mpd: IPADDR 172.16.2.244 May 26 11:23:00 ftp mpd: [pptp0] IPCP: rec'd Configure Ack #3 link 0 (Ack-Sent) May 26 11:23:00 ftp mpd: IPADDR 172.16.2.244 May 26 11:23:00 ftp mpd: [pptp0] IPCP: state change Ack-Sent --> Opened May 26 11:23:00 ftp mpd: [pptp0] IPCP: LayerUp May 26 11:23:00 ftp mpd: 172.16.2.244 -> 192.168.1.1 May 26 11:23:00 ftp mpd: [pptp0] IFACE: Up event May 26 11:23:00 ftp mpd: [pptp0] IFACE: Opening May 26 11:23:00 ftp mpd: [pptp0] setting interface ng0 MTU to 1496 bytes May 26 11:23:00 ftp mpd: [pptp0] exec: /sbin/ifconfig ng0 172.16.2.244 192.168.1.1 netmask 0xffffffff -link0 May 26 11:23:00 ftp mpd: [pptp0] exec: /sbin/route add 172.16.2.244 -iface lo0 May 26 11:23:00 ftp mpd: [pptp0] exec: /sbin/route add 0.0.0.0 192.168.1.1 May 26 11:23:00 ftp mpd: [pptp0] IFACE: Up event May 26 12:29:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #52 link 0 (Opened) May 26 12:29:16 ftp mpd: [pptp0] LCP: protocol 0x0027 was rejected May 26 12:29:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #53 link 0 (Opened) May 26 12:29:16 ftp mpd: [pptp0] LCP: protocol 0x005f was rejected May 26 12:29:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #54 link 0 (Opened) May 26 12:29:16 ftp mpd: [pptp0] LCP: protocol 0x0081 was rejected May 26 12:29:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #55 link 0 (Opened) May 26 12:29:16 ftp mpd: [pptp0] LCP: protocol 0x009d was rejected May 26 12:29:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #56 link 0 (Opened) May 26 12:29:16 ftp mpd: [pptp0] LCP: protocol 0x12d1 was rejected May 26 12:29:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #57 link 0 (Opened) May 26 12:29:16 ftp mpd: [pptp0] LCP: protocol 0x3283 was rejected May 26 12:29:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #58 link 0 (Opened) May 26 12:29:16 ftp mpd: [pptp0] LCP: protocol 0x8647 was rejected May 26 12:29:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #59 link 0 (Opened) May 26 12:29:16 ftp mpd: [pptp0] LCP: protocol CRYPT was rejected May 26 12:29:16 ftp mpd: [pptp0] ECP: protocol was rejected by peer May 26 12:29:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #60 link 0 (Opened) May 26 12:29:17 ftp mpd: [pptp0] LCP: protocol 0x8c41 was rejected May 26 12:29:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #61 link 0 (Opened) May 26 12:29:17 ftp mpd: [pptp0] LCP: protocol 0x924b was rejected May 26 12:29:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #62 link 0 (Opened) May 26 12:29:17 ftp mpd: [pptp0] LCP: protocol 0x0031 was rejected May 26 12:29:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #63 link 0 (Opened) May 26 12:29:17 ftp mpd: [pptp0] LCP: protocol 0x7a47 was rejected May 26 12:29:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #64 link 0 (Opened) May 26 12:29:18 ftp mpd: [pptp0] LCP: protocol 0xbeef was rejected May 26 12:29:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #65 link 0 (Opened) May 26 12:29:18 ftp mpd: [pptp0] LCP: protocol 0x000f was rejected May 26 12:29:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #66 link 0 (Opened) May 26 12:29:21 ftp mpd: [pptp0] LCP: protocol 0x5edd was rejected May 26 12:29:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #67 link 0 (Opened) May 26 12:29:24 ftp mpd: [pptp0] LCP: protocol 0xa031 was rejected May 26 12:29:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #68 link 0 (Opened) May 26 12:29:28 ftp mpd: [pptp0] LCP: protocol 0x00e1 was rejected May 26 12:29:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #69 link 0 (Opened) May 26 12:29:29 ftp mpd: [pptp0] LCP: protocol 0x0015 was rejected May 26 12:29:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #70 link 0 (Opened) May 26 12:29:29 ftp mpd: [pptp0] LCP: protocol 0x0027 was rejected May 26 12:29:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #71 link 0 (Opened) May 26 12:29:30 ftp mpd: [pptp0] LCP: protocol 0x6cdf was rejected May 26 12:29:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #72 link 0 (Opened) May 26 12:29:31 ftp mpd: [pptp0] LCP: protocol 0x0007 was rejected May 26 12:29:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #73 link 0 (Opened) May 26 12:29:32 ftp mpd: [pptp0] LCP: protocol 0x00cb was rejected May 26 12:29:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #74 link 0 (Opened) May 26 12:29:32 ftp mpd: [pptp0] LCP: protocol 0x1a0d was rejected May 26 12:29:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #75 link 0 (Opened) May 26 12:29:33 ftp mpd: [pptp0] LCP: protocol 0x004f was rejected May 26 12:29:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #76 link 0 (Opened) May 26 12:29:34 ftp mpd: [pptp0] LCP: protocol 0x005b was rejected May 26 12:29:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #77 link 0 (Opened) May 26 12:29:35 ftp mpd: [pptp0] LCP: protocol 0x009b was rejected May 26 12:29:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #78 link 0 (Opened) May 26 12:29:35 ftp mpd: [pptp0] LCP: protocol 0x00f5 was rejected May 26 12:29:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #79 link 0 (Opened) May 26 12:29:37 ftp mpd: [pptp0] LCP: protocol 0x0091 was rejected May 26 12:29:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #80 link 0 (Opened) May 26 12:29:38 ftp mpd: [pptp0] LCP: protocol 0x0057 was rejected May 26 12:29:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #81 link 0 (Opened) May 26 12:29:38 ftp mpd: [pptp0] LCP: protocol 0x00e5 was rejected May 26 12:29:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #82 link 0 (Opened) May 26 12:29:42 ftp mpd: [pptp0] LCP: protocol 0x0075 was rejected May 26 12:29:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #83 link 0 (Opened) May 26 12:29:43 ftp mpd: [pptp0] LCP: protocol 0x0033 was rejected May 26 12:29:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #84 link 0 (Opened) May 26 12:29:45 ftp mpd: [pptp0] LCP: protocol 0x0a13 was rejected May 26 12:29:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #85 link 0 (Opened) May 26 12:29:46 ftp mpd: [pptp0] LCP: protocol 0x00bd was rejected May 26 12:29:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #86 link 0 (Opened) May 26 12:29:56 ftp mpd: [pptp0] LCP: protocol 0x004b was rejected May 26 12:30:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #87 link 0 (Opened) May 26 12:30:02 ftp mpd: [pptp0] LCP: protocol 0x8299 was rejected May 26 12:30:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #88 link 0 (Opened) May 26 12:30:03 ftp mpd: [pptp0] LCP: protocol 0xaea3 was rejected May 26 12:30:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #89 link 0 (Opened) May 26 12:30:03 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 12:30:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #90 link 0 (Opened) May 26 12:30:09 ftp mpd: [pptp0] LCP: protocol 0xaedf was rejected May 26 12:30:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #91 link 0 (Opened) May 26 12:30:17 ftp mpd: [pptp0] LCP: protocol 0x34f5 was rejected May 26 12:30:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #92 link 0 (Opened) May 26 12:30:22 ftp mpd: [pptp0] LCP: protocol 0x92f9 was rejected May 26 12:30:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #93 link 0 (Opened) May 26 12:30:33 ftp mpd: [pptp0] LCP: protocol 0x004d was rejected May 26 12:30:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #94 link 0 (Opened) May 26 12:30:47 ftp mpd: [pptp0] LCP: protocol 0x00c5 was rejected May 26 12:30:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #95 link 0 (Opened) May 26 12:30:47 ftp mpd: [pptp0] LCP: protocol 0x0083 was rejected May 26 12:30:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #96 link 0 (Opened) May 26 12:30:50 ftp mpd: [pptp0] LCP: protocol 0x7849 was rejected May 26 12:30:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #97 link 0 (Opened) May 26 12:30:53 ftp mpd: [pptp0] LCP: protocol 0x20cf was rejected May 26 12:30:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #98 link 0 (Opened) May 26 12:30:57 ftp mpd: [pptp0] LCP: protocol 0x5e07 was rejected May 26 12:31:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #99 link 0 (Opened) May 26 12:31:00 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 12:31:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #100 link 0 (Opened) May 26 12:31:06 ftp mpd: [pptp0] LCP: protocol 0x00c7 was rejected May 26 12:31:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #101 link 0 (Opened) May 26 12:31:06 ftp mpd: [pptp0] LCP: protocol 0x3025 was rejected May 26 12:31:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #102 link 0 (Opened) May 26 12:31:18 ftp mpd: [pptp0] LCP: protocol 0x00ff was rejected May 26 12:31:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #103 link 0 (Opened) May 26 12:31:18 ftp mpd: [pptp0] LCP: protocol 0x004d was rejected May 26 12:31:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #104 link 0 (Opened) May 26 12:31:51 ftp mpd: [pptp0] LCP: protocol 0x4215 was rejected May 26 12:31:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #105 link 0 (Opened) May 26 12:31:53 ftp mpd: [pptp0] LCP: protocol 0x001b was rejected May 26 12:31:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #106 link 0 (Opened) May 26 12:31:54 ftp mpd: [pptp0] LCP: protocol 0x2c9d was rejected May 26 12:31:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #107 link 0 (Opened) May 26 12:31:59 ftp mpd: [pptp0] LCP: protocol 0x2cc7 was rejected May 26 12:32:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #108 link 0 (Opened) May 26 12:32:00 ftp mpd: [pptp0] LCP: protocol 0x0097 was rejected May 26 12:32:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #109 link 0 (Opened) May 26 12:32:00 ftp mpd: [pptp0] LCP: protocol 0x0031 was rejected May 26 12:32:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #110 link 0 (Opened) May 26 12:32:02 ftp mpd: [pptp0] LCP: protocol 0x00b3 was rejected May 26 12:32:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #111 link 0 (Opened) May 26 12:32:08 ftp mpd: [pptp0] LCP: protocol 0x0019 was rejected May 26 12:32:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #112 link 0 (Opened) May 26 12:32:12 ftp mpd: [pptp0] LCP: protocol 0xaa83 was rejected May 26 12:32:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #113 link 0 (Opened) May 26 12:32:14 ftp mpd: [pptp0] LCP: protocol 0x00a3 was rejected May 26 12:32:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #114 link 0 (Opened) May 26 12:32:15 ftp mpd: [pptp0] LCP: protocol 0x4463 was rejected May 26 12:32:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #115 link 0 (Opened) May 26 12:32:21 ftp mpd: [pptp0] LCP: protocol 0x00a5 was rejected May 26 12:32:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #116 link 0 (Opened) May 26 12:32:25 ftp mpd: [pptp0] LCP: protocol 0x00a5 was rejected May 26 12:32:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #117 link 0 (Opened) May 26 12:32:26 ftp mpd: [pptp0] LCP: protocol 0x00c5 was rejected May 26 12:32:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #118 link 0 (Opened) May 26 12:32:27 ftp mpd: [pptp0] LCP: protocol 0x7ae7 was rejected May 26 12:32:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #119 link 0 (Opened) May 26 12:32:28 ftp mpd: [pptp0] LCP: protocol 0x00b3 was rejected May 26 12:32:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #120 link 0 (Opened) May 26 12:32:31 ftp mpd: [pptp0] LCP: protocol 0x005d was rejected May 26 12:32:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #121 link 0 (Opened) May 26 12:32:34 ftp mpd: [pptp0] LCP: protocol 0x00bf was rejected May 26 12:32:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #122 link 0 (Opened) May 26 12:32:35 ftp mpd: [pptp0] LCP: protocol 0x00dd was rejected May 26 12:32:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #123 link 0 (Opened) May 26 12:32:37 ftp mpd: [pptp0] LCP: protocol 0xba55 was rejected May 26 12:32:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #124 link 0 (Opened) May 26 12:32:37 ftp mpd: [pptp0] LCP: protocol 0x00f5 was rejected May 26 12:32:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #125 link 0 (Opened) May 26 12:32:39 ftp mpd: [pptp0] LCP: protocol 0x007f was rejected May 26 12:32:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #126 link 0 (Opened) May 26 12:32:41 ftp mpd: [pptp0] LCP: protocol 0x00f3 was rejected May 26 12:32:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #127 link 0 (Opened) May 26 12:32:43 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 12:32:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #128 link 0 (Opened) May 26 12:32:49 ftp mpd: [pptp0] LCP: protocol 0xa075 was rejected May 26 12:32:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #129 link 0 (Opened) May 26 12:32:53 ftp mpd: [pptp0] LCP: protocol 0x5029 was rejected May 26 12:32:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #130 link 0 (Opened) May 26 12:32:55 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 12:33:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #131 link 0 (Opened) May 26 12:33:06 ftp mpd: [pptp0] LCP: protocol 0x00f9 was rejected May 26 12:33:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #132 link 0 (Opened) May 26 12:33:07 ftp mpd: [pptp0] LCP: protocol 0x5ce1 was rejected May 26 12:33:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #133 link 0 (Opened) May 26 12:33:09 ftp mpd: [pptp0] LCP: protocol 0x0057 was rejected May 26 12:33:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #134 link 0 (Opened) May 26 12:33:09 ftp mpd: [pptp0] LCP: protocol 0x008d was rejected May 26 12:33:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #135 link 0 (Opened) May 26 12:33:12 ftp mpd: [pptp0] LCP: protocol 0x567f was rejected May 26 12:33:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #136 link 0 (Opened) May 26 12:33:19 ftp mpd: [pptp0] LCP: protocol ICOMPD was rejected May 26 12:33:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #137 link 0 (Opened) May 26 12:33:21 ftp mpd: [pptp0] LCP: protocol 0x001f was rejected May 26 12:33:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #138 link 0 (Opened) May 26 12:33:33 ftp mpd: [pptp0] LCP: protocol 0x0025 was rejected May 26 12:34:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #139 link 0 (Opened) May 26 12:34:10 ftp mpd: [pptp0] LCP: protocol 0x0071 was rejected May 26 12:34:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #140 link 0 (Opened) May 26 12:34:14 ftp mpd: [pptp0] LCP: protocol 0x00dd was rejected May 26 12:34:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #141 link 0 (Opened) May 26 12:34:16 ftp mpd: [pptp0] LCP: protocol 0x00a7 was rejected May 26 12:34:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #142 link 0 (Opened) May 26 12:34:17 ftp mpd: [pptp0] LCP: protocol 0x1439 was rejected May 26 12:34:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #143 link 0 (Opened) May 26 12:34:20 ftp mpd: [pptp0] LCP: protocol 0x2ab7 was rejected May 26 12:34:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #144 link 0 (Opened) May 26 12:34:28 ftp mpd: [pptp0] LCP: protocol 0x0025 was rejected May 26 12:34:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #145 link 0 (Opened) May 26 12:34:33 ftp mpd: [pptp0] LCP: protocol 0x00dd was rejected May 26 12:34:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #146 link 0 (Opened) May 26 12:34:36 ftp mpd: [pptp0] LCP: protocol 0x045d was rejected May 26 12:34:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #147 link 0 (Opened) May 26 12:34:36 ftp mpd: [pptp0] LCP: protocol 0x00b9 was rejected May 26 12:34:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #148 link 0 (Opened) May 26 12:34:37 ftp mpd: [pptp0] LCP: protocol 0x36a5 was rejected May 26 12:34:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #149 link 0 (Opened) May 26 12:34:37 ftp mpd: [pptp0] LCP: protocol 0x00bf was rejected May 26 12:34:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #150 link 0 (Opened) May 26 12:34:38 ftp mpd: [pptp0] LCP: protocol 0x549f was rejected May 26 12:34:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #151 link 0 (Opened) May 26 12:34:42 ftp mpd: [pptp0] LCP: protocol 0x00d7 was rejected May 26 12:34:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #152 link 0 (Opened) May 26 12:34:43 ftp mpd: [pptp0] LCP: protocol 0x1e85 was rejected May 26 12:34:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #153 link 0 (Opened) May 26 12:34:43 ftp mpd: [pptp0] LCP: protocol 0x4875 was rejected May 26 12:34:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #154 link 0 (Opened) May 26 12:34:44 ftp mpd: [pptp0] LCP: protocol 0x00b7 was rejected May 26 12:34:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #155 link 0 (Opened) May 26 12:34:48 ftp mpd: [pptp0] LCP: protocol 0x3cef was rejected May 26 12:34:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #156 link 0 (Opened) May 26 12:34:55 ftp mpd: [pptp0] LCP: protocol 0x4015 was rejected May 26 12:34:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #157 link 0 (Opened) May 26 12:34:55 ftp mpd: [pptp0] LCP: protocol 0x74c9 was rejected May 26 12:34:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #158 link 0 (Opened) May 26 12:34:58 ftp mpd: [pptp0] LCP: protocol 0x003f was rejected May 26 12:34:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #159 link 0 (Opened) May 26 12:34:58 ftp mpd: [pptp0] LCP: protocol 0x2425 was rejected May 26 12:35:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #160 link 0 (Opened) May 26 12:35:04 ftp mpd: [pptp0] LCP: protocol 0x901b was rejected May 26 12:35:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #161 link 0 (Opened) May 26 12:35:04 ftp mpd: [pptp0] LCP: protocol 0x928d was rejected May 26 12:35:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #162 link 0 (Opened) May 26 12:35:06 ftp mpd: [pptp0] LCP: protocol 0x000f was rejected May 26 12:35:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #163 link 0 (Opened) May 26 12:35:08 ftp mpd: [pptp0] LCP: protocol 0x0045 was rejected May 26 12:35:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #164 link 0 (Opened) May 26 12:35:11 ftp mpd: [pptp0] LCP: protocol 0x00d7 was rejected May 26 12:35:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #165 link 0 (Opened) May 26 12:35:14 ftp mpd: [pptp0] LCP: protocol 0x00cb was rejected May 26 12:35:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #166 link 0 (Opened) May 26 12:35:14 ftp mpd: [pptp0] LCP: protocol 0x001f was rejected May 26 12:35:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #167 link 0 (Opened) May 26 12:35:18 ftp mpd: [pptp0] LCP: protocol 0x0065 was rejected May 26 12:35:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #168 link 0 (Opened) May 26 12:35:18 ftp mpd: [pptp0] LCP: protocol 0x0065 was rejected May 26 12:35:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #169 link 0 (Opened) May 26 12:35:21 ftp mpd: [pptp0] LCP: protocol 0x146d was rejected May 26 12:35:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #170 link 0 (Opened) May 26 12:35:24 ftp mpd: [pptp0] LCP: protocol 0x5af1 was rejected May 26 12:35:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #171 link 0 (Opened) May 26 12:35:30 ftp mpd: [pptp0] LCP: protocol 0x1cc5 was rejected May 26 12:35:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #172 link 0 (Opened) May 26 12:35:30 ftp mpd: [pptp0] LCP: protocol 0x008f was rejected May 26 12:35:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #173 link 0 (Opened) May 26 12:35:42 ftp mpd: [pptp0] LCP: protocol 0x32b7 was rejected May 26 12:35:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #174 link 0 (Opened) May 26 12:35:42 ftp mpd: [pptp0] LCP: protocol 0x04c1 was rejected May 26 12:35:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #175 link 0 (Opened) May 26 12:35:50 ftp mpd: [pptp0] LCP: protocol 0x000b was rejected May 26 12:35:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #176 link 0 (Opened) May 26 12:35:53 ftp mpd: [pptp0] LCP: protocol 0x0003 was rejected May 26 12:35:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #177 link 0 (Opened) May 26 12:35:56 ftp mpd: [pptp0] LCP: protocol 0x00c7 was rejected May 26 12:36:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #178 link 0 (Opened) May 26 12:36:02 ftp mpd: [pptp0] LCP: protocol 0x00df was rejected May 26 12:36:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #179 link 0 (Opened) May 26 12:36:06 ftp mpd: [pptp0] LCP: protocol 0x00ad was rejected May 26 12:36:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #180 link 0 (Opened) May 26 12:36:08 ftp mpd: [pptp0] LCP: protocol 0xba81 was rejected May 26 12:36:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #181 link 0 (Opened) May 26 12:36:09 ftp mpd: [pptp0] LCP: protocol 0x6493 was rejected May 26 12:36:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #182 link 0 (Opened) May 26 12:36:15 ftp mpd: [pptp0] LCP: protocol 0x0081 was rejected May 26 12:36:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #183 link 0 (Opened) May 26 12:36:20 ftp mpd: [pptp0] LCP: protocol 0x0077 was rejected May 26 12:36:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #184 link 0 (Opened) May 26 12:36:27 ftp mpd: [pptp0] LCP: protocol 0x3ea3 was rejected May 26 12:36:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #185 link 0 (Opened) May 26 12:36:32 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 12:36:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #186 link 0 (Opened) May 26 12:36:44 ftp mpd: [pptp0] LCP: protocol 0x82eb was rejected May 26 12:36:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #187 link 0 (Opened) May 26 12:36:47 ftp mpd: [pptp0] LCP: protocol 0x00eb was rejected May 26 12:36:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #188 link 0 (Opened) May 26 12:36:53 ftp mpd: [pptp0] LCP: protocol 0x1ef1 was rejected May 26 12:37:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #189 link 0 (Opened) May 26 12:37:05 ftp mpd: [pptp0] LCP: protocol 0x2c31 was rejected May 26 12:37:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #190 link 0 (Opened) May 26 12:37:30 ftp mpd: [pptp0] LCP: protocol 0x00d7 was rejected May 26 12:37:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #191 link 0 (Opened) May 26 12:37:33 ftp mpd: [pptp0] LCP: protocol 0x88cd was rejected May 26 12:37:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #192 link 0 (Opened) May 26 12:37:36 ftp mpd: [pptp0] LCP: protocol 0x0013 was rejected May 26 12:37:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #193 link 0 (Opened) May 26 12:37:39 ftp mpd: [pptp0] LCP: protocol 0x76bf was rejected May 26 12:37:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #194 link 0 (Opened) May 26 12:37:45 ftp mpd: [pptp0] LCP: protocol 0x7ce9 was rejected May 26 12:37:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #195 link 0 (Opened) May 26 12:37:51 ftp mpd: [pptp0] LCP: protocol 0x90b5 was rejected May 26 12:37:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #196 link 0 (Opened) May 26 12:37:54 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 12:37:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #197 link 0 (Opened) May 26 12:37:54 ftp mpd: [pptp0] LCP: protocol 0x68ed was rejected May 26 12:37:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #198 link 0 (Opened) May 26 12:37:57 ftp mpd: [pptp0] LCP: protocol 0x004f was rejected May 26 12:38:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #199 link 0 (Opened) May 26 12:38:00 ftp mpd: [pptp0] LCP: protocol 0x703f was rejected May 26 12:38:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #200 link 0 (Opened) May 26 12:38:00 ftp mpd: [pptp0] LCP: protocol 0x00c3 was rejected May 26 12:38:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #201 link 0 (Opened) May 26 12:38:12 ftp mpd: [pptp0] LCP: protocol 0x0023 was rejected May 26 12:38:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #202 link 0 (Opened) May 26 12:38:44 ftp mpd: [pptp0] LCP: protocol 0x00a1 was rejected May 26 12:38:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #203 link 0 (Opened) May 26 12:38:47 ftp mpd: [pptp0] LCP: protocol 0x6885 was rejected May 26 12:38:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #204 link 0 (Opened) May 26 12:38:53 ftp mpd: [pptp0] LCP: protocol 0xaac5 was rejected May 26 12:39:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #205 link 0 (Opened) May 26 12:39:05 ftp mpd: [pptp0] LCP: protocol 0x9031 was rejected May 26 12:39:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #206 link 0 (Opened) May 26 12:39:11 ftp mpd: [pptp0] LCP: protocol 0xb687 was rejected May 26 12:39:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #207 link 0 (Opened) May 26 12:39:14 ftp mpd: [pptp0] LCP: protocol 0x08bf was rejected May 26 12:39:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #208 link 0 (Opened) May 26 12:39:17 ftp mpd: [pptp0] LCP: protocol 0x469d was rejected May 26 12:39:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #209 link 0 (Opened) May 26 12:39:26 ftp mpd: [pptp0] LCP: protocol 0x00a9 was rejected May 26 12:39:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #210 link 0 (Opened) May 26 12:39:38 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 12:39:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #211 link 0 (Opened) May 26 12:39:44 ftp mpd: [pptp0] LCP: protocol 0x445d was rejected May 26 12:40:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #212 link 0 (Opened) May 26 12:40:21 ftp mpd: [pptp0] LCP: protocol 0xa25f was rejected May 26 12:40:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #213 link 0 (Opened) May 26 12:40:24 ftp mpd: [pptp0] LCP: protocol 0x0059 was rejected May 26 12:40:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #214 link 0 (Opened) May 26 12:40:30 ftp mpd: [pptp0] LCP: protocol 0x8813 was rejected May 26 12:40:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #215 link 0 (Opened) May 26 12:40:36 ftp mpd: [pptp0] LCP: protocol MP was rejected May 26 12:40:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #216 link 0 (Opened) May 26 12:40:43 ftp mpd: [pptp0] LCP: protocol 0x0035 was rejected May 26 12:40:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #217 link 0 (Opened) May 26 12:40:46 ftp mpd: [pptp0] LCP: protocol 0x0085 was rejected May 26 12:40:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #218 link 0 (Opened) May 26 12:40:46 ftp mpd: [pptp0] LCP: protocol ICRYPT was rejected May 26 12:40:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #219 link 0 (Opened) May 26 12:40:48 ftp mpd: [pptp0] LCP: protocol 0x00a5 was rejected May 26 12:40:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #220 link 0 (Opened) May 26 12:40:52 ftp mpd: [pptp0] LCP: protocol 0x225d was rejected May 26 12:40:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #221 link 0 (Opened) May 26 12:40:52 ftp mpd: [pptp0] LCP: protocol 0xb49d was rejected May 26 12:41:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #222 link 0 (Opened) May 26 12:41:04 ftp mpd: [pptp0] LCP: protocol 0x3491 was rejected May 26 12:41:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #223 link 0 (Opened) May 26 12:41:44 ftp mpd: [pptp0] LCP: protocol 0x9081 was rejected May 26 12:41:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #224 link 0 (Opened) May 26 12:41:47 ftp mpd: [pptp0] LCP: protocol 0x8cfb was rejected May 26 12:41:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #225 link 0 (Opened) May 26 12:41:53 ftp mpd: [pptp0] LCP: protocol ICRYPT was rejected May 26 12:42:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #226 link 0 (Opened) May 26 12:42:05 ftp mpd: [pptp0] LCP: protocol 0x00c7 was rejected May 26 12:43:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #227 link 0 (Opened) May 26 12:43:16 ftp mpd: [pptp0] LCP: protocol 0x00bb was rejected May 26 12:43:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #228 link 0 (Opened) May 26 12:43:19 ftp mpd: [pptp0] LCP: protocol 0x009b was rejected May 26 12:43:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #229 link 0 (Opened) May 26 12:43:22 ftp mpd: [pptp0] LCP: protocol 0x7a31 was rejected May 26 12:43:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #230 link 0 (Opened) May 26 12:43:25 ftp mpd: [pptp0] LCP: protocol 0x3e0f was rejected May 26 12:43:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #231 link 0 (Opened) May 26 12:43:31 ftp mpd: [pptp0] LCP: protocol 0x00f5 was rejected May 26 12:43:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #232 link 0 (Opened) May 26 12:43:36 ftp mpd: [pptp0] LCP: protocol 0x008f was rejected May 26 12:43:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #233 link 0 (Opened) May 26 12:43:37 ftp mpd: [pptp0] LCP: protocol 0xba39 was rejected May 26 12:43:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #234 link 0 (Opened) May 26 12:43:39 ftp mpd: [pptp0] LCP: protocol 0x0075 was rejected May 26 12:43:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #235 link 0 (Opened) May 26 12:43:39 ftp mpd: [pptp0] LCP: protocol 0x00b5 was rejected May 26 12:43:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #236 link 0 (Opened) May 26 12:43:44 ftp mpd: [pptp0] LCP: protocol 0x00c9 was rejected May 26 12:43:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #237 link 0 (Opened) May 26 12:43:46 ftp mpd: [pptp0] LCP: protocol 0x009b was rejected May 26 12:43:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #238 link 0 (Opened) May 26 12:43:47 ftp mpd: [pptp0] LCP: protocol 0x84c5 was rejected May 26 12:43:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #239 link 0 (Opened) May 26 12:43:49 ftp mpd: [pptp0] LCP: protocol 0x003b was rejected May 26 12:43:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #240 link 0 (Opened) May 26 12:43:53 ftp mpd: [pptp0] LCP: protocol 0x0013 was rejected May 26 12:43:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #241 link 0 (Opened) May 26 12:43:58 ftp mpd: [pptp0] LCP: protocol 0x00a7 was rejected May 26 12:44:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #242 link 0 (Opened) May 26 12:44:01 ftp mpd: [pptp0] LCP: protocol 0x0035 was rejected May 26 12:44:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #243 link 0 (Opened) May 26 12:44:12 ftp mpd: [pptp0] LCP: protocol 0x00cf was rejected May 26 12:44:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #244 link 0 (Opened) May 26 12:44:15 ftp mpd: [pptp0] LCP: protocol 0x00a5 was rejected May 26 12:44:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #245 link 0 (Opened) May 26 12:44:18 ftp mpd: [pptp0] LCP: protocol 0x0077 was rejected May 26 12:44:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #246 link 0 (Opened) May 26 12:44:21 ftp mpd: [pptp0] LCP: protocol 0xa4cd was rejected May 26 12:44:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #247 link 0 (Opened) May 26 12:44:27 ftp mpd: [pptp0] LCP: protocol 0x3a13 was rejected May 26 12:44:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #248 link 0 (Opened) May 26 12:44:39 ftp mpd: [pptp0] LCP: protocol 0x90f3 was rejected May 26 12:46:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #249 link 0 (Opened) May 26 12:46:45 ftp mpd: [pptp0] LCP: protocol 0x2cd1 was rejected May 26 12:46:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #250 link 0 (Opened) May 26 12:46:48 ftp mpd: [pptp0] LCP: protocol 0x0025 was rejected May 26 12:47:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #251 link 0 (Opened) May 26 12:47:06 ftp mpd: [pptp0] LCP: protocol 0x00a7 was rejected May 26 12:48:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #252 link 0 (Opened) May 26 12:48:27 ftp mpd: [pptp0] LCP: protocol 0x0071 was rejected May 26 12:48:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #253 link 0 (Opened) May 26 12:48:30 ftp mpd: [pptp0] LCP: protocol 0x0051 was rejected May 26 12:48:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #254 link 0 (Opened) May 26 12:48:33 ftp mpd: [pptp0] LCP: protocol 0x7635 was rejected May 26 12:48:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #255 link 0 (Opened) May 26 12:48:36 ftp mpd: [pptp0] LCP: protocol 0x000d was rejected May 26 12:48:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #0 link 0 (Opened) May 26 12:48:42 ftp mpd: [pptp0] LCP: protocol 0x00cb was rejected May 26 12:48:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #1 link 0 (Opened) May 26 12:48:48 ftp mpd: [pptp0] LCP: protocol 0x0eab was rejected May 26 12:48:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #2 link 0 (Opened) May 26 12:48:48 ftp mpd: [pptp0] LCP: protocol 0x3a11 was rejected May 26 12:48:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #3 link 0 (Opened) May 26 12:48:54 ftp mpd: [pptp0] LCP: protocol 0x0083 was rejected May 26 12:49:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #4 link 0 (Opened) May 26 12:49:00 ftp mpd: [pptp0] LCP: protocol 0x00ef was rejected May 26 12:49:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #5 link 0 (Opened) May 26 12:49:06 ftp mpd: [pptp0] LCP: protocol 0x000b was rejected May 26 12:49:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #6 link 0 (Opened) May 26 12:49:12 ftp mpd: [pptp0] LCP: protocol 0x0079 was rejected May 26 12:49:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #7 link 0 (Opened) May 26 12:49:13 ftp mpd: [pptp0] LCP: protocol 0x002b was rejected May 26 12:49:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #8 link 0 (Opened) May 26 12:49:16 ftp mpd: [pptp0] LCP: protocol 0x0083 was rejected May 26 12:49:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #9 link 0 (Opened) May 26 12:49:19 ftp mpd: [pptp0] LCP: protocol 0x0035 was rejected May 26 12:49:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #10 link 0 (Opened) May 26 12:49:22 ftp mpd: [pptp0] LCP: protocol 0x5e8f was rejected May 26 12:49:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #11 link 0 (Opened) May 26 12:49:28 ftp mpd: [pptp0] LCP: protocol 0x0093 was rejected May 26 12:49:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #12 link 0 (Opened) May 26 12:49:40 ftp mpd: [pptp0] LCP: protocol 0x002b was rejected May 26 12:49:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #13 link 0 (Opened) May 26 12:49:46 ftp mpd: [pptp0] LCP: protocol 0x0027 was rejected May 26 12:50:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #14 link 0 (Opened) May 26 12:50:00 ftp mpd: [pptp0] LCP: protocol 0x00a1 was rejected May 26 12:50:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #15 link 0 (Opened) May 26 12:50:03 ftp mpd: [pptp0] LCP: protocol 0x0027 was rejected May 26 12:50:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #16 link 0 (Opened) May 26 12:50:09 ftp mpd: [pptp0] LCP: protocol 0x02db was rejected May 26 12:50:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #17 link 0 (Opened) May 26 12:50:21 ftp mpd: [pptp0] LCP: protocol 0x00d7 was rejected May 26 12:51:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #18 link 0 (Opened) May 26 12:51:46 ftp mpd: [pptp0] LCP: protocol 0x0029 was rejected May 26 12:51:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #19 link 0 (Opened) May 26 12:51:49 ftp mpd: [pptp0] LCP: protocol 0x004b was rejected May 26 12:51:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #20 link 0 (Opened) May 26 12:51:55 ftp mpd: [pptp0] LCP: protocol 0x009d was rejected May 26 12:51:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #21 link 0 (Opened) May 26 12:51:59 ftp mpd: [pptp0] LCP: protocol 0x5097 was rejected May 26 12:52:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #22 link 0 (Opened) May 26 12:52:02 ftp mpd: [pptp0] LCP: protocol 0x22db was rejected May 26 12:52:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #23 link 0 (Opened) May 26 12:52:02 ftp mpd: [pptp0] LCP: protocol 0x4c41 was rejected May 26 12:52:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #24 link 0 (Opened) May 26 12:52:07 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 12:52:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #25 link 0 (Opened) May 26 12:52:08 ftp mpd: [pptp0] LCP: protocol 0x00bb was rejected May 26 12:52:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #26 link 0 (Opened) May 26 12:52:20 ftp mpd: [pptp0] LCP: protocol 0x2c95 was rejected May 26 12:53:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #27 link 0 (Opened) May 26 12:53:11 ftp mpd: [pptp0] LCP: protocol 0x0001 was rejected May 26 12:53:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #28 link 0 (Opened) May 26 12:53:14 ftp mpd: [pptp0] LCP: protocol 0x0009 was rejected May 26 12:53:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #29 link 0 (Opened) May 26 12:53:20 ftp mpd: [pptp0] LCP: protocol 0x0007 was rejected May 26 12:53:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #30 link 0 (Opened) May 26 12:53:32 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 12:53:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #31 link 0 (Opened) May 26 12:53:44 ftp mpd: [pptp0] LCP: protocol 0x0061 was rejected May 26 12:53:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #32 link 0 (Opened) May 26 12:53:46 ftp mpd: [pptp0] LCP: protocol 0x8857 was rejected May 26 12:53:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #33 link 0 (Opened) May 26 12:53:49 ftp mpd: [pptp0] LCP: protocol 0x8849 was rejected May 26 12:53:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #34 link 0 (Opened) May 26 12:53:55 ftp mpd: [pptp0] LCP: protocol 0x008f was rejected May 26 12:54:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #35 link 0 (Opened) May 26 12:54:07 ftp mpd: [pptp0] LCP: protocol 0x746d was rejected May 26 12:54:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #36 link 0 (Opened) May 26 12:54:15 ftp mpd: [pptp0] LCP: protocol 0x2e95 was rejected May 26 12:54:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #37 link 0 (Opened) May 26 12:54:20 ftp mpd: [pptp0] LCP: protocol 0x48ed was rejected May 26 12:54:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #38 link 0 (Opened) May 26 12:54:21 ftp mpd: [pptp0] LCP: protocol 0x8281 was rejected May 26 12:54:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #39 link 0 (Opened) May 26 12:54:23 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 12:54:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #40 link 0 (Opened) May 26 12:54:26 ftp mpd: [pptp0] LCP: protocol 0x6e45 was rejected May 26 12:54:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #41 link 0 (Opened) May 26 12:54:26 ftp mpd: [pptp0] LCP: protocol 0x0001 was rejected May 26 12:54:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #42 link 0 (Opened) May 26 12:54:29 ftp mpd: [pptp0] LCP: protocol 0x0079 was rejected May 26 12:54:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #43 link 0 (Opened) May 26 12:54:32 ftp mpd: [pptp0] LCP: protocol 0x90af was rejected May 26 12:54:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #44 link 0 (Opened) May 26 12:54:35 ftp mpd: [pptp0] LCP: protocol 0x003f was rejected May 26 12:54:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #45 link 0 (Opened) May 26 12:54:41 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 12:54:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #46 link 0 (Opened) May 26 12:54:42 ftp mpd: [pptp0] LCP: protocol 0x00a5 was rejected May 26 12:54:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #47 link 0 (Opened) May 26 12:54:53 ftp mpd: [pptp0] LCP: protocol 0xae8d was rejected May 26 12:55:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #48 link 0 (Opened) May 26 12:55:05 ftp mpd: [pptp0] LCP: protocol 0x60ab was rejected May 26 12:55:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #49 link 0 (Opened) May 26 12:55:17 ftp mpd: [pptp0] LCP: protocol 0x36dd was rejected May 26 12:55:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #50 link 0 (Opened) May 26 12:55:35 ftp mpd: [pptp0] LCP: protocol 0x34f5 was rejected May 26 12:55:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #51 link 0 (Opened) May 26 12:55:38 ftp mpd: [pptp0] LCP: protocol 0x00d9 was rejected May 26 12:55:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #52 link 0 (Opened) May 26 12:55:41 ftp mpd: [pptp0] LCP: protocol 0x0085 was rejected May 26 12:55:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #53 link 0 (Opened) May 26 12:55:41 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 12:55:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #54 link 0 (Opened) May 26 12:55:44 ftp mpd: [pptp0] LCP: protocol 0x5423 was rejected May 26 12:55:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #55 link 0 (Opened) May 26 12:55:44 ftp mpd: [pptp0] LCP: protocol ICRYPT was rejected May 26 12:55:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #56 link 0 (Opened) May 26 12:55:47 ftp mpd: [pptp0] LCP: protocol 0x8895 was rejected May 26 12:55:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #57 link 0 (Opened) May 26 12:55:47 ftp mpd: [pptp0] LCP: protocol 0x000d was rejected May 26 12:55:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #58 link 0 (Opened) May 26 12:55:50 ftp mpd: [pptp0] LCP: protocol 0x006f was rejected May 26 12:55:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #59 link 0 (Opened) May 26 12:55:56 ftp mpd: [pptp0] LCP: protocol 0x0075 was rejected May 26 12:55:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #60 link 0 (Opened) May 26 12:55:56 ftp mpd: [pptp0] LCP: protocol 0x5a7f was rejected May 26 12:56:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #61 link 0 (Opened) May 26 12:56:05 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 12:56:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #62 link 0 (Opened) May 26 12:56:08 ftp mpd: [pptp0] LCP: protocol 0x001b was rejected May 26 12:56:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #63 link 0 (Opened) May 26 12:56:08 ftp mpd: [pptp0] LCP: protocol 0x7c47 was rejected May 26 12:56:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #64 link 0 (Opened) May 26 12:56:20 ftp mpd: [pptp0] LCP: protocol 0x0047 was rejected May 26 12:56:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #65 link 0 (Opened) May 26 12:56:23 ftp mpd: [pptp0] LCP: protocol 0x00e5 was rejected May 26 12:56:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #66 link 0 (Opened) May 26 12:56:26 ftp mpd: [pptp0] LCP: protocol CRYPT was rejected May 26 12:56:26 ftp mpd: [pptp0] ECP: protocol was rejected by peer May 26 12:56:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #67 link 0 (Opened) May 26 12:56:29 ftp mpd: [pptp0] LCP: protocol 0x687b was rejected May 26 12:56:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #68 link 0 (Opened) May 26 12:56:29 ftp mpd: [pptp0] LCP: protocol 0x70f1 was rejected May 26 12:56:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #69 link 0 (Opened) May 26 12:56:32 ftp mpd: [pptp0] LCP: protocol 0x2059 was rejected May 26 12:56:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #70 link 0 (Opened) May 26 12:56:35 ftp mpd: [pptp0] LCP: protocol 0x00c5 was rejected May 26 12:56:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #71 link 0 (Opened) May 26 12:56:41 ftp mpd: [pptp0] LCP: protocol 0xba89 was rejected May 26 12:56:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #72 link 0 (Opened) May 26 12:56:41 ftp mpd: [pptp0] LCP: protocol 0x9c3b was rejected May 26 12:56:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #73 link 0 (Opened) May 26 12:56:51 ftp mpd: [pptp0] LCP: protocol 0x20a5 was rejected May 26 12:56:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #74 link 0 (Opened) May 26 12:56:53 ftp mpd: [pptp0] LCP: protocol 0x2a51 was rejected May 26 12:56:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #75 link 0 (Opened) May 26 12:56:57 ftp mpd: [pptp0] LCP: protocol 0x0eb9 was rejected May 26 12:57:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #76 link 0 (Opened) May 26 12:57:05 ftp mpd: [pptp0] LCP: protocol 0x0037 was rejected May 26 12:57:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #77 link 0 (Opened) May 26 12:57:09 ftp mpd: [pptp0] LCP: protocol 0x12d7 was rejected May 26 12:57:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #78 link 0 (Opened) May 26 12:57:44 ftp mpd: [pptp0] LCP: protocol 0x2249 was rejected May 26 12:57:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #79 link 0 (Opened) May 26 12:57:47 ftp mpd: [pptp0] LCP: protocol 0x0011 was rejected May 26 12:57:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #80 link 0 (Opened) May 26 12:57:53 ftp mpd: [pptp0] LCP: protocol 0x0029 was rejected May 26 12:58:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #81 link 0 (Opened) May 26 12:58:05 ftp mpd: [pptp0] LCP: protocol 0x0003 was rejected May 26 12:58:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #82 link 0 (Opened) May 26 12:58:11 ftp mpd: [pptp0] LCP: protocol ICRYPT was rejected May 26 12:58:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #83 link 0 (Opened) May 26 12:58:14 ftp mpd: [pptp0] LCP: protocol 0x0c51 was rejected May 26 12:58:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #84 link 0 (Opened) May 26 12:58:17 ftp mpd: [pptp0] LCP: protocol 0x005d was rejected May 26 12:58:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #85 link 0 (Opened) May 26 12:58:20 ftp mpd: [pptp0] LCP: protocol 0x00b5 was rejected May 26 12:58:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #86 link 0 (Opened) May 26 12:58:26 ftp mpd: [pptp0] LCP: protocol 0xae81 was rejected May 26 12:58:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #87 link 0 (Opened) May 26 12:58:38 ftp mpd: [pptp0] LCP: protocol 0x004b was rejected May 26 12:58:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #88 link 0 (Opened) May 26 12:58:44 ftp mpd: [pptp0] LCP: protocol 0x0047 was rejected May 26 12:58:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #89 link 0 (Opened) May 26 12:58:48 ftp mpd: [pptp0] LCP: protocol 0x009b was rejected May 26 12:58:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #90 link 0 (Opened) May 26 12:58:51 ftp mpd: [pptp0] LCP: protocol 0x004d was rejected May 26 12:58:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #91 link 0 (Opened) May 26 12:58:57 ftp mpd: [pptp0] LCP: protocol 0x34bb was rejected May 26 13:00:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #92 link 0 (Opened) May 26 13:00:47 ftp mpd: [pptp0] LCP: protocol 0x0adf was rejected May 26 13:00:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #93 link 0 (Opened) May 26 13:00:53 ftp mpd: [pptp0] LCP: protocol 0x08bf was rejected May 26 13:01:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #94 link 0 (Opened) May 26 13:01:05 ftp mpd: [pptp0] LCP: protocol 0x0089 was rejected May 26 13:02:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #95 link 0 (Opened) May 26 13:02:47 ftp mpd: [pptp0] LCP: protocol 0x00d7 was rejected May 26 13:02:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #96 link 0 (Opened) May 26 13:02:53 ftp mpd: [pptp0] LCP: protocol CRYPT was rejected May 26 13:02:53 ftp mpd: [pptp0] ECP: protocol was rejected by peer May 26 13:03:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #97 link 0 (Opened) May 26 13:03:05 ftp mpd: [pptp0] LCP: protocol 0xae61 was rejected May 26 13:06:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #98 link 0 (Opened) May 26 13:06:42 ftp mpd: [pptp0] LCP: protocol 0x38e1 was rejected May 26 13:06:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #99 link 0 (Opened) May 26 13:06:45 ftp mpd: [pptp0] LCP: protocol 0xb447 was rejected May 26 13:06:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #100 link 0 (Opened) May 26 13:06:45 ftp mpd: [pptp0] LCP: protocol 0x88f1 was rejected May 26 13:06:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #101 link 0 (Opened) May 26 13:06:51 ftp mpd: [pptp0] LCP: protocol 0x342b was rejected May 26 13:06:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #102 link 0 (Opened) May 26 13:06:57 ftp mpd: [pptp0] LCP: protocol 0x00df was rejected May 26 13:07:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #103 link 0 (Opened) May 26 13:07:09 ftp mpd: [pptp0] LCP: protocol 0x00a9 was rejected May 26 13:09:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #104 link 0 (Opened) May 26 13:09:15 ftp mpd: [pptp0] LCP: protocol 0xb8e7 was rejected May 26 13:09:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #105 link 0 (Opened) May 26 13:09:18 ftp mpd: [pptp0] LCP: protocol 0x00db was rejected May 26 13:09:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #106 link 0 (Opened) May 26 13:09:24 ftp mpd: [pptp0] LCP: protocol 0x6853 was rejected May 26 13:09:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #107 link 0 (Opened) May 26 13:09:36 ftp mpd: [pptp0] LCP: protocol 0x00e1 was rejected May 26 13:11:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #108 link 0 (Opened) May 26 13:11:18 ftp mpd: [pptp0] LCP: protocol 0x8241 was rejected May 26 13:11:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #109 link 0 (Opened) May 26 13:11:24 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 13:11:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #110 link 0 (Opened) May 26 13:11:36 ftp mpd: [pptp0] LCP: protocol 0x0097 was rejected May 26 13:18:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #111 link 0 (Opened) May 26 13:18:23 ftp mpd: [pptp0] LCP: protocol 0x24e5 was rejected May 26 13:18:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #112 link 0 (Opened) May 26 13:18:26 ftp mpd: [pptp0] LCP: protocol 0x6a7f was rejected May 26 13:18:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #113 link 0 (Opened) May 26 13:18:29 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 13:18:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #114 link 0 (Opened) May 26 13:18:32 ftp mpd: [pptp0] LCP: protocol 0x00b9 was rejected May 26 13:18:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #115 link 0 (Opened) May 26 13:18:38 ftp mpd: [pptp0] LCP: protocol 0x2ee9 was rejected May 26 13:18:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #116 link 0 (Opened) May 26 13:18:50 ftp mpd: [pptp0] LCP: protocol 0x00c1 was rejected May 26 13:18:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #117 link 0 (Opened) May 26 13:18:56 ftp mpd: [pptp0] LCP: protocol 0x16a7 was rejected May 26 13:19:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #118 link 0 (Opened) May 26 13:19:25 ftp mpd: [pptp0] LCP: protocol 0x9ecf was rejected May 26 13:19:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #119 link 0 (Opened) May 26 13:19:34 ftp mpd: [pptp0] LCP: protocol 0x0047 was rejected May 26 13:19:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #120 link 0 (Opened) May 26 13:19:46 ftp mpd: [pptp0] LCP: protocol 0x9259 was rejected May 26 13:20:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #121 link 0 (Opened) May 26 13:20:56 ftp mpd: [pptp0] LCP: protocol 0x00d7 was rejected May 26 13:20:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #122 link 0 (Opened) May 26 13:20:59 ftp mpd: [pptp0] LCP: protocol 0x5005 was rejected May 26 13:21:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #123 link 0 (Opened) May 26 13:21:05 ftp mpd: [pptp0] LCP: protocol 0x86ab was rejected May 26 13:21:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #124 link 0 (Opened) May 26 13:21:17 ftp mpd: [pptp0] LCP: protocol 0x6201 was rejected May 26 13:21:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #125 link 0 (Opened) May 26 13:21:20 ftp mpd: [pptp0] LCP: protocol 0x0017 was rejected May 26 13:21:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #126 link 0 (Opened) May 26 13:21:23 ftp mpd: [pptp0] LCP: protocol 0x0017 was rejected May 26 13:21:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #127 link 0 (Opened) May 26 13:21:26 ftp mpd: [pptp0] LCP: protocol 0xb895 was rejected May 26 13:21:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #128 link 0 (Opened) May 26 13:21:29 ftp mpd: [pptp0] LCP: protocol 0x909d was rejected May 26 13:21:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #129 link 0 (Opened) May 26 13:21:35 ftp mpd: [pptp0] LCP: protocol 0x006d was rejected May 26 13:21:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #130 link 0 (Opened) May 26 13:21:47 ftp mpd: [pptp0] LCP: protocol 0x3607 was rejected May 26 13:21:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #131 link 0 (Opened) May 26 13:21:53 ftp mpd: [pptp0] LCP: protocol 0x00ed was rejected May 26 13:22:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #132 link 0 (Opened) May 26 13:22:56 ftp mpd: [pptp0] LCP: protocol 0x4803 was rejected May 26 13:22:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #133 link 0 (Opened) May 26 13:22:59 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 13:23:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #134 link 0 (Opened) May 26 13:23:05 ftp mpd: [pptp0] LCP: protocol 0x74c3 was rejected May 26 13:23:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #135 link 0 (Opened) May 26 13:23:17 ftp mpd: [pptp0] LCP: protocol 0x0029 was rejected May 26 13:23:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #136 link 0 (Opened) May 26 13:23:24 ftp mpd: [pptp0] LCP: protocol ICOMPD was rejected May 26 13:23:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #137 link 0 (Opened) May 26 13:23:27 ftp mpd: [pptp0] LCP: protocol 0x0041 was rejected May 26 13:23:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #138 link 0 (Opened) May 26 13:23:27 ftp mpd: [pptp0] LCP: protocol 0x2ead was rejected May 26 13:23:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #139 link 0 (Opened) May 26 13:23:39 ftp mpd: [pptp0] LCP: protocol 0x00e5 was rejected May 26 13:23:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #140 link 0 (Opened) May 26 13:23:43 ftp mpd: [pptp0] LCP: protocol 0x003f was rejected May 26 13:23:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #141 link 0 (Opened) May 26 13:23:46 ftp mpd: [pptp0] LCP: protocol 0x00c7 was rejected May 26 13:23:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #142 link 0 (Opened) May 26 13:23:51 ftp mpd: [pptp0] LCP: protocol 0x3ca9 was rejected May 26 13:23:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #143 link 0 (Opened) May 26 13:23:52 ftp mpd: [pptp0] LCP: protocol 0x00b7 was rejected May 26 13:23:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #144 link 0 (Opened) May 26 13:23:56 ftp mpd: [pptp0] LCP: protocol 0x0019 was rejected May 26 13:23:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #145 link 0 (Opened) May 26 13:23:57 ftp mpd: [pptp0] LCP: protocol 0x40eb was rejected May 26 13:23:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #146 link 0 (Opened) May 26 13:23:58 ftp mpd: [pptp0] LCP: protocol 0x523f was rejected May 26 13:24:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #147 link 0 (Opened) May 26 13:24:02 ftp mpd: [pptp0] LCP: protocol 0x006d was rejected May 26 13:24:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #148 link 0 (Opened) May 26 13:24:04 ftp mpd: [pptp0] LCP: protocol 0x22bd was rejected May 26 13:24:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #149 link 0 (Opened) May 26 13:24:14 ftp mpd: [pptp0] LCP: protocol 0x004d was rejected May 26 13:24:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #150 link 0 (Opened) May 26 13:24:16 ftp mpd: [pptp0] LCP: protocol 0x08cd was rejected May 26 13:24:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #151 link 0 (Opened) May 26 13:24:28 ftp mpd: [pptp0] LCP: protocol 0x08fb was rejected May 26 13:24:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #152 link 0 (Opened) May 26 13:24:44 ftp mpd: [pptp0] LCP: protocol 0x50af was rejected May 26 13:24:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #153 link 0 (Opened) May 26 13:24:47 ftp mpd: [pptp0] LCP: protocol 0x00d9 was rejected May 26 13:24:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #154 link 0 (Opened) May 26 13:24:50 ftp mpd: [pptp0] LCP: protocol 0x0047 was rejected May 26 13:24:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #155 link 0 (Opened) May 26 13:24:53 ftp mpd: [pptp0] LCP: protocol 0x00b9 was rejected May 26 13:24:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #156 link 0 (Opened) May 26 13:24:59 ftp mpd: [pptp0] LCP: protocol 0x346f was rejected May 26 13:25:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #157 link 0 (Opened) May 26 13:25:05 ftp mpd: [pptp0] LCP: protocol 0xa205 was rejected May 26 13:25:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #158 link 0 (Opened) May 26 13:25:17 ftp mpd: [pptp0] LCP: protocol 0xb0b5 was rejected May 26 13:25:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #159 link 0 (Opened) May 26 13:25:52 ftp mpd: [pptp0] LCP: protocol 0x0039 was rejected May 26 13:25:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #160 link 0 (Opened) May 26 13:25:53 ftp mpd: [pptp0] LCP: protocol 0x0005 was rejected May 26 13:25:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #161 link 0 (Opened) May 26 13:25:56 ftp mpd: [pptp0] LCP: protocol 0x2ce1 was rejected May 26 13:25:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #162 link 0 (Opened) May 26 13:25:56 ftp mpd: [pptp0] LCP: protocol 0x00c5 was rejected May 26 13:25:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #163 link 0 (Opened) May 26 13:25:57 ftp mpd: [pptp0] LCP: protocol 0x0087 was rejected May 26 13:26:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #164 link 0 (Opened) May 26 13:26:00 ftp mpd: [pptp0] LCP: protocol 0x0079 was rejected May 26 13:26:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #165 link 0 (Opened) May 26 13:26:02 ftp mpd: [pptp0] LCP: protocol 0x00a1 was rejected May 26 13:26:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #166 link 0 (Opened) May 26 13:26:02 ftp mpd: [pptp0] LCP: protocol 0x00af was rejected May 26 13:26:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #167 link 0 (Opened) May 26 13:26:06 ftp mpd: [pptp0] LCP: protocol 0x00d5 was rejected May 26 13:26:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #168 link 0 (Opened) May 26 13:26:14 ftp mpd: [pptp0] LCP: protocol 0x00c3 was rejected May 26 13:26:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #169 link 0 (Opened) May 26 13:26:18 ftp mpd: [pptp0] LCP: protocol 0x00b7 was rejected May 26 13:26:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #170 link 0 (Opened) May 26 13:26:22 ftp mpd: [pptp0] LCP: protocol 0x5885 was rejected May 26 13:26:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #171 link 0 (Opened) May 26 13:26:25 ftp mpd: [pptp0] LCP: protocol 0x00b5 was rejected May 26 13:26:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #172 link 0 (Opened) May 26 13:26:25 ftp mpd: [pptp0] LCP: protocol 0x00af was rejected May 26 13:26:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #173 link 0 (Opened) May 26 13:26:30 ftp mpd: [pptp0] LCP: protocol 0x6635 was rejected May 26 13:26:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #174 link 0 (Opened) May 26 13:26:30 ftp mpd: [pptp0] LCP: protocol 0x0069 was rejected May 26 13:26:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #175 link 0 (Opened) May 26 13:26:31 ftp mpd: [pptp0] LCP: protocol 0x00a1 was rejected May 26 13:26:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #176 link 0 (Opened) May 26 13:26:33 ftp mpd: [pptp0] LCP: protocol 0x004f was rejected May 26 13:26:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #177 link 0 (Opened) May 26 13:26:39 ftp mpd: [pptp0] LCP: protocol 0x0035 was rejected May 26 13:26:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #178 link 0 (Opened) May 26 13:26:42 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 13:26:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #179 link 0 (Opened) May 26 13:26:48 ftp mpd: [pptp0] LCP: protocol 0x000d was rejected May 26 13:26:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #180 link 0 (Opened) May 26 13:26:49 ftp mpd: [pptp0] LCP: protocol 0x52b1 was rejected May 26 13:26:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #181 link 0 (Opened) May 26 13:26:51 ftp mpd: [pptp0] LCP: protocol 0x00db was rejected May 26 13:26:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #182 link 0 (Opened) May 26 13:26:54 ftp mpd: [pptp0] LCP: protocol 0x001b was rejected May 26 13:26:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #183 link 0 (Opened) May 26 13:26:55 ftp mpd: [pptp0] LCP: protocol 0x0083 was rejected May 26 13:26:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #184 link 0 (Opened) May 26 13:26:55 ftp mpd: [pptp0] LCP: protocol 0x00cd was rejected May 26 13:26:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #185 link 0 (Opened) May 26 13:26:57 ftp mpd: [pptp0] LCP: protocol 0x006f was rejected May 26 13:27:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #186 link 0 (Opened) May 26 13:27:03 ftp mpd: [pptp0] LCP: protocol 0x00c9 was rejected May 26 13:27:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #187 link 0 (Opened) May 26 13:27:09 ftp mpd: [pptp0] LCP: protocol 0x000d was rejected May 26 13:27:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #188 link 0 (Opened) May 26 13:27:21 ftp mpd: [pptp0] LCP: protocol 0x2c09 was rejected May 26 13:27:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #189 link 0 (Opened) May 26 13:27:33 ftp mpd: [pptp0] LCP: protocol 0x0063 was rejected May 26 13:27:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #190 link 0 (Opened) May 26 13:27:48 ftp mpd: [pptp0] LCP: protocol 0x00eb was rejected May 26 13:27:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #191 link 0 (Opened) May 26 13:27:51 ftp mpd: [pptp0] LCP: protocol 0x00bf was rejected May 26 13:27:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #192 link 0 (Opened) May 26 13:27:54 ftp mpd: [pptp0] LCP: protocol 0x0035 was rejected May 26 13:27:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #193 link 0 (Opened) May 26 13:27:57 ftp mpd: [pptp0] LCP: protocol 0xac0f was rejected May 26 13:27:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #194 link 0 (Opened) May 26 13:27:57 ftp mpd: [pptp0] LCP: protocol ICOMPD was rejected May 26 13:28:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #195 link 0 (Opened) May 26 13:28:03 ftp mpd: [pptp0] LCP: protocol 0x42a5 was rejected May 26 13:28:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #196 link 0 (Opened) May 26 13:28:09 ftp mpd: [pptp0] LCP: protocol 0x006f was rejected May 26 13:28:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #197 link 0 (Opened) May 26 13:28:18 ftp mpd: [pptp0] LCP: protocol 0x00a9 was rejected May 26 13:28:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #198 link 0 (Opened) May 26 13:28:21 ftp mpd: [pptp0] LCP: protocol 0xac6f was rejected May 26 13:28:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #199 link 0 (Opened) May 26 13:28:28 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 13:28:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #200 link 0 (Opened) May 26 13:28:33 ftp mpd: [pptp0] LCP: protocol 0x006d was rejected May 26 13:28:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #201 link 0 (Opened) May 26 13:28:34 ftp mpd: [pptp0] LCP: protocol 0x00e7 was rejected May 26 13:28:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #202 link 0 (Opened) May 26 13:28:52 ftp mpd: [pptp0] LCP: protocol 0x008b was rejected May 26 13:28:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #203 link 0 (Opened) May 26 13:28:55 ftp mpd: [pptp0] LCP: protocol 0x3ac7 was rejected May 26 13:28:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #204 link 0 (Opened) May 26 13:28:58 ftp mpd: [pptp0] LCP: protocol 0x8e85 was rejected May 26 13:28:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #205 link 0 (Opened) May 26 13:28:58 ftp mpd: [pptp0] LCP: protocol 0x0eb3 was rejected May 26 13:29:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #206 link 0 (Opened) May 26 13:29:03 ftp mpd: [pptp0] LCP: protocol 0x5c57 was rejected May 26 13:29:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #207 link 0 (Opened) May 26 13:29:04 ftp mpd: [pptp0] LCP: protocol 0x0085 was rejected May 26 13:29:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #208 link 0 (Opened) May 26 13:29:06 ftp mpd: [pptp0] LCP: protocol 0x00ff was rejected May 26 13:29:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #209 link 0 (Opened) May 26 13:29:09 ftp mpd: [pptp0] LCP: protocol 0x7405 was rejected May 26 13:29:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #210 link 0 (Opened) May 26 13:29:16 ftp mpd: [pptp0] LCP: protocol 0x9a9b was rejected May 26 13:29:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #211 link 0 (Opened) May 26 13:29:18 ftp mpd: [pptp0] LCP: protocol 0x0095 was rejected May 26 13:29:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #212 link 0 (Opened) May 26 13:29:24 ftp mpd: [pptp0] LCP: protocol 0x0029 was rejected May 26 13:29:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #213 link 0 (Opened) May 26 13:29:27 ftp mpd: [pptp0] LCP: protocol 0x6e41 was rejected May 26 13:29:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #214 link 0 (Opened) May 26 13:29:30 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 13:29:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #215 link 0 (Opened) May 26 13:29:30 ftp mpd: [pptp0] LCP: protocol 0x8849 was rejected May 26 13:29:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #216 link 0 (Opened) May 26 13:29:33 ftp mpd: [pptp0] LCP: protocol 0x327f was rejected May 26 13:29:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #217 link 0 (Opened) May 26 13:29:39 ftp mpd: [pptp0] LCP: protocol 0x00af was rejected May 26 13:29:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #218 link 0 (Opened) May 26 13:29:45 ftp mpd: [pptp0] LCP: protocol 0x0047 was rejected May 26 13:29:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #219 link 0 (Opened) May 26 13:29:48 ftp mpd: [pptp0] LCP: protocol ICRYPT was rejected May 26 13:29:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #220 link 0 (Opened) May 26 13:29:51 ftp mpd: [pptp0] LCP: protocol 0x00d9 was rejected May 26 13:29:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #221 link 0 (Opened) May 26 13:29:51 ftp mpd: [pptp0] LCP: protocol 0x8ea9 was rejected May 26 13:29:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #222 link 0 (Opened) May 26 13:29:54 ftp mpd: [pptp0] LCP: protocol 0x00a5 was rejected May 26 13:30:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #223 link 0 (Opened) May 26 13:30:00 ftp mpd: [pptp0] LCP: protocol 0x0049 was rejected May 26 13:30:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #224 link 0 (Opened) May 26 13:30:07 ftp mpd: [pptp0] LCP: protocol 0x00af was rejected May 26 13:30:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #225 link 0 (Opened) May 26 13:30:10 ftp mpd: [pptp0] LCP: protocol 0x4649 was rejected May 26 13:30:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #226 link 0 (Opened) May 26 13:30:12 ftp mpd: [pptp0] LCP: protocol 0x0011 was rejected May 26 13:30:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #227 link 0 (Opened) May 26 13:30:13 ftp mpd: [pptp0] LCP: protocol 0x0ca1 was rejected May 26 13:30:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #228 link 0 (Opened) May 26 13:30:17 ftp mpd: [pptp0] LCP: protocol 0x003b was rejected May 26 13:30:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #229 link 0 (Opened) May 26 13:30:20 ftp mpd: [pptp0] LCP: protocol 0x00dd was rejected May 26 13:30:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #230 link 0 (Opened) May 26 13:30:26 ftp mpd: [pptp0] LCP: protocol 0x26bd was rejected May 26 13:30:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #231 link 0 (Opened) May 26 13:30:38 ftp mpd: [pptp0] LCP: protocol 0x0047 was rejected May 26 13:30:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #232 link 0 (Opened) May 26 13:30:55 ftp mpd: [pptp0] LCP: protocol 0x8c41 was rejected May 26 13:30:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #233 link 0 (Opened) May 26 13:30:58 ftp mpd: [pptp0] LCP: protocol 0x004f was rejected May 26 13:30:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #234 link 0 (Opened) May 26 13:30:58 ftp mpd: [pptp0] LCP: protocol 0x0003 was rejected May 26 13:31:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #235 link 0 (Opened) May 26 13:31:01 ftp mpd: [pptp0] LCP: protocol 0xba13 was rejected May 26 13:31:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #236 link 0 (Opened) May 26 13:31:04 ftp mpd: [pptp0] LCP: protocol 0x5a97 was rejected May 26 13:31:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #237 link 0 (Opened) May 26 13:31:07 ftp mpd: [pptp0] LCP: protocol 0xba79 was rejected May 26 13:31:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #238 link 0 (Opened) May 26 13:31:07 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 13:31:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #239 link 0 (Opened) May 26 13:31:10 ftp mpd: [pptp0] LCP: protocol 0x3c6f was rejected May 26 13:31:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #240 link 0 (Opened) May 26 13:31:10 ftp mpd: [pptp0] LCP: protocol 0xaaeb was rejected May 26 13:31:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #241 link 0 (Opened) May 26 13:31:16 ftp mpd: [pptp0] LCP: protocol 0x00cb was rejected May 26 13:31:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #242 link 0 (Opened) May 26 13:31:17 ftp mpd: [pptp0] LCP: protocol 0xa66f was rejected May 26 13:31:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #243 link 0 (Opened) May 26 13:31:19 ftp mpd: [pptp0] LCP: protocol 0x0017 was rejected May 26 13:31:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #244 link 0 (Opened) May 26 13:31:22 ftp mpd: [pptp0] LCP: protocol 0x006d was rejected May 26 13:31:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #245 link 0 (Opened) May 26 13:31:25 ftp mpd: [pptp0] LCP: protocol 0x0061 was rejected May 26 13:31:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #246 link 0 (Opened) May 26 13:31:26 ftp mpd: [pptp0] LCP: protocol 0x00c9 was rejected May 26 13:31:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #247 link 0 (Opened) May 26 13:31:28 ftp mpd: [pptp0] LCP: protocol ICOMPD was rejected May 26 13:31:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #248 link 0 (Opened) May 26 13:31:31 ftp mpd: [pptp0] LCP: protocol 0x0067 was rejected May 26 13:31:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #249 link 0 (Opened) May 26 13:31:37 ftp mpd: [pptp0] LCP: protocol 0x64dd was rejected May 26 13:31:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #250 link 0 (Opened) May 26 13:31:38 ftp mpd: [pptp0] LCP: protocol 0x0089 was rejected May 26 13:31:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #251 link 0 (Opened) May 26 13:31:49 ftp mpd: [pptp0] LCP: protocol 0x7ea1 was rejected May 26 13:31:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #252 link 0 (Opened) May 26 13:31:55 ftp mpd: [pptp0] LCP: protocol 0x0019 was rejected May 26 13:32:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #253 link 0 (Opened) May 26 13:32:07 ftp mpd: [pptp0] LCP: protocol 0x00cf was rejected May 26 13:32:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #254 link 0 (Opened) May 26 13:32:10 ftp mpd: [pptp0] LCP: protocol 0x0013 was rejected May 26 13:32:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #255 link 0 (Opened) May 26 13:32:10 ftp mpd: [pptp0] LCP: protocol 0x004d was rejected May 26 13:32:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #0 link 0 (Opened) May 26 13:32:13 ftp mpd: [pptp0] LCP: protocol 0x006f was rejected May 26 13:32:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #1 link 0 (Opened) May 26 13:32:26 ftp mpd: [pptp0] LCP: protocol 0x006d was rejected May 26 13:32:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #2 link 0 (Opened) May 26 13:32:26 ftp mpd: [pptp0] LCP: protocol 0x00cb was rejected May 26 13:32:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #3 link 0 (Opened) May 26 13:32:38 ftp mpd: [pptp0] LCP: protocol 0xb4df was rejected May 26 13:32:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #4 link 0 (Opened) May 26 13:32:38 ftp mpd: [pptp0] LCP: protocol 0x003b was rejected May 26 13:32:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #5 link 0 (Opened) May 26 13:32:58 ftp mpd: [pptp0] LCP: protocol 0x463f was rejected May 26 13:33:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #6 link 0 (Opened) May 26 13:33:01 ftp mpd: [pptp0] LCP: protocol 0x00b7 was rejected May 26 13:33:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #7 link 0 (Opened) May 26 13:33:07 ftp mpd: [pptp0] LCP: protocol 0x00ef was rejected May 26 13:33:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #8 link 0 (Opened) May 26 13:33:19 ftp mpd: [pptp0] LCP: protocol 0x5a5f was rejected May 26 13:33:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #9 link 0 (Opened) May 26 13:33:25 ftp mpd: [pptp0] LCP: protocol 0x662d was rejected May 26 13:33:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #10 link 0 (Opened) May 26 13:33:28 ftp mpd: [pptp0] LCP: protocol 0x3acb was rejected May 26 13:33:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #11 link 0 (Opened) May 26 13:33:31 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 13:33:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #12 link 0 (Opened) May 26 13:33:34 ftp mpd: [pptp0] LCP: protocol 0x0051 was rejected May 26 13:33:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #13 link 0 (Opened) May 26 13:33:40 ftp mpd: [pptp0] LCP: protocol 0x0071 was rejected May 26 13:33:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #14 link 0 (Opened) May 26 13:33:52 ftp mpd: [pptp0] LCP: protocol 0x00bb was rejected May 26 13:33:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #15 link 0 (Opened) May 26 13:33:55 ftp mpd: [pptp0] LCP: protocol 0x0023 was rejected May 26 13:33:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #16 link 0 (Opened) May 26 13:33:58 ftp mpd: [pptp0] LCP: protocol 0x44f1 was rejected May 26 13:33:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #17 link 0 (Opened) May 26 13:33:58 ftp mpd: [pptp0] LCP: protocol 0x0077 was rejected May 26 13:34:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #18 link 0 (Opened) May 26 13:34:04 ftp mpd: [pptp0] LCP: protocol 0x68c5 was rejected May 26 13:34:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #19 link 0 (Opened) May 26 13:34:16 ftp mpd: [pptp0] LCP: protocol 0x0039 was rejected May 26 13:35:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #20 link 0 (Opened) May 26 13:35:55 ftp mpd: [pptp0] LCP: protocol 0x58ff was rejected May 26 13:35:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #21 link 0 (Opened) May 26 13:35:58 ftp mpd: [pptp0] LCP: protocol 0x0069 was rejected May 26 13:36:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #22 link 0 (Opened) May 26 13:36:04 ftp mpd: [pptp0] LCP: protocol 0x843b was rejected May 26 13:36:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #23 link 0 (Opened) May 26 13:36:07 ftp mpd: [pptp0] LCP: protocol 0x0031 was rejected May 26 13:36:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #24 link 0 (Opened) May 26 13:36:16 ftp mpd: [pptp0] LCP: protocol 0x929b was rejected May 26 13:36:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #25 link 0 (Opened) May 26 13:36:19 ftp mpd: [pptp0] LCP: protocol 0x0069 was rejected May 26 13:36:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #26 link 0 (Opened) May 26 13:36:22 ftp mpd: [pptp0] LCP: protocol 0x00d5 was rejected May 26 13:36:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #27 link 0 (Opened) May 26 13:36:25 ftp mpd: [pptp0] LCP: protocol 0x449f was rejected May 26 13:36:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #28 link 0 (Opened) May 26 13:36:25 ftp mpd: [pptp0] LCP: protocol 0x00d5 was rejected May 26 13:36:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #29 link 0 (Opened) May 26 13:36:31 ftp mpd: [pptp0] LCP: protocol 0x3adf was rejected May 26 13:36:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #30 link 0 (Opened) May 26 13:36:37 ftp mpd: [pptp0] LCP: protocol 0x006b was rejected May 26 13:36:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #31 link 0 (Opened) May 26 13:36:49 ftp mpd: [pptp0] LCP: protocol 0x5ef9 was rejected May 26 13:36:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #32 link 0 (Opened) May 26 13:36:55 ftp mpd: [pptp0] LCP: protocol 0x00c5 was rejected May 26 13:37:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #33 link 0 (Opened) May 26 13:37:58 ftp mpd: [pptp0] LCP: protocol 0x00c1 was rejected May 26 13:38:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #34 link 0 (Opened) May 26 13:38:01 ftp mpd: [pptp0] LCP: protocol 0x94d1 was rejected May 26 13:38:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #35 link 0 (Opened) May 26 13:38:07 ftp mpd: [pptp0] LCP: protocol 0x00c9 was rejected May 26 13:38:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #36 link 0 (Opened) May 26 13:38:19 ftp mpd: [pptp0] LCP: protocol 0x0051 was rejected May 26 13:38:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #37 link 0 (Opened) May 26 13:38:25 ftp mpd: [pptp0] LCP: protocol 0x6427 was rejected May 26 13:38:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #38 link 0 (Opened) May 26 13:38:28 ftp mpd: [pptp0] LCP: protocol 0x008d was rejected May 26 13:38:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #39 link 0 (Opened) May 26 13:38:31 ftp mpd: [pptp0] LCP: protocol 0x004d was rejected May 26 13:38:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #40 link 0 (Opened) May 26 13:38:34 ftp mpd: [pptp0] LCP: protocol 0x00d7 was rejected May 26 13:38:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #41 link 0 (Opened) May 26 13:38:40 ftp mpd: [pptp0] LCP: protocol 0xb647 was rejected May 26 13:38:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #42 link 0 (Opened) May 26 13:38:52 ftp mpd: [pptp0] LCP: protocol 0x001b was rejected May 26 13:38:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #43 link 0 (Opened) May 26 13:38:55 ftp mpd: [pptp0] LCP: protocol 0x2401 was rejected May 26 13:38:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #44 link 0 (Opened) May 26 13:38:58 ftp mpd: [pptp0] LCP: protocol 0x0079 was rejected May 26 13:39:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #45 link 0 (Opened) May 26 13:39:04 ftp mpd: [pptp0] LCP: protocol 0x00a1 was rejected May 26 13:39:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #46 link 0 (Opened) May 26 13:39:16 ftp mpd: [pptp0] LCP: protocol 0x008d was rejected May 26 13:40:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #47 link 0 (Opened) May 26 13:40:55 ftp mpd: [pptp0] LCP: protocol 0x00cf was rejected May 26 13:40:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #48 link 0 (Opened) May 26 13:40:58 ftp mpd: [pptp0] LCP: protocol 0xa6e3 was rejected May 26 13:40:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #49 link 0 (Opened) May 26 13:40:58 ftp mpd: [pptp0] LCP: protocol 0x56df was rejected May 26 13:41:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #50 link 0 (Opened) May 26 13:41:04 ftp mpd: [pptp0] LCP: protocol 0x764d was rejected May 26 13:41:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #51 link 0 (Opened) May 26 13:41:05 ftp mpd: [pptp0] LCP: protocol 0x0013 was rejected May 26 13:41:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #52 link 0 (Opened) May 26 13:41:11 ftp mpd: [pptp0] LCP: protocol 0x004d was rejected May 26 13:41:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #53 link 0 (Opened) May 26 13:41:16 ftp mpd: [pptp0] LCP: protocol 0x0c33 was rejected May 26 13:41:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #54 link 0 (Opened) May 26 13:41:17 ftp mpd: [pptp0] LCP: protocol 0xb8cb was rejected May 26 13:41:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #55 link 0 (Opened) May 26 13:41:19 ftp mpd: [pptp0] LCP: protocol 0x0085 was rejected May 26 13:41:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #56 link 0 (Opened) May 26 13:41:22 ftp mpd: [pptp0] LCP: protocol ICRYPT was rejected May 26 13:41:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #57 link 0 (Opened) May 26 13:41:28 ftp mpd: [pptp0] LCP: protocol 0x94d9 was rejected May 26 13:41:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #58 link 0 (Opened) May 26 13:41:31 ftp mpd: [pptp0] LCP: protocol 0x00d3 was rejected May 26 13:41:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #59 link 0 (Opened) May 26 13:41:37 ftp mpd: [pptp0] LCP: protocol 0x626f was rejected May 26 13:41:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #60 link 0 (Opened) May 26 13:41:49 ftp mpd: [pptp0] LCP: protocol 0x00c5 was rejected May 26 13:41:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #61 link 0 (Opened) May 26 13:41:55 ftp mpd: [pptp0] LCP: protocol 0x18f5 was rejected May 26 13:42:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #62 link 0 (Opened) May 26 13:42:58 ftp mpd: [pptp0] LCP: protocol 0x4297 was rejected May 26 13:43:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #63 link 0 (Opened) May 26 13:43:01 ftp mpd: [pptp0] LCP: protocol 0x00ef was rejected May 26 13:43:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #64 link 0 (Opened) May 26 13:43:07 ftp mpd: [pptp0] LCP: protocol 0xa697 was rejected May 26 13:43:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #65 link 0 (Opened) May 26 13:43:16 ftp mpd: [pptp0] LCP: protocol 0x9aed was rejected May 26 13:43:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #66 link 0 (Opened) May 26 13:43:19 ftp mpd: [pptp0] LCP: protocol 0x00a9 was rejected May 26 13:43:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #67 link 0 (Opened) May 26 13:43:19 ftp mpd: [pptp0] LCP: protocol 0x0075 was rejected May 26 13:43:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #68 link 0 (Opened) May 26 13:43:22 ftp mpd: [pptp0] LCP: protocol 0x0095 was rejected May 26 13:43:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #69 link 0 (Opened) May 26 13:43:25 ftp mpd: [pptp0] LCP: protocol 0x0031 was rejected May 26 13:43:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #70 link 0 (Opened) May 26 13:43:28 ftp mpd: [pptp0] LCP: protocol 0x70c9 was rejected May 26 13:43:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #71 link 0 (Opened) May 26 13:43:28 ftp mpd: [pptp0] LCP: protocol 0xaa03 was rejected May 26 13:43:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #72 link 0 (Opened) May 26 13:43:34 ftp mpd: [pptp0] LCP: protocol 0x8e2b was rejected May 26 13:43:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #73 link 0 (Opened) May 26 13:43:40 ftp mpd: [pptp0] LCP: protocol 0x1219 was rejected May 26 13:43:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #74 link 0 (Opened) May 26 13:43:40 ftp mpd: [pptp0] LCP: protocol 0x485b was rejected May 26 13:43:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #75 link 0 (Opened) May 26 13:43:52 ftp mpd: [pptp0] LCP: protocol 0x001d was rejected May 26 13:43:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #76 link 0 (Opened) May 26 13:43:55 ftp mpd: [pptp0] LCP: protocol 0x9413 was rejected May 26 13:43:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #77 link 0 (Opened) May 26 13:43:58 ftp mpd: [pptp0] LCP: protocol 0x669b was rejected May 26 13:43:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #78 link 0 (Opened) May 26 13:43:58 ftp mpd: [pptp0] LCP: protocol 0xaa27 was rejected May 26 13:44:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #79 link 0 (Opened) May 26 13:44:04 ftp mpd: [pptp0] LCP: protocol 0x0453 was rejected May 26 13:44:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #80 link 0 (Opened) May 26 13:44:16 ftp mpd: [pptp0] LCP: protocol 0x0ef9 was rejected May 26 13:45:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #81 link 0 (Opened) May 26 13:45:55 ftp mpd: [pptp0] LCP: protocol 0x0057 was rejected May 26 13:45:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #82 link 0 (Opened) May 26 13:45:58 ftp mpd: [pptp0] LCP: protocol 0x0005 was rejected May 26 13:45:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #83 link 0 (Opened) May 26 13:45:58 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 13:46:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #84 link 0 (Opened) May 26 13:46:04 ftp mpd: [pptp0] LCP: protocol 0x162b was rejected May 26 13:46:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #85 link 0 (Opened) May 26 13:46:07 ftp mpd: [pptp0] LCP: protocol 0x003b was rejected May 26 13:46:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #86 link 0 (Opened) May 26 13:46:16 ftp mpd: [pptp0] LCP: protocol 0x96e7 was rejected May 26 13:46:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #87 link 0 (Opened) May 26 13:46:22 ftp mpd: [pptp0] LCP: protocol 0x003b was rejected May 26 13:46:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #88 link 0 (Opened) May 26 13:46:25 ftp mpd: [pptp0] LCP: protocol 0x6ed1 was rejected May 26 13:46:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #89 link 0 (Opened) May 26 13:46:28 ftp mpd: [pptp0] LCP: protocol 0xbe15 was rejected May 26 13:46:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #90 link 0 (Opened) May 26 13:46:31 ftp mpd: [pptp0] LCP: protocol 0x00d9 was rejected May 26 13:46:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #91 link 0 (Opened) May 26 13:46:37 ftp mpd: [pptp0] LCP: protocol 0x0029 was rejected May 26 13:46:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #92 link 0 (Opened) May 26 13:46:49 ftp mpd: [pptp0] LCP: protocol 0x0047 was rejected May 26 13:46:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #93 link 0 (Opened) May 26 13:46:55 ftp mpd: [pptp0] LCP: protocol 0x183d was rejected May 26 13:47:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #94 link 0 (Opened) May 26 13:47:58 ftp mpd: [pptp0] LCP: protocol 0x0095 was rejected May 26 13:48:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #95 link 0 (Opened) May 26 13:48:01 ftp mpd: [pptp0] LCP: protocol 0xaacd was rejected May 26 13:48:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #96 link 0 (Opened) May 26 13:48:07 ftp mpd: [pptp0] LCP: protocol 0x0095 was rejected May 26 13:48:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #97 link 0 (Opened) May 26 13:48:19 ftp mpd: [pptp0] LCP: protocol 0x0033 was rejected May 26 13:48:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #98 link 0 (Opened) May 26 13:48:21 ftp mpd: [pptp0] LCP: protocol 0x56a3 was rejected May 26 13:48:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #99 link 0 (Opened) May 26 13:48:24 ftp mpd: [pptp0] LCP: protocol 0x00f1 was rejected May 26 13:48:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #100 link 0 (Opened) May 26 13:48:27 ftp mpd: [pptp0] LCP: protocol 0x000b was rejected May 26 13:48:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #101 link 0 (Opened) May 26 13:48:28 ftp mpd: [pptp0] LCP: protocol 0xb4bb was rejected May 26 13:48:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #102 link 0 (Opened) May 26 13:48:30 ftp mpd: [pptp0] LCP: protocol 0x52d5 was rejected May 26 13:48:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #103 link 0 (Opened) May 26 13:48:31 ftp mpd: [pptp0] LCP: protocol 0x98d3 was rejected May 26 13:48:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #104 link 0 (Opened) May 26 13:48:34 ftp mpd: [pptp0] LCP: protocol 0x00cb was rejected May 26 13:48:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #105 link 0 (Opened) May 26 13:48:36 ftp mpd: [pptp0] LCP: protocol 0x00cb was rejected May 26 13:48:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #106 link 0 (Opened) May 26 13:48:40 ftp mpd: [pptp0] LCP: protocol 0x2a0f was rejected May 26 13:48:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #107 link 0 (Opened) May 26 13:48:48 ftp mpd: [pptp0] LCP: protocol 0x003f was rejected May 26 13:48:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #108 link 0 (Opened) May 26 13:48:52 ftp mpd: [pptp0] LCP: protocol 0x0a01 was rejected May 26 13:48:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #109 link 0 (Opened) May 26 13:48:58 ftp mpd: [pptp0] LCP: protocol 0x00df was rejected May 26 13:48:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #110 link 0 (Opened) May 26 13:48:58 ftp mpd: [pptp0] LCP: protocol 0x00c7 was rejected May 26 13:49:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #111 link 0 (Opened) May 26 13:49:04 ftp mpd: [pptp0] LCP: protocol 0x00d5 was rejected May 26 13:49:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #112 link 0 (Opened) May 26 13:49:16 ftp mpd: [pptp0] LCP: protocol 0x9a19 was rejected May 26 13:50:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #113 link 0 (Opened) May 26 13:50:26 ftp mpd: [pptp0] LCP: protocol 0x2673 was rejected May 26 13:50:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #114 link 0 (Opened) May 26 13:50:29 ftp mpd: [pptp0] LCP: protocol 0xbe8b was rejected May 26 13:50:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #115 link 0 (Opened) May 26 13:50:32 ftp mpd: [pptp0] LCP: protocol 0x001b was rejected May 26 13:50:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #116 link 0 (Opened) May 26 13:50:38 ftp mpd: [pptp0] LCP: protocol 0x0067 was rejected May 26 13:50:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #117 link 0 (Opened) May 26 13:50:44 ftp mpd: [pptp0] LCP: protocol 0x6c71 was rejected May 26 13:50:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #118 link 0 (Opened) May 26 13:50:55 ftp mpd: [pptp0] LCP: protocol 0x865f was rejected May 26 13:50:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #119 link 0 (Opened) May 26 13:50:56 ftp mpd: [pptp0] LCP: protocol 0x0027 was rejected May 26 13:50:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #120 link 0 (Opened) May 26 13:50:58 ftp mpd: [pptp0] LCP: protocol 0x0067 was rejected May 26 13:50:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #121 link 0 (Opened) May 26 13:50:58 ftp mpd: [pptp0] LCP: protocol 0x94cb was rejected May 26 13:51:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #122 link 0 (Opened) May 26 13:51:01 ftp mpd: [pptp0] LCP: protocol 0x00dd was rejected May 26 13:51:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #123 link 0 (Opened) May 26 13:51:08 ftp mpd: [pptp0] LCP: protocol 0x0069 was rejected May 26 13:51:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #124 link 0 (Opened) May 26 13:51:16 ftp mpd: [pptp0] LCP: protocol 0x0057 was rejected May 26 13:51:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #125 link 0 (Opened) May 26 13:51:19 ftp mpd: [pptp0] LCP: protocol 0x689d was rejected May 26 13:51:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #126 link 0 (Opened) May 26 13:51:22 ftp mpd: [pptp0] LCP: protocol 0xb085 was rejected May 26 13:51:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #127 link 0 (Opened) May 26 13:51:25 ftp mpd: [pptp0] LCP: protocol 0x8e99 was rejected May 26 13:51:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #128 link 0 (Opened) May 26 13:51:28 ftp mpd: [pptp0] LCP: protocol 0x1083 was rejected May 26 13:51:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #129 link 0 (Opened) May 26 13:51:31 ftp mpd: [pptp0] LCP: protocol 0x00bb was rejected May 26 13:51:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #130 link 0 (Opened) May 26 13:51:37 ftp mpd: [pptp0] LCP: protocol 0x0063 was rejected May 26 13:51:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #131 link 0 (Opened) May 26 13:51:49 ftp mpd: [pptp0] LCP: protocol 0x4479 was rejected May 26 13:51:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #132 link 0 (Opened) May 26 13:51:55 ftp mpd: [pptp0] LCP: protocol 0x9c29 was rejected May 26 13:51:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #133 link 0 (Opened) May 26 13:51:56 ftp mpd: [pptp0] LCP: protocol 0x0089 was rejected May 26 13:52:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #134 link 0 (Opened) May 26 13:52:05 ftp mpd: [pptp0] LCP: protocol 0x0095 was rejected May 26 13:52:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #135 link 0 (Opened) May 26 13:52:17 ftp mpd: [pptp0] LCP: protocol 0x008f was rejected May 26 13:52:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #136 link 0 (Opened) May 26 13:52:23 ftp mpd: [pptp0] LCP: protocol 0x00a9 was rejected May 26 13:52:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #137 link 0 (Opened) May 26 13:52:26 ftp mpd: [pptp0] LCP: protocol 0x92af was rejected May 26 13:52:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #138 link 0 (Opened) May 26 13:52:29 ftp mpd: [pptp0] LCP: protocol 0x0089 was rejected May 26 13:52:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #139 link 0 (Opened) May 26 13:52:32 ftp mpd: [pptp0] LCP: protocol 0x0015 was rejected May 26 13:52:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #140 link 0 (Opened) May 26 13:52:41 ftp mpd: [pptp0] LCP: protocol 0x6ce3 was rejected May 26 13:52:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #141 link 0 (Opened) May 26 13:52:44 ftp mpd: [pptp0] LCP: protocol 0x78cd was rejected May 26 13:52:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #142 link 0 (Opened) May 26 13:52:44 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 13:52:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #143 link 0 (Opened) May 26 13:52:50 ftp mpd: [pptp0] LCP: protocol 0x00ff was rejected May 26 13:52:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #144 link 0 (Opened) May 26 13:52:56 ftp mpd: [pptp0] LCP: protocol 0x00d3 was rejected May 26 13:52:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #145 link 0 (Opened) May 26 13:52:58 ftp mpd: [pptp0] LCP: protocol 0x581b was rejected May 26 13:53:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #146 link 0 (Opened) May 26 13:53:01 ftp mpd: [pptp0] LCP: protocol 0x2ed3 was rejected May 26 13:53:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #147 link 0 (Opened) May 26 13:53:07 ftp mpd: [pptp0] LCP: protocol 0x000f was rejected May 26 13:53:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #148 link 0 (Opened) May 26 13:53:08 ftp mpd: [pptp0] LCP: protocol 0x0045 was rejected May 26 13:53:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #149 link 0 (Opened) May 26 13:53:09 ftp mpd: [pptp0] LCP: protocol 0x0099 was rejected May 26 13:53:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #150 link 0 (Opened) May 26 13:53:15 ftp mpd: [pptp0] LCP: protocol 0x24af was rejected May 26 13:53:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #151 link 0 (Opened) May 26 13:53:19 ftp mpd: [pptp0] LCP: protocol 0xa617 was rejected May 26 13:53:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #152 link 0 (Opened) May 26 13:53:21 ftp mpd: [pptp0] LCP: protocol 0x96d9 was rejected May 26 13:53:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #153 link 0 (Opened) May 26 13:53:25 ftp mpd: [pptp0] LCP: protocol 0x5ac1 was rejected May 26 13:53:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #154 link 0 (Opened) May 26 13:53:28 ftp mpd: [pptp0] LCP: protocol CRYPT was rejected May 26 13:53:28 ftp mpd: [pptp0] ECP: protocol was rejected by peer May 26 13:53:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #155 link 0 (Opened) May 26 13:53:31 ftp mpd: [pptp0] LCP: protocol 0x7e03 was rejected May 26 13:53:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #156 link 0 (Opened) May 26 13:53:34 ftp mpd: [pptp0] LCP: protocol 0x00d1 was rejected May 26 13:53:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #157 link 0 (Opened) May 26 13:53:40 ftp mpd: [pptp0] LCP: protocol 0x8c6d was rejected May 26 13:53:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #158 link 0 (Opened) May 26 13:53:45 ftp mpd: [pptp0] LCP: protocol 0x0037 was rejected May 26 13:53:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #159 link 0 (Opened) May 26 13:53:48 ftp mpd: [pptp0] LCP: protocol 0xba89 was rejected May 26 13:53:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #160 link 0 (Opened) May 26 13:53:51 ftp mpd: [pptp0] LCP: protocol 0x5471 was rejected May 26 13:53:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #161 link 0 (Opened) May 26 13:53:52 ftp mpd: [pptp0] LCP: protocol 0x0019 was rejected May 26 13:53:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #162 link 0 (Opened) May 26 13:53:54 ftp mpd: [pptp0] LCP: protocol 0x82e3 was rejected May 26 13:53:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #163 link 0 (Opened) May 26 13:53:55 ftp mpd: [pptp0] LCP: protocol 0x182f was rejected May 26 13:53:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #164 link 0 (Opened) May 26 13:53:56 ftp mpd: [pptp0] LCP: protocol 0x0015 was rejected May 26 13:53:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #165 link 0 (Opened) May 26 13:53:58 ftp mpd: [pptp0] LCP: protocol 0x0c79 was rejected May 26 13:53:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #166 link 0 (Opened) May 26 13:53:58 ftp mpd: [pptp0] LCP: protocol 0x0089 was rejected May 26 13:53:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #167 link 0 (Opened) May 26 13:53:59 ftp mpd: [pptp0] LCP: protocol 0x1805 was rejected May 26 13:54:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #168 link 0 (Opened) May 26 13:54:12 ftp mpd: [pptp0] LCP: protocol 0x00c7 was rejected May 26 13:54:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #169 link 0 (Opened) May 26 13:54:17 ftp mpd: [pptp0] LCP: protocol 0x4e5b was rejected May 26 13:55:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #170 link 0 (Opened) May 26 13:55:55 ftp mpd: [pptp0] LCP: protocol 0x44f1 was rejected May 26 13:55:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #171 link 0 (Opened) May 26 13:55:58 ftp mpd: [pptp0] LCP: protocol 0x22f1 was rejected May 26 13:55:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #172 link 0 (Opened) May 26 13:55:58 ftp mpd: [pptp0] LCP: protocol 0x0051 was rejected May 26 13:56:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #173 link 0 (Opened) May 26 13:56:01 ftp mpd: [pptp0] LCP: protocol 0x2eb9 was rejected May 26 13:56:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #174 link 0 (Opened) May 26 13:56:07 ftp mpd: [pptp0] LCP: protocol 0x0071 was rejected May 26 13:56:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #175 link 0 (Opened) May 26 13:56:16 ftp mpd: [pptp0] LCP: protocol 0x008d was rejected May 26 13:56:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #176 link 0 (Opened) May 26 13:56:19 ftp mpd: [pptp0] LCP: protocol 0xbcfb was rejected May 26 13:56:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #177 link 0 (Opened) May 26 13:56:22 ftp mpd: [pptp0] LCP: protocol 0x36d5 was rejected May 26 13:56:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #178 link 0 (Opened) May 26 13:56:25 ftp mpd: [pptp0] LCP: protocol 0x00f7 was rejected May 26 13:56:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #179 link 0 (Opened) May 26 13:56:28 ftp mpd: [pptp0] LCP: protocol 0x4c95 was rejected May 26 13:56:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #180 link 0 (Opened) May 26 13:56:31 ftp mpd: [pptp0] LCP: protocol 0x762d was rejected May 26 13:56:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #181 link 0 (Opened) May 26 13:56:37 ftp mpd: [pptp0] LCP: protocol 0x0a81 was rejected May 26 13:56:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #182 link 0 (Opened) May 26 13:56:55 ftp mpd: [pptp0] LCP: protocol 0x00f1 was rejected May 26 13:57:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #183 link 0 (Opened) May 26 13:57:29 ftp mpd: [pptp0] LCP: protocol 0x7ca5 was rejected May 26 13:57:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #184 link 0 (Opened) May 26 13:57:32 ftp mpd: [pptp0] LCP: protocol 0x1871 was rejected May 26 13:57:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #185 link 0 (Opened) May 26 13:57:35 ftp mpd: [pptp0] LCP: protocol 0x00f7 was rejected May 26 13:57:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #186 link 0 (Opened) May 26 13:57:38 ftp mpd: [pptp0] LCP: protocol 0xbc89 was rejected May 26 13:57:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #187 link 0 (Opened) May 26 13:57:44 ftp mpd: [pptp0] LCP: protocol 0x6035 was rejected May 26 13:57:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #188 link 0 (Opened) May 26 13:57:56 ftp mpd: [pptp0] LCP: protocol 0x0007 was rejected May 26 13:57:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #189 link 0 (Opened) May 26 13:57:58 ftp mpd: [pptp0] LCP: protocol 0x0037 was rejected May 26 13:58:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #190 link 0 (Opened) May 26 13:58:01 ftp mpd: [pptp0] LCP: protocol 0x0043 was rejected May 26 13:58:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #191 link 0 (Opened) May 26 13:58:02 ftp mpd: [pptp0] LCP: protocol 0x0031 was rejected May 26 13:58:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #192 link 0 (Opened) May 26 13:58:04 ftp mpd: [pptp0] LCP: protocol 0x003f was rejected May 26 13:58:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #193 link 0 (Opened) May 26 13:58:07 ftp mpd: [pptp0] LCP: protocol 0x00a1 was rejected May 26 13:58:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #194 link 0 (Opened) May 26 13:58:07 ftp mpd: [pptp0] LCP: protocol 0x00f9 was rejected May 26 13:58:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #195 link 0 (Opened) May 26 13:58:10 ftp mpd: [pptp0] LCP: protocol 0x8c51 was rejected May 26 13:58:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #196 link 0 (Opened) May 26 13:58:16 ftp mpd: [pptp0] LCP: protocol 0x0029 was rejected May 26 13:58:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #197 link 0 (Opened) May 26 13:58:19 ftp mpd: [pptp0] LCP: protocol 0x388f was rejected May 26 13:58:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #198 link 0 (Opened) May 26 13:58:25 ftp mpd: [pptp0] LCP: protocol 0x1089 was rejected May 26 13:58:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #199 link 0 (Opened) May 26 13:58:28 ftp mpd: [pptp0] LCP: protocol 0x0081 was rejected May 26 13:58:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #200 link 0 (Opened) May 26 13:58:28 ftp mpd: [pptp0] LCP: protocol 0x0013 was rejected May 26 13:58:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #201 link 0 (Opened) May 26 13:58:31 ftp mpd: [pptp0] LCP: protocol 0x0013 was rejected May 26 13:58:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #202 link 0 (Opened) May 26 13:58:34 ftp mpd: [pptp0] LCP: protocol 0x46d3 was rejected May 26 13:58:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #203 link 0 (Opened) May 26 13:58:39 ftp mpd: [pptp0] LCP: protocol 0x0855 was rejected May 26 13:58:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #204 link 0 (Opened) May 26 13:58:39 ftp mpd: [pptp0] LCP: protocol 0x008d was rejected May 26 13:58:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #205 link 0 (Opened) May 26 13:58:40 ftp mpd: [pptp0] LCP: protocol 0x000f was rejected May 26 13:58:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #206 link 0 (Opened) May 26 13:58:45 ftp mpd: [pptp0] LCP: protocol 0x003b was rejected May 26 13:58:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #207 link 0 (Opened) May 26 13:58:51 ftp mpd: [pptp0] LCP: protocol 0x2a79 was rejected May 26 13:58:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #208 link 0 (Opened) May 26 13:58:52 ftp mpd: [pptp0] LCP: protocol 0x5e2b was rejected May 26 13:58:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #209 link 0 (Opened) May 26 13:58:55 ftp mpd: [pptp0] LCP: protocol 0x00c1 was rejected May 26 13:58:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #210 link 0 (Opened) May 26 13:58:58 ftp mpd: [pptp0] LCP: protocol 0x0097 was rejected May 26 13:59:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #211 link 0 (Opened) May 26 13:59:04 ftp mpd: [pptp0] LCP: protocol 0x648b was rejected May 26 13:59:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #212 link 0 (Opened) May 26 13:59:05 ftp mpd: [pptp0] LCP: protocol 0x1057 was rejected May 26 13:59:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #213 link 0 (Opened) May 26 13:59:11 ftp mpd: [pptp0] LCP: protocol 0x007b was rejected May 26 13:59:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #214 link 0 (Opened) May 26 13:59:14 ftp mpd: [pptp0] LCP: protocol 0x0001 was rejected May 26 13:59:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #215 link 0 (Opened) May 26 13:59:16 ftp mpd: [pptp0] LCP: protocol 0x0007 was rejected May 26 13:59:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #216 link 0 (Opened) May 26 13:59:18 ftp mpd: [pptp0] LCP: protocol 0x00e9 was rejected May 26 13:59:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #217 link 0 (Opened) May 26 13:59:20 ftp mpd: [pptp0] LCP: protocol 0x5c5d was rejected May 26 13:59:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #218 link 0 (Opened) May 26 13:59:21 ftp mpd: [pptp0] LCP: protocol 0x162b was rejected May 26 13:59:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #219 link 0 (Opened) May 26 13:59:21 ftp mpd: [pptp0] LCP: protocol 0x0079 was rejected May 26 13:59:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #220 link 0 (Opened) May 26 13:59:26 ftp mpd: [pptp0] LCP: protocol 0x88ad was rejected May 26 13:59:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #221 link 0 (Opened) May 26 13:59:27 ftp mpd: [pptp0] LCP: protocol 0x8ead was rejected May 26 14:00:00 ftp newsyslog[72175]: logfile turned over due to size>100K May 26 14:00:00 ftp newsyslog[72175]: logfile turned over due to size>100K May 26 14:00:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #222 link 0 (Opened) May 26 14:00:08 ftp mpd: [pptp0] LCP: protocol 0x1021 was rejected May 26 14:00:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #223 link 0 (Opened) May 26 14:00:11 ftp mpd: [pptp0] LCP: protocol 0x004f was rejected May 26 14:00:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #224 link 0 (Opened) May 26 14:00:14 ftp mpd: [pptp0] LCP: protocol 0x00cd was rejected May 26 14:00:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #225 link 0 (Opened) May 26 14:00:17 ftp mpd: [pptp0] LCP: protocol 0x001b was rejected May 26 14:00:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #226 link 0 (Opened) May 26 14:00:23 ftp mpd: [pptp0] LCP: protocol 0x5657 was rejected May 26 14:00:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #227 link 0 (Opened) May 26 14:00:35 ftp mpd: [pptp0] LCP: protocol 0x00df was rejected May 26 14:00:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #228 link 0 (Opened) May 26 14:00:55 ftp mpd: [pptp0] LCP: protocol 0x0097 was rejected May 26 14:00:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #229 link 0 (Opened) May 26 14:00:58 ftp mpd: [pptp0] LCP: protocol 0x00c5 was rejected May 26 14:00:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #230 link 0 (Opened) May 26 14:00:58 ftp mpd: [pptp0] LCP: protocol 0x00bb was rejected May 26 14:01:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #231 link 0 (Opened) May 26 14:01:01 ftp mpd: [pptp0] LCP: protocol 0x30fb was rejected May 26 14:01:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #232 link 0 (Opened) May 26 14:01:04 ftp mpd: [pptp0] LCP: protocol 0x0005 was rejected May 26 14:01:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #233 link 0 (Opened) May 26 14:01:16 ftp mpd: [pptp0] LCP: protocol 0x2633 was rejected May 26 14:01:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #234 link 0 (Opened) May 26 14:01:19 ftp mpd: [pptp0] LCP: protocol 0x009d was rejected May 26 14:01:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #235 link 0 (Opened) May 26 14:01:22 ftp mpd: [pptp0] LCP: protocol 0x0023 was rejected May 26 14:01:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #236 link 0 (Opened) May 26 14:01:25 ftp mpd: [pptp0] LCP: protocol 0x544b was rejected May 26 14:01:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #237 link 0 (Opened) May 26 14:01:28 ftp mpd: [pptp0] LCP: protocol ICRYPT was rejected May 26 14:01:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #238 link 0 (Opened) May 26 14:01:31 ftp mpd: [pptp0] LCP: protocol 0x0093 was rejected May 26 14:01:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #239 link 0 (Opened) May 26 14:01:55 ftp mpd: [pptp0] LCP: protocol 0xacb7 was rejected May 26 14:02:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #240 link 0 (Opened) May 26 14:02:58 ftp mpd: [pptp0] LCP: protocol 0x6ac9 was rejected May 26 14:03:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #241 link 0 (Opened) May 26 14:03:01 ftp mpd: [pptp0] LCP: protocol 0x00b5 was rejected May 26 14:03:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #242 link 0 (Opened) May 26 14:03:19 ftp mpd: [pptp0] LCP: protocol 0x00e1 was rejected May 26 14:03:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #243 link 0 (Opened) May 26 14:03:24 ftp mpd: [pptp0] LCP: protocol ICOMPD was rejected May 26 14:03:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #244 link 0 (Opened) May 26 14:03:27 ftp mpd: [pptp0] LCP: protocol 0x0069 was rejected May 26 14:03:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #245 link 0 (Opened) May 26 14:03:30 ftp mpd: [pptp0] LCP: protocol 0x0083 was rejected May 26 14:03:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #246 link 0 (Opened) May 26 14:03:33 ftp mpd: [pptp0] LCP: protocol 0x30eb was rejected May 26 14:03:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #247 link 0 (Opened) May 26 14:03:39 ftp mpd: [pptp0] LCP: protocol 0x00b3 was rejected May 26 14:03:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #248 link 0 (Opened) May 26 14:03:51 ftp mpd: [pptp0] LCP: protocol 0x366d was rejected May 26 14:03:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #249 link 0 (Opened) May 26 14:03:55 ftp mpd: [pptp0] LCP: protocol 0x406d was rejected May 26 14:03:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #250 link 0 (Opened) May 26 14:03:57 ftp mpd: [pptp0] LCP: protocol MP was rejected May 26 14:03:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #251 link 0 (Opened) May 26 14:03:58 ftp mpd: [pptp0] LCP: protocol 0x0005 was rejected May 26 14:04:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #252 link 0 (Opened) May 26 14:04:04 ftp mpd: [pptp0] LCP: protocol 0x5883 was rejected May 26 14:04:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #253 link 0 (Opened) May 26 14:04:16 ftp mpd: [pptp0] LCP: protocol 0x6275 was rejected May 26 14:05:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #254 link 0 (Opened) May 26 14:05:55 ftp mpd: [pptp0] LCP: protocol 0x0455 was rejected May 26 14:05:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #255 link 0 (Opened) May 26 14:05:57 ftp mpd: [pptp0] LCP: protocol 0x0077 was rejected May 26 14:05:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #0 link 0 (Opened) May 26 14:05:58 ftp mpd: [pptp0] LCP: protocol 0x0011 was rejected May 26 14:06:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #1 link 0 (Opened) May 26 14:06:00 ftp mpd: [pptp0] LCP: protocol 0xa45b was rejected May 26 14:06:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #2 link 0 (Opened) May 26 14:06:04 ftp mpd: [pptp0] LCP: protocol 0x00a9 was rejected May 26 14:06:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #3 link 0 (Opened) May 26 14:06:06 ftp mpd: [pptp0] LCP: protocol 0x00ff was rejected May 26 14:06:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #4 link 0 (Opened) May 26 14:06:16 ftp mpd: [pptp0] LCP: protocol 0xaa0d was rejected May 26 14:06:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #5 link 0 (Opened) May 26 14:06:18 ftp mpd: [pptp0] LCP: protocol 0x90bf was rejected May 26 14:06:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #6 link 0 (Opened) May 26 14:06:22 ftp mpd: [pptp0] LCP: protocol 0x00ff was rejected May 26 14:06:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #7 link 0 (Opened) May 26 14:06:25 ftp mpd: [pptp0] LCP: protocol 0x6af3 was rejected May 26 14:06:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #8 link 0 (Opened) May 26 14:06:25 ftp mpd: [pptp0] LCP: protocol 0xa291 was rejected May 26 14:06:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #9 link 0 (Opened) May 26 14:06:31 ftp mpd: [pptp0] LCP: protocol 0x002b was rejected May 26 14:06:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #10 link 0 (Opened) May 26 14:06:37 ftp mpd: [pptp0] LCP: protocol 0x0025 was rejected May 26 14:06:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #11 link 0 (Opened) May 26 14:06:49 ftp mpd: [pptp0] LCP: protocol 0xae21 was rejected May 26 14:06:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #12 link 0 (Opened) May 26 14:06:55 ftp mpd: [pptp0] LCP: protocol 0x00e7 was rejected May 26 14:07:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #13 link 0 (Opened) May 26 14:07:57 ftp mpd: [pptp0] LCP: protocol 0x8a87 was rejected May 26 14:08:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #14 link 0 (Opened) May 26 14:08:00 ftp mpd: [pptp0] LCP: protocol 0x30ff was rejected May 26 14:08:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #15 link 0 (Opened) May 26 14:08:06 ftp mpd: [pptp0] LCP: protocol 0x0097 was rejected May 26 14:08:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #16 link 0 (Opened) May 26 14:08:18 ftp mpd: [pptp0] LCP: protocol 0x6c0f was rejected May 26 14:08:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #17 link 0 (Opened) May 26 14:08:24 ftp mpd: [pptp0] LCP: protocol 0xba43 was rejected May 26 14:08:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #18 link 0 (Opened) May 26 14:08:27 ftp mpd: [pptp0] LCP: protocol 0x5a3d was rejected May 26 14:08:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #19 link 0 (Opened) May 26 14:08:30 ftp mpd: [pptp0] LCP: protocol 0x748d was rejected May 26 14:08:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #20 link 0 (Opened) May 26 14:08:33 ftp mpd: [pptp0] LCP: protocol 0x0061 was rejected May 26 14:08:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #21 link 0 (Opened) May 26 14:08:39 ftp mpd: [pptp0] LCP: protocol 0x883d was rejected May 26 14:08:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #22 link 0 (Opened) May 26 14:08:51 ftp mpd: [pptp0] LCP: protocol 0x0007 was rejected May 26 14:08:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #23 link 0 (Opened) May 26 14:08:55 ftp mpd: [pptp0] LCP: protocol 0xb02b was rejected May 26 14:08:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #24 link 0 (Opened) May 26 14:08:57 ftp mpd: [pptp0] LCP: protocol 0x18ff was rejected May 26 14:08:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #25 link 0 (Opened) May 26 14:08:58 ftp mpd: [pptp0] LCP: protocol 0x006f was rejected May 26 14:09:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #26 link 0 (Opened) May 26 14:09:04 ftp mpd: [pptp0] LCP: protocol 0x0023 was rejected May 26 14:09:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #27 link 0 (Opened) May 26 14:09:16 ftp mpd: [pptp0] LCP: protocol 0x4c81 was rejected May 26 14:10:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #28 link 0 (Opened) May 26 14:10:41 ftp mpd: [pptp0] LCP: protocol 0x000d was rejected May 26 14:10:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #29 link 0 (Opened) May 26 14:10:44 ftp mpd: [pptp0] LCP: protocol 0x867d was rejected May 26 14:10:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #30 link 0 (Opened) May 26 14:10:47 ftp mpd: [pptp0] LCP: protocol 0x001f was rejected May 26 14:10:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #31 link 0 (Opened) May 26 14:10:50 ftp mpd: [pptp0] LCP: protocol 0x004f was rejected May 26 14:10:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #32 link 0 (Opened) May 26 14:10:55 ftp mpd: [pptp0] LCP: protocol 0x50d9 was rejected May 26 14:10:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #33 link 0 (Opened) May 26 14:10:57 ftp mpd: [pptp0] LCP: protocol 0x4cd9 was rejected May 26 14:10:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #34 link 0 (Opened) May 26 14:10:58 ftp mpd: [pptp0] LCP: protocol 0x00a3 was rejected May 26 14:11:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #35 link 0 (Opened) May 26 14:11:00 ftp mpd: [pptp0] LCP: protocol 0x00e1 was rejected May 26 14:11:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #36 link 0 (Opened) May 26 14:11:04 ftp mpd: [pptp0] LCP: protocol 0x4623 was rejected May 26 14:11:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #37 link 0 (Opened) May 26 14:11:06 ftp mpd: [pptp0] LCP: protocol 0x78c3 was rejected May 26 14:11:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #38 link 0 (Opened) May 26 14:11:08 ftp mpd: [pptp0] LCP: protocol 0xa097 was rejected May 26 14:11:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #39 link 0 (Opened) May 26 14:11:16 ftp mpd: [pptp0] LCP: protocol 0x4cab was rejected May 26 14:11:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #40 link 0 (Opened) May 26 14:11:18 ftp mpd: [pptp0] LCP: protocol 0x7ca3 was rejected May 26 14:11:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #41 link 0 (Opened) May 26 14:11:21 ftp mpd: [pptp0] LCP: protocol 0x004d was rejected May 26 14:11:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #42 link 0 (Opened) May 26 14:11:24 ftp mpd: [pptp0] LCP: protocol 0x7e45 was rejected May 26 14:11:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #43 link 0 (Opened) May 26 14:11:24 ftp mpd: [pptp0] LCP: protocol 0x125d was rejected May 26 14:11:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #44 link 0 (Opened) May 26 14:11:36 ftp mpd: [pptp0] LCP: protocol 0x00d5 was rejected May 26 14:11:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #45 link 0 (Opened) May 26 14:11:48 ftp mpd: [pptp0] LCP: protocol 0xa0ed was rejected May 26 14:11:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #46 link 0 (Opened) May 26 14:11:54 ftp mpd: [pptp0] LCP: protocol 0x5a69 was rejected May 26 14:12:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #47 link 0 (Opened) May 26 14:12:28 ftp mpd: [pptp0] LCP: protocol 0xa669 was rejected May 26 14:12:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #48 link 0 (Opened) May 26 14:12:31 ftp mpd: [pptp0] LCP: protocol 0x005b was rejected May 26 14:12:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #49 link 0 (Opened) May 26 14:12:31 ftp mpd: [pptp0] LCP: protocol 0x5aff was rejected May 26 14:12:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #50 link 0 (Opened) May 26 14:12:37 ftp mpd: [pptp0] LCP: protocol 0x0097 was rejected May 26 14:12:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #51 link 0 (Opened) May 26 14:12:37 ftp mpd: [pptp0] LCP: protocol 0x00dd was rejected May 26 14:12:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #52 link 0 (Opened) May 26 14:12:49 ftp mpd: [pptp0] LCP: protocol 0x0077 was rejected May 26 14:13:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #53 link 0 (Opened) May 26 14:13:00 ftp mpd: [pptp0] LCP: protocol 0x5c75 was rejected May 26 14:13:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #54 link 0 (Opened) May 26 14:13:06 ftp mpd: [pptp0] LCP: protocol 0x00b7 was rejected May 26 14:13:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #55 link 0 (Opened) May 26 14:13:18 ftp mpd: [pptp0] LCP: protocol 0x2abd was rejected May 26 14:13:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #56 link 0 (Opened) May 26 14:13:54 ftp mpd: [pptp0] LCP: protocol 0x00eb was rejected May 26 14:14:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #57 link 0 (Opened) May 26 14:14:03 ftp mpd: [pptp0] LCP: protocol 0x00e9 was rejected May 26 14:14:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #58 link 0 (Opened) May 26 14:14:15 ftp mpd: [pptp0] LCP: protocol 0x00bb was rejected May 26 14:15:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #59 link 0 (Opened) May 26 14:15:08 ftp mpd: [pptp0] LCP: protocol 0x00d3 was rejected May 26 14:15:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #60 link 0 (Opened) May 26 14:15:14 ftp mpd: [pptp0] LCP: protocol 0xb007 was rejected May 26 14:15:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #61 link 0 (Opened) May 26 14:15:17 ftp mpd: [pptp0] LCP: protocol 0x0089 was rejected May 26 14:15:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #62 link 0 (Opened) May 26 14:15:32 ftp mpd: [pptp0] LCP: protocol 0x5853 was rejected May 26 14:15:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #63 link 0 (Opened) May 26 14:15:35 ftp mpd: [pptp0] LCP: protocol 0x00f3 was rejected May 26 14:15:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #64 link 0 (Opened) May 26 14:15:35 ftp mpd: [pptp0] LCP: protocol 0x0023 was rejected May 26 14:15:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #65 link 0 (Opened) May 26 14:15:35 ftp mpd: [pptp0] LCP: protocol 0x00bf was rejected May 26 14:15:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #66 link 0 (Opened) May 26 14:15:41 ftp mpd: [pptp0] LCP: protocol 0x4603 was rejected May 26 14:15:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #67 link 0 (Opened) May 26 14:15:42 ftp mpd: [pptp0] LCP: protocol 0x0065 was rejected May 26 14:15:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #68 link 0 (Opened) May 26 14:15:54 ftp mpd: [pptp0] LCP: protocol 0x00ef was rejected May 26 14:15:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #69 link 0 (Opened) May 26 14:15:57 ftp mpd: [pptp0] LCP: protocol 0x34dd was rejected May 26 14:16:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #70 link 0 (Opened) May 26 14:16:03 ftp mpd: [pptp0] LCP: protocol 0x0025 was rejected May 26 14:16:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #71 link 0 (Opened) May 26 14:16:09 ftp mpd: [pptp0] LCP: protocol 0x0083 was rejected May 26 14:16:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #72 link 0 (Opened) May 26 14:16:09 ftp mpd: [pptp0] LCP: protocol 0x00e9 was rejected May 26 14:16:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #73 link 0 (Opened) May 26 14:16:15 ftp mpd: [pptp0] LCP: protocol 0x0047 was rejected May 26 14:16:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #74 link 0 (Opened) May 26 14:16:15 ftp mpd: [pptp0] LCP: protocol 0x004d was rejected May 26 14:16:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #75 link 0 (Opened) May 26 14:16:16 ftp mpd: [pptp0] LCP: protocol 0x0cd9 was rejected May 26 14:16:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #76 link 0 (Opened) May 26 14:16:27 ftp mpd: [pptp0] LCP: protocol 0x0009 was rejected May 26 14:16:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #77 link 0 (Opened) May 26 14:16:28 ftp mpd: [pptp0] LCP: protocol 0x00bd was rejected May 26 14:16:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #78 link 0 (Opened) May 26 14:16:34 ftp mpd: [pptp0] LCP: protocol 0x24a9 was rejected May 26 14:16:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #79 link 0 (Opened) May 26 14:16:40 ftp mpd: [pptp0] LCP: protocol 0x004f was rejected May 26 14:16:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #80 link 0 (Opened) May 26 14:16:52 ftp mpd: [pptp0] LCP: protocol 0x8c25 was rejected May 26 14:17:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #81 link 0 (Opened) May 26 14:17:04 ftp mpd: [pptp0] LCP: protocol 0x0077 was rejected May 26 14:17:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #82 link 0 (Opened) May 26 14:17:05 ftp mpd: [pptp0] LCP: protocol 0xbe97 was rejected May 26 14:17:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #83 link 0 (Opened) May 26 14:17:11 ftp mpd: [pptp0] LCP: protocol 0x685b was rejected May 26 14:17:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #84 link 0 (Opened) May 26 14:17:11 ftp mpd: [pptp0] LCP: protocol 0x3073 was rejected May 26 14:17:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #85 link 0 (Opened) May 26 14:17:21 ftp mpd: [pptp0] LCP: protocol 0x00dd was rejected May 26 14:17:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #86 link 0 (Opened) May 26 14:17:23 ftp mpd: [pptp0] LCP: protocol 0x00c7 was rejected May 26 14:17:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #87 link 0 (Opened) May 26 14:17:24 ftp mpd: [pptp0] LCP: protocol 0x54bb was rejected May 26 14:17:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #88 link 0 (Opened) May 26 14:17:27 ftp mpd: [pptp0] LCP: protocol 0x3af7 was rejected May 26 14:17:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #89 link 0 (Opened) May 26 14:17:30 ftp mpd: [pptp0] LCP: protocol 0x3829 was rejected May 26 14:17:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #90 link 0 (Opened) May 26 14:17:36 ftp mpd: [pptp0] LCP: protocol 0x00af was rejected May 26 14:17:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #91 link 0 (Opened) May 26 14:17:41 ftp mpd: [pptp0] LCP: protocol 0x084d was rejected May 26 14:17:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #92 link 0 (Opened) May 26 14:17:44 ftp mpd: [pptp0] LCP: protocol 0x0017 was rejected May 26 14:17:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #93 link 0 (Opened) May 26 14:17:48 ftp mpd: [pptp0] LCP: protocol 0x00f3 was rejected May 26 14:17:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #94 link 0 (Opened) May 26 14:17:50 ftp mpd: [pptp0] LCP: protocol 0x363d was rejected May 26 14:17:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #95 link 0 (Opened) May 26 14:17:54 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 14:18:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #96 link 0 (Opened) May 26 14:18:02 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 14:18:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #97 link 0 (Opened) May 26 14:18:22 ftp mpd: [pptp0] LCP: protocol 0x0035 was rejected May 26 14:18:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #98 link 0 (Opened) May 26 14:18:25 ftp mpd: [pptp0] LCP: protocol 0x0079 was rejected May 26 14:18:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #99 link 0 (Opened) May 26 14:18:29 ftp mpd: [pptp0] LCP: protocol 0x0045 was rejected May 26 14:18:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #100 link 0 (Opened) May 26 14:18:35 ftp mpd: [pptp0] LCP: protocol 0x12a7 was rejected May 26 14:18:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #101 link 0 (Opened) May 26 14:18:35 ftp mpd: [pptp0] LCP: protocol 0x4a07 was rejected May 26 14:18:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #102 link 0 (Opened) May 26 14:18:44 ftp mpd: [pptp0] LCP: protocol 0x22ef was rejected May 26 14:18:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #103 link 0 (Opened) May 26 14:18:56 ftp mpd: [pptp0] LCP: protocol 0x00e1 was rejected May 26 14:18:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #104 link 0 (Opened) May 26 14:18:57 ftp mpd: [pptp0] LCP: protocol 0xa013 was rejected May 26 14:19:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #105 link 0 (Opened) May 26 14:19:44 ftp mpd: [pptp0] LCP: protocol 0x4255 was rejected May 26 14:19:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #106 link 0 (Opened) May 26 14:19:50 ftp mpd: [pptp0] LCP: protocol 0x12ed was rejected May 26 14:19:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #107 link 0 (Opened) May 26 14:19:54 ftp mpd: [pptp0] LCP: protocol 0x00a7 was rejected May 26 14:19:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #108 link 0 (Opened) May 26 14:19:57 ftp mpd: [pptp0] LCP: protocol 0xa22d was rejected May 26 14:20:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #109 link 0 (Opened) May 26 14:20:02 ftp mpd: [pptp0] LCP: protocol 0x00eb was rejected May 26 14:20:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #110 link 0 (Opened) May 26 14:20:03 ftp mpd: [pptp0] LCP: protocol 0x0033 was rejected May 26 14:20:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #111 link 0 (Opened) May 26 14:20:12 ftp mpd: [pptp0] LCP: protocol 0x023d was rejected May 26 14:20:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #112 link 0 (Opened) May 26 14:20:15 ftp mpd: [pptp0] LCP: protocol 0x008b was rejected May 26 14:20:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #113 link 0 (Opened) May 26 14:20:15 ftp mpd: [pptp0] LCP: protocol 0x001b was rejected May 26 14:20:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #114 link 0 (Opened) May 26 14:20:18 ftp mpd: [pptp0] LCP: protocol 0x2807 was rejected May 26 14:20:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #115 link 0 (Opened) May 26 14:20:21 ftp mpd: [pptp0] LCP: protocol 0x00b7 was rejected May 26 14:20:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #116 link 0 (Opened) May 26 14:20:27 ftp mpd: [pptp0] LCP: protocol 0x54d5 was rejected May 26 14:20:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #117 link 0 (Opened) May 26 14:20:39 ftp mpd: [pptp0] LCP: protocol 0x88fd was rejected May 26 14:20:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #118 link 0 (Opened) May 26 14:20:44 ftp mpd: [pptp0] LCP: protocol 0x1edd was rejected May 26 14:20:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #119 link 0 (Opened) May 26 14:20:45 ftp mpd: [pptp0] LCP: protocol 0x32b1 was rejected May 26 14:20:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #120 link 0 (Opened) May 26 14:20:47 ftp mpd: [pptp0] LCP: protocol 0x1a15 was rejected May 26 14:20:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #121 link 0 (Opened) May 26 14:20:50 ftp mpd: [pptp0] LCP: protocol 0x00e9 was rejected May 26 14:20:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #122 link 0 (Opened) May 26 14:20:53 ftp mpd: [pptp0] LCP: protocol 0x0acb was rejected May 26 14:21:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #123 link 0 (Opened) May 26 14:21:06 ftp mpd: [pptp0] LCP: protocol 0x8ea9 was rejected May 26 14:21:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #124 link 0 (Opened) May 26 14:21:07 ftp mpd: [pptp0] LCP: protocol 0x008f was rejected May 26 14:21:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #125 link 0 (Opened) May 26 14:21:09 ftp mpd: [pptp0] LCP: protocol 0x004b was rejected May 26 14:21:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #126 link 0 (Opened) May 26 14:21:09 ftp mpd: [pptp0] LCP: protocol 0x00b7 was rejected May 26 14:21:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #127 link 0 (Opened) May 26 14:21:10 ftp mpd: [pptp0] LCP: protocol 0x005f was rejected May 26 14:21:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #128 link 0 (Opened) May 26 14:21:10 ftp mpd: [pptp0] LCP: protocol 0x82e3 was rejected May 26 14:21:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #129 link 0 (Opened) May 26 14:21:11 ftp mpd: [pptp0] LCP: protocol 0x00ed was rejected May 26 14:21:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #130 link 0 (Opened) May 26 14:21:15 ftp mpd: [pptp0] LCP: protocol 0x00b5 was rejected May 26 14:21:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #131 link 0 (Opened) May 26 14:21:15 ftp mpd: [pptp0] LCP: protocol 0x6eb7 was rejected May 26 14:21:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #132 link 0 (Opened) May 26 14:21:16 ftp mpd: [pptp0] LCP: protocol 0x642b was rejected May 26 14:21:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #133 link 0 (Opened) May 26 14:21:22 ftp mpd: [pptp0] LCP: protocol 0x0013 was rejected May 26 14:21:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #134 link 0 (Opened) May 26 14:21:27 ftp mpd: [pptp0] LCP: protocol 0x7cd5 was rejected May 26 14:21:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #135 link 0 (Opened) May 26 14:21:33 ftp mpd: [pptp0] LCP: protocol 0x0079 was rejected May 26 14:21:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #136 link 0 (Opened) May 26 14:21:36 ftp mpd: [pptp0] LCP: protocol 0x00db was rejected May 26 14:21:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #137 link 0 (Opened) May 26 14:21:36 ftp mpd: [pptp0] LCP: protocol 0x1c65 was rejected May 26 14:21:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #138 link 0 (Opened) May 26 14:21:42 ftp mpd: [pptp0] LCP: protocol 0x643f was rejected May 26 14:21:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #139 link 0 (Opened) May 26 14:21:42 ftp mpd: [pptp0] LCP: protocol 0x007b was rejected May 26 14:21:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #140 link 0 (Opened) May 26 14:21:54 ftp mpd: [pptp0] LCP: protocol 0x2a1f was rejected May 26 14:21:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #141 link 0 (Opened) May 26 14:21:54 ftp mpd: [pptp0] LCP: protocol 0x225d was rejected May 26 14:22:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #142 link 0 (Opened) May 26 14:22:03 ftp mpd: [pptp0] LCP: protocol 0x2e99 was rejected May 26 14:22:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #143 link 0 (Opened) May 26 14:22:15 ftp mpd: [pptp0] LCP: protocol 0xbc03 was rejected May 26 14:22:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #144 link 0 (Opened) May 26 14:22:48 ftp mpd: [pptp0] LCP: protocol 0x0039 was rejected May 26 14:22:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #145 link 0 (Opened) May 26 14:22:54 ftp mpd: [pptp0] LCP: protocol 0x003b was rejected May 26 14:23:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #146 link 0 (Opened) May 26 14:23:32 ftp mpd: [pptp0] LCP: protocol 0x6613 was rejected May 26 14:23:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #147 link 0 (Opened) May 26 14:23:35 ftp mpd: [pptp0] LCP: protocol 0x40a9 was rejected May 26 14:23:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #148 link 0 (Opened) May 26 14:23:35 ftp mpd: [pptp0] LCP: protocol 0x00df was rejected May 26 14:23:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #149 link 0 (Opened) May 26 14:23:41 ftp mpd: [pptp0] LCP: protocol 0x00ff was rejected May 26 14:23:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #150 link 0 (Opened) May 26 14:23:42 ftp mpd: [pptp0] LCP: protocol 0x0065 was rejected May 26 14:24:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #151 link 0 (Opened) May 26 14:24:42 ftp mpd: [pptp0] LCP: protocol 0x0e29 was rejected May 26 14:24:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #152 link 0 (Opened) May 26 14:24:42 ftp mpd: [pptp0] LCP: protocol 0x6e0d was rejected May 26 14:24:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #153 link 0 (Opened) May 26 14:24:45 ftp mpd: [pptp0] LCP: protocol 0x3ab7 was rejected May 26 14:24:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #154 link 0 (Opened) May 26 14:24:48 ftp mpd: [pptp0] LCP: protocol 0x961d was rejected May 26 14:24:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #155 link 0 (Opened) May 26 14:24:48 ftp mpd: [pptp0] LCP: protocol 0x0023 was rejected May 26 14:24:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #156 link 0 (Opened) May 26 14:24:54 ftp mpd: [pptp0] LCP: protocol 0x7291 was rejected May 26 14:25:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #157 link 0 (Opened) May 26 14:25:00 ftp mpd: [pptp0] LCP: protocol 0x0093 was rejected May 26 14:25:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #158 link 0 (Opened) May 26 14:25:06 ftp mpd: [pptp0] LCP: protocol 0x00d5 was rejected May 26 14:25:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #159 link 0 (Opened) May 26 14:25:24 ftp mpd: [pptp0] LCP: protocol 0x00b5 was rejected May 26 14:25:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #160 link 0 (Opened) May 26 14:25:40 ftp mpd: [pptp0] LCP: protocol 0x0027 was rejected May 26 14:25:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #161 link 0 (Opened) May 26 14:25:43 ftp mpd: [pptp0] LCP: protocol 0x0051 was rejected May 26 14:25:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #162 link 0 (Opened) May 26 14:25:46 ftp mpd: [pptp0] LCP: protocol 0x0063 was rejected May 26 14:25:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #163 link 0 (Opened) May 26 14:25:55 ftp mpd: [pptp0] LCP: protocol 0x5a93 was rejected May 26 14:26:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #164 link 0 (Opened) May 26 14:26:13 ftp mpd: [pptp0] LCP: protocol 0x3047 was rejected May 26 14:26:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #165 link 0 (Opened) May 26 14:26:25 ftp mpd: [pptp0] LCP: protocol 0x5025 was rejected May 26 14:27:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #166 link 0 (Opened) May 26 14:27:25 ftp mpd: [pptp0] LCP: protocol 0x3053 was rejected May 26 14:27:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #167 link 0 (Opened) May 26 14:27:28 ftp mpd: [pptp0] LCP: protocol 0x003b was rejected May 26 14:27:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #168 link 0 (Opened) May 26 14:27:34 ftp mpd: [pptp0] LCP: protocol 0x1c81 was rejected May 26 14:27:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #169 link 0 (Opened) May 26 14:27:35 ftp mpd: [pptp0] LCP: protocol 0x008b was rejected May 26 14:27:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #170 link 0 (Opened) May 26 14:27:38 ftp mpd: [pptp0] LCP: protocol 0x2227 was rejected May 26 14:27:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #171 link 0 (Opened) May 26 14:27:44 ftp mpd: [pptp0] LCP: protocol 0x005d was rejected May 26 14:27:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #172 link 0 (Opened) May 26 14:27:56 ftp mpd: [pptp0] LCP: protocol 0x00db was rejected May 26 14:27:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #173 link 0 (Opened) May 26 14:27:56 ftp mpd: [pptp0] LCP: protocol 0x008f was rejected May 26 14:28:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #174 link 0 (Opened) May 26 14:28:40 ftp mpd: [pptp0] LCP: protocol 0x0051 was rejected May 26 14:28:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #175 link 0 (Opened) May 26 14:28:43 ftp mpd: [pptp0] LCP: protocol 0x00d5 was rejected May 26 14:28:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #176 link 0 (Opened) May 26 14:28:55 ftp mpd: [pptp0] LCP: protocol 0x0089 was rejected May 26 14:29:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #177 link 0 (Opened) May 26 14:29:07 ftp mpd: [pptp0] LCP: protocol 0x3a6d was rejected May 26 14:29:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #178 link 0 (Opened) May 26 14:29:36 ftp mpd: [pptp0] LCP: protocol 0x7e4d was rejected May 26 14:29:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #179 link 0 (Opened) May 26 14:29:39 ftp mpd: [pptp0] LCP: protocol 0x00af was rejected May 26 14:29:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #180 link 0 (Opened) May 26 14:29:45 ftp mpd: [pptp0] LCP: protocol 0x8647 was rejected May 26 14:29:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #181 link 0 (Opened) May 26 14:29:51 ftp mpd: [pptp0] LCP: protocol 0x68fb was rejected May 26 14:30:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #182 link 0 (Opened) May 26 14:30:03 ftp mpd: [pptp0] LCP: protocol 0x240b was rejected May 26 14:30:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #183 link 0 (Opened) May 26 14:30:06 ftp mpd: [pptp0] LCP: protocol 0x004b was rejected May 26 14:30:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #184 link 0 (Opened) May 26 14:30:12 ftp mpd: [pptp0] LCP: protocol 0x00b5 was rejected May 26 14:30:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #185 link 0 (Opened) May 26 14:30:18 ftp mpd: [pptp0] LCP: protocol 0x3e27 was rejected May 26 14:30:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #186 link 0 (Opened) May 26 14:30:22 ftp mpd: [pptp0] LCP: protocol 0x0063 was rejected May 26 14:30:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #187 link 0 (Opened) May 26 14:30:24 ftp mpd: [pptp0] LCP: protocol 0x9661 was rejected May 26 14:30:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #188 link 0 (Opened) May 26 14:30:25 ftp mpd: [pptp0] LCP: protocol 0x0061 was rejected May 26 14:30:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #189 link 0 (Opened) May 26 14:30:27 ftp mpd: [pptp0] LCP: protocol 0x006b was rejected May 26 14:30:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #190 link 0 (Opened) May 26 14:30:28 ftp mpd: [pptp0] LCP: protocol 0x827d was rejected May 26 14:30:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #191 link 0 (Opened) May 26 14:30:30 ftp mpd: [pptp0] LCP: protocol 0x8e67 was rejected May 26 14:30:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #192 link 0 (Opened) May 26 14:30:31 ftp mpd: [pptp0] LCP: protocol 0x3ea1 was rejected May 26 14:30:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #193 link 0 (Opened) May 26 14:30:33 ftp mpd: [pptp0] LCP: protocol 0x0005 was rejected May 26 14:30:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #194 link 0 (Opened) May 26 14:30:37 ftp mpd: [pptp0] LCP: protocol 0x000d was rejected May 26 14:30:39 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #195 link 0 (Opened) May 26 14:30:39 ftp mpd: [pptp0] LCP: protocol 0x00a1 was rejected May 26 14:30:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #196 link 0 (Opened) May 26 14:30:49 ftp mpd: [pptp0] LCP: protocol 0x0025 was rejected May 26 14:30:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #197 link 0 (Opened) May 26 14:30:51 ftp mpd: [pptp0] LCP: protocol 0x002b was rejected May 26 14:31:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #198 link 0 (Opened) May 26 14:31:18 ftp mpd: [pptp0] LCP: protocol 0x0677 was rejected May 26 14:31:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #199 link 0 (Opened) May 26 14:31:21 ftp mpd: [pptp0] LCP: protocol 0x2c3b was rejected May 26 14:31:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #200 link 0 (Opened) May 26 14:31:25 ftp mpd: [pptp0] LCP: protocol 0x2663 was rejected May 26 14:31:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #201 link 0 (Opened) May 26 14:31:31 ftp mpd: [pptp0] LCP: protocol 0x3a4d was rejected May 26 14:31:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #202 link 0 (Opened) May 26 14:31:31 ftp mpd: [pptp0] LCP: protocol 0x521b was rejected May 26 14:31:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #203 link 0 (Opened) May 26 14:31:37 ftp mpd: [pptp0] LCP: protocol 0x0015 was rejected May 26 14:31:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #204 link 0 (Opened) May 26 14:31:49 ftp mpd: [pptp0] LCP: protocol 0x0037 was rejected May 26 14:31:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #205 link 0 (Opened) May 26 14:31:50 ftp mpd: [pptp0] LCP: protocol 0xb0a7 was rejected May 26 14:32:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #206 link 0 (Opened) May 26 14:32:10 ftp mpd: [pptp0] LCP: protocol 0x8a69 was rejected May 26 14:32:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #207 link 0 (Opened) May 26 14:32:13 ftp mpd: [pptp0] LCP: protocol 0x4805 was rejected May 26 14:32:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #208 link 0 (Opened) May 26 14:32:16 ftp mpd: [pptp0] LCP: protocol 0x004d was rejected May 26 14:32:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #209 link 0 (Opened) May 26 14:32:19 ftp mpd: [pptp0] LCP: protocol 0x0007 was rejected May 26 14:32:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #210 link 0 (Opened) May 26 14:32:25 ftp mpd: [pptp0] LCP: protocol 0x00dd was rejected May 26 14:32:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #211 link 0 (Opened) May 26 14:32:37 ftp mpd: [pptp0] LCP: protocol 0x18eb was rejected May 26 14:32:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #212 link 0 (Opened) May 26 14:32:37 ftp mpd: [pptp0] LCP: protocol 0x0019 was rejected May 26 14:32:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #213 link 0 (Opened) May 26 14:32:40 ftp mpd: [pptp0] LCP: protocol 0x84f5 was rejected May 26 14:32:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #214 link 0 (Opened) May 26 14:32:43 ftp mpd: [pptp0] LCP: protocol 0x0075 was rejected May 26 14:32:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #215 link 0 (Opened) May 26 14:32:46 ftp mpd: [pptp0] LCP: protocol 0x7203 was rejected May 26 14:32:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #216 link 0 (Opened) May 26 14:32:52 ftp mpd: [pptp0] LCP: protocol 0x1671 was rejected May 26 14:33:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #217 link 0 (Opened) May 26 14:33:04 ftp mpd: [pptp0] LCP: protocol 0x007f was rejected May 26 14:34:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #218 link 0 (Opened) May 26 14:34:34 ftp mpd: [pptp0] LCP: protocol 0x0001 was rejected May 26 14:34:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #219 link 0 (Opened) May 26 14:34:37 ftp mpd: [pptp0] LCP: protocol 0x52c1 was rejected May 26 14:34:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #220 link 0 (Opened) May 26 14:34:40 ftp mpd: [pptp0] LCP: protocol 0x22f1 was rejected May 26 14:34:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #221 link 0 (Opened) May 26 14:34:43 ftp mpd: [pptp0] LCP: protocol 0x801b was rejected May 26 14:34:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #222 link 0 (Opened) May 26 14:34:49 ftp mpd: [pptp0] LCP: protocol ICOMPD was rejected May 26 14:34:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #223 link 0 (Opened) May 26 14:34:55 ftp mpd: [pptp0] LCP: protocol 0x000d was rejected May 26 14:35:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #224 link 0 (Opened) May 26 14:35:07 ftp mpd: [pptp0] LCP: protocol 0x8875 was rejected May 26 14:35:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #225 link 0 (Opened) May 26 14:35:19 ftp mpd: [pptp0] LCP: protocol 0x309b was rejected May 26 14:35:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #226 link 0 (Opened) May 26 14:35:35 ftp mpd: [pptp0] LCP: protocol 0x0085 was rejected May 26 14:35:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #227 link 0 (Opened) May 26 14:35:38 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 14:35:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #228 link 0 (Opened) May 26 14:35:50 ftp mpd: [pptp0] LCP: protocol 0x0095 was rejected May 26 14:36:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #229 link 0 (Opened) May 26 14:36:08 ftp mpd: [pptp0] LCP: protocol 0x00ad was rejected May 26 14:36:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #230 link 0 (Opened) May 26 14:36:20 ftp mpd: [pptp0] LCP: protocol 0x00a7 was rejected May 26 14:40:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #231 link 0 (Opened) May 26 14:40:08 ftp mpd: [pptp0] LCP: protocol 0x0083 was rejected May 26 14:40:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #232 link 0 (Opened) May 26 14:40:11 ftp mpd: [pptp0] LCP: protocol 0x00c1 was rejected May 26 14:40:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #233 link 0 (Opened) May 26 14:40:14 ftp mpd: [pptp0] LCP: protocol 0x00eb was rejected May 26 14:40:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #234 link 0 (Opened) May 26 14:40:16 ftp mpd: [pptp0] LCP: protocol 0x00bd was rejected May 26 14:40:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #235 link 0 (Opened) May 26 14:40:17 ftp mpd: [pptp0] LCP: protocol 0x847f was rejected May 26 14:40:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #236 link 0 (Opened) May 26 14:40:19 ftp mpd: [pptp0] LCP: protocol 0x008d was rejected May 26 14:40:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #237 link 0 (Opened) May 26 14:40:23 ftp mpd: [pptp0] LCP: protocol 0x004b was rejected May 26 14:40:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #238 link 0 (Opened) May 26 14:40:29 ftp mpd: [pptp0] LCP: protocol 0x4e21 was rejected May 26 14:40:34 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #239 link 0 (Opened) May 26 14:40:34 ftp mpd: [pptp0] LCP: protocol 0x0095 was rejected May 26 14:40:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #240 link 0 (Opened) May 26 14:40:41 ftp mpd: [pptp0] LCP: protocol 0x00e5 was rejected May 26 14:40:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #241 link 0 (Opened) May 26 14:40:46 ftp mpd: [pptp0] LCP: protocol 0x0081 was rejected May 26 14:40:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #242 link 0 (Opened) May 26 14:40:58 ftp mpd: [pptp0] LCP: protocol 0x7eb5 was rejected May 26 14:41:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #243 link 0 (Opened) May 26 14:41:14 ftp mpd: [pptp0] LCP: protocol 0xac3f was rejected May 26 14:41:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #244 link 0 (Opened) May 26 14:41:17 ftp mpd: [pptp0] LCP: protocol ICRYPT was rejected May 26 14:41:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #245 link 0 (Opened) May 26 14:41:17 ftp mpd: [pptp0] LCP: protocol 0x00cf was rejected May 26 14:41:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #246 link 0 (Opened) May 26 14:41:23 ftp mpd: [pptp0] LCP: protocol 0x00c1 was rejected May 26 14:41:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #247 link 0 (Opened) May 26 14:41:29 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 14:41:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #248 link 0 (Opened) May 26 14:41:35 ftp mpd: [pptp0] LCP: protocol 0x0277 was rejected May 26 14:41:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #249 link 0 (Opened) May 26 14:41:47 ftp mpd: [pptp0] LCP: protocol 0x001d was rejected May 26 14:41:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #250 link 0 (Opened) May 26 14:41:59 ftp mpd: [pptp0] LCP: protocol 0x3c6d was rejected May 26 14:43:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #251 link 0 (Opened) May 26 14:43:17 ftp mpd: [pptp0] LCP: protocol 0x00b7 was rejected May 26 14:43:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #252 link 0 (Opened) May 26 14:43:17 ftp mpd: [pptp0] LCP: protocol 0x08e7 was rejected May 26 14:43:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #253 link 0 (Opened) May 26 14:43:23 ftp mpd: [pptp0] LCP: protocol 0x008f was rejected May 26 14:43:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #254 link 0 (Opened) May 26 14:43:23 ftp mpd: [pptp0] LCP: protocol 0x3ca1 was rejected May 26 14:43:35 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #255 link 0 (Opened) May 26 14:43:35 ftp mpd: [pptp0] LCP: protocol 0x0051 was rejected May 26 14:44:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #0 link 0 (Opened) May 26 14:44:01 ftp mpd: [pptp0] LCP: protocol 0x00d3 was rejected May 26 14:44:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #1 link 0 (Opened) May 26 14:44:04 ftp mpd: [pptp0] LCP: protocol 0x0045 was rejected May 26 14:44:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #2 link 0 (Opened) May 26 14:44:07 ftp mpd: [pptp0] LCP: protocol 0x7cc1 was rejected May 26 14:44:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #3 link 0 (Opened) May 26 14:44:13 ftp mpd: [pptp0] LCP: protocol 0x00bb was rejected May 26 14:44:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #4 link 0 (Opened) May 26 14:44:25 ftp mpd: [pptp0] LCP: protocol 0x0059 was rejected May 26 14:45:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #5 link 0 (Opened) May 26 14:45:14 ftp mpd: [pptp0] LCP: protocol 0x8e17 was rejected May 26 14:45:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #6 link 0 (Opened) May 26 14:45:14 ftp mpd: [pptp0] LCP: protocol 0x0003 was rejected May 26 14:45:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #7 link 0 (Opened) May 26 14:45:20 ftp mpd: [pptp0] LCP: protocol 0xbac3 was rejected May 26 14:45:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #8 link 0 (Opened) May 26 14:45:26 ftp mpd: [pptp0] LCP: protocol 0x0047 was rejected May 26 14:45:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #9 link 0 (Opened) May 26 14:45:32 ftp mpd: [pptp0] LCP: protocol 0x0079 was rejected May 26 14:45:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #10 link 0 (Opened) May 26 14:45:44 ftp mpd: [pptp0] LCP: protocol 0x2819 was rejected May 26 14:45:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #11 link 0 (Opened) May 26 14:45:51 ftp mpd: [pptp0] LCP: protocol 0x8e8d was rejected May 26 14:45:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #12 link 0 (Opened) May 26 14:45:54 ftp mpd: [pptp0] LCP: protocol 0x009d was rejected May 26 14:45:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #13 link 0 (Opened) May 26 14:45:54 ftp mpd: [pptp0] LCP: protocol 0x0033 was rejected May 26 14:45:56 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #14 link 0 (Opened) May 26 14:45:56 ftp mpd: [pptp0] LCP: protocol 0x383f was rejected May 26 14:46:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #15 link 0 (Opened) May 26 14:46:00 ftp mpd: [pptp0] LCP: protocol 0x0045 was rejected May 26 14:46:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #16 link 0 (Opened) May 26 14:46:12 ftp mpd: [pptp0] LCP: protocol 0x0085 was rejected May 26 14:51:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #17 link 0 (Opened) May 26 14:51:01 ftp mpd: [pptp0] LCP: protocol 0x0001 was rejected May 26 14:51:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #18 link 0 (Opened) May 26 14:51:04 ftp mpd: [pptp0] LCP: protocol 0x00cd was rejected May 26 14:51:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #19 link 0 (Opened) May 26 14:51:04 ftp mpd: [pptp0] LCP: protocol 0x4095 was rejected May 26 14:51:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #20 link 0 (Opened) May 26 14:51:10 ftp mpd: [pptp0] LCP: protocol 0x0049 was rejected May 26 14:51:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #21 link 0 (Opened) May 26 14:51:16 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 14:51:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #22 link 0 (Opened) May 26 14:51:28 ftp mpd: [pptp0] LCP: protocol 0x00c1 was rejected May 26 14:53:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #23 link 0 (Opened) May 26 14:53:37 ftp mpd: [pptp0] LCP: protocol 0x4adb was rejected May 26 14:53:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #24 link 0 (Opened) May 26 14:53:40 ftp mpd: [pptp0] LCP: protocol 0x82cd was rejected May 26 14:53:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #25 link 0 (Opened) May 26 14:53:46 ftp mpd: [pptp0] LCP: protocol 0xaed7 was rejected May 26 14:53:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #26 link 0 (Opened) May 26 14:53:52 ftp mpd: [pptp0] LCP: protocol 0xa83f was rejected May 26 14:53:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #27 link 0 (Opened) May 26 14:53:59 ftp mpd: [pptp0] LCP: protocol 0x00d1 was rejected May 26 14:54:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #28 link 0 (Opened) May 26 14:54:01 ftp mpd: [pptp0] LCP: protocol 0x3a3f was rejected May 26 14:54:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #29 link 0 (Opened) May 26 14:54:04 ftp mpd: [pptp0] LCP: protocol 0x0033 was rejected May 26 14:54:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #30 link 0 (Opened) May 26 14:54:04 ftp mpd: [pptp0] LCP: protocol 0x0033 was rejected May 26 14:54:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #31 link 0 (Opened) May 26 14:54:08 ftp mpd: [pptp0] LCP: protocol ICOMPD was rejected May 26 14:54:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #32 link 0 (Opened) May 26 14:54:10 ftp mpd: [pptp0] LCP: protocol 0x00e5 was rejected May 26 14:54:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #33 link 0 (Opened) May 26 14:54:14 ftp mpd: [pptp0] LCP: protocol 0x005f was rejected May 26 14:54:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #34 link 0 (Opened) May 26 14:54:26 ftp mpd: [pptp0] LCP: protocol 0x00d7 was rejected May 26 14:55:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #35 link 0 (Opened) May 26 14:55:07 ftp mpd: [pptp0] LCP: protocol 0x7ea9 was rejected May 26 14:55:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #36 link 0 (Opened) May 26 14:55:13 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 14:55:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #37 link 0 (Opened) May 26 14:55:13 ftp mpd: [pptp0] LCP: protocol 0x0007 was rejected May 26 14:55:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #38 link 0 (Opened) May 26 14:55:25 ftp mpd: [pptp0] LCP: protocol 0x9cc7 was rejected May 26 14:56:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #39 link 0 (Opened) May 26 14:56:10 ftp mpd: [pptp0] LCP: protocol 0x007d was rejected May 26 14:56:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #40 link 0 (Opened) May 26 14:56:13 ftp mpd: [pptp0] LCP: protocol 0x0025 was rejected May 26 14:56:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #41 link 0 (Opened) May 26 14:56:19 ftp mpd: [pptp0] LCP: protocol 0x0037 was rejected May 26 14:56:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #42 link 0 (Opened) May 26 14:56:31 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 14:57:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #43 link 0 (Opened) May 26 14:57:11 ftp mpd: [pptp0] LCP: protocol 0x3adf was rejected May 26 14:57:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #44 link 0 (Opened) May 26 14:57:14 ftp mpd: [pptp0] LCP: protocol 0xb4d7 was rejected May 26 14:57:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #45 link 0 (Opened) May 26 14:57:14 ftp mpd: [pptp0] LCP: protocol 0x3453 was rejected May 26 14:57:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #46 link 0 (Opened) May 26 14:57:20 ftp mpd: [pptp0] LCP: protocol 0x00dd was rejected May 26 14:57:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #47 link 0 (Opened) May 26 14:57:26 ftp mpd: [pptp0] LCP: protocol 0xb0eb was rejected May 26 14:57:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #48 link 0 (Opened) May 26 14:57:38 ftp mpd: [pptp0] LCP: protocol 0xaaf9 was rejected May 26 14:57:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #49 link 0 (Opened) May 26 14:57:44 ftp mpd: [pptp0] LCP: protocol 0x488f was rejected May 26 14:57:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #50 link 0 (Opened) May 26 14:57:57 ftp mpd: [pptp0] LCP: protocol 0xbe1d was rejected May 26 14:58:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #51 link 0 (Opened) May 26 14:58:00 ftp mpd: [pptp0] LCP: protocol 0x0019 was rejected May 26 14:58:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #52 link 0 (Opened) May 26 14:58:03 ftp mpd: [pptp0] LCP: protocol 0x22d5 was rejected May 26 14:58:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #53 link 0 (Opened) May 26 14:58:07 ftp mpd: [pptp0] LCP: protocol 0x00ed was rejected May 26 14:58:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #54 link 0 (Opened) May 26 14:58:10 ftp mpd: [pptp0] LCP: protocol 0x1c8f was rejected May 26 14:58:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #55 link 0 (Opened) May 26 14:58:13 ftp mpd: [pptp0] LCP: protocol 0x0063 was rejected May 26 14:58:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #56 link 0 (Opened) May 26 14:58:13 ftp mpd: [pptp0] LCP: protocol 0x0065 was rejected May 26 14:58:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #57 link 0 (Opened) May 26 14:58:19 ftp mpd: [pptp0] LCP: protocol 0x0287 was rejected May 26 14:58:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #58 link 0 (Opened) May 26 14:58:23 ftp mpd: [pptp0] LCP: protocol 0x007b was rejected May 26 14:58:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #59 link 0 (Opened) May 26 14:58:25 ftp mpd: [pptp0] LCP: protocol 0x10d5 was rejected May 26 14:58:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #60 link 0 (Opened) May 26 14:58:26 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 14:58:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #61 link 0 (Opened) May 26 14:58:26 ftp mpd: [pptp0] LCP: protocol 0x00e3 was rejected May 26 14:58:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #62 link 0 (Opened) May 26 14:58:31 ftp mpd: [pptp0] LCP: protocol 0x0af9 was rejected May 26 14:58:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #63 link 0 (Opened) May 26 14:58:32 ftp mpd: [pptp0] LCP: protocol 0x00b7 was rejected May 26 14:58:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #64 link 0 (Opened) May 26 14:58:33 ftp mpd: [pptp0] LCP: protocol 0x00a7 was rejected May 26 14:58:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #65 link 0 (Opened) May 26 14:58:45 ftp mpd: [pptp0] LCP: protocol 0x1e8f was rejected May 26 14:59:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #66 link 0 (Opened) May 26 14:59:17 ftp mpd: [pptp0] LCP: protocol 0x00b3 was rejected May 26 14:59:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #67 link 0 (Opened) May 26 14:59:19 ftp mpd: [pptp0] LCP: protocol 0x00bb was rejected May 26 14:59:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #68 link 0 (Opened) May 26 14:59:20 ftp mpd: [pptp0] LCP: protocol 0x00f5 was rejected May 26 14:59:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #69 link 0 (Opened) May 26 14:59:22 ftp mpd: [pptp0] LCP: protocol 0x007f was rejected May 26 14:59:23 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #70 link 0 (Opened) May 26 14:59:23 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 14:59:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #71 link 0 (Opened) May 26 14:59:25 ftp mpd: [pptp0] LCP: protocol 0x009f was rejected May 26 14:59:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #72 link 0 (Opened) May 26 14:59:26 ftp mpd: [pptp0] LCP: protocol 0x0019 was rejected May 26 14:59:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #73 link 0 (Opened) May 26 14:59:28 ftp mpd: [pptp0] LCP: protocol 0x000f was rejected May 26 14:59:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #74 link 0 (Opened) May 26 14:59:32 ftp mpd: [pptp0] LCP: protocol 0x1849 was rejected May 26 14:59:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #75 link 0 (Opened) May 26 14:59:44 ftp mpd: [pptp0] LCP: protocol 0xa69d was rejected May 26 14:59:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #76 link 0 (Opened) May 26 14:59:52 ftp mpd: [pptp0] LCP: protocol 0x0005 was rejected May 26 14:59:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #77 link 0 (Opened) May 26 14:59:53 ftp mpd: [pptp0] LCP: protocol 0x0033 was rejected May 26 15:00:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #78 link 0 (Opened) May 26 15:00:04 ftp mpd: [pptp0] LCP: protocol 0x0005 was rejected May 26 15:00:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #79 link 0 (Opened) May 26 15:00:05 ftp mpd: [pptp0] LCP: protocol 0x0087 was rejected May 26 15:00:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #80 link 0 (Opened) May 26 15:00:52 ftp mpd: [pptp0] LCP: protocol 0x20ed was rejected May 26 15:00:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #81 link 0 (Opened) May 26 15:00:55 ftp mpd: [pptp0] LCP: protocol 0x1a25 was rejected May 26 15:00:58 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #82 link 0 (Opened) May 26 15:00:58 ftp mpd: [pptp0] LCP: protocol 0x0005 was rejected May 26 15:01:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #83 link 0 (Opened) May 26 15:01:01 ftp mpd: [pptp0] LCP: protocol 0x00eb was rejected May 26 15:01:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #84 link 0 (Opened) May 26 15:01:04 ftp mpd: [pptp0] LCP: protocol 0x005d was rejected May 26 15:01:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #85 link 0 (Opened) May 26 15:01:07 ftp mpd: [pptp0] LCP: protocol 0x0037 was rejected May 26 15:01:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #86 link 0 (Opened) May 26 15:01:13 ftp mpd: [pptp0] LCP: protocol 0x00c3 was rejected May 26 15:01:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #87 link 0 (Opened) May 26 15:01:18 ftp mpd: [pptp0] LCP: protocol 0x5ab9 was rejected May 26 15:01:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #88 link 0 (Opened) May 26 15:01:19 ftp mpd: [pptp0] LCP: protocol 0x001f was rejected May 26 15:01:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #89 link 0 (Opened) May 26 15:01:21 ftp mpd: [pptp0] LCP: protocol 0xa83f was rejected May 26 15:01:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #90 link 0 (Opened) May 26 15:01:24 ftp mpd: [pptp0] LCP: protocol 0x8623 was rejected May 26 15:01:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #91 link 0 (Opened) May 26 15:01:27 ftp mpd: [pptp0] LCP: protocol 0x1ed5 was rejected May 26 15:01:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #92 link 0 (Opened) May 26 15:01:31 ftp mpd: [pptp0] LCP: protocol ICRYPT was rejected May 26 15:01:33 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #93 link 0 (Opened) May 26 15:01:33 ftp mpd: [pptp0] LCP: protocol 0x004f was rejected May 26 15:01:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #94 link 0 (Opened) May 26 15:01:43 ftp mpd: [pptp0] LCP: protocol 0x0077 was rejected May 26 15:01:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #95 link 0 (Opened) May 26 15:01:44 ftp mpd: [pptp0] LCP: protocol 0xac17 was rejected May 26 15:01:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #96 link 0 (Opened) May 26 15:01:47 ftp mpd: [pptp0] LCP: protocol CRYPT was rejected May 26 15:01:47 ftp mpd: [pptp0] ECP: protocol was rejected by peer May 26 15:01:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #97 link 0 (Opened) May 26 15:01:51 ftp mpd: [pptp0] LCP: protocol 0x0077 was rejected May 26 15:01:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #98 link 0 (Opened) May 26 15:01:53 ftp mpd: [pptp0] LCP: protocol 0x00cf was rejected May 26 15:01:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #99 link 0 (Opened) May 26 15:01:53 ftp mpd: [pptp0] LCP: protocol 0x005b was rejected May 26 15:01:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #100 link 0 (Opened) May 26 15:01:59 ftp mpd: [pptp0] LCP: protocol 0x0091 was rejected May 26 15:02:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #101 link 0 (Opened) May 26 15:02:02 ftp mpd: [pptp0] LCP: protocol 0x00af was rejected May 26 15:02:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #102 link 0 (Opened) May 26 15:02:02 ftp mpd: [pptp0] LCP: protocol 0x000f was rejected May 26 15:02:03 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #103 link 0 (Opened) May 26 15:02:03 ftp mpd: [pptp0] LCP: protocol 0x1e85 was rejected May 26 15:02:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #104 link 0 (Opened) May 26 15:02:05 ftp mpd: [pptp0] LCP: protocol 0x00b3 was rejected May 26 15:02:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #105 link 0 (Opened) May 26 15:02:08 ftp mpd: [pptp0] LCP: protocol 0x0ebd was rejected May 26 15:02:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #106 link 0 (Opened) May 26 15:02:08 ftp mpd: [pptp0] LCP: protocol 0x00bd was rejected May 26 15:02:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #107 link 0 (Opened) May 26 15:02:11 ftp mpd: [pptp0] LCP: protocol 0x000f was rejected May 26 15:02:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #108 link 0 (Opened) May 26 15:02:12 ftp mpd: [pptp0] LCP: protocol 0x0041 was rejected May 26 15:02:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #109 link 0 (Opened) May 26 15:02:20 ftp mpd: [pptp0] LCP: protocol 0x0095 was rejected May 26 15:02:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #110 link 0 (Opened) May 26 15:02:21 ftp mpd: [pptp0] LCP: protocol 0x58c3 was rejected May 26 15:02:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #111 link 0 (Opened) May 26 15:02:27 ftp mpd: [pptp0] LCP: protocol 0x0073 was rejected May 26 15:02:32 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #112 link 0 (Opened) May 26 15:02:32 ftp mpd: [pptp0] LCP: protocol 0x4605 was rejected May 26 15:02:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #113 link 0 (Opened) May 26 15:02:38 ftp mpd: [pptp0] LCP: protocol 0x8879 was rejected May 26 15:02:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #114 link 0 (Opened) May 26 15:02:41 ftp mpd: [pptp0] LCP: protocol 0xa093 was rejected May 26 15:02:41 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #115 link 0 (Opened) May 26 15:02:41 ftp mpd: [pptp0] LCP: protocol 0x0019 was rejected May 26 15:02:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #116 link 0 (Opened) May 26 15:02:44 ftp mpd: [pptp0] LCP: protocol 0x0007 was rejected May 26 15:02:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #117 link 0 (Opened) May 26 15:02:45 ftp mpd: [pptp0] LCP: protocol 0x005f was rejected May 26 15:02:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #118 link 0 (Opened) May 26 15:02:47 ftp mpd: [pptp0] LCP: protocol 0x008b was rejected May 26 15:02:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #119 link 0 (Opened) May 26 15:02:48 ftp mpd: [pptp0] LCP: protocol 0x0a53 was rejected May 26 15:02:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #120 link 0 (Opened) May 26 15:02:51 ftp mpd: [pptp0] LCP: protocol 0x000f was rejected May 26 15:02:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #121 link 0 (Opened) May 26 15:02:54 ftp mpd: [pptp0] LCP: protocol 0x84b9 was rejected May 26 15:03:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #122 link 0 (Opened) May 26 15:03:00 ftp mpd: [pptp0] LCP: protocol 0x44df was rejected May 26 15:03:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #123 link 0 (Opened) May 26 15:03:00 ftp mpd: [pptp0] LCP: protocol 0x9059 was rejected May 26 15:03:12 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #124 link 0 (Opened) May 26 15:03:12 ftp mpd: [pptp0] LCP: protocol 0x0013 was rejected May 26 15:03:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #125 link 0 (Opened) May 26 15:03:19 ftp mpd: [pptp0] LCP: protocol 0x0049 was rejected May 26 15:03:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #126 link 0 (Opened) May 26 15:03:22 ftp mpd: [pptp0] LCP: protocol 0x009b was rejected May 26 15:03:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #127 link 0 (Opened) May 26 15:03:25 ftp mpd: [pptp0] LCP: protocol 0x2e4f was rejected May 26 15:03:31 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #128 link 0 (Opened) May 26 15:03:31 ftp mpd: [pptp0] LCP: protocol 0x80b3 was rejected May 26 15:03:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #129 link 0 (Opened) May 26 15:03:43 ftp mpd: [pptp0] LCP: protocol 0x008b was rejected May 26 15:03:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #130 link 0 (Opened) May 26 15:03:50 ftp mpd: [pptp0] LCP: protocol 0x0069 was rejected May 26 15:03:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #131 link 0 (Opened) May 26 15:03:59 ftp mpd: [pptp0] LCP: protocol 0x468f was rejected May 26 15:04:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #132 link 0 (Opened) May 26 15:04:45 ftp mpd: [pptp0] LCP: protocol 0x00f5 was rejected May 26 15:04:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #133 link 0 (Opened) May 26 15:04:46 ftp mpd: [pptp0] LCP: protocol 0x009d was rejected May 26 15:04:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #134 link 0 (Opened) May 26 15:04:48 ftp mpd: [pptp0] LCP: protocol 0x920f was rejected May 26 15:04:49 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #135 link 0 (Opened) May 26 15:04:49 ftp mpd: [pptp0] LCP: protocol 0x4281 was rejected May 26 15:04:52 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #136 link 0 (Opened) May 26 15:04:52 ftp mpd: [pptp0] LCP: protocol 0x188d was rejected May 26 15:04:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #137 link 0 (Opened) May 26 15:04:54 ftp mpd: [pptp0] LCP: protocol 0x00cb was rejected May 26 15:04:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #138 link 0 (Opened) May 26 15:04:55 ftp mpd: [pptp0] LCP: protocol 0x94cd was rejected May 26 15:05:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #139 link 0 (Opened) May 26 15:05:01 ftp mpd: [pptp0] LCP: protocol 0x00bb was rejected May 26 15:05:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #140 link 0 (Opened) May 26 15:05:06 ftp mpd: [pptp0] LCP: protocol 0x3eb7 was rejected May 26 15:05:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #141 link 0 (Opened) May 26 15:05:08 ftp mpd: [pptp0] LCP: protocol 0x0001 was rejected May 26 15:05:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #142 link 0 (Opened) May 26 15:05:11 ftp mpd: [pptp0] LCP: protocol 0x0051 was rejected May 26 15:05:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #143 link 0 (Opened) May 26 15:05:13 ftp mpd: [pptp0] LCP: protocol 0x1899 was rejected May 26 15:05:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #144 link 0 (Opened) May 26 15:05:14 ftp mpd: [pptp0] LCP: protocol 0x0005 was rejected May 26 15:05:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #145 link 0 (Opened) May 26 15:05:20 ftp mpd: [pptp0] LCP: protocol 0x004b was rejected May 26 15:05:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #146 link 0 (Opened) May 26 15:05:26 ftp mpd: [pptp0] LCP: protocol 0xa26b was rejected May 26 15:05:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #147 link 0 (Opened) May 26 15:05:38 ftp mpd: [pptp0] LCP: protocol 0xa857 was rejected May 26 15:05:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #148 link 0 (Opened) May 26 15:05:50 ftp mpd: [pptp0] LCP: protocol 0x007d was rejected May 26 15:06:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #149 link 0 (Opened) May 26 15:06:05 ftp mpd: [pptp0] LCP: protocol 0x0031 was rejected May 26 15:06:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #150 link 0 (Opened) May 26 15:06:08 ftp mpd: [pptp0] LCP: protocol 0xaa0d was rejected May 26 15:06:11 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #151 link 0 (Opened) May 26 15:06:11 ftp mpd: [pptp0] LCP: protocol 0xbe99 was rejected May 26 15:06:14 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #152 link 0 (Opened) May 26 15:06:14 ftp mpd: [pptp0] LCP: protocol 0x9e31 was rejected May 26 15:06:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #153 link 0 (Opened) May 26 15:06:20 ftp mpd: [pptp0] LCP: protocol 0xb6bb was rejected May 26 15:06:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #154 link 0 (Opened) May 26 15:06:26 ftp mpd: [pptp0] LCP: protocol 0x00ad was rejected May 26 15:06:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #155 link 0 (Opened) May 26 15:06:45 ftp mpd: [pptp0] LCP: protocol 0x14c1 was rejected May 26 15:06:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #156 link 0 (Opened) May 26 15:06:48 ftp mpd: [pptp0] LCP: protocol 0x009b was rejected May 26 15:06:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #157 link 0 (Opened) May 26 15:06:50 ftp mpd: [pptp0] LCP: protocol 0x00ff was rejected May 26 15:06:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #158 link 0 (Opened) May 26 15:06:54 ftp mpd: [pptp0] LCP: protocol 0x1a11 was rejected May 26 15:07:13 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #159 link 0 (Opened) May 26 15:07:13 ftp mpd: [pptp0] LCP: protocol 0x005b was rejected May 26 15:07:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #160 link 0 (Opened) May 26 15:07:16 ftp mpd: [pptp0] LCP: protocol 0x007d was rejected May 26 15:07:16 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #161 link 0 (Opened) May 26 15:07:16 ftp mpd: [pptp0] LCP: protocol 0x7a99 was rejected May 26 15:07:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #162 link 0 (Opened) May 26 15:07:19 ftp mpd: [pptp0] LCP: protocol 0x0091 was rejected May 26 15:07:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #163 link 0 (Opened) May 26 15:07:19 ftp mpd: [pptp0] LCP: protocol 0x600f was rejected May 26 15:07:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #164 link 0 (Opened) May 26 15:07:22 ftp mpd: [pptp0] LCP: protocol 0x0057 was rejected May 26 15:07:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #165 link 0 (Opened) May 26 15:07:22 ftp mpd: [pptp0] LCP: protocol 0x7217 was rejected May 26 15:07:25 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #166 link 0 (Opened) May 26 15:07:25 ftp mpd: [pptp0] LCP: protocol 0xbae9 was rejected May 26 15:07:28 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #167 link 0 (Opened) May 26 15:07:28 ftp mpd: [pptp0] LCP: protocol 0x001b was rejected May 26 15:07:37 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #168 link 0 (Opened) May 26 15:07:37 ftp mpd: [pptp0] LCP: protocol 0x00a1 was rejected May 26 15:07:40 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #169 link 0 (Opened) May 26 15:07:40 ftp mpd: [pptp0] LCP: protocol 0x007d was rejected May 26 15:08:01 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #170 link 0 (Opened) May 26 15:08:01 ftp mpd: [pptp0] LCP: protocol 0xa01b was rejected May 26 15:09:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #171 link 0 (Opened) May 26 15:09:46 ftp mpd: [pptp0] LCP: protocol 0x0097 was rejected May 26 15:10:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #172 link 0 (Opened) May 26 15:10:07 ftp mpd: [pptp0] LCP: protocol 0x006b was rejected May 26 15:11:04 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #173 link 0 (Opened) May 26 15:11:04 ftp mpd: [pptp0] LCP: protocol 0x0039 was rejected May 26 15:11:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #174 link 0 (Opened) May 26 15:11:10 ftp mpd: [pptp0] LCP: protocol 0x00e7 was rejected May 26 15:11:10 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #175 link 0 (Opened) May 26 15:11:10 ftp mpd: [pptp0] LCP: protocol 0x785d was rejected May 26 15:11:22 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #176 link 0 (Opened) May 26 15:11:22 ftp mpd: [pptp0] LCP: protocol 0x00eb was rejected May 26 15:11:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #177 link 0 (Opened) May 26 15:11:24 ftp mpd: [pptp0] LCP: protocol 0x9065 was rejected May 26 15:11:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #178 link 0 (Opened) May 26 15:11:27 ftp mpd: [pptp0] LCP: protocol 0x006d was rejected May 26 15:11:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #179 link 0 (Opened) May 26 15:11:30 ftp mpd: [pptp0] LCP: protocol 0x5ed7 was rejected May 26 15:11:36 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #180 link 0 (Opened) May 26 15:11:36 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 15:11:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #181 link 0 (Opened) May 26 15:11:46 ftp mpd: [pptp0] LCP: protocol 0x7ad5 was rejected May 26 15:11:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #182 link 0 (Opened) May 26 15:11:48 ftp mpd: [pptp0] LCP: protocol 0x5007 was rejected May 26 15:11:55 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #183 link 0 (Opened) May 26 15:11:55 ftp mpd: [pptp0] LCP: protocol 0x0a89 was rejected May 26 15:12:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #184 link 0 (Opened) May 26 15:12:07 ftp mpd: [pptp0] LCP: protocol 0x0e43 was rejected May 26 15:12:15 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #185 link 0 (Opened) May 26 15:12:15 ftp mpd: [pptp0] LCP: protocol 0x004f was rejected May 26 15:12:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #186 link 0 (Opened) May 26 15:12:18 ftp mpd: [pptp0] LCP: protocol 0x003f was rejected May 26 15:12:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #187 link 0 (Opened) May 26 15:12:21 ftp mpd: [pptp0] LCP: protocol 0xa0e5 was rejected May 26 15:12:24 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #188 link 0 (Opened) May 26 15:12:24 ftp mpd: [pptp0] LCP: protocol 0x006d was rejected May 26 15:12:30 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #189 link 0 (Opened) May 26 15:12:30 ftp mpd: [pptp0] LCP: protocol 0x00c7 was rejected May 26 15:12:42 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #190 link 0 (Opened) May 26 15:12:42 ftp mpd: [pptp0] LCP: protocol 0x1a5b was rejected May 26 15:12:44 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #191 link 0 (Opened) May 26 15:12:44 ftp mpd: [pptp0] LCP: protocol 0x1ecb was rejected May 26 15:12:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #192 link 0 (Opened) May 26 15:12:47 ftp mpd: [pptp0] LCP: protocol 0x0097 was rejected May 26 15:12:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #193 link 0 (Opened) May 26 15:12:48 ftp mpd: [pptp0] LCP: protocol 0x005f was rejected May 26 15:12:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #194 link 0 (Opened) May 26 15:12:50 ftp mpd: [pptp0] LCP: protocol 0x0019 was rejected May 26 15:12:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #195 link 0 (Opened) May 26 15:12:50 ftp mpd: [pptp0] LCP: protocol 0x5c5d was rejected May 26 15:12:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #196 link 0 (Opened) May 26 15:12:54 ftp mpd: [pptp0] LCP: protocol 0x00ed was rejected May 26 15:12:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #197 link 0 (Opened) May 26 15:12:57 ftp mpd: [pptp0] LCP: protocol 0x00d5 was rejected May 26 15:13:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #198 link 0 (Opened) May 26 15:13:00 ftp mpd: [pptp0] LCP: protocol 0x0057 was rejected May 26 15:13:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #199 link 0 (Opened) May 26 15:13:06 ftp mpd: [pptp0] LCP: protocol 0x00cd was rejected May 26 15:13:06 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #200 link 0 (Opened) May 26 15:13:06 ftp mpd: [pptp0] LCP: protocol 0x001f was rejected May 26 15:13:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #201 link 0 (Opened) May 26 15:13:18 ftp mpd: [pptp0] LCP: protocol 0x0095 was rejected May 26 15:13:18 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #202 link 0 (Opened) May 26 15:13:18 ftp mpd: [pptp0] LCP: protocol 0x2a63 was rejected May 26 15:13:45 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #203 link 0 (Opened) May 26 15:13:45 ftp mpd: [pptp0] LCP: protocol 0x0089 was rejected May 26 15:13:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #204 link 0 (Opened) May 26 15:13:47 ftp mpd: [pptp0] LCP: protocol 0x94ed was rejected May 26 15:13:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #205 link 0 (Opened) May 26 15:13:47 ftp mpd: [pptp0] LCP: protocol 0x7a87 was rejected May 26 15:13:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #206 link 0 (Opened) May 26 15:13:51 ftp mpd: [pptp0] LCP: protocol 0x004b was rejected May 26 15:13:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #207 link 0 (Opened) May 26 15:13:51 ftp mpd: [pptp0] LCP: protocol 0x00d1 was rejected May 26 15:13:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #208 link 0 (Opened) May 26 15:13:53 ftp mpd: [pptp0] LCP: protocol 0x00d3 was rejected May 26 15:13:54 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #209 link 0 (Opened) May 26 15:13:54 ftp mpd: [pptp0] LCP: protocol 0x00bb was rejected May 26 15:13:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #210 link 0 (Opened) May 26 15:13:57 ftp mpd: [pptp0] LCP: protocol 0xa2b9 was rejected May 26 15:13:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #211 link 0 (Opened) May 26 15:13:59 ftp mpd: [pptp0] LCP: protocol 0x00c1 was rejected May 26 15:14:00 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #212 link 0 (Opened) May 26 15:14:00 ftp mpd: [pptp0] LCP: protocol 0x000f was rejected May 26 15:14:05 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #213 link 0 (Opened) May 26 15:14:05 ftp mpd: [pptp0] LCP: protocol 0x0071 was rejected May 26 15:14:07 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #214 link 0 (Opened) May 26 15:14:07 ftp mpd: [pptp0] LCP: protocol 0x0063 was rejected May 26 15:14:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #215 link 0 (Opened) May 26 15:14:17 ftp mpd: [pptp0] LCP: protocol 0x305d was rejected May 26 15:14:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #216 link 0 (Opened) May 26 15:14:19 ftp mpd: [pptp0] LCP: protocol 0x00f9 was rejected May 26 15:14:19 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #217 link 0 (Opened) May 26 15:14:19 ftp mpd: [pptp0] LCP: protocol 0x0083 was rejected May 26 15:14:29 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #218 link 0 (Opened) May 26 15:14:29 ftp mpd: [pptp0] LCP: protocol 0x4a21 was rejected May 26 15:14:47 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #219 link 0 (Opened) May 26 15:14:47 ftp mpd: [pptp0] LCP: protocol 0xb605 was rejected May 26 15:14:48 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #220 link 0 (Opened) May 26 15:14:48 ftp mpd: [pptp0] LCP: protocol 0x2a27 was rejected May 26 15:14:50 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #221 link 0 (Opened) May 26 15:14:50 ftp mpd: [pptp0] LCP: protocol 0x00d5 was rejected May 26 15:14:51 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #222 link 0 (Opened) May 26 15:14:51 ftp mpd: [pptp0] LCP: protocol 0x00b1 was rejected May 26 15:14:53 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #223 link 0 (Opened) May 26 15:14:53 ftp mpd: [pptp0] LCP: protocol 0x004f was rejected May 26 15:14:57 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #224 link 0 (Opened) May 26 15:14:57 ftp mpd: [pptp0] LCP: protocol ICOMPD was rejected May 26 15:14:59 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #225 link 0 (Opened) May 26 15:14:59 ftp mpd: [pptp0] LCP: protocol 0x460d was rejected May 26 15:15:02 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #226 link 0 (Opened) May 26 15:15:02 ftp mpd: [pptp0] LCP: protocol 0x00e1 was rejected May 26 15:15:08 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #227 link 0 (Opened) May 26 15:15:08 ftp mpd: [pptp0] LCP: protocol 0x0033 was rejected May 26 15:15:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #228 link 0 (Opened) May 26 15:15:09 ftp mpd: [pptp0] LCP: protocol 0x006b was rejected May 26 15:15:09 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #229 link 0 (Opened) May 26 15:15:09 ftp mpd: [pptp0] LCP: protocol 0x3299 was rejected May 26 15:15:17 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #230 link 0 (Opened) May 26 15:15:17 ftp mpd: [pptp0] LCP: protocol 0x0001 was rejected May 26 15:15:20 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #231 link 0 (Opened) May 26 15:15:20 ftp mpd: [pptp0] LCP: protocol 0xb279 was rejected May 26 15:15:21 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #232 link 0 (Opened) May 26 15:15:21 ftp mpd: [pptp0] LCP: protocol 0x00af was rejected May 26 15:15:26 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #233 link 0 (Opened) May 26 15:15:26 ftp mpd: [pptp0] LCP: protocol 0x424f was rejected May 26 15:15:38 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #234 link 0 (Opened) May 26 15:15:38 ftp mpd: [pptp0] LCP: protocol 0x9cc5 was rejected May 26 15:15:43 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #235 link 0 (Opened) May 26 15:15:43 ftp mpd: [pptp0] LCP: protocol 0x0087 was rejected May 26 15:15:46 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #236 link 0 (Opened) May 26 15:15:46 ftp mpd: [pptp0] LCP: protocol 0x08b5 was rejected May 26 16:15:33 ftp mpd: mpd: caught fatal signal term May 26 16:15:33 ftp mpd: [pptp0] IPCP: Down event May 26 16:15:33 ftp mpd: [pptp0] IPCP: state change Opened --> Starting May 26 16:15:33 ftp mpd: [pptp0] IPCP: LayerDown May 26 16:15:33 ftp mpd: [pptp0] IFACE: Down event May 26 16:15:33 ftp mpd: [pptp0] exec: /sbin/ifconfig ng0 link0 May 26 16:15:33 ftp mpd: [pptp0] IPCP: Close event May 26 16:15:33 ftp mpd: [pptp0] IPCP: state change Starting --> Initial May 26 16:15:33 ftp mpd: [pptp0] IPCP: LayerFinish May 26 16:15:33 ftp mpd: [pptp0] IFACE: Close event May 26 16:15:33 ftp mpd: [pptp0] exec: /sbin/route delete 0.0.0.0 192.168.1.1 May 26 16:15:33 ftp mpd: [pptp0] exec: /sbin/route delete 172.16.2.244 -iface lo0 May 26 16:15:33 ftp mpd: [pptp0] exec: /sbin/ifconfig ng0 down delete -link0 May 26 16:15:33 ftp mpd: [pptp0] IPCP: Close event May 26 16:15:33 ftp mpd: [pptp0] bundle: CLOSE event in state OPENED May 26 16:15:33 ftp mpd: [pptp0] closing link "pptp0"... May 26 16:15:33 ftp mpd: [pptp0] link: CLOSE event May 26 16:15:33 ftp mpd: [pptp0] LCP: Close event May 26 16:15:33 ftp mpd: [pptp0] LCP: state change Opened --> Closing May 26 16:15:33 ftp mpd: [pptp0] LCP: phase shift NETWORK --> TERMINATE May 26 16:15:33 ftp mpd: [pptp0] setting interface ng0 MTU to 1500 bytes May 26 16:15:33 ftp mpd: [pptp0] up: 0 links, total bandwidth 9600 bps May 26 16:15:33 ftp mpd: [pptp0] IPCP: Down event May 26 16:15:33 ftp mpd: [pptp0] CCP: Down event May 26 16:15:33 ftp mpd: [pptp0] CCP: state change Opened --> Starting May 26 16:15:33 ftp mpd: [pptp0] CCP: LayerDown May 26 16:15:33 ftp mpd: [pptp0] CCP: Close event May 26 16:15:33 ftp mpd: [pptp0] CCP: state change Starting --> Initial May 26 16:15:33 ftp mpd: [pptp0] CCP: LayerFinish May 26 16:15:33 ftp mpd: [pptp0] closing link "pptp0"... May 26 16:15:33 ftp mpd: [pptp0] LCP: SendTerminateReq #3 May 26 16:15:33 ftp mpd: [pptp0] LCP: LayerDown May 26 16:15:33 ftp mpd: [pptp0] link: CLOSE event May 26 16:15:33 ftp mpd: [pptp0] LCP: Close event May 26 16:15:33 ftp mpd: [pptp0] LCP: rec'd Terminate Ack #225 link 0 (Closing) May 26 16:15:33 ftp mpd: [pptp0] LCP: state change Closing --> Closed May 26 16:15:33 ftp mpd: [pptp0] LCP: phase shift TERMINATE --> ESTABLISH May 26 16:15:33 ftp mpd: [pptp0] LCP: LayerFinish May 26 16:15:33 ftp mpd: [pptp0] device: CLOSE event in state UP May 26 16:15:33 ftp mpd: pptp0-0: clearing call May 26 16:15:33 ftp mpd: [pptp0] device is now in state CLOSING May 26 16:15:33 ftp mpd: [pptp0] device: DOWN event in state CLOSING May 26 16:15:33 ftp mpd: [pptp0] device is now in state DOWN May 26 16:15:33 ftp mpd: [pptp0] link: DOWN event May 26 16:15:33 ftp mpd: [pptp0] LCP: Down event May 26 16:15:33 ftp mpd: [pptp0] LCP: state change Closed --> Initial May 26 16:15:33 ftp mpd: [pptp0] LCP: phase shift ESTABLISH --> DEAD May 26 16:15:33 ftp mpd: pptp0: got StopCtrlConnRequest: reason=local shutdown May 26 16:15:33 ftp mpd: pptp0: killing connection with 10.0.254.254:1723 May 26 16:15:33 ftp mpd: pptp0-0: killing channel May 26 16:15:35 ftp mpd: mpd: process 729 terminated May 26 16:17:46 ftp mpd: mpd: pid 513, version 3.18 (root@ftp.starnet 11:07 26-May-2005) May 26 16:17:48 ftp mpd: [pptp0] ppp node is "mpd513-pptp0" May 26 16:17:49 ftp mpd: [pptp0] using interface ng0 May 26 16:17:49 ftp mpd: [pptp0] IPCP: peer address cannot be zero May 26 16:17:49 ftp mpd: [pptp0] IPCP: Open event May 26 16:17:49 ftp mpd: [pptp0] IPCP: state change Initial --> Starting May 26 16:17:49 ftp mpd: [pptp0] IPCP: LayerStart May 26 16:17:49 ftp mpd: [pptp0] bundle: OPEN event in state CLOSED May 26 16:17:49 ftp mpd: [pptp0] opening link "pptp0"... May 26 16:17:49 ftp mpd: [pptp0] link: OPEN event May 26 16:17:49 ftp mpd: [pptp0] LCP: Open event May 26 16:17:49 ftp mpd: [pptp0] LCP: state change Initial --> Starting May 26 16:17:49 ftp mpd: [pptp0] LCP: LayerStart May 26 16:17:49 ftp mpd: [pptp0] device: OPEN event in state DOWN May 26 16:17:49 ftp mpd: pptp0: connecting to 10.0.254.254:1723 May 26 16:17:49 ftp mpd: [pptp0] device is now in state OPENING May 26 16:17:49 ftp mpd: pptp0: connected to 10.0.254.254:1723 May 26 16:17:49 ftp mpd: pptp0: attached to connection with 10.0.254.254:1723 May 26 16:17:49 ftp mpd: pptp0-0: outgoing call connected at 64000 bps May 26 16:17:49 ftp mpd: [pptp0] PPTP call successful May 26 16:17:50 ftp mpd: [pptp0] device: UP event in state OPENING May 26 16:17:50 ftp mpd: [pptp0] device is now in state UP May 26 16:17:50 ftp mpd: [pptp0] link: UP event May 26 16:17:50 ftp mpd: [pptp0] link: origination is local May 26 16:17:50 ftp mpd: [pptp0] LCP: Up event May 26 16:17:50 ftp mpd: [pptp0] LCP: state change Starting --> Req-Sent May 26 16:17:50 ftp mpd: [pptp0] LCP: phase shift DEAD --> ESTABLISH May 26 16:17:50 ftp mpd: [pptp0] LCP: SendConfigReq #1 May 26 16:17:50 ftp mpd: ACFCOMP May 26 16:17:50 ftp mpd: PROTOCOMP May 26 16:17:50 ftp mpd: MRU 1500 May 26 16:17:50 ftp mpd: MAGICNUM d96b368b May 26 16:17:50 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 16:17:50 ftp mpd: [pptp0] LCP: rec'd Configure Reject #1 link 0 (Req-Sent) May 26 16:17:50 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 16:17:50 ftp mpd: [pptp0] LCP: SendConfigReq #2 May 26 16:17:50 ftp mpd: ACFCOMP May 26 16:17:50 ftp mpd: PROTOCOMP May 26 16:17:50 ftp mpd: MRU 1500 May 26 16:17:50 ftp mpd: MAGICNUM d96b368b May 26 16:17:50 ftp mpd: [pptp0] LCP: rec'd Configure Ack #2 link 0 (Req-Sent) May 26 16:17:50 ftp mpd: ACFCOMP May 26 16:17:50 ftp mpd: PROTOCOMP May 26 16:17:50 ftp mpd: MRU 1500 May 26 16:17:50 ftp mpd: MAGICNUM d96b368b May 26 16:17:50 ftp mpd: [pptp0] LCP: state change Req-Sent --> Ack-Rcvd May 26 16:17:51 ftp mpd: [pptp0] LCP: rec'd Configure Request #154 link 0 (Ack-Rcvd) May 26 16:17:51 ftp mpd: ACFCOMP May 26 16:17:51 ftp mpd: PROTOCOMP May 26 16:17:51 ftp mpd: MRU 1500 May 26 16:17:51 ftp mpd: MAGICNUM 6998765e May 26 16:17:51 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 16:17:51 ftp mpd: [pptp0] LCP: SendConfigAck #154 May 26 16:17:51 ftp mpd: ACFCOMP May 26 16:17:51 ftp mpd: PROTOCOMP May 26 16:17:51 ftp mpd: MRU 1500 May 26 16:17:51 ftp mpd: MAGICNUM 6998765e May 26 16:17:51 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 16:17:51 ftp mpd: [pptp0] LCP: state change Ack-Rcvd --> Opened May 26 16:17:51 ftp mpd: [pptp0] LCP: phase shift ESTABLISH --> AUTHENTICATE May 26 16:17:51 ftp mpd: [pptp0] LCP: auth: peer wants CHAP, I want nothing May 26 16:17:51 ftp mpd: [pptp0] LCP: LayerUp May 26 16:17:51 ftp mpd: [pptp0] CHAP: rec'd CHALLENGE #1 May 26 16:17:51 ftp mpd: Name: "" May 26 16:17:51 ftp mpd: Using authname "myauthname" May 26 16:17:51 ftp mpd: [pptp0] CHAP: sending RESPONSE May 26 16:17:51 ftp mpd: [pptp0] CHAP: rec'd SUCCESS #1 May 26 16:17:51 ftp mpd: MESG: S=3B12B657AFAD04AF60296B340DA212739733D26F May 26 16:17:51 ftp mpd: [pptp0] LCP: authorization successful May 26 16:17:51 ftp mpd: [pptp0] LCP: phase shift AUTHENTICATE --> NETWORK May 26 16:17:51 ftp mpd: [pptp0] setting interface ng0 MTU to 1500 bytes May 26 16:17:51 ftp mpd: [pptp0] up: 1 link, total bandwidth 64000 bps May 26 16:17:51 ftp mpd: [pptp0] IPCP: Up event May 26 16:17:51 ftp mpd: [pptp0] IPCP: state change Starting --> Req-Sent May 26 16:17:51 ftp mpd: [pptp0] IPCP: SendConfigReq #1 May 26 16:17:51 ftp mpd: IPADDR 0.0.0.0 May 26 16:17:51 ftp mpd: [pptp0] CCP: Open event May 26 16:17:51 ftp mpd: [pptp0] CCP: state change Initial --> Starting May 26 16:17:51 ftp mpd: [pptp0] CCP: LayerStart May 26 16:17:51 ftp mpd: [pptp0] CCP: Up event May 26 16:17:51 ftp mpd: [pptp0] CCP: state change Starting --> Req-Sent May 26 16:17:51 ftp mpd: [pptp0] CCP: SendConfigReq #1 May 26 16:17:51 ftp mpd: [pptp0] CCP: Checking whether 40 bits are enabled -> no May 26 16:17:51 ftp mpd: [pptp0] CCP: Checking whether 56 bits are enabled -> no May 26 16:17:51 ftp mpd: [pptp0] CCP: Checking whether 128 bits are enabled -> yes May 26 16:17:51 ftp mpd: MPPC May 26 16:17:51 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 16:17:51 ftp mpd: [pptp0] IPCP: rec'd Configure Request #81 link 0 (Req-Sent) May 26 16:17:51 ftp mpd: IPADDR 192.168.1.1 May 26 16:17:51 ftp mpd: 192.168.1.1 is OK May 26 16:17:51 ftp mpd: COMPPROTO VJCOMP, 16 comp. channels, no comp-cid May 26 16:17:51 ftp mpd: [pptp0] IPCP: SendConfigRej #81 May 26 16:17:51 ftp mpd: COMPPROTO VJCOMP, 16 comp. channels, no comp-cid May 26 16:17:51 ftp mpd: [pptp0] CCP: rec'd Configure Request #79 link 0 (Req-Sent) May 26 16:17:51 ftp mpd: MPPC May 26 16:17:51 ftp mpd: 0x01000060: MPPE, 40 bit, 128 bit, stateless May 26 16:17:51 ftp mpd: [pptp0] CCP: Checking whether 40 bits are acceptable -> no May 26 16:17:51 ftp mpd: [pptp0] CCP: Checking whether 128 bits are acceptable -> yes May 26 16:17:51 ftp mpd: [pptp0] CCP: SendConfigNak #79 May 26 16:17:51 ftp mpd: MPPC May 26 16:17:51 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 16:17:51 ftp mpd: [pptp0] IPCP: rec'd Configure Nak #1 link 0 (Req-Sent) May 26 16:17:51 ftp mpd: IPADDR 172.16.2.244 May 26 16:17:51 ftp mpd: 172.16.2.244 is OK May 26 16:17:51 ftp mpd: [pptp0] IPCP: SendConfigReq #2 May 26 16:17:51 ftp mpd: IPADDR 172.16.2.244 May 26 16:17:51 ftp mpd: [pptp0] CCP: rec'd Configure Ack #1 link 0 (Req-Sent) May 26 16:17:51 ftp mpd: MPPC May 26 16:17:51 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 16:17:51 ftp mpd: [pptp0] CCP: state change Req-Sent --> Ack-Rcvd May 26 16:17:51 ftp mpd: [pptp0] IPCP: rec'd Configure Request #82 link 0 (Req-Sent) May 26 16:17:51 ftp mpd: IPADDR 192.168.1.1 May 26 16:17:51 ftp mpd: 192.168.1.1 is OK May 26 16:17:51 ftp mpd: [pptp0] IPCP: SendConfigAck #82 May 26 16:17:51 ftp mpd: IPADDR 192.168.1.1 May 26 16:17:51 ftp mpd: [pptp0] IPCP: state change Req-Sent --> Ack-Sent May 26 16:17:51 ftp mpd: [pptp0] CCP: rec'd Configure Request #80 link 0 (Ack-Rcvd) May 26 16:17:51 ftp mpd: MPPC May 26 16:17:51 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 16:17:51 ftp mpd: [pptp0] CCP: Checking whether 128 bits are acceptable -> yes May 26 16:17:51 ftp mpd: [pptp0] CCP: SendConfigAck #80 May 26 16:17:51 ftp mpd: MPPC May 26 16:17:51 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 16:17:51 ftp mpd: [pptp0] CCP: state change Ack-Rcvd --> Opened May 26 16:17:51 ftp mpd: [pptp0] CCP: LayerUp May 26 16:17:51 ftp mpd: Compress using: MPPE, 128 bit, stateless May 26 16:17:51 ftp mpd: Decompress using: MPPE, 128 bit, stateless May 26 16:17:51 ftp mpd: [pptp0] setting interface ng0 MTU to 1496 bytes May 26 16:17:51 ftp mpd: [pptp0] IPCP: rec'd Configure Ack #2 link 0 (Ack-Sent) May 26 16:17:51 ftp mpd: IPADDR 172.16.2.244 May 26 16:17:51 ftp mpd: [pptp0] IPCP: state change Ack-Sent --> Opened May 26 16:17:51 ftp mpd: [pptp0] IPCP: LayerUp May 26 16:17:51 ftp mpd: 172.16.2.244 -> 192.168.1.1 May 26 16:17:51 ftp mpd: [pptp0] IFACE: Up event May 26 16:17:51 ftp mpd: [pptp0] IFACE: Opening May 26 16:17:51 ftp mpd: [pptp0] setting interface ng0 MTU to 1496 bytes May 26 16:17:51 ftp mpd: [pptp0] exec: /sbin/ifconfig ng0 172.16.2.244 192.168.1.1 netmask 0xffffffff -link0 May 26 16:17:51 ftp mpd: [pptp0] exec: /sbin/route add 172.16.2.244 -iface lo0 May 26 16:17:51 ftp mpd: [pptp0] exec: /sbin/route add 0.0.0.0 192.168.1.1 May 26 16:17:51 ftp mpd: [pptp0] IFACE: Up event May 26 16:17:51 ftp mpd: [pptp0] rec'd unexpected protocol COMPD on link 0 May 26 16:46:27 ftp mpd: [pptp0] LCP: rec'd Protocol Reject #1 link 0 (Opened) May 26 16:46:27 ftp mpd: [pptp0] LCP: protocol 0x00f9 was rejected May 26 18:04:54 ftp mpd: mpd: caught fatal signal term May 26 18:04:54 ftp mpd: [pptp0] IPCP: Down event May 26 18:04:54 ftp mpd: [pptp0] IPCP: state change Opened --> Starting May 26 18:04:54 ftp mpd: [pptp0] IPCP: LayerDown May 26 18:04:54 ftp mpd: [pptp0] IFACE: Down event May 26 18:04:54 ftp mpd: [pptp0] exec: /sbin/ifconfig ng0 link0 May 26 18:04:54 ftp mpd: [pptp0] IPCP: Close event May 26 18:04:54 ftp mpd: [pptp0] IPCP: state change Starting --> Initial May 26 18:04:54 ftp mpd: [pptp0] IPCP: LayerFinish May 26 18:04:54 ftp mpd: [pptp0] IFACE: Close event May 26 18:04:54 ftp mpd: [pptp0] exec: /sbin/route delete 0.0.0.0 192.168.1.1 May 26 18:04:54 ftp mpd: [pptp0] exec: /sbin/route delete 172.16.2.244 -iface lo0 May 26 18:04:54 ftp mpd: [pptp0] exec: /sbin/ifconfig ng0 down delete -link0 May 26 18:04:54 ftp mpd: [pptp0] IPCP: Close event May 26 18:04:54 ftp mpd: [pptp0] bundle: CLOSE event in state OPENED May 26 18:04:54 ftp mpd: [pptp0] closing link "pptp0"... May 26 18:04:54 ftp mpd: [pptp0] link: CLOSE event May 26 18:04:54 ftp mpd: [pptp0] LCP: Close event May 26 18:04:54 ftp mpd: [pptp0] LCP: state change Opened --> Closing May 26 18:04:54 ftp mpd: [pptp0] LCP: phase shift NETWORK --> TERMINATE May 26 18:04:54 ftp mpd: [pptp0] setting interface ng0 MTU to 1500 bytes May 26 18:04:54 ftp mpd: [pptp0] up: 0 links, total bandwidth 9600 bps May 26 18:04:54 ftp mpd: [pptp0] IPCP: Down event May 26 18:04:54 ftp mpd: [pptp0] CCP: Down event May 26 18:04:54 ftp mpd: [pptp0] CCP: state change Opened --> Starting May 26 18:04:54 ftp mpd: [pptp0] CCP: LayerDown May 26 18:04:54 ftp mpd: [pptp0] CCP: Close event May 26 18:04:54 ftp mpd: [pptp0] CCP: state change Starting --> Initial May 26 18:04:54 ftp mpd: [pptp0] CCP: LayerFinish May 26 18:04:54 ftp mpd: [pptp0] closing link "pptp0"... May 26 18:04:54 ftp mpd: [pptp0] LCP: SendTerminateReq #3 May 26 18:04:54 ftp mpd: [pptp0] LCP: LayerDown May 26 18:04:54 ftp mpd: [pptp0] link: CLOSE event May 26 18:04:54 ftp mpd: [pptp0] LCP: Close event May 26 18:04:54 ftp mpd: [pptp0] LCP: rec'd Terminate Ack #155 link 0 (Closing) May 26 18:04:54 ftp mpd: [pptp0] LCP: state change Closing --> Closed May 26 18:04:54 ftp mpd: [pptp0] LCP: phase shift TERMINATE --> ESTABLISH May 26 18:04:54 ftp mpd: [pptp0] LCP: LayerFinish May 26 18:04:54 ftp mpd: [pptp0] device: CLOSE event in state UP May 26 18:04:54 ftp mpd: pptp0-0: clearing call May 26 18:04:54 ftp mpd: [pptp0] device is now in state CLOSING May 26 18:04:54 ftp mpd: [pptp0] device: DOWN event in state CLOSING May 26 18:04:54 ftp mpd: [pptp0] device is now in state DOWN May 26 18:04:54 ftp mpd: [pptp0] link: DOWN event May 26 18:04:54 ftp mpd: [pptp0] LCP: Down event May 26 18:04:54 ftp mpd: [pptp0] LCP: state change Closed --> Initial May 26 18:04:54 ftp mpd: [pptp0] LCP: phase shift ESTABLISH --> DEAD May 26 18:04:54 ftp mpd: pptp0: got StopCtrlConnRequest: reason=local shutdown May 26 18:04:54 ftp mpd: pptp0: killing connection with 10.0.254.254:1723 May 26 18:04:54 ftp mpd: pptp0-0: killing channel May 26 18:04:56 ftp mpd: mpd: process 513 terminated May 26 18:07:07 ftp mpd: mpd: pid 515, version 3.18 (root@ftp.starnet 11:07 26-May-2005) May 26 18:07:09 ftp mpd: [pptp0] ppp node is "mpd515-pptp0" May 26 18:07:10 ftp mpd: [pptp0] using interface ng0 May 26 18:07:10 ftp mpd: [pptp0] IPCP: peer address cannot be zero May 26 18:07:10 ftp mpd: [pptp0] IPCP: Open event May 26 18:07:10 ftp mpd: [pptp0] IPCP: state change Initial --> Starting May 26 18:07:10 ftp mpd: [pptp0] IPCP: LayerStart May 26 18:07:10 ftp mpd: [pptp0] bundle: OPEN event in state CLOSED May 26 18:07:10 ftp mpd: [pptp0] opening link "pptp0"... May 26 18:07:10 ftp mpd: [pptp0] link: OPEN event May 26 18:07:10 ftp mpd: [pptp0] LCP: Open event May 26 18:07:10 ftp mpd: [pptp0] LCP: state change Initial --> Starting May 26 18:07:10 ftp mpd: [pptp0] LCP: LayerStart May 26 18:07:10 ftp mpd: [pptp0] device: OPEN event in state DOWN May 26 18:07:10 ftp mpd: pptp0: connecting to 10.0.254.254:1723 May 26 18:07:10 ftp mpd: [pptp0] device is now in state OPENING May 26 18:07:10 ftp mpd: pptp0: connected to 10.0.254.254:1723 May 26 18:07:10 ftp mpd: pptp0: attached to connection with 10.0.254.254:1723 May 26 18:07:10 ftp mpd: pptp0-0: outgoing call connected at 64000 bps May 26 18:07:10 ftp mpd: [pptp0] PPTP call successful May 26 18:07:11 ftp mpd: [pptp0] device: UP event in state OPENING May 26 18:07:11 ftp mpd: [pptp0] device is now in state UP May 26 18:07:11 ftp mpd: [pptp0] link: UP event May 26 18:07:11 ftp mpd: [pptp0] link: origination is local May 26 18:07:11 ftp mpd: [pptp0] LCP: Up event May 26 18:07:11 ftp mpd: [pptp0] LCP: state change Starting --> Req-Sent May 26 18:07:11 ftp mpd: [pptp0] LCP: phase shift DEAD --> ESTABLISH May 26 18:07:11 ftp mpd: [pptp0] LCP: SendConfigReq #1 May 26 18:07:11 ftp mpd: ACFCOMP May 26 18:07:11 ftp mpd: PROTOCOMP May 26 18:07:11 ftp mpd: MRU 1500 May 26 18:07:11 ftp mpd: MAGICNUM db3ae5d4 May 26 18:07:11 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 18:07:11 ftp mpd: [pptp0] LCP: rec'd Configure Reject #1 link 0 (Req-Sent) May 26 18:07:11 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 18:07:11 ftp mpd: [pptp0] LCP: SendConfigReq #2 May 26 18:07:11 ftp mpd: ACFCOMP May 26 18:07:11 ftp mpd: PROTOCOMP May 26 18:07:11 ftp mpd: MRU 1500 May 26 18:07:11 ftp mpd: MAGICNUM db3ae5d4 May 26 18:07:11 ftp mpd: [pptp0] LCP: rec'd Configure Ack #2 link 0 (Req-Sent) May 26 18:07:11 ftp mpd: ACFCOMP May 26 18:07:11 ftp mpd: PROTOCOMP May 26 18:07:11 ftp mpd: MRU 1500 May 26 18:07:11 ftp mpd: MAGICNUM db3ae5d4 May 26 18:07:11 ftp mpd: [pptp0] LCP: state change Req-Sent --> Ack-Rcvd May 26 18:07:12 ftp mpd: [pptp0] LCP: rec'd Configure Request #136 link 0 (Ack-Rcvd) May 26 18:07:12 ftp mpd: ACFCOMP May 26 18:07:12 ftp mpd: PROTOCOMP May 26 18:07:12 ftp mpd: MRU 1500 May 26 18:07:12 ftp mpd: MAGICNUM d252de23 May 26 18:07:12 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 18:07:12 ftp mpd: [pptp0] LCP: SendConfigAck #136 May 26 18:07:12 ftp mpd: ACFCOMP May 26 18:07:12 ftp mpd: PROTOCOMP May 26 18:07:12 ftp mpd: MRU 1500 May 26 18:07:12 ftp mpd: MAGICNUM d252de23 May 26 18:07:12 ftp mpd: AUTHPROTO CHAP MSOFTv2 May 26 18:07:12 ftp mpd: [pptp0] LCP: state change Ack-Rcvd --> Opened May 26 18:07:12 ftp mpd: [pptp0] LCP: phase shift ESTABLISH --> AUTHENTICATE May 26 18:07:12 ftp mpd: [pptp0] LCP: auth: peer wants CHAP, I want nothing May 26 18:07:12 ftp mpd: [pptp0] LCP: LayerUp May 26 18:07:12 ftp mpd: [pptp0] CHAP: rec'd CHALLENGE #1 May 26 18:07:12 ftp mpd: Name: "" May 26 18:07:12 ftp mpd: Using authname "myauthname" May 26 18:07:12 ftp mpd: [pptp0] CHAP: sending RESPONSE May 26 18:07:12 ftp mpd: [pptp0] CHAP: rec'd SUCCESS #1 May 26 18:07:12 ftp mpd: MESG: S=7DD5A7912860AAEF14AD7E87AA3B9143564C2930 May 26 18:07:12 ftp mpd: [pptp0] LCP: authorization successful May 26 18:07:12 ftp mpd: [pptp0] LCP: phase shift AUTHENTICATE --> NETWORK May 26 18:07:12 ftp mpd: [pptp0] setting interface ng0 MTU to 1500 bytes May 26 18:07:12 ftp mpd: [pptp0] up: 1 link, total bandwidth 64000 bps May 26 18:07:12 ftp mpd: [pptp0] IPCP: Up event May 26 18:07:12 ftp mpd: [pptp0] IPCP: state change Starting --> Req-Sent May 26 18:07:12 ftp mpd: [pptp0] IPCP: SendConfigReq #1 May 26 18:07:12 ftp mpd: IPADDR 0.0.0.0 May 26 18:07:12 ftp mpd: [pptp0] CCP: Open event May 26 18:07:12 ftp mpd: [pptp0] CCP: state change Initial --> Starting May 26 18:07:12 ftp mpd: [pptp0] CCP: LayerStart May 26 18:07:12 ftp mpd: [pptp0] CCP: Up event May 26 18:07:12 ftp mpd: [pptp0] CCP: state change Starting --> Req-Sent May 26 18:07:12 ftp mpd: [pptp0] CCP: SendConfigReq #1 May 26 18:07:12 ftp mpd: [pptp0] CCP: Checking whether 40 bits are enabled -> no May 26 18:07:12 ftp mpd: [pptp0] CCP: Checking whether 56 bits are enabled -> no May 26 18:07:12 ftp mpd: [pptp0] CCP: Checking whether 128 bits are enabled -> yes May 26 18:07:12 ftp mpd: MPPC May 26 18:07:12 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 18:07:12 ftp mpd: [pptp0] IPCP: rec'd Configure Request #37 link 0 (Req-Sent) May 26 18:07:12 ftp mpd: IPADDR 192.168.1.1 May 26 18:07:12 ftp mpd: 192.168.1.1 is OK May 26 18:07:12 ftp mpd: COMPPROTO VJCOMP, 16 comp. channels, no comp-cid May 26 18:07:12 ftp mpd: [pptp0] IPCP: SendConfigRej #37 May 26 18:07:12 ftp mpd: COMPPROTO VJCOMP, 16 comp. channels, no comp-cid May 26 18:07:12 ftp mpd: [pptp0] CCP: rec'd Configure Request #45 link 0 (Req-Sent) May 26 18:07:12 ftp mpd: MPPC May 26 18:07:12 ftp mpd: 0x01000060: MPPE, 40 bit, 128 bit, stateless May 26 18:07:12 ftp mpd: [pptp0] CCP: Checking whether 40 bits are acceptable -> no May 26 18:07:12 ftp mpd: [pptp0] CCP: Checking whether 128 bits are acceptable -> yes May 26 18:07:12 ftp mpd: [pptp0] CCP: SendConfigNak #45 May 26 18:07:12 ftp mpd: MPPC May 26 18:07:12 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 18:07:12 ftp mpd: [pptp0] IPCP: rec'd Configure Nak #1 link 0 (Req-Sent) May 26 18:07:12 ftp mpd: IPADDR 172.16.2.244 May 26 18:07:12 ftp mpd: 172.16.2.244 is OK May 26 18:07:12 ftp mpd: [pptp0] IPCP: SendConfigReq #2 May 26 18:07:12 ftp mpd: IPADDR 172.16.2.244 May 26 18:07:12 ftp mpd: [pptp0] CCP: rec'd Configure Ack #1 link 0 (Req-Sent) May 26 18:07:12 ftp mpd: MPPC May 26 18:07:12 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 18:07:12 ftp mpd: [pptp0] CCP: state change Req-Sent --> Ack-Rcvd May 26 18:07:12 ftp mpd: [pptp0] IPCP: rec'd Configure Request #38 link 0 (Req-Sent) May 26 18:07:12 ftp mpd: IPADDR 192.168.1.1 May 26 18:07:12 ftp mpd: 192.168.1.1 is OK May 26 18:07:12 ftp mpd: [pptp0] IPCP: SendConfigAck #38 May 26 18:07:12 ftp mpd: IPADDR 192.168.1.1 May 26 18:07:12 ftp mpd: [pptp0] IPCP: state change Req-Sent --> Ack-Sent May 26 18:07:12 ftp mpd: [pptp0] CCP: rec'd Configure Request #46 link 0 (Ack-Rcvd) May 26 18:07:12 ftp mpd: MPPC May 26 18:07:12 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 18:07:12 ftp mpd: [pptp0] CCP: Checking whether 128 bits are acceptable -> yes May 26 18:07:12 ftp mpd: [pptp0] CCP: SendConfigAck #46 May 26 18:07:12 ftp mpd: MPPC May 26 18:07:12 ftp mpd: 0x01000040: MPPE, 128 bit, stateless May 26 18:07:12 ftp mpd: [pptp0] CCP: state change Ack-Rcvd --> Opened May 26 18:07:12 ftp mpd: [pptp0] CCP: LayerUp May 26 18:07:12 ftp mpd: Compress using: MPPE, 128 bit, stateless May 26 18:07:12 ftp mpd: Decompress using: MPPE, 128 bit, stateless May 26 18:07:12 ftp mpd: [pptp0] setting interface ng0 MTU to 1496 bytes May 26 18:07:12 ftp mpd: [pptp0] IPCP: rec'd Configure Ack #2 link 0 (Ack-Sent) May 26 18:07:12 ftp mpd: IPADDR 172.16.2.244 May 26 18:07:12 ftp mpd: [pptp0] IPCP: state change Ack-Sent --> Opened May 26 18:07:12 ftp mpd: [pptp0] IPCP: LayerUp May 26 18:07:12 ftp mpd: 172.16.2.244 -> 192.168.1.1 May 26 18:07:12 ftp mpd: [pptp0] IFACE: Up event May 26 18:07:12 ftp mpd: [pptp0] IFACE: Opening May 26 18:07:12 ftp mpd: [pptp0] setting interface ng0 MTU to 1496 bytes May 26 18:07:12 ftp mpd: [pptp0] exec: /sbin/ifconfig ng0 172.16.2.244 192.168.1.1 netmask 0xffffffff -link0 May 26 18:07:12 ftp mpd: [pptp0] exec: /sbin/route add 172.16.2.244 -iface lo0 May 26 18:07:12 ftp mpd: [pptp0] exec: /sbin/route add 0.0.0.0 192.168.1.1 May 26 18:07:12 ftp mpd: [pptp0] IFACE: Up event May 26 19:00:00 ftp newsyslog[893]: logfile turned over due to size>100K ---END OF /var/log/ppp.log--- `ps -xa` and `netstat -na` outputs are made while the system had been working normally (i.e. mpd-link had been working). Some additional to hardware-notes: System runs on ASUS P2B-DS (i440-BX chipset) motherboard. >How-To-Repeat: I couldn't repeat the problem on another machine (I have not another hardware platform identical to that). My workstation (iP4 non-SMP) works very well, even with uptimes more than a week with mpd working. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 10:20:05 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BABE16A41C for ; Fri, 27 May 2005 10:20:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6038E43D4C for ; Fri, 27 May 2005 10:20:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4RAK493099644 for ; Fri, 27 May 2005 10:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4RAK4V6099643; Fri, 27 May 2005 10:20:04 GMT (envelope-from gnats) Date: Fri, 27 May 2005 10:20:04 GMT Message-Id: <200505271020.j4RAK4V6099643@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Andrey V. Elsukov" Cc: Subject: Re: kern/80642: [patch] IPFW small patch - new RULE OPTION X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 10:20:05 -0000 The following reply was made to PR kern/80642; it has been noted by GNATS. From: "Andrey V. Elsukov" To: freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/80642: [patch] IPFW small patch - new RULE OPTION Date: Tue, 24 May 2005 03:50:06 GMT The following reply was made to PR kern/80642; it has been noted by GNATS. From: "Andrey V. Elsukov" To: bug-followup@FreeBSD.org, bu7cher@yandex.ru Cc: Subject: Re: kern/80642: [patch] IPFW small patch - new RULE OPTION Date: Tue, 24 May 2005 07:42:53 +0400 Sorry, my english is bad. :( Patch to IPFW2 for adding restrictions of the traffic with use IPFW bytes counters. It include two parts: * First part is ipfw_bound.patch, this part add ipfw rule options "bound VALUE" and "check-bound NUM". Example: # ipfw add 100 allow ip from any to any bound 10K # ipfw add 200 deny ip from any to any While bytes counter of rule 100 below 10 KBytes, it work. Example: # ipfw add 100 allow ip from A.B.C.D to any out xmit internet check-bound 200 # ipfw add 200 allow ip from any to A.B.C.D in recv internet bound 100M # ipfw add 300 deny ip from any to any via internet While bytes counter of rule 200 below 100 MBytes, rules 100 and 200 work. NOTE: Check-bound option search rule NUM like "ipfw skipto", but if rule NUM not contain bound option, then match fail. Second part is bound_change.patch, this part add control call to ipfw for boundary value change without bytes counter reset. Syntax: # ipfw bound NUM [set N] change VALUE. Files: For CURRENT: http://butcher.heavennet.ru/ipfw_bound/CURRENT/ipfw_bound.patch http://butcher.heavennet.ru/ipfw_bound/CURRENT/bound_change.patch For RELENG_5: http://butcher.heavennet.ru/ipfw_bound/RELENG_5/ipfw_bound.patch http://butcher.heavennet.ru/ipfw_bound/RELENG_5/bound_change.patch For RELENG_5_4: http://butcher.heavennet.ru/ipfw_bound/RELENG_5_4/ipfw_bound.patch http://butcher.heavennet.ru/ipfw_bound/RELENG_5_4/bound_change.patch -- WBR, Andrey V. Elsukov _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org" From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 13:00:13 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6295816A41C for ; Fri, 27 May 2005 13:00:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F2C43D49 for ; Fri, 27 May 2005 13:00:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4RD0Drp016240 for ; Fri, 27 May 2005 13:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4RD0D2Q016239; Fri, 27 May 2005 13:00:13 GMT (envelope-from gnats) Date: Fri, 27 May 2005 13:00:13 GMT Message-Id: <200505271300.j4RD0D2Q016239@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Martin Birgmeier Cc: Subject: Re: kern/80042: FreeBSD 5.4 RC2: Promise PDC20265 on A7V mobo + Maxtor 6B200P0/BAH41BM0 gives only 268435455 instead of 398297088 sectors X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Birgmeier List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 13:00:13 -0000 The following reply was made to PR kern/80042; it has been noted by GNATS. From: Martin Birgmeier To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/80042: FreeBSD 5.4 RC2: Promise PDC20265 on A7V mobo + Maxtor 6B200P0/BAH41BM0 gives only 268435455 instead of 398297088 sectors Date: Fri, 27 May 2005 14:51:00 +0200 This is a multi-part message in MIME format. --------------090601000102030407080106 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit The previous patch was missing the second half... -- Martin Birgmeier Vienna Austria --------------090601000102030407080106 Content-Type: text/plain; name="PATCH_sys_dev_ata_ata-chipset.c" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="PATCH_sys_dev_ata_ata-chipset.c" *** sys/dev/ata/ata-chipset.c.ORIG Wed Mar 23 06:14:11 2005 --- sys/dev/ata/ata-chipset.c Fri May 27 14:46:44 2005 *************** *** 1989,1995 **** if (ch->flags & ATA_48BIT_ACTIVE) { ATA_OUTB(ctlr->r_res1, 0x11, ATA_INB(ctlr->r_res1, 0x11) | (ch->unit ? 0x08 : 0x02)); ! ATA_OUTL(ctlr->r_res1, 0x20, ((ch->dma->flags & ATA_DMA_READ) ? 0x05000000 : 0x06000000) | (ch->dma->cur_iosize >> 1)); } --- 1989,1995 ---- if (ch->flags & ATA_48BIT_ACTIVE) { ATA_OUTB(ctlr->r_res1, 0x11, ATA_INB(ctlr->r_res1, 0x11) | (ch->unit ? 0x08 : 0x02)); ! ATA_OUTL(ctlr->r_res1, ch->unit ? 0x24 : 0x20, ((ch->dma->flags & ATA_DMA_READ) ? 0x05000000 : 0x06000000) | (ch->dma->cur_iosize >> 1)); } *************** *** 2013,2019 **** if (ch->flags & ATA_48BIT_ACTIVE) { ATA_OUTB(ctlr->r_res1, 0x11, ATA_INB(ctlr->r_res1, 0x11) & ~(ch->unit ? 0x08 : 0x02)); ! ATA_OUTL(ctlr->r_res1, 0x20, 0); } error = ATA_IDX_INB(ch, ATA_BMSTAT_PORT); ATA_IDX_OUTB(ch, ATA_BMCMD_PORT, --- 2013,2019 ---- if (ch->flags & ATA_48BIT_ACTIVE) { ATA_OUTB(ctlr->r_res1, 0x11, ATA_INB(ctlr->r_res1, 0x11) & ~(ch->unit ? 0x08 : 0x02)); ! ATA_OUTL(ctlr->r_res1, ch->unit ? 0x24 : 0x20, 0); } error = ATA_IDX_INB(ch, ATA_BMSTAT_PORT); ATA_IDX_OUTB(ch, ATA_BMCMD_PORT, --------------090601000102030407080106-- From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 13:00:14 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74FBC16A41C for ; Fri, 27 May 2005 13:00:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B5ED43D53 for ; Fri, 27 May 2005 13:00:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4RD0Dpn016282 for ; Fri, 27 May 2005 13:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4RD0D6v016281; Fri, 27 May 2005 13:00:13 GMT (envelope-from gnats) Resent-Date: Fri, 27 May 2005 13:00:13 GMT Resent-Message-Id: <200505271300.j4RD0D6v016281@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dean Strik Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 073D216A41C for ; Fri, 27 May 2005 12:56:47 +0000 (GMT) (envelope-from dean@stack.nl) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id B82F943D1D for ; Fri, 27 May 2005 12:56:46 +0000 (GMT) (envelope-from dean@stack.nl) Received: from toad.stack.nl (zen.stack.nl [IPv6:2001:610:1108:5010::130]) by mailhost.stack.nl (Postfix) with ESMTP id E19111F1BC for ; Fri, 27 May 2005 14:56:45 +0200 (CEST) Received: by toad.stack.nl (Postfix, from userid 1600) id BB74088; Fri, 27 May 2005 14:56:45 +0200 (CEST) Message-Id: <20050527125645.BB74088@toad.stack.nl> Date: Fri, 27 May 2005 14:56:45 +0200 (CEST) From: Dean Strik To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: bin/81555: Cron exits from SIGPIPE after crontab -e when using NSS-LDAP X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dean Strik List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 13:00:14 -0000 >Number: 81555 >Category: bin >Synopsis: Cron exits from SIGPIPE after crontab -e when using NSS-LDAP >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 27 13:00:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dean Strik >Release: FreeBSD 5.4-RELEASE-p1 >Organization: Eindhoven University of Technology >Environment: FreeBSD tesla.stack.nl 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Tue May 17 19:53:43 CEST 2005 root@snail.stack.nl:/usr/obj/usr/src/sys/SMP i386 SMP system (dual P2-233) using NSS-LDAP (static root). >Description: Cron(8) seems to exit after a SIGPIPE when a user runs crontab -e. This way normal users can effectively, even without intent, easily kill the cron daemon, so this is serious. I ktraced one cron daemon, and it shows a SIGPIPE (and therefore exit) after using NSS-LDAP lookups. So local users do not trigger the problem, but LDAP users do. >How-To-Repeat: As local user with account info in LDAP, run crontab -e and save. >Fix: Haven't looked at a fix yet, but perhaps ignoring SIGPIPE is the way to here. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 14:20:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C29E16A41C for ; Fri, 27 May 2005 14:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC68A43D1F for ; Fri, 27 May 2005 14:20:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4REK1Mx027733 for ; Fri, 27 May 2005 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4REK1hV027732; Fri, 27 May 2005 14:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 27 May 2005 14:20:01 GMT Resent-Message-Id: <200505271420.j4REK1hV027732@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Markus Hoenicka Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB69616A41C for ; Fri, 27 May 2005 14:16:57 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA7C943D48 for ; Fri, 27 May 2005 14:16:57 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4REGvTq055825 for ; Fri, 27 May 2005 14:16:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4REGvgk055824; Fri, 27 May 2005 14:16:57 GMT (envelope-from nobody) Message-Id: <200505271416.j4REGvgk055824@www.freebsd.org> Date: Fri, 27 May 2005 14:16:57 GMT From: Markus Hoenicka To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81558: AC_PROG_LIBTOOL macro is not available to automake X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 14:20:02 -0000 >Number: 81558 >Category: misc >Synopsis: AC_PROG_LIBTOOL macro is not available to automake >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 27 14:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Markus Hoenicka >Release: 5.4-RELEASE >Organization: >Environment: FreeBSD yeti.mininet 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Wed May 25 23:01:46 CEST 2005 markus@yeti.mininet:/usr/src/sys/i386/compile/YETI i386 >Description: If configure.in calls the AC_PROG_LIBTOOL macro, the command sequence libtoolize15 --force --copy aclocal19 --force autoheader259 automake19 --add-missing --force-missing autoconf259 fails to build a usable configure script. The error message indicates that the AC_PROG_LIBTOOL and AC_PROG_LD macros cannot be expanded: configure.in:27: error: possibly undefined macro: AC_PROG_LD If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:29: error: possibly undefined macro: AC_PROG_LIBTOOL In order to exclude version problems of the autotools, I've removed libtool13 which was installed as a dependency. The system was otherwise a fresh install and had installed only the autotools versions mentioned above. >How-To-Repeat: I've noticed this problem while trying to build the current cvs version of libdbi (http://refdb.sourceforge.net/projects/libdbi) Please note that in the current cvs version the ./autogen.sh file must be edited to use the appropriate autotools version, as indicated above. Or just run the commands listed in the full description. >Fix: root@yeti:/usr/local/share/aclocal19# ln -s ../aclocal/libtool15.m4 libtool15.m4 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 14:40:05 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECDF216A41C for ; Fri, 27 May 2005 14:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37BC43D1D for ; Fri, 27 May 2005 14:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4REe5Kl030503 for ; Fri, 27 May 2005 14:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4REe5VN030502; Fri, 27 May 2005 14:40:05 GMT (envelope-from gnats) Date: Fri, 27 May 2005 14:40:05 GMT Message-Id: <200505271440.j4REe5VN030502@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: misc/81558: AC_PROG_LIBTOOL macro is not available to automake X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 14:40:06 -0000 The following reply was made to PR misc/81558; it has been noted by GNATS. From: Giorgos Keramidas To: Markus Hoenicka Cc: bug-followup@freebsd.org Subject: Re: misc/81558: AC_PROG_LIBTOOL macro is not available to automake Date: Fri, 27 May 2005 17:33:14 +0300 On 2005-05-27 14:16, Markus Hoenicka wrote: > If configure.in calls the AC_PROG_LIBTOOL macro, the command sequence > > libtoolize15 --force --copy > aclocal19 --force > autoheader259 > automake19 --add-missing --force-missing > autoconf259 > > fails to build a usable configure script. The error message > indicates that the AC_PROG_LIBTOOL and AC_PROG_LD macros cannot be > expanded: > > configure.in:27: error: possibly undefined macro: AC_PROG_LD > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > configure.in:29: error: possibly undefined macro: AC_PROG_LIBTOOL I don't think using the autoconfXXX and automakeXXX ports for software that builds outside of the Ports is supported. Please use the devel/gnu-autoconf, devel/gnu-automake and devel/gnu-libtool ports for this sort of thing. These will install full versions of the autotools in /usr/local/gnu-autotools and can be used by setting the PATH to point first to /usr/local/gnu-autotools/bin and then to /usr/local/bin. - Giorgos From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 19:27:21 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DB716A421; Fri, 27 May 2005 19:27:21 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F191F43D49; Fri, 27 May 2005 19:27:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4RJRKxB066493; Fri, 27 May 2005 19:27:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4RJRKKj066489; Fri, 27 May 2005 19:27:20 GMT (envelope-from linimon) Date: Fri, 27 May 2005 19:27:20 GMT From: Mark Linimon Message-Id: <200505271927.j4RJRKKj066489@freefall.freebsd.org> To: nobody@junk.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/81552: Solution: kern/80042: FreeBSD 5.4 RC2: Promise PDC20265 on A7V mobo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 19:27:23 -0000 Synopsis: Solution: kern/80042: FreeBSD 5.4 RC2: Promise PDC20265 on A7V mobo State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri May 27 19:26:21 GMT 2005 State-Changed-Why: Misfiled followup to ports/80042. Content not migrated, since a better patch than this one was already included in a subsequent followup. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 27 19:26:21 GMT 2005 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=81552 From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 19:38:15 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA60316A41C; Fri, 27 May 2005 19:38:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7490143D1D; Fri, 27 May 2005 19:38:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4RJcFtL067925; Fri, 27 May 2005 19:38:15 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4RJcFfR067921; Fri, 27 May 2005 19:38:15 GMT (envelope-from linimon) Date: Fri, 27 May 2005 19:38:15 GMT From: Mark Linimon Message-Id: <200505271938.j4RJcFfR067921@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/81558: devel/libtool15: AC_PROG_LIBTOOL macro is not available to automake X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 19:38:15 -0000 Old Synopsis: AC_PROG_LIBTOOL macro is not available to automake New Synopsis: devel/libtool15: AC_PROG_LIBTOOL macro is not available to automake Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri May 27 19:37:34 GMT 2005 Responsible-Changed-Why: Reclassify as a ports bug. Note that I really can't tell exactly which port is affected so I picked one. http://www.freebsd.org/cgi/query-pr.cgi?pr=81558 From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 20:50:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84C8E16A41C for ; Fri, 27 May 2005 20:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BB7643D48 for ; Fri, 27 May 2005 20:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4RKo22K075116 for ; Fri, 27 May 2005 20:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4RKo28c075115; Fri, 27 May 2005 20:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 27 May 2005 20:50:02 GMT Resent-Message-Id: <200505272050.j4RKo28c075115@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Drosos Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F060F16A41C for ; Fri, 27 May 2005 20:40:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD60343D1F for ; Fri, 27 May 2005 20:40:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RKexxu028801 for ; Fri, 27 May 2005 20:40:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4RKexuI028800; Fri, 27 May 2005 20:40:59 GMT (envelope-from nobody) Message-Id: <200505272040.j4RKexuI028800@www.freebsd.org> Date: Fri, 27 May 2005 20:40:59 GMT From: Drosos To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81568: ext2fs partitions in fstab automatically mounted at boot fail to umount when reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 20:50:02 -0000 >Number: 81568 >Category: misc >Synopsis: ext2fs partitions in fstab automatically mounted at boot fail to umount when reboot >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: Fri May 27 20:50:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Drosos >Release: 5.4 Release >Organization: UOI >Environment: FreeBSD toundra 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: I have Linux ext2 partitions which I decided to add in fstab such that they are automatically mounted at boot. Thus I added the following line: /dev/ad1s1 /common ext2fs rw,auto 0 0 in my original /etc/fstab: /dev/ad1s2b none swap sw 0 0 /dev/ad1s2a / ufs rw 1 1 /dev/ad1s2g /common ufs rw 2 2 /dev/ad1s2e /tmp ufs rw 2 2 /dev/ad1s2f /usr ufs rw 2 2 /dev/ad1s2d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 /dev/acd1 /cdrom1 cd9660 ro,noauto 0 0 As a result I was happy to see my ext2 partition mounted nicely at boot time. Unfortunately when I wanted to reboot typing #reboot or to turnoff my PC typing #shutdown -p now this partition couldn't be unmounted. This was not however the case with FreeBSD 4.11 and 4.10 Release. I had no such problems there! >How-To-Repeat: Just create an ext2 partition and mount it like above. Reboot such that it is automatically mounted and then reboot once again! >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Fri May 27 20:50:03 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D097416A41C for ; Fri, 27 May 2005 20:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 473BE43D48 for ; Fri, 27 May 2005 20:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4RKo36G075175 for ; Fri, 27 May 2005 20:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4RKo2Qx075174; Fri, 27 May 2005 20:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 27 May 2005 20:50:02 GMT Resent-Message-Id: <200505272050.j4RKo2Qx075174@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Drosos Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8D7D16A41C for ; Fri, 27 May 2005 20:45:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 862EB43D49 for ; Fri, 27 May 2005 20:45:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4RKjRuU029680 for ; Fri, 27 May 2005 20:45:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4RKjRbP029679; Fri, 27 May 2005 20:45:27 GMT (envelope-from nobody) Message-Id: <200505272045.j4RKjRbP029679@www.freebsd.org> Date: Fri, 27 May 2005 20:45:27 GMT From: Drosos To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81569: Broken ports: mplayer, k3b X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2005 20:50:04 -0000 >Number: 81569 >Category: misc >Synopsis: Broken ports: mplayer, k3b >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: Fri May 27 20:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Drosos >Release: 5.4 Release >Organization: UOI >Environment: FreeBSD toundra 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: #cd /usr/ports/sysutils/k3b #make install clean ===> Vulnerability check disabled, database not found ===> Extracting for k3b-0.11.24 => Checksum OK for k3b-0.11.24.tar.bz2. ===> Patching for k3b-0.11.24 ===> Applying FreeBSD patches for k3b-0.11.24 1 out of 1 hunks failed--saving rejects to src/audiodecoding/flac/k3bflacdecoder.cpp.rej => Patch patch-src-audiodecoding-flac-k3bflacdecoder.cpp failed to apply cleanly. => Patch(es) patch-src-Makefile.in applied cleanly. *** Error code 1 Stop in /usr/ports/sysutils/k3b. #cd /usr/ports/multimedia/mplayer #make install clean N - O - T - E Take a careful look into the Makefile in order to learn how to tune mplayer towards you personal preferences! For example, make WITH_GTK1 builds MPlayer with GTK1-GUI support. If you want to use the GUI, you can either install /usr/ports/multimedia/mplayer-skins or download official skin collections from http://www.mplayerhq.hu/homepage/dload.html ===> Vulnerability check disabled, database not found ===> Extracting for mplayer-esound-0.99.7_2 => Checksum OK for MPlayer-1.0pre7.tar.bz2. ===> Patching for mplayer-esound-0.99.7_2 ===> Applying FreeBSD patches for mplayer-esound-0.99.7_2 2 out of 2 hunks failed--saving rejects to libmpcodecs/ve_x264.c.rej => Patch patch-libmpcodecs-ve_x264.c failed to apply cleanly. => Patch(es) patch-TOOLS-cpuinfo.c patch-ad patch-ae patch-bswap.h patch-cpudetect.h patch-libao2-ao_arts.c patch-libavcodec-bswap.h patch-libdha-Makefile patch-libfaad2-common.h applied cleanly. *** Error code 1 Stop in /usr/ports/multimedia/mplayer. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 02:10:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C402516A41C for ; Sat, 28 May 2005 02:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 676E643D1F for ; Sat, 28 May 2005 02:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4S2A2W7017711 for ; Sat, 28 May 2005 02:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4S2A2bg017706; Sat, 28 May 2005 02:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 28 May 2005 02:10:02 GMT Resent-Message-Id: <200505280210.j4S2A2bg017706@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, OOTOMO Hiroyuki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C95616A41C for ; Sat, 28 May 2005 02:07:25 +0000 (GMT) (envelope-from ootomo@ccsf.homeunix.org) Received: from ccsf.homeunix.org (ccsf.as.wakwak.ne.jp [61.205.237.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B03043D1F for ; Sat, 28 May 2005 02:07:24 +0000 (GMT) (envelope-from ootomo@ccsf.homeunix.org) Received: from ccsf.homeunix.org (localhost.cardcaptor [127.0.0.1]) by ccsf.homeunix.org (8.13.3/8.13.3) with ESMTP id j4S28BgK023241 for ; Sat, 28 May 2005 11:08:11 +0900 (JST) (envelope-from ootomo@ccsf.homeunix.org) Received: (from ootomo@localhost) by ccsf.homeunix.org (8.13.3/8.13.3/Submit) id j4S28A7k023240; Sat, 28 May 2005 11:08:10 +0900 (JST) (envelope-from ootomo) Message-Id: <200505280208.j4S28A7k023240@ccsf.homeunix.org> Date: Sat, 28 May 2005 11:08:10 +0900 (JST) From: OOTOMO Hiroyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/81573: [PATCH] snd_ich cannot recognize Intel 6300ESB Audio X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: OOTOMO Hiroyuki List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 02:10:03 -0000 >Number: 81573 >Category: kern >Synopsis: [PATCH] snd_ich cannot recognize Intel 6300ESB Audio >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 28 02:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: OOTOMO Hiroyuki >Release: FreeBSD 5.4-STABLE amd64 >Organization: >Environment: System: FreeBSD sakura.cardcaptor 5.4-STABLE FreeBSD 5.4-STABLE #8: Sat May 28 08:23:24 JST 2005 root@sakura.cardcaptor:/usr/obj/usr/src/sys/SMP amd64 MotherBoard: Iwill DN800-L (Intel E7525 + ICH 6300ESB) CPU: Xeon(nocona) 2.8GHz x 2 >Description: pciconf says: none5@pci0:31:5: class=0x040100 card=0x004615d4 chip=0x25a68086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '6300ESB AC'97 Audio Controller' class = multimedia subclass = audio but, pcm driver cannot recognize this Audio Controller. # kldload snd_driver.ko # cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: >How-To-Repeat: >Fix: I heard that 6300ESB is integration of PCI-X bridge into ICH5... --- ich.c.diff begins here --- --- sys/dev/sound/pci/ich.c.orig Wed Mar 30 10:09:21 2005 +++ sys/dev/sound/pci/ich.c Sat May 28 06:47:15 2005 @@ -44,6 +44,7 @@ #define SIS7012ID 0x70121039 /* SiS 7012 needs special handling */ #define ICH4ID 0x24c58086 /* ICH4 needs special handling too */ #define ICH5ID 0x24d58086 /* ICH5 needs to be treated as ICH4 */ +#define I6300ESBID 0x25a68086 /* 6300ESB is compatible to ICH5R? */ #define ICH6ID 0x266e8086 /* ICH6 needs to be treated as ICH4 */ /* buffer descriptor */ @@ -582,6 +583,7 @@ /* ICH4/ICH5 may fail when busmastering is enabled. Continue */ if ((pci_get_devid(sc->dev) != ICH4ID) && (pci_get_devid(sc->dev) != ICH5ID) && + (pci_get_devid(sc->dev) != I6300ESBID) && (pci_get_devid(sc->dev) != ICH6ID)) { return ENXIO; } @@ -638,6 +640,10 @@ device_set_desc(dev, "Intel ICH5 (82801EB)"); return -1000; /* allow a better driver to override us */ + case I6300ESBID: + device_set_desc(dev, "Intel 6300ESB (6300ESB)"); + return -1000; /* allow a better driver to override us */ + case ICH6ID: device_set_desc(dev, "Intel ICH6 (82801FB)"); return -1000; /* allow a better driver to override us */ @@ -727,7 +733,7 @@ */ pci_enable_busmaster(dev); - if (pci_get_devid(dev) == ICH5ID || pci_get_devid(dev) == ICH6ID) { + if (pci_get_devid(dev) == ICH5ID || pci_get_devid(dev) == I6300ESBID || pci_get_devid(dev) == ICH6ID) { sc->nambarid = PCIR_MMBAR; sc->nabmbarid = PCIR_MBBAR; sc->regtype = SYS_RES_MEMORY; --- ich.c.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 09:42:54 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA1B16A41F; Sat, 28 May 2005 09:42:54 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 789F543D1D; Sat, 28 May 2005 09:42:54 +0000 (GMT) (envelope-from tanimura@FreeBSD.org) Received: from freefall.freebsd.org (tanimura@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4S9gsb9005776; Sat, 28 May 2005 09:42:54 GMT (envelope-from tanimura@freefall.freebsd.org) Received: (from tanimura@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4S9gsYj005772; Sat, 28 May 2005 09:42:54 GMT (envelope-from tanimura) Date: Sat, 28 May 2005 09:42:54 GMT From: Seigo Tanimura Message-Id: <200505280942.j4S9gsYj005772@freefall.freebsd.org> To: ootomo@za.wakwak.com, tanimura@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/81573: [PATCH] snd_ich cannot recognize Intel 6300ESB Audio X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 09:42:54 -0000 Synopsis: [PATCH] snd_ich cannot recognize Intel 6300ESB Audio State-Changed-From-To: open->closed State-Changed-By: tanimura State-Changed-When: Sat May 28 09:35:17 GMT 2005 State-Changed-Why: Fixed in rev 1.52 (-current) and 1.42.2.6 (5-stable), thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=81573 From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 13:50:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAB2516A41F for ; Sat, 28 May 2005 13:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B2443D48 for ; Sat, 28 May 2005 13:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4SDo2Hu032575 for ; Sat, 28 May 2005 13:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4SDo2oa032573; Sat, 28 May 2005 13:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 28 May 2005 13:50:02 GMT Resent-Message-Id: <200505281350.j4SDo2oa032573@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antoine Brodin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B2CF16A43B for ; Sat, 28 May 2005 13:47:03 +0000 (GMT) (envelope-from antoine@mna75-2-82-67-196-50.fbx.proxad.net) Received: from barton.dreadbsd.org (madhouse.dreadbsd.org [82.67.196.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E371A43D1D for ; Sat, 28 May 2005 13:47:00 +0000 (GMT) (envelope-from antoine@mna75-2-82-67-196-50.fbx.proxad.net) Received: from barton.dreadbsd.org (localhost [127.0.0.1]) by barton.dreadbsd.org (8.13.3/8.13.1) with ESMTP id j4SDkuLU004934 for ; Sat, 28 May 2005 15:46:58 +0200 (CEST) (envelope-from antoine@mna75-2-82-67-196-50.fbx.proxad.net) Received: (from antoine@localhost) by barton.dreadbsd.org (8.13.3/8.13.1/Submit) id j4SDkt5F004933; Sat, 28 May 2005 15:46:55 +0200 (CEST) (envelope-from antoine) Message-Id: <200505281346.j4SDkt5F004933@barton.dreadbsd.org> Date: Sat, 28 May 2005 15:46:55 +0200 (CEST) From: Antoine Brodin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/81588: Devices with SI_CHEAPCLONE flag don't seem to go away when they're no longer used in -current X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Antoine Brodin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 13:50:03 -0000 >Number: 81588 >Category: kern >Synopsis: Devices with SI_CHEAPCLONE flag don't seem to go away when they're no longer used in -current >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: Sat May 28 13:50:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 6.0-CURRENT i386 >Organization: none >Environment: System: FreeBSD barton.dreadbsd.org 6.0-CURRENT FreeBSD 6.0-CURRENT #7: Sat May 28 14:52:05 CEST 2005 root@barton.dreadbsd.org:/usr/obj/usr/src/sys/BARTON i386 >Description: On freebsd 5, when you use a lot of bpf(4), and you stop using them, and then you run something like /etc/periodic/weekly/310.locate , the bpf(4) go away. On -current, this doesn't seem to work anymore. >How-To-Repeat: Use something like this: #!/usr/bin/env perl my $i; my $s; for ($i = 0; $i < 1000; $i++) { $s = "/dev/bpf".$i; system "ls $s"; } and then run /etc/periodic/weekly/310.locate , the devices don't go away. >Fix: I don't have a fix, but revision 1.172 of kern/kern_conf.c looks suspect, especially the lines: %%% + if (dev->si_usecount == 0 && + (dev->si_flags & SI_CHEAPCLONE) && (dev->si_flags & SI_NAMED)) if (dev->si_devsw == NULL && dev->si_refcount == 0) { LIST_REMOVE(dev, si_list); flag = 1; %%% The indentation suggests that a line is missing... >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 15:13:38 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAE4816A41C; Sat, 28 May 2005 15:13:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 723BC43D1D; Sat, 28 May 2005 15:13:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4SFDcUr044616; Sat, 28 May 2005 15:13:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4SFDcAs044612; Sat, 28 May 2005 15:13:38 GMT (envelope-from linimon) Date: Sat, 28 May 2005 15:13:38 GMT From: Mark Linimon Message-Id: <200505281513.j4SFDcAs044612@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/81569: Broken ports: mplayer, k3b X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 15:13:38 -0000 Synopsis: Broken ports: mplayer, k3b Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat May 28 15:11:06 GMT 2005 Responsible-Changed-Why: Ports PR. Please note that it makes things easier for us if you file PRs that only appertain to a single port, and Cc: the maintainer. Please also check to make sure that your ports tree is completely up-to-date; in general patching problems are quickly noticed and fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=81569 From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 16:53:54 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F28A16A422 for ; Sat, 28 May 2005 16:53:54 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2ADB43EB8 for ; Sat, 28 May 2005 16:40:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4SGe1st052744 for ; Sat, 28 May 2005 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4SGe1K9052736; Sat, 28 May 2005 16:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 28 May 2005 16:40:01 GMT Resent-Message-Id: <200505281640.j4SGe1K9052736@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Wittenhorst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 080FE16A421 for ; Sat, 28 May 2005 16:36:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F19440AC for ; Sat, 28 May 2005 15:57:58 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SFvwRm033556 for ; Sat, 28 May 2005 15:57:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4SFvwkY033555; Sat, 28 May 2005 15:57:58 GMT (envelope-from nobody) Message-Id: <200505281557.j4SFvwkY033555@www.freebsd.org> Date: Sat, 28 May 2005 15:57:58 GMT From: Christian Wittenhorst To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81590: updating zlib? (openssh 4.1 complains) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 16:53:54 -0000 >Number: 81590 >Category: misc >Synopsis: updating zlib? (openssh 4.1 complains) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 28 16:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Christian Wittenhorst >Release: 5.4-RELEASE-p1 >Organization: progon network engineering >Environment: FreeBSD web.progon.net 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Sat May 28 16:43:26 CEST 2005 >Description: The current version (4.1) of ssh complains about using an outdated, possibly buggy version of zlib. I know, that FreeBSD should not be vulnerable to the mentioned bug, but are there any reasons for not updating zlib to 1.2.2? http://www.kb.cert.org/vuls/id/238678 http://www.gzip.org/zlib/ >How-To-Repeat: try to install openssh 4.1p >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 19:10:04 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D1C16A41C for ; Sat, 28 May 2005 19:10:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABADF43D1D for ; Sat, 28 May 2005 19:10:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4SJA4q5070977 for ; Sat, 28 May 2005 19:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4SJA4pH070976; Sat, 28 May 2005 19:10:04 GMT (envelope-from gnats) Date: Sat, 28 May 2005 19:10:04 GMT Message-Id: <200505281910.j4SJA4pH070976@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Simon L. Nielsen" Cc: Subject: Re: misc/81590: updating zlib? (openssh 4.1 complains) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Simon L. Nielsen" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 19:10:04 -0000 The following reply was made to PR misc/81590; it has been noted by GNATS. From: "Simon L. Nielsen" To: Christian Wittenhorst Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/81590: updating zlib? (openssh 4.1 complains) Date: Sat, 28 May 2005 21:05:20 +0200 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005.05.28 15:57:58 +0000, Christian Wittenhorst wrote: > The current version (4.1) of ssh complains about using an outdated, > possibly buggy version of zlib. I know, that FreeBSD should not be > vulnerable to the mentioned bug, but are there any reasons for not > updating zlib to 1.2.2? zlib 1.2.2 has already been imported into -CURRENT and will probably be MFC'ed in due cause, unless it breaks API/ABI. --=20 Simon L. Nielsen --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCmMDvh9pcDSc1mlERAlFnAJ9FwSn/+uxPJ0C2lnadW09x9nNZrQCfQN5m VGu6U3TowL5kHMTlZtYuhFo= =L89E -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 19:40:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B9916A41C for ; Sat, 28 May 2005 19:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366C443D1F for ; Sat, 28 May 2005 19:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4SJe2hC072544 for ; Sat, 28 May 2005 19:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4SJe1iR072543; Sat, 28 May 2005 19:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 28 May 2005 19:40:02 GMT Resent-Message-Id: <200505281940.j4SJe1iR072543@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aron Cristian Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFD9516A41C for ; Sat, 28 May 2005 19:33:03 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F73643D48 for ; Sat, 28 May 2005 19:33:03 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SJX3vM012357 for ; Sat, 28 May 2005 19:33:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4SJX3rL012346; Sat, 28 May 2005 19:33:03 GMT (envelope-from nobody) Message-Id: <200505281933.j4SJX3rL012346@www.freebsd.org> Date: Sat, 28 May 2005 19:33:03 GMT From: Aron Cristian To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81597: My POS-460 system based on a Western Digital LPM/LPX layout hangs after reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 19:40:02 -0000 >Number: 81597 >Category: misc >Synopsis: My POS-460 system based on a Western Digital LPM/LPX layout hangs after reboot >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 28 19:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Aron Cristian >Release: 5.3 - Stable >Organization: student >Environment: FreeBSD dio 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The system works fine until i try to reboot it.After that it gets to displaying "isa0: on motherboard" and hangs. dmesg displays the following: Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: i486 (486-class CPU) Origin = "GenuineIntel" Id = 0x490 Stepping = 0 Features=0xb real memory = 33554432 (32 MB) avail memory = 23392256 (22 MB) npx0: [FAST] npx0: on motherboard npx0: INT 16 interface pcib0: pcibus 0 on motherboard pci0: on pcib0 pci0: at device 3.0 (no driver attached) cpu0 on motherboard isa0: on motherboard orm0: at iomem 0xc0000-0xc7fff on isa0 pmtimer0 on isa0 ata0 at port 0x3f6,0x1f0-0x1f7 irq 14 on isa0 ata1 at port 0x376,0x170-0x177 irq 15 on isa0 atkbdc0: at port 0x64,0x60 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ed0 at port 0x340-0x35f iomem 0xd8000-0xdbfff irq 10 on isa0 ed0: [GIANT-LOCKED] ed0: Ethernet address: 00:40:95:96:39:f6 ed0: if_start running deferred for Giant type WD8013EBT (16 bit) ed1 at port 0x300-0x31f iomem 0xdc000-0xdffff irq 5 on isa0 ed1: [GIANT-LOCKED] ed1: Ethernet address: 00:d0:c9:03:70:13 ed1: if_start running deferred for Giant type NE2000 (16 bit) fdc0: at port 0x3f0-0x3f5 irq 6 drq 2 on isa0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounters tick every 10.000 msec ad0: 1221MB [2482/16/63] at ata0-master PIO4 Mounting root from ufs:/dev/ad0s1a IP Filter: v3.4.35 initialized. Default = pass all, Logging = enabled >How-To-Repeat: Install FreeBSD 5.3 on a POS460 system >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 20:50:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BF7F16A41C for ; Sat, 28 May 2005 20:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC40643D53 for ; Sat, 28 May 2005 20:50:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4SKo15S081162 for ; Sat, 28 May 2005 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4SKo1OX081161; Sat, 28 May 2005 20:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 28 May 2005 20:50:01 GMT Resent-Message-Id: <200505282050.j4SKo1OX081161@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Giuseppe Magnotta Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C46016A41C for ; Sat, 28 May 2005 20:43:24 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD2C743D1D for ; Sat, 28 May 2005 20:43:23 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SKhNfb022218 for ; Sat, 28 May 2005 20:43:23 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4SKhNiu022217; Sat, 28 May 2005 20:43:23 GMT (envelope-from nobody) Message-Id: <200505282043.j4SKhNiu022217@www.freebsd.org> Date: Sat, 28 May 2005 20:43:23 GMT From: Giuseppe Magnotta To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/81599: Via VT1612A Audio not working well X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 20:50:02 -0000 >Number: 81599 >Category: misc >Synopsis: Via VT1612A Audio not working well >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 28 20:50:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Giuseppe Magnotta >Release: 5.4-p1 >Organization: >Environment: FreeBSD allanon.surricani.org 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #0: Fri May 27 19:14:36 CEST 2005 root@surricani.surricani.org:/usr/obj/usr/src/sys/PINKY i386 >Description: The sound on my notebook (Acer Aspire 1362LM: sempron 2800+, via K8N800 chipset) with via audio VT1612A is not working well. When I listen to audio, after many seconds the sounds make very little, zzz.... It's strange because on OpenBSD the audio is working well... I think the problem depend on the mouse driver (Synaptics)... but it's strange because the irq are correct like others system's things... I tried all possible things... but it's a FreeBSD bug... >How-To-Repeat: Listen audio on via VT1612A with synaptics mouse.. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 21:05:10 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3696816A41C; Sat, 28 May 2005 21:05:10 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F333F43D1D; Sat, 28 May 2005 21:05:09 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from freefall.freebsd.org (pjd@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4SL59MB084368; Sat, 28 May 2005 21:05:09 GMT (envelope-from pjd@freefall.freebsd.org) Received: (from pjd@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4SL59DJ084364; Sat, 28 May 2005 21:05:09 GMT (envelope-from pjd) Date: Sat, 28 May 2005 21:05:09 GMT From: Pawel Jakub Dawidek Message-Id: <200505282105.j4SL59DJ084364@freefall.freebsd.org> To: pjd@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Cc: Subject: Re: bin/80620: [patch] fetch -U does not work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 21:05:10 -0000 Synopsis: [patch] fetch -U does not work Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: pjd Responsible-Changed-When: Sat May 28 21:03:53 GMT 2005 Responsible-Changed-Why: Assign to fetch(1) maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=80620 From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 22:10:02 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A748D16A41C for ; Sat, 28 May 2005 22:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36B1443D49 for ; Sat, 28 May 2005 22:10:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4SMA1AC093222 for ; Sat, 28 May 2005 22:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4SMA167093221; Sat, 28 May 2005 22:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 28 May 2005 22:10:01 GMT Resent-Message-Id: <200505282210.j4SMA167093221@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Billy Newsom Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE6616A41C for ; Sat, 28 May 2005 22:01:37 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E4A43D1D for ; Sat, 28 May 2005 22:01:37 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4SM1adi056101 for ; Sat, 28 May 2005 22:01:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4SM1aiA056100; Sat, 28 May 2005 22:01:36 GMT (envelope-from nobody) Message-Id: <200505282201.j4SM1aiA056100@www.freebsd.org> Date: Sat, 28 May 2005 22:01:36 GMT From: Billy Newsom To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/81606: ipnat fails to start after upgrade to RELENG_5_4 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 22:10:02 -0000 >Number: 81606 >Category: kern >Synopsis: ipnat fails to start after upgrade to RELENG_5_4 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 28 22:10:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Billy Newsom >Release: RELENG_5 >Organization: USA >Environment: FreeBSD host1.mydomain.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed May 18 09:29:47 CDT 2005 root@host1.mydomain.com:/usr/obj/usr/src/sys/BILLYSMP3 i386 >Description: I upgraded from a FreeBSD Stable circa February 2005 (about halfway between 5.3 and 5.4), to a post-5.4 Stable. This was very soon after the release of 5.4 my kernel build date was May 18, 2005. Once the machine rebooted with the new kernel, ipnat did not automatically load its NAT tables. ipfilter firewall tables are installed as normal, and other subsystems installed as normal. I posted this problem to the FreeBSD-stable mailing list on 25 May 2005. Two others reported the same problem. See http://lists.freebsd.org/pipermail/freebsd-stable/2005-May/015329.html (my original post) and followups. For a possible similar problem, see also http://lists.freebsd.org/pipermail/freebsd-stable/2005-May/014792.html >How-To-Repeat: Install a working NAT configuration for ipnat in FreeBSD 5.3-Release. Compile and install 5.4 and reboot. ipnat does not load on boot. (I have confirmed privately with someone that the GENERIC kernel has the same problem as the SMP or custom kernel). When you run ipnat on the commandline as root, ipnat operates normally. >Fix: I don't see any CVS changes to ipfilter or ipnat. Perhaps a problem with rc or rc.d loading? >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 23:39:58 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F8E216A41C; Sat, 28 May 2005 23:39:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C4943D1F; Sat, 28 May 2005 23:39:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4SNdwx7001998; Sat, 28 May 2005 23:39:58 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4SNdwwn001994; Sat, 28 May 2005 23:39:58 GMT (envelope-from linimon) Date: Sat, 28 May 2005 23:39:58 GMT From: Mark Linimon Message-Id: <200505282339.j4SNdwwn001994@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, sound@FreeBSD.org Cc: Subject: Re: kern/81599: [sound] Via VT1612A Audio not working well X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 23:39:58 -0000 Old Synopsis: Via VT1612A Audio not working well New Synopsis: [sound] Via VT1612A Audio not working well Responsible-Changed-From-To: freebsd-bugs->sound Responsible-Changed-By: linimon Responsible-Changed-When: Sat May 28 23:38:22 GMT 2005 Responsible-Changed-Why: Change to 'kern' and reassign to appropriate mailing list. http://www.freebsd.org/cgi/query-pr.cgi?pr=81599 From owner-freebsd-bugs@FreeBSD.ORG Sat May 28 23:41:57 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B9A16A41C; Sat, 28 May 2005 23:41:57 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C338043D1F; Sat, 28 May 2005 23:41:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4SNfuuV002180; Sat, 28 May 2005 23:41:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4SNfunm002176; Sat, 28 May 2005 23:41:56 GMT (envelope-from linimon) Date: Sat, 28 May 2005 23:41:56 GMT From: Mark Linimon Message-Id: <200505282341.j4SNfunm002176@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-i386@FreeBSD.org Cc: Subject: Re: i386/81597: My POS-460 system based on a Western Digital LPM/LPX layout hangs after reboot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 23:41:57 -0000 Synopsis: My POS-460 system based on a Western Digital LPM/LPX layout hangs after reboot Responsible-Changed-From-To: freebsd-bugs->freebsd-i386 Responsible-Changed-By: linimon Responsible-Changed-When: Sat May 28 23:41:15 GMT 2005 Responsible-Changed-Why: Reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=81597