Re: [Nfsen-discuss] Eventually uses up all disk space.
Netflow visualisation and investigation tool
Brought to you by:
phaag
|
From: Ray V. D. <ra...@di...> - 2006-07-25 22:03:23
|
On Wed, Jul 19, 2006 at 07:36:28AM +0200, Peter Haag wrote: > What does your logfile say. If NfSen does not expire a profile, there is a > reason for that, such as the profile is locked by another task. But even > if this may happen sometimes, the next update cycle should expire the > profile correctly. > > Where do you notice, if maxsize gets exceeded? Pretty sure this was my bad. The profile.dat file for the "largest" of the profiles was owned by root. Although it was mode 0644, there were errors in the logfile that made it sound like the profile wasn't getting opened correctly because the user 'nobody' (whom nfsen runs as) was unable to gain write access to it. nfsen[1024]: Error live: Can't open profile data file for profile: live: Permission denied Changed the file to be owned by nobody and the error is gone. I'm hoping this is what was causing the problem. Ray |