From 00428859b66df7161ee4a0d3f55afaa03aa7a2c3 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 6 Aug 2006 20:27:06 +0000 Subject: Mark K6 with additional question 'Why does fetchmail use SSL even though not configured?' Add R13. What does 'Interrupted system call' mean? svn path=/branches/BRANCH_6-3/; revision=4879 --- fetchmail-FAQ.html | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index ed4445f9..dce7b38c 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -160,7 +160,7 @@ methods K4. What do I have to do to use the IMAP-GSS protocol?
K5. How can I use fetchmail with SSL?
K6. How can I tell fetchmail not to try TLS if the server - advertises it?
+ advertises it? Why does fetchmail use SSL even though not configured?

Runtime fatal errors

@@ -183,7 +183,8 @@ messages but before deleting them
R10. Fetchmail is dying with SIGPIPE.
R11. My server is hanging or emitting errors on CAPA.
R12. Fetchmail isn't working and reports getaddrinfo - errors. + errors.
+R13. What does "Interrupted system call" mean?

Hangs and lockups

@@ -2206,7 +2207,8 @@ a man-in-the-middle attack is in progress - or it might just mean that the server changed its key. It's up to you to determine which has happened.

K6. How can I tell fetchmail not to use TLS - if the server advertises it?

+ if the server advertises it? Why does fetchmail use SSL even + though not configured?

Some servers advertise STLS (POP3) or STARTTLS (IMAP), and fetchmail will automatically attempt TLS negotiation if SSL was enabled at compile @@ -2482,6 +2484,19 @@ declaration auth password in your .fetchmailrc.

POP3+SSL995 +

R13. What does "Interrupted system call" + mean?

+ +

Fetchmail 6.3.5 and newer gave up on the older timeout handling which +could cause unstable behavior. Instead, timeouts now interrupt +long-running functions and are reported as "Interrupted system +call".

+ +

While this loses accuracy of timeout reporting, there is +unfortunately no safe way for C to make extensive use of error +reporting, and the amount of code that would need to be added is too +large for a stable series as 6.3.X is.

+

Hangs and lockups

H1. Fetchmail hangs when used with -- cgit v1.2.3