Jean Louis <bugs@gnu.support> ha escrit:

> > 1. Flip to another console and run
> > 
> >   ps axwl | grep movemail
> > 
> > (exactly like that, don't omit nor add anything) and send me the output
> > it produces.
> 
> 0  1001   814   813  20   0 170108 11760 wait_o D+   tty1       0:10 movemail 
> --debug-level=mailbox.prot,!trace6 -v 
> imaps://username:password@server:993/INBOX /home/data1/protected/Maildir

That's all I wanted to know. The movemail process is in ininterruptible
sleep state (as indicated by the D) flag. This means it is waiting for
the disk operation to finish. Practically this rules out a possibility
that it is a bug.

> >   strace -p $PID 2> log
> 
> I will do in next run, when it happens. Right now it is waiting with 6
> messages for longer time.

You should have done it right now since you had plenty of time.

Regards,
Sergey



_______________________________________________
Bug-mailutils mailing list
Bug-mailutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to