Displaying 10 results from an estimated 10 matches for "test64".
Did you mean:
test46
2005 Mar 12
1
dovecot test62 vs test64
Greetings:
I've been using Dovecot 1.0-test62. It has been working well. I
tried to upgrade to 1.0-test64 but users could not authenticate.
Both versions I compiled with:
./configure --with-ssl=openssl; make; make install
They compiled and installed fine. The /usr/local/etc/dovecot.conf needed
to be modified due to the new syntax. 1.0-test64 with the new
dovecot.conf didn't work. I'm us...
2005 Mar 08
2
1.0-test64
http://dovecot.org/test/
Possibly fixes the mail-cache-transaction assert.
Passdb and userdb configuration changed. New format is:
passdb sql {
args = /etc/dovecot-sql.conf
}
passdb pam?{
}
userdb passwd {
}
The above would first try to authenticate from SQL database, if it
failed because user wasn't found, or password was wrong, it would then
try PAM. The same is done for userdbs.
2005 Apr 02
4
Question about "reply from worker without password scheme"
I have dovecot-1.0-test64 installed on OpenBSD-3.6.
It works fine with local password.
Now I fail to get dovecot to use MySQL to query for user details.
Any help would be very appreciated.
Here are the details:
from /var/log/maillog:
1) with "default_pass_scheme = PLAIN"
Apr 3 07:20:22 www dovecot...
2004 Aug 06
1
Ices issues
...te>
<out-rate>22050</out-rate>
</resample>
</instance>
<instance>
<hostname>bumpy.braille.uwo.ca</hostname>
<port>9000</port>
<password>*changed</password>
<mount>/test64.ogg</mount>
<encode>
<quality>0</quality>
<samplerate>44100</samplerate>
<channels>2</channels>
</encode>
<downmix>0</downmix>
<!-- Stream saving. Save the outgoing stream to the s...
2008 Feb 21
1
[LLVMdev] atomics
...n-text attachment was scrubbed...
Name: test32.ll
Type: application/octet-stream
Size: 705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080220/49fabbdc/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test64.ll
Type: application/octet-stream
Size: 705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080220/49fabbdc/attachment-0001.obj>
2005 Mar 13
1
1.0-test65
http://dovecot.org/test/
If dovecot-auth was crashing with you, this release should fix it. I
don't know when it did though, I just applied a patch from Andrey Panin
with that description :)
Fixed also another dovecot-auth crash with Solaris and maybe some other
systems.
Contains the first attempt of a Dovecot LDA. It's still in pretty ugly
shape, but it should work, more or less. I
2005 Mar 13
6
Plain Authentication - Outlook not working
Hi
I have just upgraded a mail server from dovecot-0.99 to stable
(dovecot-1.0.59).
My normal desktop email client, kmail is working fine, but outlook keeps
producing PLAIN authentication errors, and refusing to authenticate.
From dovecot.log, I can see
dovecot: Mar 13 10:57:30 Error: auth(default): sql(<xxxxxxxMy
Detailsxxxxxxxxxxx>): Password query must return a field named
2005 Mar 23
2
Segfault in imap process
We've been testing dovecot for a while and I noticed yesterday that imap
crashes quite often. It seems to be about even with SIGABRT and SIGSEGV.
This one was SIGSEGV.
Our system is SuSE Linux 9.2, 2.6.11.5 kernel (also happened with an older
2.6 kernel). Dovecot version is 1.0-test64 and was compiled with:
"./configure --prefix=/services/dovecot --disable-ipv6"
It's using mbox over NFS and I've configured "mmap_disable = yes".
The mailbox that it crashed on is one of our support mailboxes and it
is pretty busy. In the last 1/2 hour, it received ov...
2004 Sep 13
5
Config problems
...of fiddling I''m stumpted - I can''t see any
options in the 2.6.8 kernel that apply to this
problem...
Shorewall check gives me:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
test64 root # shorewall check
Loading /usr/share/shorewall/functions...
Processing /etc/shorewall/params ...
Processing /etc/shorewall/shorewall.conf...
Loading Modules...
Notice: The ''check'' command is unsupported and
problem
reports complaining about errors that it
didn'...
2014 Mar 07
3
[LLVMdev] [RFC] Add second "failure" AtomicOrdering to cmpxchg instruction
...al_compare_and_swap_16
- %0 = cmpxchg i128* %a, i128 1, i128 1 seq_cst
+ %0 = cmpxchg i128* %a, i128 1, i128 1 seq_cst seq_cst
; CHECK: __sync_lock_test_and_set_16
%1 = atomicrmw xchg i128* %a, i128 1 seq_cst
; CHECK: __sync_fetch_and_add_16
diff --git a/test/Instrumentation/AddressSanitizer/test64.ll b/test/Instrumentation/AddressSanitizer/test64.ll
index 5b30fae..6390644 100644
--- a/test/Instrumentation/AddressSanitizer/test64.ll
+++ b/test/Instrumentation/AddressSanitizer/test64.ll
@@ -26,7 +26,7 @@ entry:
define void @example_cmpxchg(i64* %ptr, i64 %compare_to, i64 %new_value) nounwin...