From owner-freebsd-current@FreeBSD.ORG Tue Aug 30 18:19:43 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE8616A421 for ; Tue, 30 Aug 2005 18:19:43 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id B390B44090 for ; Tue, 30 Aug 2005 18:12:40 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j7UICTBd076237 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Aug 2005 11:12:31 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <4314A32A.9050105@errno.com> Date: Tue, 30 Aug 2005 11:19:22 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vitaly References: <430060FB.1000405@tikhvin.info> <4314537C.5050808@tikhvin.info> In-Reply-To: <4314537C.5050808@tikhvin.info> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org Subject: Re: ath bridge panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2005 18:19:43 -0000 Vitaly wrote: > Vitaly пишет: > >> problem on FreeBSD 6.0-BETA1 >> ath0 is bridge with fxp0 >> panic occured when i connect wireless client to my hostap, client - >> FujitsuSiemens PocketLOOX720 with internal 11b adapter >> >> when his connecting i get next messages >> >>> couldn't m_pullup >>> couldn't m_pullup >>> couldn't m_pullup >> >> >> >> and first ping kill my system >> what i need to get more information about this? >> >>> Fatal trap 12: page fault while in kernel mode >>> fault virtual address = 0x10 >>> fault code = supervisor read, page not present >>> instruction pointer = 0x20:0xc06bef70 >>> stack pointer = 0x28:0xd274c85c >>> frame pointer = 0x28:0x0 >>> code segment = base 0x0, limit 0xfffff, type 0x1b >>> = DPL 0, pres 1, def32 1, gran 1 >>> processor eflags = interrupt enabled, resume, IOPL = 0 >>> current process = 27 (swi1: net) >>> trap number = 12 >>> panic: page fault >>> Uptime: 4m41s >>> Dumping 191 MB (2 chunks) >>> chunk 0: 1MB (159 pages) ... ok >>> chunk 1: 191MB (48893 pages) 176 160 144 128 112 96 80 64 48 32 16 >>> ... ok >> >> >> >> >> >>> net.link.ether.bridge.enable: 0 -> 1 >>> net.link.ether.bfridge.config: xp0: promiscuous mode enabled >>> ath0: promiscuous mode enabled >>> fxp0: link state changed to UP >>> -> fxp0:2,ath0:2 >>> fxp1: link state changed to UP >>> fxp0: >>> flags=18943 >>> mtu 1500 >>> options=48 >>> inet 192.168.7.1 netmask 0xffffff00 broadcast 192.168.7.255 >>> ether 00:04:ac:d7:bd:24 >>> media: Ethernet autoselect (100baseTX ) >>> status: active >>> ath0: flags=8943 mtu >>> 1500 >>> ether 00:0f:3d:a9:4e:20 >>> media: IEEE 802.11 Wireless Ethernet autoselect mode 11g >>> >>> status: associated >>> ssid D2HOME channel 6 bssid 00:0f:3d:a9:4e:20 >>> authmode OPEN privacy ON deftxkey 1 >>> wepkey 1:104-bit >>> txpowmax 39 rtsthreshold 2346 protmode CTS dtimperiod 1 >>> bintval 100 >> >> >> > Problem still exists, what I must do? Still exists with what version of the system? If you haven't tried BETA3 then do that first. To get something like this fixed you need to provide the steps needed to reproduce the problem. Sam