[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [ic] Thousands of error logs in .gz format
Eric,
Sorry about the virus comment. I was making reference to a self replicating
entity, not a slur on unix.
All I'd like to know is if this has been corrected in the current shipping
of this product.
Other people I have put onto MV are now aware of this problem, but I feel
little things like that effect the reputation of a product (or service for
that matter).
I found the product to be advantageous to my clients wanting a cart that can
grow with their online business.
>As for deleting your logs, rm -f error*.gz should do you.
Actually to many files for rm to handle. Had to use.
for i in /var/log/minivend/*;do rm -f $i; done
This works as it only passes one file at a time to the rm command.
Cheers
Greg Heath <mailto:greg@pacifictech.com.au>
_______________________________________________
Interchange-users mailing list
Interchange-users@www.minivend.com
http://www.minivend.com/mailman/listinfo/interchange-users