PDA

View Full Version : kernel: rtfree: 0x******** has 1 refs


m0ps
December 11th, 2008, 09:13
Periodically, I get the following message:
Dec 11 10:03:43 stats kernel: rtfree: 0xc1f2cbb8 has 1 refs

they appear randomly and I can not understand why...
I tried to search with google, but nothing substantial I did not find.

uname -a
FreeBSD stats.pcb 7.0-RELEASE-p6 FreeBSD 7.0-RELEASE-p6 #1: Mon Dec 8 08:42:22 EET 2008 m0ps@stats.pcb:/usr/obj/usr/src/sys/STATS i386


FreeBSD instaled on Vmware ESXi update 3 server with default hardware.

any ideas?

ale
December 11th, 2008, 23:21
This should come from src/sys/net/route.c
Is it panicking?
Are you running many daemons related to networking?

m0ps
December 12th, 2008, 19:13
on this server running Cacti, that monit ~25 hosts

ale
December 13th, 2008, 03:19
It seems that some people having the same problem solved after applying this patch
http://people.freebsd.org/~csjp/if_ether.1228494489.diff

P.S.
are you using IPv6?

P.S.S.
can this be related to your problem?
http://www.freebsd.org/cgi/query-pr.cgi?pr=126695

m0ps
December 13th, 2008, 14:49
It seems that some people having the same problem solved after applying this patch
http://people.freebsd.org/~csjp/if_ether.1228494489.diff
ok, i try it on monday

P.S.
are you using IPv6?
no, but may be it not disabled on some devices in our network.

P.S.S.
can this be related to your problem?
http://www.freebsd.org/cgi/query-pr.cgi?pr=126695
no, i have only 1 nic - le0 and i don't use if_bridge

PAdmin
December 26th, 2008, 04:07
Periodically, I get the following message:
Dec 11 10:03:43 stats kernel: rtfree: 0xc1f2cbb8 has 1 refs


Do you solved a problem?

m0ps
April 29th, 2009, 10:22
after the upgrade to 7.1RELEASE the problem disappeared.