Hi Abdul

After truncate the file is recovered by the daemon with the same size as
before, i guess the way of the mtp3d writes file precludes the truncate.
My idea was to store the mtp3d and pcap generated by logrotate, but these
limitations will make me change my mind.

So, thanks

2016-12-05 11:08 GMT-02:00 Abdul Basit <basit.e...@gmail.com>:

> use copytruncate in logrotate scriopt
> https://www.jamescoyle.net/cheat-sheets/676-logrotate-cheat-sheet
>
> The *copytruncate* keyword copies all the log in the file to a new file
> and then truncates the original file. This keeps the original log file in
> place and also allows rotation to continue.
>
> /var/log/myapp/*.log {
>   size 10k
>   weekly
>   rotate 8
>   copytruncate
> }
>
> Are you continuously generating .pcap?
>
> --
> regards,
>
> abdul basit | p: +92 32 1416 4196 | o: +92 30 0841 1445
>
> On Fri, Dec 2, 2016 at 4:48 PM, Rafael dos Santos Saraiva <
> rafaels...@gmail.com> wrote:
>
>> Hi
>>
>> Is it possible using logrotate with mtp3d files (/var/log/mtp3d.log and
>> /tmp/mtp3d.pcap). I tried do, but when logrotate generate/clean file, the
>> mtp3d service stops logging.
>> Another question, is the very big size of logs the reason to problems on
>> services(stops signalling traffic without any error indication).
>>
>> Thanks
>>
>>
>>
>> Rafael S. Saraiva
>>
>>
>> --
>> _____________________________________________________________________
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> asterisk-ss7 mailing list
>> To UNSUBSCRIBE or update options visit:
>>    http://lists.digium.com/mailman/listinfo/asterisk-ss7
>>
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-ss7 mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-ss7
>



-- 
Att,
Rafael Saraiva
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-ss7

Reply via email to