search for: 127101

Displaying 2 results from an estimated 2 matches for "127101".

Did you mean: 120101
2008 Apr 23
4
disconnect error
...in about suddent disconnect error from time to time (he's using pop3 with Apple Mail) Looking at dovecot logs I discover that, each time the error shows up for him, I have this : dovecot: pop3[95137]: Info: user=<dan at userdomain.com> Disconnected top=0/0, retr=0/0, del=0/4, size=127101 but all other "regular" pop3 session looks like this one : dovecot: pop3[94777]: Info: user=<dan at userdomain.com> Disconnected: Logged out top=0/0, retr=0/0, del=0/3, size=67947 What is the difference beetween "Disconnected: Logged out" and "Disconnected&quo...
2008 Apr 05
0
[PATCH] bio_endio support for linux 2.6.23 and older.
Hi there, bio_endio() changed prototype on linux 2.6.24, support older kernels using the older prototype. diff -r 4b838034355c volumes.c --- a/volumes.c Sat Apr 05 19:06:30 2008 +0100 +++ b/volumes.c Sat Apr 05 20:41:15 2008 +0100 @@ -912,7 +912,11 @@ static int end_bio_multi_stripe(struct b err = multi->error; kfree(multi); +#if LINUX_VERSION_CODE