Displaying 20 results from an estimated 90 matches for "deinits".
Did you mean:
deinit
2018 Dec 11
1
Dovecot IMAP connections
What exactly means "deinit".
Yesterday I had all IMAP processes with word "deinit" in brackets and
dovecot reached the limit of processes.
I had to do a restart of the process.
eg.:
dovecot 32482 0.0 0.0 24832 4256 ? S 03:29 0:00
dovecot_host1/imap [pierrot xxx.xxx.xx.xx (deinit)]
Dovecot version 2.2.32.
Regards,
Jack
-------------- next part
2016 Jul 23
4
Doveadm error
Il 15.07.2016 16:03 aki.tuomi at dovecot.fi ha scritto:
>> On July 12, 2016 at 4:30 PM L?szl? K?rolyi <laszlo at karolyi.hu> wrote:
>>
>>
>> Hey everyone,
>>
>> I've got a weird error since I upgraded to the latest dovecot on my
>> FreeBSD box:
>>
>> root at postfixjail /# doveadm quota recalc -u xxx at xxx.com
>>
2020 Nov 13
0
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 13/11/2020 14:56, PGNet Dev wrote:
> I've built a new dovecot + fts-solr instance; I've now picked up & am
> running the recently released solr 8.7.0.
>
> In a test account, I've one message -- in the 'Drafts' folder.
>
> On exec of fts 'index'
>
> ????doveadm index -u testuser at example.com -q '*'
>
> I get a
>
>
2020 Feb 07
1
[PATCH] drm/bochs: deinit bugfix
Check whenever mode_config was actually properly
initialized before trying to clean it up.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/bochs/bochs_kms.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/bochs/bochs_kms.c b/drivers/gpu/drm/bochs/bochs_kms.c
index cc93ff74fbd8..3a755c911342 100644
--- a/drivers/gpu/drm/bochs/bochs_kms.c
+++
2020 Nov 13
0
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 11/13/20 9:56 AM, PGNet Dev wrote:
>> (2) see here: https://wiki.dovecot.org/Plugins/FTS/Solr
>>
>> two useful settings are debug and rawlog_dir=whatever to be added in the same line as fts_solr
with
fts_solr = ... debug
line #35 @ https://pastebin.com/9ecLQspD _looks_ like the 401's from solr server itself.
i do NOT currently have
service indexer{}
service
2020 Nov 13
0
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 11/13/20 11:37 AM, John Fawcett wrote:
>> still dunno why the 401. :-/
>
> So I just did a quick check of running dovecot with a standalone
> solr-8.7.0 instance and I'm not seeing any issues.
+1
> I confirm I haven't configured anything for indexer or indexer-worker in
> dovecot, just left the defaults.
+1
> For 401's returned from your solr server
2020 Nov 13
0
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
> I guess you didn't need to enclose username and password in quotes, i.e.
>
> fts_solr =
> url=https://myuser:my%40pass at solr.example.com:8984/solr/dovecot/
> use_libfts soft_commit=yes batch_size=250
On 11/13/20 12:56 PM, John Fawcett wrote:
> I guess you didn't need to enclose username and password in quotes, i.e.
>
> fts_solr =
>
2020 Nov 13
1
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 13/11/2020 22:04, PGNet Dev wrote:
>> I guess you didn't need to enclose username and password in quotes, i.e.
>>
>> fts_solr =
>> url=https://myuser:my%40pass at solr.example.com:8984/solr/dovecot/
>> use_libfts soft_commit=yes batch_size=250
>
> On 11/13/20 12:56 PM, John Fawcett wrote:
>
>> I guess you didn't need to enclose username and
2011 Apr 16
2
doveadm mailbox status 2.0.12 crashes
My gdb won't cooperate and produce a backtrace so I hope this dbx stack
trace gives sufficient clues as to why it crashed. It happended when
I was testing a doveadm command for a user which a large collection
of mboxs:
# dbx doveadm
(dbx) run mailbox status -u user messages \*
... long list ...
igel messages=1
INBOX messages=231
doveadm(user): Panic: Trying to deinit storage
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 13/11/2020 21:32, PGNet Dev wrote:
> On 11/13/20 11:37 AM, John Fawcett wrote:
>>> still dunno why the 401. :-/
>>
>> So I just did a quick check of running dovecot with a standalone
>> solr-8.7.0 instance and I'm not seeing any issues.
>
> +1
>
>> I confirm I haven't configured anything for indexer or indexer-worker in
>> dovecot, just
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 11/13/20 9:46 AM, John Fawcett wrote:
>> (1) Can anyone yet verify Doveoct/fts-solr working with solr 8.7.x?>> (2) What logging config in Dovecot gets me more/detailed output for the fts_solr fail?
>> (3) Any obvious clues as to what, specifically, is the source of this prob?
>>
> (1) I can't, I'm still on an earlier version
I'll look for the 8.6.3,
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
I've built a new dovecot + fts-solr instance; I've now picked up & am running the recently released solr 8.7.0.
In a test account, I've one message -- in the 'Drafts' folder.
On exec of fts 'index'
doveadm index -u testuser at example.com -q '*'
I get a
401 unauthorized
indexing failure, only for the one dir+message in 'Drafts',
2020-11-13
2020 Nov 13
2
dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?
On 13/11/2020 19:55, PGNet Dev wrote:
> On 11/13/20 9:56 AM, PGNet Dev wrote:
>>> (2) see here: https://wiki.dovecot.org/Plugins/FTS/Solr
>>>
>>> two useful settings are debug and rawlog_dir=whatever to be added in
>>> the same line as fts_solr
>
> with
>
> ????fts_solr = ... debug
>
> line #35 @ https://pastebin.com/9ecLQspD _looks_ like
2010 Jun 22
1
quota_set leak
The quota plugin in 2.0.beta6 leaks 2KB "quota settings" pools. Here is a patch to plug this leak, assuming you intended the caller of quota_init to retain ownership of the quota_set. If on the other hand you intended for quota_init to assume ownership of the quota_set, then the quota_settings_deinit call belongs in quota_deinit.
--- a/src/plugins/quota/quota-storage.c (beta6)
+++
2014 Jul 07
1
[PATH] expire plugins segfault with misconfigured dict
dovecot 2.2.13
With configuration like
plugin {
expire_dict = blblbla
}
expiere plugins segfaults during deinit. It might also segfault if the
dict service was unavaiable.
attached bellow is a diff against 2.2.13
Jul 7 14:51:11 dovecot1 dovecot: lmtp(10548, lazy): Error: expire
plugin: dict_init(blblbla) failed: Dictionary URI is missing ':':
blblbla
Jul 7 14:51:11 dovecot1
2016 Jul 12
2
Doveadm error
Hey everyone,
I've got a weird error since I upgraded to the latest dovecot on my FreeBSD box:
root at postfixjail /# doveadm quota recalc -u xxx at xxx.com
doveadm(xxx at xxx.com): Error: dict-client: Commit failed: Deinit
fish: 'doveadm quota recalc -u xxx@?' terminated by signal SIGSEGV (Address boundary error)
root at postfixjail /# dovecot --version
2.2.25 (7be1766)
root at
2018 Mar 05
2
Fts solr and https
Hi,
Dovecot 2.2.32-34
FreeBSD 10.4
Solr 7.2.1(Centos 6)
When I try to use https to connect to solr, I get error when a
self-signed certificate:
Mar 3 05:15:47 server dovecot: indexer-worker(email at domain.com):
Received invalid SSL certificate: self signed certificate: /C=Country/
ST=State/L=Location/O=Organization/OU=Organizational
Unit/CN=solr.domain.com
Mar 3 05:15:47 server dovecot:
2014 May 24
4
Plugin mail-filter tangles
System installed : Dovecot 2.2.12 as IMAP server and Postfix as MTA.
Dovecot and Postfix connected via LMTP
+ Dovecot mail plugin 'mail-filter' to encrypt/decrypt emails on the fly
with public/private users' RSA keys.
Case study :
You have 3 (virtuals) users belonging to 3 different domains, all
managed by your Dovecot server.
One of these users is connected to Dovecot with MUA
2020 Mar 31
1
mail_crypt crashing randomly during LMTP
On 29. Mar 2020, at 17.07, Timo Sirainen <timo at sirainen.com> wrote:
>
>> This is what the log says in the moment of crashing:
>> dovecot: lmtp(53852): Panic: Module context mail_crypt_user_module missing
>> *** backtrace *** (see: https://pastebin.com/YCiFtxmy)
>
> It shows mailbox_free() in the backtrace, so it's probably crashing in
2007 Nov 19
2
How to write plugin
Hi,
Where can I find documentation for plugin writers? Now I see
mail-log-plugin source, but I can't understand how entry points
(functions mail-log-plugin-init and mail-log-plugin-deinit) are
defined to execute some actions on load/unload/copy messages.
Can anybody comments this?