similar to: Too many open files

Displaying 20 results from an estimated 300 matches similar to: "Too many open files"

2005 Jun 06
2
USERDB environment is unset
Hello, I tried the v1.0 test of dovecot, because it should make the directories for me. I configured it and installed it. The old one is still there, but I shut it down to test the other version. When I start the new v1.0 test of dovecot i get the following message in my log: Jun 6 13:33:08 APOLLO dovecot: Dovecot v1.0-test72 starting up Jun 6 13:33:09 APOLLO dovecot: Auth process died too
2005 May 23
3
Excessive dovecot-auth proceses
Hi Guys, I may have missed something in the conf file but while using a standard mysql auth method I'm finding many dovecot-auth processing sitting doing nothing. They grow to the extent that mysql runs out of connections after a week. Any ideas? Regards Andrew -- Andrew Hutchings (A-Wing) Linux Guru - Netserve Consultants Ltd. - www.domaincity.co.uk Admin - North Wales Linux User Group -
2005 Jun 28
2
UID confusion
Hi, 2 or 3 customers have reported that they are having problems downloading their mail via. POP3. I have attached the rawlogs of their transactions and the UID list at the time. Is this because I am using an incompatible UID format or is something else at fault? Deleting the UID list and indexes fixes the problem. I am using Test72. Regards Andrew -- Andrew Hutchings (A-Wing) - Linux
2005 Jan 13
2
Test 57 -> Test 60
I just tried upgrading one of our mail cluster servers to test60 from test57. We have dovecot connecting to 3 different MySQL tables in 3 sql conf files. The error seems to stem from this: Jan 13 14:57:59 svr21 dovecot: auth(sql8): file auth-client-connection.c: line 31 (auth_client_send): assertion failed: (conn->refcount > 1) After this the auth process gets killed with signal 6.
2004 Dec 07
1
Assert in mech.c
Hi guys, Seems to be my week for mailing :) I am getting the following in my mail log: Dec 7 11:54:08 svr21 dovecot: auth(sql8): file mech.c: line 143 (mech_auth_finish): assertion failed: (*requests != request) Is this assert important or can I remove it from my copy of the code? Regards Andrew -- Andrew Hutchings Systems Operator / Developer / Linux Guru Netserve Consultants Ltd.
2005 Apr 08
2
1.0-test67
http://dovecot.org/test/ Hopefully better release than last one. Fixes several problems test66 had and also some older problems reported in this list. It also contains a pretty large mbox code cleanup, fixing several problems (especially related to X-IMAP/X-IMAPbase headers) and making it a bit faster. Maybe I'll backport it to 1.0-stable too when it looks like it's stable.. BTW. mbox
2005 May 29
2
1.0-test72
http://dovecot.org/test/ I'm not sure if this was test71-specific or if it also happened with test70, but anyway IMAP process was hanging in some situations (I think POP3 hang was fixed though? :). So, fixed that. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed
2005 Jun 03
2
POP3 download problem
Hi All I am experiencing a mail download problem with dovecot's pop3 protocol. We use outlook XP 2002 mail clients and I have setup a mail system with pop accounts on a Fedora 2 installation using dovecot. Some of the clients download email fine but others do not download email and also do not give any error messages. I have enabled the "verbose" options in the
2008 Nov 15
4
data not being saved
I am trying to save data entered in a form and nothing seems to be saving. What do you I have to look at to ensure everything is set-up correctly? I have looked in my database.yml file and all looks good and the database that I am trying to use exist. Thanks, -S -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you
2008 Oct 20
1
Bug#391935: tagging 391935
On 18-Oct-2008, Marc 'HE' Brockschmidt wrote: > tags 391935 + lenny-ignore No further information has been added on the status of this bug. Can we please get a justification in the bug report of why this is being tagged ?lenny-ignore?? -- \ ?Never express yourself more clearly than you are able to | `\ think.? ?Niels Bohr |
2005 Oct 12
0
Message not
Hi, I'm sure this is a bug fixed in CVS or something stupid I did in the config but here goes: I am getting at least one complaint a day about POP login customers getting 'Message not found' errors while getting their mail. The only thing I can find in the messages that could be related is: Oct 12 15:40:18 svr21 dovecot: pop3(user): Mailbox init failed top=0/0, retr=0/ del=0/0,
2005 Jun 28
1
dovecot restart bug?
Using my initd script (no idea of the origin now) to do a restart I randomly get: Jun 28 13:56:05 svr24 dovecot: Killed with signal 15 Jun 28 13:56:05 svr24 dovecot: Dovecot v1.0-test74 starting up Jun 28 13:56:06 svr24 dovecot: Auth process died too early - shutting down Jun 28 13:56:06 svr24 dovecot: auth(default): net_connect_unix(/var/run/dovecot/auth-worker.23322) failed: No such file or
2005 Jun 14
2
1.0-test73
http://dovecot.org/test/ Two potentially dangerous changes: - mbox parser should now be able to handle CR+LF linefeeds. Hopefully doesn't break anything. - Some mail header parser changes. Hopefully doesn't break anything. And other stuff: - COPY shouldn't crash anymore with 64bit systems - If PAM modifies username, keep it - When auth workers died they leaked file
2005 Jun 11
2
multiple authentication mechanisms, many problems
dovecot: Jun 11 23:57:56 Info: auth(default): pam(testi at irkkaa.net,83.145.196.129): pam_authenticate() failed: Authentication failure tried also debugging whats wrong with it, it queries ok, the password in the query is ok and everything. but it never replies +OK. that connection just halts after PASS command. Tried IMAP, same result. config: (dovecot.conf, PLAIN etc all enabled) passdb
2005 Jun 08
2
Debugging test72
When attempting to save a message from the INBOX to a folder in a collection (like, .projects.dovecot), I get behavior like this (in GDB). Any clue what might be going wrong? Here's where a SIGABRT happens: 280 return array->buffer->used / array->element_size; This is the stack trace: (gdb) where #0 mail_index_map_get_ext_idx (map=0x1200c0db0, ext_id=0,
2010 Sep 20
1
replace istream and unref the old one...
I Build a plugin, that do some stuffs with a email. To get the input istream, i use the "get_stream" function, like zlib does. I create a concat_stream, with the full_input[3]; struct istream *full_input[3]; //this like zlib input = imail->data.stream; //first input, using the input full_input[0] = i_stream_create_header_filter(input, HEADER_FILTER_EXCLUDE | HEADER_FILTER_NO_CR,
2012 Aug 22
1
(Slight) calculation discrepancy in escalc (metafor package)
Hello, I recently started using the metafor package (version 1.6-0) in R (2.15.1, 64-bit Windows 7) and noticed that I was getting slightly different values when I manually calculated the standardized mean difference versus what escalc was giving me. Here''s a very simple example: escalc(measure="SMD", m1i=5,m2i=10,n1i=5,n2i=5,sd1i=1,sd2i=2,vtype="LS") The result
2011 Jun 10
14
Wine64 + nvidia please help
i tried patch-wine-nvidia.sh but no luck. nvidia-xsettings says i'm not using an nvidia driver, i have nvidia.ko loaded and running, my xorg.conf says driver "nv". I'm not sure what the correct nvidia driver i should be using..I got SLi: True in xorg.conf. I tried using patch-wine-nvidia.sh but no luck. I have all the necessary .so files copied into /usr/lib32 and
2009 Apr 03
2
Implementation of editheaders in dovecot
Hello. I wrote the hook function for deliver. I want to add support of editheaders in the plug-in for dovecot. For this purpose I wrote the function rarules_get_stream. Remover of headrs works properly, but adding does not work. I took Timo Sirainen's advice from http://markmail.org/message/skb6arnll5gaopdr . Do I use a correct way of creation of a message? I give backtrace and a
2010 Jan 20
1
Plugin
Hello Everyone... Some time ago, i send some questions about plugins and concat 2 file handles. So, there is another questions about this. Timo Sirainen send to me this modification, in src/lib-storage/index/maildir/maildir-mail.c struct istream *full_input[3]; full_input[0] = i_stream_create_fd(fd, 0, TRUE); full_input[1] = i_stream_create_fd(fd1, 0, TRUE); full_input[2] = NULL; input =