Displaying 20 results from an estimated 90000 matches similar to: "Starting Dovecot alpha4 at boot up on Suse 10?"
2005 Nov 28
1
dovecot 1.0.alpha4 hangs at auth
I'm using dovecot 1.0.alpha4 on a freebsd 5.3 i386 system. Dovecot is 
configured to use mysql authentication and I'm running mysql 5.0.15 . 
Everything works fine, but after a period of inactivity (20-30 minutes ) 
when I connect and try to authenticate it just hangs.
I noticed that the dovecot-auth worker process is not running anymore...
from looking at the source code I understand that
2008 Nov 25
0
Released Sieve v0.1.1 and ManageSieve v0.11.2 for Dovecot v1.2.alpha4
Hello Dovecot users,
Since the first release of the new Sieve implementation, not that many
bugs were reported. This is probably due to the fact that it is not
tried yet by that many people. In the mean time, I did find and fix some
more bugs myself,  I adapted to changes in Dovecot, wrote some more
documentation and started work on the enotify extension.
Both Sieve and ManageSieve were changed
2008 Nov 24
0
Released Sieve v0.1.1 and ManageSieve v0.11.2 for Dovecot v1.2.alpha4
Hello Dovecot users,
Since the first release of the new Sieve implementation, not that many 
bugs were reported. This is probably due to the fact that it is not 
tried yet by that many people. In the mean time, I did find and fix some 
more bugs myself,  I adapted to changes in Dovecot, wrote some more 
documentation and started work on the enotify extension.
Both Sieve and ManageSieve were
2005 Feb 16
5
Repeating grey scale in graph?
Dear R users,
Could somebody tell me why the grey color ramp is repeated in this 
graph, eventhough the ramp values go from 0 to 1? I must be missing 
something obvious, but I can not see it!
z <- 
c(0.064329041,0.117243316,0.161565116,0.19923015,0.231642175,0.259835539,0.284571226,
0.038507288,0.094184749,0.140959431,0.180803984,0.215159105,0.245096084,0.271412845,
2005 Jun 10
2
Replacing for loop with tapply!?
Dear all,
We have a large data set with temperature data for weather stations 
across the globe (15000 stations).
For each station, we need to calculate the number of days a certain 
temperature is exceeded.
So far we used the following S code, where mat88 is a matrix containing 
rows of 365 daily temperatures for each of 15000 weather stations:
	m <- 37
	n <- 2
	outmat88 <- matrix(0,
2005 Aug 15
3
How to repeat code snippet for several variables in a data frame?
Dear all,
I have a data frame containing the results of an experiment. Like this:
a<-seq(1,4,by=1)
b<-seq(1,2,by=1)
test<-expand.grid(b,a,a)
colnames(test)<-c("replicates","bins", "groups")
test$abc <- rnorm(32)
test$def <- rnorm(32)
test$ghi <- rnorm(32)
test
The following code snippet aggregates the data for one variable and then 
draws a
2005 Feb 18
3
Hosting a R Graph Gallery?
Dear R users,
Following some of the recent questions and discussions about the R 
plotting abilities, it occurred to me again that it would be very 
valuable to have an R graph gallery.
Eric Lecoutre made a very nice example in:
http://www.stat.ucl.ac.be/ISpersonnel/lecoutre/stats/fichiers/_gallery.pdf
It would be very useful to many beginners, but probably also advanced 
users of R, to have an
2005 Nov 03
0
Ambiguous ..... problem using Dovecot v1.0.alpha4 on OpenBSD 3.8
I verified that "default_mail_env" on my dovecot configuration file are "maildir:" correctly prefixed and ... permissions of /var/mail/mydomain and /var/mail/mydomain/myuser are 2755 and owner is root:mail. 
Dovecot user is member of mail group.
I'm sure that isn't an authentication problem.
I've tried some days to understand and to find over internet but I've
2005 May 13
5
Conflict between xtable and Hmisc when using Sweave?
Dear R users,
The Sweave code below runs fine, as it is. However, an error occurs when 
the line 'library(xtable)' is uncommented:
Error:  chunk 1
Error in "label<-"(`*tmp*`, value = "month") :
         no applicable method for "label<-"
Is anybody aware of this and knows a workaround?
Thanks,
Sander.
*******************
2005 May 24
1
How to get special (Hershey) font symbols into plot axis labels? [Revisited]
Dear R users,
I would like to use sub- and super-script in axis labels. I assume this 
is best done using Hershey symbols. When trying to find information on 
using Hershey font symbols in axis labels, I came across the following 
discussion thread:
http://maths.newcastle.edu.au/~rking/R/help/02a/1857.html
Have Hershey font implementations moved on since then?
Thanks,
Sander.
-- 
2008 Dec 10
2
dovecot 1.2 Alpha4 shared folders
Hi,
I'm trying to setup shared folders with alpha4 but didn't succeed until now.
Here is my dovecot -n :
# 1.2.alpha4: 
/etc/dovecot.conf                                                                                              
# OS: Linux 2.6.26.5 i686 Mandriva Linux 
2009.0                                                                              
base_dir: 
/var/run/dovecot/ 
2005 Jun 03
2
How to 'de-cross' a table?
Dear R users,
I have received a table in the following format:
id  a   b  c1  c2  d1  d2
1   1   1  65  97  78  98
2   1   2  65  97  42  97
3   2   1  65  68  97  98
4   2   2  65  97  97  98
Factors of the design are: a, b, and e, where e has levels c and d. The
levels c and d then have 2 replicates (r) each.
Now I would like to get:
id  a   b   e   r  value
1   1   1   c   1  65
2   1   1 
2005 May 04
1
Plotting means and confidence intervals by group factor using lattice graphics?
Dear R graphics gurus,
Another question about lattice graphics. This time I would like to plot 
means and confidence intervals by group factor in a lattice graph. I can 
not find any working lattice examples. Maybe a custom panel function is 
the answer, but that is a bit beyond me for now.
The individual plots within the lattice graph could look like this:
# Example with confidence intervals
2004 May 17
1
Plotting Time against Date for time series data?
Dear all,
I have a data set containing GPS fixes of animal locations. To check that 
the GPS's are working properly, I would like to plot the time of the fixes 
(y-axis) against the date of the fixes (x-axis). If all works well, the 
plot should show four regular fixes per day. The x-axis should be labelled 
with month/year (i.e. 11/04) and the y-axis by hour from 00 to 24. I would 
like to
2005 Apr 22
1
Help needed with lattice graph!
Dear R users,
If I manage to sort out this graph, it is certainly a candidate for the 
new R graph gallery 
(http://addictedtor.free.fr/graphiques/displayGallery.php)!
I created the following lattice graph:
library(lattice)
tmp <- expand.grid(geology = c("Sand","Clay","Silt","Rock"),
   species = 
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.
2005 May 27
3
Soil texture triangle in R?
Dear R users,
has anybody made an attempt to create the soil texture triangle graph in 
R? For an example see here:
http://www.teachingkate.org/images/soiltria.gif
I would like to get the lines in black and texture labels in gray to 
allow for plotting my texture results on top.
Any examples or suggestions are very welcome!
Thanks in advance,
Sander.
-- 
2007 Jun 27
1
Dovecot and SUSE 10: inotify_init()
Hello all,
Since my migration to SUSE SLES 10, I have a new error message :
dovecot1 dovecot: IMAP(damien.chambe at egs-gestion.fr): inotify_init()
failed: Too many open files
It seems to occurs when thunderbird is idle, or when I click on sub folders
I have a ulimit for open files a bit low, 1024
I have changed to 4096, but same error message.
It has no visible consequences. I am on dovecot
2003 Dec 29
0
SuSE 9.0 PXE boot problem
Hi,
since my notebook's CD-ROM drive is dying slowly I tried to install SuSE
Linux 9.0 Prof. from my existing PXE/DHCP/TFTP server which already has
working configs for 8.0 and 8.2:
label 8.0
  kernel kernel-8.0
  append initrd=initrd-8.0 acpi=off apm=off install="nfs://192.168.20.1/pub/suse/SuSE-8.0"
label 8.2
  kernel kernel-8.2
  append initrd=initrd-8.2 acpi=off apm=off
2005 Mar 17
0
Landscape indeces analysis methods as an R package!?
Dear Barry,
Thanks for your stimulating reply. As you see I have send a CC of this 
reply to the R mailing list. The R mailing list will be the best place 
to send your queries. You can subscribe here: 
http://www.r-project.org/mail.html
 I would think there is an interest in the provision of landscape 
indices analysis methods in R. There are several packages for landscape 
indices analysis