Displaying 2 results from an estimated 2 matches for "2842123".
2019 Mar 14
2
Dovecot logrotation - old journal files are still in use
...sof -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 417681 /var/log/dovecot.info.1<br />log 19140 root 35w REG 9,3 14853918 417683 /var/log/dovecot.debug.1<br />...</div><div xmlns="http://www.w3.org/1999/xhtml"><br />On manually issuing 'doveadm log reopen` used files are changed to</...
2019 Mar 15
1
Dovecot logrotation - old journal files are still in use (second attempt)
...ger 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 'doveadm log reopen` command the files are changed to
# lsof -p19140 |grep dovecot\\\.
...
log 19140 root 33w REG 9,3 0 417651 /v...