Displaying 20 results from an estimated 700 matches similar to: "minor issue - dovecot -n output with 1.1.beta11"
2007 Dec 09
2
v1.1.beta11 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta11.tar.gz
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta11.tar.gz.sig
This one should be the last beta release before the first v1.1 release
candidate.
I'll try to stay away from this list and Dovecot in general for the next
1,5 weeks. I've several exams coming up and I should have started
studying for them days ago already.. :)
2007 Dec 14
4
v1.1.beta11 quota plugin and dict server
Hello,
when dovecot is started, it prints the following error to the console:
ILoading modules from directory: /usr/local/dovecot/lib/dovecot/imap
IModule loaded: /usr/local/dovecot/lib/dovecot/imap/lib10_quota_plugin.so
IEffective uid=65534, gid=65534, home=
Idict quota: user = dump-capability, uri =
proxy:/var/run/dovecot/dict-server:quotadict
Enet_connect_unix(/var/run/dovecot/dict-server)
2007 Nov 20
1
1.1.beta8 crashes with segfault when SIGHUP
Hello,
dovecot crashes when it receives -HUP signal. It happens always if there was
some activity - for example, if I start dovecot, check any account through
POP3 and then send -HUP to dovecot process, it crashes with the following log
entry:
segfault at 00000008 eip 0804d3fb esp bfdd3860 error 4
If there were no activity at all since starting, it does not crash.
my dovecot -n output:
#
2007 Dec 10
2
squat also not working in beta11
Hi Timo,
Just tried squat in beta11. I also get the same error in the log:
dovecot: Dec 10 14:21:17 Error: IMAP(joewong99:joew.outblaze.com):
Corrupted squat uidlist file /mailfs/4/22/3/joewon
g99:joew.outblaze.com at joew_outblaze_com/Maildir/dovecot.index.search.uids:
Broken uidlists
There is not change in my configuration file.
# 1.1.beta11: /usr/local/etc/dovecot.conf
log_path:
2007 Sep 11
2
Possible bug in authentication cache in dovecot 1.1.alpha4
Hello,
it seems that there is some bug in authentication cache code in dovecot
version 1.1.alpha4 - after login attempt with wrong password the correct
password also will fail.
I can reproduce it very easy:
$telnet 10.10.10.30 110
+OK Server. <861.2.46e6c679.jZ8QYpFmU8ZN6XIq7zPhkw==@server2>
user testuser
+OK
pass pass
+OK Logged in.
quit
+OK Logging out.
Connection closed by foreign host.
2007 Sep 14
2
Problems with quota dict in 1.1.alpha4
Hello,
there are problems with quota dict when multiple dovecot deliver processes are
launched in parallel. It can be reproduced by sending a mail with multiple
different recipients - the mail is delivered OK to all recipients, but the
quota are not updated correctly in sql. I looked at the code and it seems
that the problem is somewhere in dict cache.
If I configure in Postfix max number of
2007 Dec 21
1
1.1.beta11 crashes
I am running 1.1.beta11 because I was having locking and coruption
issues with indexes and mailbox on the latest release version. Some of
my previous corrupted indexes caused an issue with 1.1.beta11:
Dec 20 21:25:40 ra dovecot: IMAP(bodil at mydomain.com): Raw backtrace:
imap [0x47ef81] -> imap [0x47eca6] -> imap [0x42c3bc] -> imap [0x42f201]
-> imap [0x42f324] -> imap
2007 Dec 09
1
v1.1.beta11 released (Problems)
On Dec 9, 2007, at 1:48 PM, dovecot-request at dovecot.org wrote:
>
>
> Message: 7
> Date: Sun, 09 Dec 2007 20:29:49 +0200
> From: Timo Sirainen <tss at iki.fi>
> Subject: [Dovecot] v1.1.beta11 released
> To: dovecot at dovecot.org
> Message-ID: <1197224989.922.405.camel at hurina>
> Content-Type: text/plain; charset="us-ascii"
>
>
2007 Dec 05
1
assertion on deliver (1.1.beta10)
Hi,
I'm testing version 1.1.beta10 and getting these assertions on deliver:
file index-transaction.c: line 54 (index_transaction_finish_rollback):
assertion failed: (t->mail_ref_count == 0)
This was after an upgrade from a 1.0 release candidate.
If you need I can try and reproduce this in a more controled environment
to pinpoint the problem.
Thanks,
--
Nuno Lopes
2007 Dec 12
6
namespace problem / 1.1beta11
Hi all,
actually I got a problem with the namespaces in dovecot 1.1 beta11. It occured after purging index files and resynch via imapsync. Dovecot complains about "Unknown namespace", though it worked with versions before. I cannot comfirm for 1.1beta10, but I surely know 1.1beta9 worked with these settings.
Example:
From Folder [INBOX/Trash]
To Folder [___________]
To Folder
2007 Sep 24
1
v1.1.beta1 POP3 delete problem
Hello,
POP3 server does not delete mails when user quits POP3 session, but only at
the next login.
It looks so - user logs in with USER and PASS commands, at this moment new
messages are moved from /new to /cur maildir folder. Then messages are
deleted with DELE command(before deleting there can be other POP3 commands)
and the user quits session. The server says "+OK Logging out,
2007 Sep 15
1
v1.1.alpha5 crashes with segmentation fault
Hello,
dovecot process crashes on startup with segmentation fault.
Here is backtrace:
(gdb) r
Starting program: /usr/local/dovecot/sbin/dovecot
Program received signal SIGSEGV, Segmentation fault.
settings_is_active (set=0x0) at master-settings.c:505
505 if (*set->protocols == '\0') {
(gdb) bt full
#0 settings_is_active (set=0x0) at master-settings.c:505
No locals.
#1
2011 Jun 22
2
Rails 3.1.rc4 problem with loading stylesheet
Hello
In any project in rc4 i can''t load style in stylesheet_link_tag, and
interested is that in html link tag too.
All style don''t work. Have anybody this problem too ? Is a problem
with current version or something other ?
Michal
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To post to this group, send
2007 Nov 27
1
1.1.beta9 deliver crashes with segfault
Hello,
after upgrade from beta8 to beta9 deliver process crashes with segfault.
Deleting old maildirs does not help.
Here is backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x0808e36d in mail_cache_field_get_decision (cache=0x8114da0, field_idx=128)
at mail-cache-lookup.c:301
301 i_assert(field_idx < cache->fields_count);
(gdb) bt
#0 0x0808e36d in
2007 Dec 06
3
imap crash with fts squat enabled.
Hi Timo,
Here is the backtrace for your reference. I have already applied
dovecot-97702c9c4111 changes to my 1.1 beta10 code base.
I am running dovecot on FC7, gcc 4.1.2, mailbox is on NFS. Whenever I did
UID SEARCH body "xxxx"
imap crashes.
Program terminated with signal 6, Aborted.
#0 0x00110402 in __kernel_vsyscall ()
(gdb) bt full
#0 0x00110402 in __kernel_vsyscall ()
No
2008 Sep 26
2
imap-quota not working
Hello,
imap-quota plugin always returns empty quota:
a1 GETQUOTA ""
* QUOTA "" ()
a1 OK Getquota completed.
a2 GETQUOTAROOT INBOX
* QUOTAROOT "INBOX"
a2 OK Getquotaroot completed.
quota_rule and quota_rule2 for this user are defined in db as following:
'*:storage=5000000'
'*:messages=50000'
Quota for LDA is working OK.
I am using
2007 Dec 22
1
v1.1.beta12 deliver crashes
Hello,
v1.1.beta12 deliver crashes:
Dec 22 11:05:29 iserver deliver(tests2): file index-mail.c: line 1042 (index_mail_close): assertion failed: (!mail->data.destroying_stream)
Dec 22 11:05:29 iserver deliver(tests2): Raw backtrace: /usr/local/dovecot/libexec/dovecot/deliver(i_syslog_fatal_handler+0x2c) [0x80baa8c] -> /usr/local/do
vecot/libexec/dovecot/deliver [0x80ba88b] ->
2007 Dec 11
1
1.1.beta10 pop3 process hangs with 100% CPU
Hello,
we have observed pop3 process which got stuck consuming all available CPU.
It seems that it happened because of some kind of abnormal POP3 connection
termination. Here is strace info for this process:
13:36:05.866190 writev(1, [{"508qWWH96If+uVXeH2Zxl/hkn+plVwmI"..., 3975}, {"HP1oxt+np0o4Xtz27VQBtxx0zWfGuA3r"..., 193}], 2) = -1 EPIPE (Broken pipe)
13:36:05.866250 ---
2008 Oct 26
1
Fatal failure in auth-worker with dovecot-1.1.5
Hello,
after upgrade from dovecot-1.1.3 to dovecot-1.1.5 I am
getting Fatal failures in auth-worker:
Oct 26 14:00:31 host dovecot: auth(default): new auth connection: pid=27526
Oct 26 14:00:31 host dovecot: auth(default): client in: AUTH^I1^IDIGEST-MD5^Iservice=smtp
Oct 26 14:00:31 host dovecot: auth(default): client out:
2007 Dec 12
1
dovecot 1.1beta11 auth problems
Hi everybody,
I've problems running Dovecot 1.1beta11 using vpopmail userdb/passdb
(Dovecot 1.08 however works just fine).
It looks like as if the auth process gets killed somehow...
Any ideas what might be wrong?
Dec 12 20:02:32 vs247165 dovecot: Dovecot v1.1.beta11 starting up
Dec 12 20:02:32 vs247165 dovecot: Generating Diffie-Hellman parameters
for the first time. This may take a