Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mira.net.au!vic.news.telstra.net!act.news.telstra.net!psgrain!news.uoregon.edu!vixen.cso.uiuc.edu!uwm.edu!math.ohio-state.edu!cs.utexas.edu!news.sprintlink.net!news-stk-200.sprintlink.net!news.mathworks.com!newscaster-1.mcast.net!informatik.uni-bremen.de!cs.tu-berlin.de!uni-erlangen.de!news.tu-chemnitz.de!irz401!orion.sax.de!uriah.heep!news From: j@uriah.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Error Mesg in FreeBSD 2.2-960501-SNAP Date: 15 Jun 1996 17:28:49 GMT Organization: Private BSD site, Dresden Lines: 30 Message-ID: <4pursh$84e@uriah.heep.sax.de> References: <aak2.834439187@ra.msstate.edu> Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) NNTP-Posting-Host: localhost.heep.sax.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: knews 0.9.6 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E aak2@Ra.MsState.Edu (Atif Ahmad Khan) wrote: > FreeBSD 2.2-960501-SNAP has been working fine for me. > I do however keep getting an error message : > > /kernel: in_rtqtimo: adjusted rtq_reallyold to 1066 > /kernel: in_rtqtimo: adjusted rtq_reallyold to 710 > > I dont even know what this means. Anybody has any > ideas ? It's not an error message, it's an informational message. It means your system accumulated too many clone routes within short time, and thus finally dropped the timeout in order to not waste too much space in keeping them around. Clone routes are network routes that have been applied to a particular destination host to make routing more efficient. If they live for too short, your routing will be slower. 710 seconds doesn't look too short to me however. You can see them with ``netstat -r -a'' btw. ^^ -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)