Displaying 20 results from an estimated 4000 matches similar to: "winbind + pam - caching + intermittant delay ==~ bug?"
2016 Oct 10
2
problem with quota warning script execution, error 75
Output is 0 and mail is delivered.
[root at server quota]# ./quota-warning.sh 85 existing_mailbox at domain.com ; echo $?
0
----- Mensaje original -----
De: "Aki Tuomi" <aki.tuomi at dovecot.fi>
Para: dovecot at dovecot.org
Enviados: Lunes, 10 de Octubre 2016 11:37:26
Asunto: Re: problem with quota warning script execution, error 75
No,
./quota-warning.sh 85
2006 Jan 27
1
possible bug using -q -m -M combination?
Hello,
I've used oggenc with these options before:
$ oggenc -q3.0 -m 96 -M 225 somemusic.wav
But it's now encoding everything at 1.0kbps. The compression is *awesome*
but the found quality is somewhat lacking. Has something changed
recently, or am on crack (again)?
Cheers,
Geoff
Ps. I put the above example in the ifp-driver mailing list FAQ.. but now
I don't look so smart..
2012 Dec 19
0
loop start vs. kewl start for T1 interface
Is there a doc somewhere that explains when to use loop start vs. kewl start in certain situations? I've seen in a lot of posts that most people just say 'use kewl start', but nobody really explains why. It seems that if kewl start should be used 100% of the time then why is there even an option for loop start? After some research, it seems like there are 4 main loop start setup
2016 Oct 10
2
problem with quota warning script execution, error 75
Like this?
[root at server quota]# ./quota-warning.sh 85 existing_mailbox at domain.com ; echo $
$
Got message succesfully delivered.
----- Mensaje original -----
De: "Aki Tuomi" <aki.tuomi at dovecot.fi>
Para: dovecot at dovecot.org
Enviados: Lunes, 10 de Octubre 2016 11:14:01
Asunto: Re: problem with quota warning script execution, error 75
On 10.10.2016 11:49,
2006 Aug 31
2
Consulta sobre bases en R
Estimados,
Quisiera saber cuanto es el tamaño máximo de datos contenidos en mi base de
datos, que el software R puede llegar a procesar y soporta.
De antemano agradezco y envió un cordial saludo.
Marcela Corrales
CPData Optimum
[[alternative HTML version deleted]]
2011 Aug 20
4
I have a problem with R!!
Dear all
i?m working with a program i?ve made in R (using functions that others
created)
to run my program i need a sample. if i generate the sample using for
example, rnorm(n, mu, sigma) i have no problem
but if i obtain a sample from a column in excel and i copy it, the program
says that there is a mistake: it says "Error en `[.data.frame`(data,
indices) : undefined columns
2024 Jun 12
1
Congreso R Sevilla 2024: envío de comunicaciones hasta el próximo sábado 15 de junio
Hola buenas tardes,
En mi caso solicit? para dar un taller, supongo que todo est? en orden.
Un saludo y gracias
________________________________
De: R-help-es <r-help-es-bounces en r-project.org> en nombre de Francisco Rodriguez Sanchez <f.rodriguez.sanc en gmail.com>
Enviado: mi?rcoles, 12 de junio de 2024 12:04
Para: r-help-es en r-project.org <r-help-es en r-project.org>
2024 Jun 12
1
Congreso R Sevilla 2024: envío de comunicaciones hasta el próximo sábado 15 de junio
Buenos días
Este sábado (15 de junio) se cierra el plazo para enviar comunicaciones
para el próximo congreso de R en Sevilla (noviembre de 2024). Gran
oportunidad para presentar nuestro trabajo y aprender, con charlas y
talleres sobre datos, estadística, programación, docencia, tidymodels,
rspatial... Animamos a todos a asistir y presentar su trabajo
Toda la información del congreso está
2003 Sep 26
1
winbind and getent - fix ...
Greetings ...
Sorry for cross posting, but I have seen this problem on both lists ...
Okay, I am not sure if this is a problem only on RedHat using the
rpm, because I tried only with rpm installations ...
Install Samba3 from rom on RedHat 9. Configure and join domain,
kewl. Test winbind with wbinfo -u and -g, also kewl, but no answer from
getent passwd ... put in winbind in
2016 Oct 10
2
problem with quota warning script execution, error 75
Hi,
Im quite new to dovecot and im trying to run quota warning script with no success. Using "quota = count:User quota" and this script:
________________________
#!/bin/sh
PERCENT=$1
USER=$2
cat << EOF | /usr/libexec/dovecot/dovecot-lda -d $USER -o "plugin/quota=count:User quota:noenforcing"
From: support at company.com
To: $USER
Subject: Quota alert
Quota
2011 Sep 27
1
problem with switch function across R versions 2.10 and 2.13
Hello,
The following piece of code works fine in R.2.10 (ubuntu):
switch(distr,
normal = {if (is.infinite(param["desv"]))
n <- c(n,"La desv. estándar no puede ser Inf.")
if (param["desv"]<0)
n <- c(n,"La desv. estándar no puede ser <0.")
},
2016 Sep 30
2
Sacar el número de vez que ocurre algo
Buenas,
Tengo un data.frame con la siguiente esstructura:
Referencia Tiempo Valor
a 1 15
a 2 25
a 3 28
a 4 40
b 1 30
b 2
2007 Jul 26
1
Lohan the observable
Sorry, that name is a misnomer. However, I was excited to find that Ruby
has a built in Observable module and I''m pretty bored, so I apologize in
advance....
require ''observer''
# one who is observed
class Celebrity
include Observable
attr_accessor :name
attr_reader :is
def is=(val)
@is = val
changed
notify_observers(self)
end
end
# one who
2001 Nov 26
2
I need Help!
Hello!
I'm beginning to use R and I have a problem.
I've a data base of 1491 elements, I could create the points from this data frame but when I try to create the pairs the computer takes 30 minutes and a message appears: The memory limit was achieved!
Do you know how can I enlarge the memory size available for R in my computer?
I'll really appreciate your help.
Bye,
2013 Dec 20
2
Problemas con "encoding"
Buenas noches a todos,
Estoy descarganado tweets a través del paquete twitteR en dos sistemas
diferentes. La configuración del primero, un MacBook Pro, es
R version 3.0.2 Patched (2013-12-11 r64449)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] en_AU.UTF-8/en_AU.UTF-8/en_AU.UTF-8/C/en_AU.UTF-8/en_AU.UTF-8
attached base packages:
[1] compiler stats graphics grDevices utils
2006 Jun 17
1
Vamos fazer o lançamento do livro? (Brazil)
Hi, I apologize for a portuguese message at this group, but I am trying to
reach brazilians who read this great group. It''s about the release of the
first Ruby on Rails book for the brazilian audience.
Here it goes:
Galera, finalmente terminei de escrever o livro e entreguei o material
para a editora esta semana, agora resta esperar at? que eles nos digam
quando ser? a data do
2002 Nov 23
0
Intermittant hang in cmdscale (PR#2323)
Full_Name: Cam Webb
Version: 1.6.0 (fink X11 compile)
OS: Mac OS X (Jaguar)
Submission from: (NULL) (64.168.28.87)
This is an unpredictable, intermittant hang during cmdscale of the mva library.
Some data never cause a problem, other data always do, abut I can't track down
the difference in the structure of the data. Sometimes the function will work
for `difficult' data after it has
2016 May 18
0
intermittant passdb error
Problem worked-around.. After working on this for a couple of days, I
finally found this post;
http://askubuntu.com/questions/760026/problem-with-pam-authorization-in-dovecot
in /etc/dovecot/conf.d/10-master.conf uncomment this line;
#default_vsz_limit = 256M
and increase the vsz_limit. e.g.
default_vsz_limit = 512M
Seems like a bug/change in the recent build of PAM. Hopefully this helps
2004 Nov 26
1
Which is the best signalling for FXS
Hi All,
Which is the best signalling to use when connecting an FXS inteface on a
TDM400 to a standard telephone. I see that all examples use fxo_ks, but it
is my understanding that kewl start is really designed for connections to
the CO so that hangup etc. can be detected. So does it make any sense to
configure a telephone for fxo_ks? Or should it be configured for fxo_ls?
Regards
Garry Taylor
2006 Mar 06
1
Hangup issues
Hi !
I have some issues, i don't know exactly if it's a busy detection issue.
When i dial into the Asterisk box, and if i hang up before the Asterisk
answers with the IVR Welcome message, the Asterisk goes on with the call.
But, if i wait for the Asterisk to answer, and if i hang up, the Asterisk
hangs up too.
I have this parameters on zapata.conf:
busydetect=no