Displaying 2 results from an estimated 2 matches for "p19140".
Did you mean:
19140
2019 Mar 14
2
Dovecot logrotation - old journal files are still in use
...576 ? S Mar12 0:06 dovecot/log</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">Here the files it uses after the daily logrotation:</div><div xmlns="http://www.w3.org/1999/xhtml"># lsof -p19140 |grep log</div><div xmlns="http://www.w3.org/1999/xhtml">...</div><div xmlns="http://www.w3.org/1999/xhtml">log 19140 root 33w REG 9,3 811 417675 /var/log/dovecot.log.1<br />log 19140 root 34w REG 9,3 2842123 41...
2019 Mar 15
1
Dovecot logrotation - old journal files are still in use (second attempt)
...While executing logrotation, the new files are created, but the previos ones, namely dovecot.*.1 are still in use by the process
Here is the logger process in memory:
root 19140 0.0 0.0 4140 1576 ? S Mar12 0:06 dovecot/log
Here the files it uses after the daily logrotation had happened:
# lsof -p19140 |grep log
...
log 19140 root 33w REG 9,3 811 417675 /var/log/dovecot.log.1
log 19140 root 34w REG 9,3 2842123 417681 /var/log/dovecot.info.1
log 19140 root 35w REG 9,3 14853918 417683 /var/log/dovecot.debug.1
...
After the manual issue 'dov...