Displaying 20 results from an estimated 1100 matches similar to: "v2.0.0 released"
2010 Jul 04
5
dovecot-1.2.12 fails to build on Solaris 8 and 10
configure fails with :
configure: error: Unsupported off_t type
I am not too sure what off_t is needed but this is a pretty standard thing.
My configure line :
./configure --build=i386-pc-solaris2.10 --host=i386-pc-solaris2.10
--prefix=/opt/csw --with-zlib --with-ssl=openssl
--with-storages=mbox,maildir --with-libiconv-prefix=/opt/csw
Yes, the openssl libs are in /opt/csw/lib
Not sure what
2008 Aug 25
8
Slow and unpredictable Samba performance?
Hi!
I've installed Solaris 10 x86 (Core2Duo - x64) server, with Samba over ZFS
RAID-Z. Samba is a part of Active Directory Domain. I've managed to join it
to domain, to get the users and groups from A.D. and to translate them to
Unix IDs. Everything works really good. Samba is installed from the packages
from Solaris 10 DVD.
Only problem I have is the performance :( It's
2008 Oct 12
6
Compile help for Solaris 10 x86, samba 3.0.28a deficient?
Hi all,
I've got an ongoing battle with samba shipped with Sun Solaris 10 in
it's current form (Samba version 3.0.28a) not wanting to talk to my
OpenLDAP master correctly. Essentially, under certain conditions, this
behaviour is observed, in the log.smbd:
[2008/10/11 08:54:03, 1, pid=13610] libsmb/cliconnect.c:(1451)
Error connecting to 192.168.117.150 (Connection refused)
2010 Jun 14
1
v2.0.beta6 compilation problem under Solaris 9
Hello,
compiling dovecot-2.0.beta6 under Solaris 9 runs into an error.
I use the following setup:
CC=cc
export CC
CPPFLAGS='-I/usr/local/include'
export CPPFLAGS
CFLAGS='-fast -xarch=v8plusa'
export CFLAGS
LDFLAGS='-L/usr/local/lib -R/usr/local/lib'
export LDFLAGS
./configure --help
./configure --prefix=/opt/local
./gmake
......
Making all in lib-imap
gmake[3]: Entering
2015 Apr 08
2
dovecot-2.2.16 compilation problems under Solaris Studio 11
Hello
here are two problems I get when I compile dovecot 2.2.16 under
Solaris 10 with Studio 11 Compiler:
gmake[4]: Entering directory
`/net/fileserv/export/sunsrc/src/dovecot-2.2.16/src/lib'
source='test-array.c' object='test_lib-test-array.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-test
2010 Aug 18
1
Error: Index file too large ? 904 bytes ?
My 1.2.13 build is giving me errors based on the same conf file that was working perfectly for 1.2.12 :
Aug 18 03:28:27 IMAP(dclarke): Error: Index file too large: /var/mail/dclarke/dovecot.index
Aug 18 03:28:27 IMAP(dclarke): Fatal: block_alloc(2147483648): Out of memory
Aug 18 03:28:27 dovecot: Error: child 12560 (imap) returned error 83 (Out of memory - see mail_process_size setting)
The
2008 Jan 23
2
PATCH: compile dovecot-1.1.beta14 with gcc 2.95
Hi,
I patched dovecot-1.1.beta14 to compile under gcc 2.95. __builtin_expect
and __attribute__((malloc)) are only available since gcc 3.0, and
__builtin_types_compatible_p since 3.1.
Also the flexible array members (char a[]) are not available for gcc
2.95. So I replaced them with zero-extent arrays (char a[0]), which
should also work, but that is gcc specific. A general pointer (char* a)
should
2008 Sep 29
4
static libgcc issue on solaris 8
Hello all,
little question. Has somebody already compiled samba on SunOS 5.8
because I cannot statically link libgcc libraries.
I already tried "gcc -static-libgcc", added "-lgcc_s" to LIBS variable
but always the same result.
Below resulted compiled binary ..
# ldd bin/ntlm_auth
libthread.so.1 => /usr/lib/libthread.so.1
libsendfile.so.1 =>
2008 Sep 04
3
Inexistant file displayed by samba
Hello,
Running 3.2.0, and in one of my share, a file named TABAFK~V
appeared, but is not present on the underlying filesystem.
The file can't be removed from a windows client (even a member of
domain admins).
Not that it is distrubing, but you know...
Fran?ois
2010 Jul 06
1
Jul 06 13:00:50 dovecot: Warning: I/O leak: 806ef10 (36)
I'm currently fighting my way through the dovecot configuration pages and
endless options to see if I can just get my mail from the server. Thus far
no joy but dovecot seems to be working if I could figure out the
configuration. My process thus far has been :
1) read docs
2) try a config change
3) fail
4) goto (1)
I just saw an error while trying to read my /var/mail/dclarke good 'ol
2007 Jan 08
11
NFS and ZFS, a fine combination
Just posted:
http://blogs.sun.com/roch/entry/nfs_and_zfs_a_fine
____________________________________________________________________________________
Performance, Availability & Architecture Engineering
Roch Bourbonnais Sun Microsystems, Icnc-Grenoble
Senior Performance Analyst 180, Avenue De L''Europe, 38330,
Montbonnot Saint
2006 Jun 09
3
sqlSave() and rownames=TRUE makes my Rgui crash
Hello,
I created a table in MySQL with this command
CREATE TABLE example (pk INT NOT NULL AUTO_INCREMENT,PRIMARY KEY(pk),
id VARCHAR(30),col1 VARCHAR(30),col2 VARCHAR(30))
### In R, I can connect to this table:
library(DBI)
library(RODBC)
chan <- odbcConnect("MySQL51", uid="root", pwd="xxx")
first <- sqlQuery(chan, "select * from example")
2010 Jul 06
2
Jul 06 00:06:15 dict: Error: dict client: Broken handshake
After building and install dovecot I then made my own self signed SSL
certs and placed them carefully into the correct places :
Thus :
# grep -v "^#" dovecot-openssl.cnf | grep -v "^$"
[ req ]
default_bits = 1024
encrypt_key = yes
distinguished_name = req_dn
x509_extensions = cert_type
prompt = no
[ req_dn ]
C=CA
ST=Ontario
L=Toronto
O=Blastwave
OU=IMAP server
2010 Sep 18
0
dovecot-2.0.3 : Am I missing anything here ?
I'm just asking if there is anything else that needs to be added at all. I
seem to have everything linked in from soup to nuts but I want to be sure
that a basic or essential feature is not being overlooked for forgotten :
[titan] elfdump -d .libs/auth | grep NEED
[0] NEEDED 0x3084 libdovecot.so.0
[1] NEEDED 0x3055 libpam.so.1
2008 Apr 17
3
php5 and postgresql 8.2/8.3
Hi.
I have installed php5 with support for postgresql (php5-pgsql). If I
install postgresql-client ver. 8.2.7 or 8.3.x apache (httpd)
core-dumps. If I install postgresql-client 8.1.11 or 8.2.6 apache does
not core-dump.
This is the output (backtrace) from gdb:
(gdb) bt
#0 0x000000080651c340 in ?? ()
#1 0x000000080094ebd5 in puts () from /lib/libc.so.7
#2 0x000000080094f1ee in gethostbyname
2010 Aug 15
4
Upgrade to 2.0 - Not so smooth
Starting Dovecot Imap: Fatal: service(pop3-login) User doesn't exist:
dovenull
Just some real time feedback. I don't know what dovenull user is or why
it is necessary.
2008 Jul 04
1
Samba 3.2.0 doesn't compile under Solaris8
Dear All,
Yesterday I downloaded the latest Samba release 3.2.0 and tried to compile
it against blastwave.org packages, as I always do. But it fails with error:
"/usr/include/sys/termios.h", line 38: warning: macro redefined: CTRL
"./librpc/gen_ndr/srvsvc.h", line 232: warning: enumerator value overflows
INT_M
AX (2147483647)
"./librpc/gen_ndr/srvsvc.h", line 235:
2012 Feb 06
6
schily tools
Hey folks,
I'm reading up on gtar for tape archiving and it sounds kind of nasty and
not something I really want to rely on.
It looks like star from the schily tools is preferred. I'm using Centos
(and RHEL) 5.7 which seems to have star but not sdd.
Which leads me to believe that the Schily tools are maybe a bit "rogue"
My basic requirement with what I'm doing is to use
2010 Oct 18
10
dovecot genesis v2.0.X
V2 of dovecot has had the following releases (to recap)
2.0.0 2010-08-16
2.0.1 2010-08-24
2.0.2 2010-09-08
2.0.3 2010-09-17
2.0.4 2010-09-26
2.0.5 2010-10-01
I am on FreeBSD, and the port committers want to wait till
dovecot V2 "stabilizes" prior to adding it to the FreeBSD
ports base.
So, my question is, respectfully, is dovecot V2.0.5 stable enough
for prime-time on a busy ISP
2008 Jul 08
3
antispam plugin, amavis and sa-learn
Hello,
I would like to use the Dovecot antispam plugin to train SpamAssassin via
sa-learn. I compiled the plugin and got it to work with the sendmail
backend, which I tested by having it send a message to me.
As I'm calling SpamAssassin with amavisd-new, I have a system-wide Bayes
db, maintained by the amavis user. As expected, the antispam plugin calls
the configured binary as the mail user