Александр Сухоруков writes:

« HTML content follows »
Pardon but it tells me

strace -s 256 -o strace.log -p 67640
strace: open("/proc/...", ...): No such file or directory
trouble opening proc file

If this is Linux, this indicates a kernel configuration problem. All modern Linux distribution should be configuring their kernels to include support for the /proc filesystem. Although, technically, /proc is an optional kernel module, it is needed by many administrative or debugging tools, like strace, for example. So you need to investigate your kernel's configuration, and enable support for /proc.

On BSD, /proc is also an optional module. I don't recall how to enable it, but BSD has an alternative truss tool that performs equivalent functionality. Try using truss instead of trace.


26.07.2014 21:48, Sam Varshavchik пишет:
Александр Сухоруков writes:

a1 OK LOGIN Ok.
0 LIST "" "#shared.*"
* BYE [ALERT] Fatal error: Invalid argument

How can i solve it ? What to check ?

Before you issue the LIST command:

Find the courierimapd process.

Attach strace to it:

strace -s 256 -o strace.log -p <PID>

The strace log file should have more details.


Attachment: pgpFMcqHZgnEo.pgp
Description: PGP signature

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Courier-imap mailing list
Courier-imap@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to