Displaying 20 results from an estimated 2000 matches similar to: "Thunderbird 1.5 and dovecot 1.0 beta 3 problem"
2017 Feb 02
6
Compiling Dovecot on Solaris 10
Hello,
I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
test-ioloop.c: In function `test_ioloop_pending_io':
test-ioloop.c:188: error: size of array `type name' is negative
My configuration is like this:
Install prefix . : /usr/local
File offsets ... : 64bit
I/O polling .... : poll
I/O notifys .... : none
SSL ............ : yes (OpenSSL)
GSSAPI ......... : no
2008 Apr 01
2
Unknown internal error
Hello,
I just found this message in our dovecot logfiles:
"Disconnected: BUG: Unknown internal error"
Should I worry about this ?
There are no complaints yet (although it is not limited to one user).
It seems to occur with different clients (Apple/MacOS mail,
Windows/Thunderbird, Pine).
We're running dovecot 1.0.10 on Solaris 10 with mboxes (NFS)
and local index storage. There are
2005 Feb 28
5
Too many open files, etc.
Hello,
a few days ago I switched out UW-server installation to
dovecot 0.99.14 (Solaris 9). There were a few client issues,
but mostly the migration was ok.
But I have still some questions/problems:
+) dovecot-auth: ... PAM: pipe() failed: Too many open files
I increased the max. number of open files. Is this normal
behaviour, that more than 512 open files are needed ?
+) we're using mbox
2008 Jan 25
3
symbolic links to root node
Hello,
I have a question about the way Dovecot limits file system access.
Currently we're using Dovecot 1.0.5 (Solaris 10).
In some cases users have a symbolic link like "z: -> /" in their
mail directory. As a result there are log entries like
Jan 25 13:30:31 imap1 dovecot: [ID 107833 mail.error] IMAP(xyz):
2011 Apr 18
4
Solaris hardware crypto engines
Hello,
I tried to find out how about to use the hardware crypto engines under
Solaris (Sun Fire T2000). It seems, that its not just a compilation issue:
> For operations that are to be offloaded, it is necessary to restrict use to subset
> of OpenSSL functions (the EVP_ functions) and explicitly indicate the use of
the PKCS11
> engine; something like the following works for bulk
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 Dec 14
2
1.0alpha5: fcntl() locking problem
Hi,
My setup: Solaris 9, /var/mail is NFS mounted from another
Solaris 9 box, home directories and dovecot index stuff is
on local ufs filesystems. I upgraded from alpha4 to a5 about
36 hours ago. Dovecot is configured like so during the build:
VERSION=1.0.alpha5
CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib \
./configure
2017 Feb 03
2
Compiling Dovecot on Solaris 10
Hi,
thank You for a reply, compiling with Solaris Studio 12.5 solved this case.
Martin Preen <preen at informatik.uni-freiburg.de> ra??:
> Hello,
> I don't have problems building 2.2.27 on Solaris 10
> (using Sun Workshop compiler 5.11).
>
> The configuration is the same as your.
> Maybe a compiler/version problem on your system ?
>
> Regards,
> Martin
>
2005 Apr 12
2
assertion failed in 1.0-stable
Hello everybody,
I get the following assertion error with dovecot 1.0-stable when
accessing a large folder:
file istream-raw-mbox.c: line 383 (istream_raw_mbox_get_body_size):
assertion failed: (rstream->body_offset != (uoff_t)-1)
There is no error when using dovecot 0.99.14.
Any ideas ?
Martin
-----------------------------------------------------------------
Martin Preen, Universitaet
2009 Mar 18
2
panic in dovecot 1.1.12
Hello,
with some mbox folders I got this error:
Mar 18 14:48:12 imap2 dovecot: [ID 107833 mail.crit] Panic:
IMAP(xyz): file charset-iconv.c: line 122: unreached
I assume that this is related to the folder contents (and not
the configration). What does that mean to me ?
Martin
---------------------------------------------------------------
Martin Preen, Universit?t Freiburg, Institut f?r
2005 Feb 02
1
assertion failed in imap-bodystructure.c
Hello,
I'm currently testing dovecot/imap (Version 0.99.13).
I found this in the log:
imap(xxxxx): [ID 265587 mail.crit] file imap-bodystructure.c: line 278
(part_parse_headers): assertion failed:
(part->physical_pos >= input->v_offset - start_offset)
dovecot: [ID 684838 mail.error] child 7376 (imap) killed with signal 6
The user tried to setup a new folder (with Thunderbird)
2009 Mar 18
1
NFS-error with dovecot 1.1.12
Hello,
I'm testing version 1.1.12 and occasionally there is
Mar 18 14:40:44 imap2 dovecot: [ID 107833 mail.error] IMAP(xyz):
nfs_flush_file_handle_cache_dir: rmdir(/home/xyz) failed: Device busy
It seems that it is related to a crash of the previous imap process
of that user. And it doesn't seem to cause any problems. So can it
safely be ignored ?
It is on Solaris 10. Index storage
2009 Mar 19
1
largefile question
Hello,
currently we're using version 1.0.13 with 32bit file offsets.
Is it safe to switch to a new version with largefile support
enabled ?
We want to reuse existing index/cache or do we have to
expect errors with that ?
Regards.
Martin
---------------------------------------------------------------
Martin Preen, Universit?t Freiburg, Institut f?r Informatik
Georges-Koehler-Allee 52, Raum
2012 Jan 25
3
fsck
Hello,
We are running units in the field that are headless. Sometimes we get units returned
that we when we boot them up have some type of filesystem inconsistency that the default preen
doesn't fix but running fsck -y does.
I want to eliminate the -p (preen option) and always do the -y option anyone know where
to make this change?
Thanks,
--
Stephen Clark
*NetWolves*
Director of
2015 Oct 22
2
C_LogLin (stats/loglin)
Hi everyone,
I have a question regarding a C function of the "stats" package in R.
I tried to understand the ?loglin? basic function of the ?stats?
package implemented in
R. The implemented function itself runs without any problem (perhaps
see sample). When I
ran it line by line it stopped at the lines 23-24 of the
loglin-function; (the following line):
z <- .Call(C_LogLin,
2008 Sep 26
2
ANOVA between & within variance
hi,
is there an option to calculate the 'within' & 'between' group variances
for a simple ANOVA (aov) model (2 groups, 1 trait, normally distr.) ?
or do I have to calculate them from the Sum Sq ?
thanks for your time and greetings,
gregor
--
Gregor Rolshausen
PhD Student; University of Freiburg, Germany
e-mail: gregor.rolshausen at biologie.uni-freiburg.de
tel. :
2017 Feb 03
0
Compiling Dovecot on Solaris 10
Hello,
I don't have problems building 2.2.27 on Solaris 10
(using Sun Workshop compiler 5.11).
The configuration is the same as your.
Maybe a compiler/version problem on your system ?
Regards,
Martin
Mantas Gegu?is wrote:
> Hello,
>
> I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
> test-ioloop.c: In function `test_ioloop_pending_io':
>
2003 Jan 31
1
svm regression in R
Hallo,
I have a question concerning SVM regression in R. I intend to use SVMs for feature selection (and knowledge discovery). For this purpose I will need to extract the weights that are associated with my features. I understand from a previous thread on SVM classification, that predictive models can be derived from SVs, coefficiants and rhos, but it is unclear for me how to transfer this
2011 Mar 30
1
wrong calculation of R-squared in summary.lm
Dear all,
I just stumbled upon the fact, that when I perform a regression on
multivariate responses, that are not centred, I get a ricilulously high
R-squared value. After reading the code of summary.lm, I found a bug in
the function summary.lm:
mss is calculated by:
mss <-sum((f - mean(f))^2) - where f are the fitted values.
This works only for a single response variable, because
2011 Jul 29
5
coordinates from locator function in POSIXct format
Dear R-list,
I have a plot with y-axis corresponding to wind measurments
and x-axis with date-time information.
When I want to identify some extrem wind events in the
wind-curve, I use locator() to get the exact
date-information, by clicking in the points in graph I?m
interested in.
I get in the R console the x and y coordinates.
The x coordinates are not in a POSIXct format, I guess R is