similar to: Word 97 and permission problems

Displaying 20 results from an estimated 2000 matches similar to: "Word 97 and permission problems"

2006 Dec 15
3
Problem Joining an XP CPU to Samba Domain
Hello, I have an XP (SP2) CPU that has just been reloaded with the OS (hard drive was reformatted). The NIC works and I can access the Internet with no problem. When I join the CPU to the domain (there are many other CPUs already on this domain), it joins. After the mandatory reboot, if I try to log in using a domain account, I get an error saying the username and password are incorrect. I
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
2003 Jul 25
7
can't get musiconhold to work
I can't seem to get musiconhold to work. I'm running asterisk on a RH9 box, I have the mpg123 package installed. In my zapata.conf file I have the line MusicOnHold=default . In my musiconhold.conf file, in the classes section I uncommented default and loud. In my extensions.conf file I have a set musiconhold line. However if I get a call and I either put it on hold or hit flash
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 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)] ]
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
2006 Jul 21
5
How to display data using helpers and collections
## application_helper.rb def name_field(object, options = {} ) html = "" html << "Title : " + select(object, ''title'') html << "Given Names :" + text_field(object, ''given_names'' html << "Family Name :" + text_field(object, ''family_name'' html end ## index.rhtml <div
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 *
2008 Oct 28
7
RHEL4 = Use "yum"
Hello guys, I would like to configure my puppet to use "yum" instead "up2date" (default RHEL4). How can I do this? :) Thanks! -- Tiago Cruz Linux User #282636 Mandriva Conectiva PRO Certified Linux Instructor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To
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
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.
2012 Jul 15
4
extracting rows and columns from a big matrix
Hi there and thanks in advance. I have a large symmetrical matrix stored in a text file. After load in R I would like to extract the same number of columns and rows (symmetrical submatrix) using their labels. I have tried this code in order to extract columns, but R console gives me the "+" sign at the end of the code, pointing out incomplete command, so it is not working:
2011 Nov 21
1
vigor 2920 problems
One of our clients has a Draytek Vigor 2920- their natted Snom phones behind it are registered to an Asterisk 1.4 server on an external public IP. I've set QOS, bandwidth management and turned off the SIP ALG via telnet but I'm still having some problems with some of the phones losing registration if Asterisk is restarted. I can see the phones sending SIP REGISTER messages, but they
2008 Jun 25
1
global zone snapshots
Is it possible to give access to the snapshots of a global zone (through lofs perhaps?) into a zone? I recall that you can''t just delegate a snapshot dataset into a zone yet, but was wondering if there is some lofs magic I can do? Thanks
2006 Jan 10
8
first ajax demo in Rails book - does it work for anyone?
Just tried the first AJAX example in the rails book (p.391-392, the ''word guessing'' thing), and the AJAX partial used seems to render as a full page. I''m not sure whether it''s a) a partial bug b) some interaction between ajax and partials c) a change since the book came out or d) pilot error I''ve checked the errata pages and it''s flagged up
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
2006 May 24
1
multiple destinations in duration (survival) analysis
Hi, I'm trying to estimate a (parametric) competing risks model in the context of duration (or survival, if you wish) analysis. That is, instead of studying the transition of subjects to "death", I wish to study the transitions to multiple *destinations* (which is different from studying multiple *durations*, or recurrent events). I am more interested in the hazard function rather
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
2003 Jun 07
4
Another PRI based question
In speaking to the representative at Verizon, we came to the conclusion that DID numbers were not the correct solution; however we were told by Verizon that they could do something called assign individual numbers to the PRI. What this would in effect do is give us an additional phone number that we would like to route to a specific extension; however unlike the DID number, it would not be
2008 Oct 23
3
high cpu load
I think I have narrowed down the problem why smbd processes are soaking up so much CPU on our file server. Here are some selected samples from strace output as I attached to the offending smbd process: Culprit #1 I took three sample snapshots, each lasted for several seconds, and I took them minutes apart from each other. I noticed many lines involved stat'ing the a single file in the