On 03-11-2012 10:18, mican zhang wrote:
i install dovecot 2 and when i try ps auxw|grep "dovecot" i just get only 5processes, root 21861 0.0 0.0 14884 980 ? Ss 16:53 0:00 /usr/local/sbin /dovecot dovecot 21862 0.0 0.0 12740 968 ? S 16:53 0:00 dovecot/anvil root 21863 0.0 0.0 12872 1088 ? S 16:53 0:00 dovecot/log root 21865 0.0 0.0 15356 1468 ? S 16:53 0:00 dovecot/config root 21945 0.0 0.0 61148 800 pts/0 S+ 17:04 0:00 grep dovecot , my os is redhat 5.4 and i just install like ./configure make &make install i don't what's wrong?i also test on centos 6.2,and result is the same does anyone has the same issue?and what should i do to fix this?
maybe you should do: ps auxw|grep "dovecot" | awk '{ print $0; print $0 }' than you would get 10 lines of output...... but seriously: - What processes do you miss? - Why do you thing 5 processes are nog enough?