similar to: command line options

Displaying 20 results from an estimated 10000 matches similar to: "command line options"

2006 Dec 14
1
Actually what is the SQL DB used for?
Is a RDBMS required for Dovecot to run in small (SOHO) environments? (Does it store indexes to the mail, etc.?) Or is it strictly leveraged for larger-scale environments? I'm asking, because the INSTALL says ./configure and make is enough for most...but as my previous post requested...there isn't anywhere that lists Required Packages/Software. We need to get that out there before 1.0RC
2007 Jan 24
1
building with SSL support in non-std directories
I'm trying to get configure to find the right libs/includes to build with SSL support (openssl), but it just seems to refuse! I tried passing " --with-ssl=openssl --with-ssldir=/usr/local/ssl ", but this didn't seem to help. In /usr/local/ssl is: drwxr-xr-x 2 root root 4096 2006-12-11 13:25 bin drwxr-xr-x 2 root root 4096 2006-12-11 12:15 certs drwxr-xr-x 3 root root 4096
2017 May 29
3
MySQL issue
Hello. It appears that I have an issue with my dovecot setup. When trying to authenticate, i get this error: May 28 20:18:26 AmaechiJ dovecot[10516]: imap-login: Login: user=< aj at example.com>, method=PLAIN, rip=, lip=, mpid=10879, TLS, ses...QOQBg9rlR> May 28 20:18:42 AmaechiJ dovecot[10516]: imap(aj at example.com): Connection closed in=116 out=1311 May 28 20:20:32 AmaechiJ
1998 Aug 17
3
Word 97 and permission problems
Question for Everyone, We are running 1.9.18p8 on hpux 10.20. This particular machine has a directory called docommon that is writable by anyone. The problem we are having is that whenever someone opens a file with word 97, then saves it, they own the file and the permissions are -rw-r--r--. Thus, no one else can open the file. How can we make the files keep the -rw-rw-rw setting? Please
2017 May 29
1
mailserver.users does not exist
Hello. It appears that I have an issue with my dovecot setup. When trying to authenticate, i get this error: May 28 20:18:26 AmaechiJ dovecot[10516]: imap-login: Login: user=< aj at example.com>, method=PLAIN, rip=, lip=, mpid=10879, TLS, ses...QOQBg9rlR> May 28 20:18:42 AmaechiJ dovecot[10516]: imap(aj at example.com): Connection closed in=116 out=1311 May 28 20:20:32 AmaechiJ
2004 Aug 02
3
App.c
Can someone tell me where I can get just app.c from. Mine somehow got corrupted, and no updates or anything else will fix it. I just need the one file from the latest cvs. 8-1-04. Please help
2012 Aug 07
4
help to program my function
HI >i have a problem please help me to solve it: http://r.789695.n4.nabble.com/file/n4639434/aj.pdf aj.pdf >i want to calculate the vecteur a[j] where j: 1...8 >this is the code in R: >aj.fun <- function(j, i, X, z, E, beta0, beta1){ + n <- length(X) + iX <- order(X) + iz <- order(z) + e1 <- -(beta)*z[ iz[1:(i - 1)] ] + numer <- E[j] - sum( X[ iX[1:(i - 1)] ]
2012 Aug 07
4
Execution of a function
Hi >i have aproblem withe execution of my function >first, i wrote my function in the script of R >nom_fonction <- function(arg1[=expr1], arg2[=expr2], ...){ bloc d'instructions } > when i want to have the result i mean the laste instruction in the bloc of > instruction , i try to >wrote the name of function >source(aj.fun) Error in readLines(file, warn =
2012 Mar 16
3
Cosinor
Hola, ¿qué tal?: Tengo la siguiente duda: Para el caso del Cosinor Simple: Y = M + A * cos(2*pi*t/T + phi) + error Cuando T conocido, podemos asumir: Y = M + beta * X1 + gamma * X2 + error, siendo X1 = cos(2*pi*t/T) y X2 = sin(2*pi*t/T) En este caso (Cosinor simple) el modelado lo llevo a cabo del siguiente modo: lm( y ~ X1 + X2) Para el caso de componentes múltiples: Y = M + ?Aj *
2012 May 09
2
Memoria de R y bucles for
Buenos días: A ver.... una duda muy general, y otra más específica... Después de haber conseguido tratar con R.... y hacer un script de 161 páginas... es hora de empezar a hacer bucles para reducirlo a menos de 5 hojas.... el primer problema que me encuentro es que se queja de que el vector de datos que intruduzco (una base de datos de 11 años) es demasiado grande; tengo segun R... un vector de
2006 Dec 13
1
NEWBIE: Package Requirements List?
I can't seem to find a succinct listing of the packages (and optional packages) required to compile dovecot. I see references to various RDBMS's, but nothing that says I actually _require_ one, etc. I see references to openssl, but similarly, I don't see that it's technically required. Is there a link I'm missing that indicates the pre-conditions (pre-installed/configured
2013 Apr 09
2
R crash
I have a generalized linear model to solve. I used package "geepack". When I use the correlation structure "unstructured", I get a messeage that- R GUI front-end has stopped working. Why this happens? What is the solution? The r codes are as follows: a<-read.table("d:/bmt.txt",header=T")
2003 Oct 25
6
cdr_mysql.so
Can anyone give me presise instructions on how to compile cdr_mysql.so? When I initially installed asterisk on the system, I didn't have mysql installed. Since then I have installed mysql, created the database and table structure for cdr_mysql and placed the appropriate settings in the cdr_mysql.conf file. However when I do a show modules at the CLI I cannot find cdr_mysql.so.
2003 Aug 17
4
Grandstream Budgetone
Does anyone know what the Grandstream Budgetone is going for $$$ in the US? I didn't immediately see pricing on the phones page. AJ
2005 Aug 08
5
In-Line List Editing with AJAX
I''m trying to write an interface for editing many-to-one relationships with AJAX. Picture the to-do editor in Backpack (and, to a lesser extent, Basecamp) and you''ll have a good idea of what I''m trying to do. I''ve almost got everything working: the ''edit'' link hides the stored data and replaces it with a form, and the data is updated in the
2005 Jun 03
2
Simplify formula for iterative programming
Dear R-ians, I am looking for the simplification of a formula to improve the calculation speed of my program. Therefore I want to simplify the following formula: H = Si (Sj ( sqrt [ (Ai - Aj)?? + (Bi - Bj)?? ] ) ) where: A, B = two vectors (with numerical data) of length n sqrt = square root Si = summation over i (= 0 to n) Sj = summation over j (= 0 to n) Ai = element of A with index i Aj
2015 Nov 11
2
Problema con la lectura de datos
?Hola, A mí me funciona la importación directa. Previamente he guardado la hoja de Excel en .csv (separado por ";"). Y hago sin problemas la correlación entre dos variables (las dos primeras). > datIn <- read.csv("Variables.csv", header=T, as.is=T, sep=";", dec=",") > head(datIn) EMPRESAS AA AB AC AD AE AF AG AH AI
2008 Jul 04
1
Parser Functions
Hi All, Just wanted to put feelers out to see how many people would be interested in having some more extended string operations added to the mainline. e.g. gsub/split.. http://git.black.co.at/?p=module-common;a=blob_plain;f=plugins/puppet/parser/functions/gsub.rb;hb=HEAD http://git.black.co.at/?p=module-common;a=blob_plain;f=plugins/puppet/parser/functions/split.rb;hb=HEAD Also kinda wanted
2016 Mar 09
1
Question on Opus UDP payload
Hi there, Im trying to understand the structure of an opus UDP payload. Recently i capture a test audio containing opus codec. I notice that some packets contains the same number of payload block.(e.g.58 bytes) When i look at the UDP data i see the first few four bytes were having these hex representation, 0x0d 0x80 0x5d 0xeb Can someone explain to me the meaning of the first four bytes in the
2003 Oct 27
3
OT Vonage soft phone
In taking a cursory browse at Vonage's site today, I noticed they are now offering a soft phone. Has anyone had any experience using this? And does this possibly open new opportunities for using Vonage with Asterisk? Just thinking outloud on the list, soliciting thoughts and experiences from others. AJ