*BSD News Article 53951


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msunews!agate!news.mindlink.net!van-bc!uniserve!usenet
From: tom@uniserve.com (Tom Samplonius)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: INND1.4+MMAP=BROKEN MESS
Date: 4 Nov 1995 07:07:59 GMT
Organization: UNIServe Online
Lines: 18
Distribution: world
Message-ID: <47f3gf$2gu@atlas.uniserve.com>
References: <46ldvj$l3c@buffnet2.buffnet.net> <imzqekgzmt.fsf@hidden.cs.uidaho.edu> <472u66$dpo@blackbush.xlink.net>
NNTP-Posting-Host: pc.sdf.com
Mime-Version: 1.0
Content-Type: Text/Plain; charset=US-ASCII
X-Newsreader: WinVN 0.99.6

In article <472u66$dpo@blackbush.xlink.net>, hwr@xlink.net says...
>|> for about a week (was running on 2.0).  I am using MMAP, and it's
>|> working fine (I don't have the renumber problem).  I have two incoming
>|> feeds and over 6k active newsgroups.
>
>And I have 20 incoming feeds, > 60 outgoing and do have problems .. I 
>think that many problems just don't appear beaause machines are not loaded.

  I've seen this problem with mmap and INN too.  Basically, the active file wasn't 
staying current, and the hi index value was dropping behind, causing "cant symlink" 
errors.

  I believe the problem is related to swapping.  On heavy swapping systems, it will 
happen a lot.  It appears that when the mmap'ed active is paged out, sometimes it isn't 
written back to the file, but when it is paged in, it is read back from the file.

Tom