View Single Post
  #4 (permalink)  
Old 2008-12-09
fwwidgit fwwidgit is offline
Senior Member
 
Join Date: 2008-07-16
Posts: 138
Rep Power: 2
fwwidgit has an average reputation (10+)
Default Re: Delete old log-files in SmartView Tracker?

If running SecurePlatform, you'll need to go into expert mode - just type expert ;)

Then type the following:

cd $FWDIR/log

and delete the files as per the previous poster using "rm filename" - you might want to back them up first ! I'd suggest leaving the files ending in logaccount_ptr - these are the ID pointers for each of the main log files.

A safer course of action is to move the files into an alternate directory, tar them up and backup the data.
Reply With Quote