Re[2]: kmem_map too small: 3832475648 total allocated

2010-04-29 Thread Andrey Smagin
Thu, 29 Apr 2010 16:20:32 -0500 письмо от "James R. Van Artsdalen" : > Андрей Смагин wrote: > > > panic: kmem_malloc(131072): kmem_map too small: 3832475648 total > > allocated > > > > > I open PR amd64/145654 with problem like it. Have you increasing Wired > > memory at buildworld ? > >

ifconfig msk0 up hang and eating 100%CPU

2010-10-27 Thread Andrey Smagin
"ifconfig msk0 up" hang and I can't kill it, also ping any host via another working interface - ping hang. What I can do for debug it process ? FreeBSD 9.0-CURRENT #4: Wed Oct 27 01:00:31 MSD 2010 root@:/usr/obj/usr/src/sys/SAM amd64 >top last pid: 58489; load averages: 6.55, 4.98, 2.7

Strange hang HPET in current

2010-10-27 Thread Andrey Smagin
In my box (amd64, current 20.oct.10 ) some time hang by 5-10 minutes with random subsystem, may hang disk access,network,very often tty. In most no output in log, sometimes with messages "calcru: .". After 5-10 minutes it continue work again. When I disabled HPET in bios - problem gone. _

Re[2]: ifconfig msk0 up hang and eating 100%CPU

2010-10-27 Thread Andrey Smagin
Wed, 27 Oct 2010 11:52:18 +0400 письмо от "Ilya A. Arhipov" : > dmesg | grep msk > and procstat -kk pid > 27.10.10, 11:45, "Andrey Smagin" : > > "ifconfig msk0 up" hang and I can't kill it, also ping any host via another > working interface

arp -nf list; work about 35 minutes

2011-01-30 Thread Andrey Smagin
I have file with list of static ARP entries for about 65000 IPs. arp -nf list eating ~80% CPU and work very long time. It is a normal or something misconfigured ? FreeBSD-current from 5dec2010 ___ freebsd-current@freebsd.org mailing list http://lists.fre

Re[2]: About "panic: bufwrite: buffer is not busy???"

2011-02-20 Thread Andrey Smagin
On week -current I have same problem, my box paniced every 2-15 min. I resolve problem by next steps - unplug network connectors from 2 intel em (82574L) cards. I think last time that mpd5 related panic, but mpd5 work with another re interface interated on MB. I think it may be em related panic,

Re[2]: About "panic: bufwrite: buffer is not busy???"

2011-02-20 Thread Andrey Smagin
Sun, 20 Feb 2011 10:30:52 -0500 письмо от Mike Tancsa : > On 2/20/2011 9:33 AM, Andrey Smagin wrote: > > On week -current I have same problem, my box paniced every 2-15 min. I > resolve problem by next steps - unplug network connectors from 2 intel em > (82574L) cards. I think

current repeateble crash in 2 places

2011-02-21 Thread Andrey Smagin
today current crash with loaded mpd5 1st place: ipwf_chk ipfw_check_hook pfil_run_hooks ip_output tcp_output repeated tcp_mtudisc~20 times tcp_ctlinput icmp_input ip_input swi_net intr_event_execute_handlers 2nd place flowtable_lookup flowteble_lookup_mbuf ip_output tcp_output

make installworld from r238247 -> r238610 break

2012-07-19 Thread Andrey Smagin
Hi. make installworld can't be done. for success installworld need:  mkdir /usr/share/examples/libusb20/ ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-cur

Current r250174 repeatable panic

2013-05-02 Thread Andrey Smagin
Today current paniced after some minutes of network load. Kernel conf is GENERIC with added ROUTETABLES=16 option. Screenshoots http://vvtlan.ru/panic1.jpg http://vvtlan.ru/panic2.jpg . ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.o

Re: panic in sctp_del_addr_from_vrf() ?

2013-05-04 Thread Andrey Smagin
I have panic like your but in sctp_add_addr_to_vrf. I think need PR. My panic screenshoot http://vvtlan.ru/panic1.jpg and second one http://vvtlan.ru/panic2.jpg Суббота, 4 мая 2013, 20:55 +08:00 от kit : > got this panic when network interfaces were being unconfigured during system shutdown

Re: panic in sctp_del_addr_from_vrf() ?

2013-05-07 Thread Andrey Smagin
_rwlock)  #define    LLTABLE_WLOCK() rw_wlock(&lltable_rwlock) Понедельник, 6 мая 2013, 20:50 -07:00 от kit : >ah, it's should be fixed now as per r250300. changes that caused this panic  >have been backed out. > >kit > >--- On Tue, 5/7/13, kit < kt.

2 day GENERIC-current eat 2 CPU core at 100%

2011-06-07 Thread Andrey Smagin
I upgraded 2 day ago from 2010-current box on Intel D525MW. System very slow down after that. kern.hz=50 in systat -vmstat - 140hpet interrupts/s at top 25% in interrupts 25% in system because hyperthreading system found 4 cpu.___ freebsd-current@free

Re[2]: 2 day GENERIC-current eat 2 CPU core at 100%

2011-06-07 Thread Andrey Smagin
vmstat -i interrupt total rate irq16: uhci3 205 0 irq20: hpet0 147924380 1126 irq23: uhci0 ehci0 522517 3 total148447102 1130 Tue, 7 Jun 2011 10:34:01 +0200 письмо от Hans Petter Selasky : > On Tuesday 07 June 2011 10:09:47 Andrey Smagin wrote: > > I u

Re[2]: 2 day GENERIC-current eat 2 CPU core at 100%

2011-06-09 Thread Andrey Smagin
trn Disks md8 da0 pass0121076 wire KB/t 0,00 0,00 0,00 32228 act tps 0 0 0790700 inact MB/s 0,00 0,00 0,00 9560 cache %busy 0 0 0

Re[2]: 2 day GENERIC-current eat 2 CPU core at 100%

2011-06-09 Thread Andrey Smagin
Great thanx ! It working ! :) Thu, 09 Jun 2011 19:40:18 +0300 письмо от Alexander Motin : > Andrey Smagin wrote: > > Hi, yesterday I tried switch event timer on i8254 - it do nothing. > > I disabled hyperthreading - now eat from 50% to 100% > > All dmesg is lines: >

AX88772A AX88772B chipset differences?

2011-06-30 Thread Andrey Smagin
I have card based on AX88772B. I tried patch axe driver for vendor and device IDs. card detected, set up link, but no data received. What else need for patch in this driver ? Anybody have datasheet ? ___ freebsd-current@freebsd.org mailing list http://

Re[2]: AX88772A AX88772B chipset differences?

2011-07-20 Thread Andrey Smagin
13 июля 2011, 04:07 от YongHyeon PYUN : > On Thu, Jun 30, 2011 at 10:19:14AM -0700, YongHyeon PYUN wrote: > > On Thu, Jun 30, 2011 at 02:44:48PM +0400, Andrey Smagin wrote: > > > I have card based on AX88772B. I tried patch axe driver for vendor and > device IDs. card detec

r224468 amd64 kernel panic on boot: No init found

2011-07-27 Thread Andrey Smagin
Please help! Can't load system after update on r224468 mount partition is UFS, no startup settings changed, no CONF file changed. make buildworld buildkernel installworld installkernel now I loaded old r221725. ___ freebsd-current@freebsd.org mailing lis

Re: r224468 amd64 kernel panic on boot: No init found

2011-07-27 Thread Andrey Smagin
Sorry for panic. I have another HDD with partition s1a, after update, HDD renumerated. vfs.root.mountfrom in loader.conf solved my problem 28 июля 2011, 01:02 от Andrey Smagin : > Please help! Can't load system after update on r224468 > mount partition is UFS, no startup settings cha

mbuf leak in 802.11 ?

2011-08-01 Thread Andrey Smagin
My Asus EEE PC 900 hang after some hour of work. I found that all mbufs in use. If I in X - systam hang. I tried connect USB WiFi - if_run, and after some hour system also hang. I tried connect via wire ae0 interface - system work stable for now. -- Почта@Mail.Ru в твоем мобильном! Просто за

Re: mbuf leak in 802.11 ?

2011-08-01 Thread Andrey Smagin
system is FreeBSD 9.0-CURRENT #0 r224188___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: mbuf leak in 802.11 ?

2011-08-01 Thread Andrey Smagin
Other WiFi NIC is run0: MAC/BBP RT2872 (rev 0x0202), RF RT2720 (MIMO 1T2R) It take from 20-600 minutes. At morning after night I found it always hang. Under WiFi load uptime shorter. Also in dmesg many messages: in_arp: source hardware address is multicast. ___

Kernel panic "rtfree 2"

2011-08-12 Thread Andrey Smagin
Before all upgrade system never crash. After upgrade system month ago happens every day Kernel panic "rtfree 2" at rtfree route_output sosend_generic soo_write dofilewrite kernwrite write syscallenter syscall Xfast_syscall Now I upgraded to FreeBSD 9.0-BETA1 #32 r224760M and problem exist. __

Re: Kernel panic "rtfree 2"

2011-08-12 Thread Andrey Smagin
S options IPFIREWALL_FORWARD options IPFIREWALL_NAT options ROUTETABLES=16 options DEVICE_POLLING > On Fri, Aug 12, 2011 at 9:02 AM, Andrey Smagin wrote: > > Before all upgrade system never crash. > > After upgrade system month ago happens every day Kernel panic "rtfree 2&qu

Re[2]: Kernel panic "rtfree 2"

2011-08-12 Thread Andrey Smagin
12 августа 2011, 19:05 от Luiz Otavio O Souza : On Aug 12, 2011, at 11:32 AM, Andrey Smagin wrote: > > 12 августа 2011, 16:31 от Kip Macy : >> It would help to know your configuration. Also, can you furnish us with a >> core? >> > This is my kernel conf: > >

Re[2]: Kernel panic "rtfree 2"

2011-08-23 Thread Andrey Smagin
17 августа 2011, 04:02 от "Li, Qing" : > Hi, > > Could you please let me know if the patch fixes your crash problem ? > > Thanks, > > --Qing > > > -Original Message- > > From: Li, Qing > > Sent: Friday, August 12, 2011 6:29 PM