Sven Hartge
2013-Aug-27 22:57 UTC
[Dovecot] verbose_proctitle cuts dsync to proctitle to "dsyn"
Hi Timo, little cosmetic bug report: using "verbose_proctitle = yes" shortens the proctitle of dsync to just "dsyn". Example: Note the whitespace instead of the 'c' in the proctitle: root at m-st-01:~# ps auwwwx | grep [d]syn virtmail 18141 13.0 0.1 49916 7952 pts/6 R+ 00:49 0:00 dsyn -v -u xxyyzz7 -R backup maildir:/staging/xxyyzz7/Maildir With "verbose_proctitle = no" the output looks like this: root at m-st-01:~# ps auwwwx | grep [d]syn virtmail 18347 78.6 1.6 127356 68884 pts/6 D+ 00:53 0:02 dsync -v -u aabbcc7 -R backup maildir:/staging/aabbcc7/Maildir Version of dovecot is 2.2.5 from the autobuilder (but rebuild locally): root at m-st-01:~# doveadm config -n # 2.2.5 (ec62ea3c940e): /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.1 [...] Gr??e, Sven. -- Sigmentation fault. Core dumped.
Timo Sirainen
2013-Sep-21 22:51 UTC
[Dovecot] verbose_proctitle cuts dsync to proctitle to "dsyn"
On 28.8.2013, at 1.57, Sven Hartge <sven at svenhartge.de> wrote:> little cosmetic bug report: > > using "verbose_proctitle = yes" shortens the proctitle of dsync to just > "dsyn".I don't see any obvious reason for why that happens .. so: Use doveadm sync or doveadm backup instead of dsync. I'll probably add a warning to the dsync wrapper for v2.3 about it being obsolete and getting removed in future. Of course, the dsync man pages should be converted to doveadm-sync and doveadm-backup before this.. :)