Displaying 3 results from an estimated 3 matches for "contein".
Did you mean:
contain
2004 Jun 15
1
R: slope estimations of teeth like data
...;- 0.03*x[1:100]+rnorm(100, mean=.001, sd=.03)
z <- 3-rep(seq(1,100,10),each=10)*.03+rnorm(100,mean=.001, sd=.03)
yy <- NULL
for( i in 1:10) yy <- c(yy,c(y,z)[1:floor(runif(1)*200)])
y.l <- length(yy)
plot(1:y.l, yy)
x axis is actually a time and y is a weight of gradually filled conteiner, which is
irregularly emptied. I want to do an hourly and/or daily averages of increases in
weight (it can by done by aggregate)
myfac <- gl(y.l/12,12,length=1271) #hopefully length is ok
y.agg <- aggregate(diff(yy), list(myfac), mean)
## there will be list(hod=cut(time.axis,"...
2005 Aug 25
0
[Fwd: Re:Dovecot] Finally PEBKAC was Failed authentication to a mysql database (bug or PEBKAC?)]
...localhost are differents things,
and if you copy the user (posta in my case), it doesn't copy the
password (and so it works without a password). And more: if you put
password, you have to flush privileges. Finally PEBKAC :|
> > One more question: how I can specify more different mysql-db conteining
> > different users?
> > I try in the following way:
> > passdb sql {
> > args = /etc/dovecot/dovecot-mysql_debord.conf
> > }
> > passdb sql {
> > args = /etc/dovecot/dovecot-mysql_django.conf
> > }
>
> This...
2005 Aug 09
6
Failed authentication to a mysql database (bug or PEBKAC?)
Hello,
I'm trying to setup a mailserver running postfix and dovecot with mysql
as database backend. Postfix is already running and delivers mails just
fine. Unfortunately, dovecot has great problems connecting to the
database (using username + password). If I disable the password,
everthing works fine. But, thats harakiri, security wise ;-)
I tried dovecot-1.0-stable and the latest