search for: rigth

Displaying 20 results from an estimated 160 matches for "rigth".

Did you mean: right
2003 Dec 17
1
repeated measures aov problem
Hi all, I have a strange problem and rigth now I can't figure out a solution. Trying to calculate an ANOVA with one between subject factor (group) and one within (hemisphere). My dependent variable is source localization (data). My N = 25. My data.frame looks like this: > ML.dist.stack subj group hemisphere data 1 1...
2002 Nov 13
1
[Samba 2.2.6] share permissions override Unix rigths?
Hi All! I have Samba 2.2.6 installed on Solaris 8 SPARC. Samba is authenticating users against LDAP (Netscape Directory Server 4.12) One of my directories has rights as following (using synonyms): d rwx r-x --- owner : growner VOL5 I have another user USER1 whose primary group membership is GROUP1, supplementary groupmembership GROWNER. My Samba config follows: [VOL5] path =
2008 Feb 27
4
plot y1 and y2 on one graph
Dear all I have a code like x<-1:10 y1<-x+runif(10)*2 y2<-seq(0,50,length.out=10)+rnorm(10)*10 par(mfrow=c(1,2)) plot(y1~x) plot(y2~x) Now I would like to plot y1 and y2 on the same graph, with its two scales (y1 on left and y2 on rigth side). Any help are welcome. Kind regards Miltinho Brazil [[alternative HTML version deleted]]
2008 May 22
3
secondary axis in a plot
Hello, I want to do a plot of two series, but adding a secondary axis in the rigth side to take into account the different scales of the two series. Anyone can tell me haw can I do that in R? Thank you very much Maria -- View this message in context: http://www.nabble.com/secondary-axis-in-a-plot-tp17402079p17402079.html Sent from the R help mailing list archive at Nabble.com.
2004 May 20
6
G729 codec for asterisk
Hi there, Here at my company we are willing to use the asterisk IVR system. The problem we are having rigth now is that all our GWs use G729. I've read that in order to asterisk be able to make transcoding from the GSM audio files to G.729, it is necesary to purchase a license from digium. Is this correct? I've seen that licenses are purchased on a per-channel basis. Could we make some sort o...
2002 Nov 17
2
compile
Hi again, Thanks for the tips on Xgobi. I'll try them. Now I have another question. There is a package (not submitted to CRAN yet), that I would like to use, but it has the extension .tar, so it's for Linux platforms am I rigth? Is it possible from those files to compile for Windows? Nice weekend for all Luis -------------------------------------------- sapo.pt/kitadsl -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ...
2008 Oct 22
2
Weibull parameter estimation
Dear R-users I would like to fit weibull parameters using "Method of moments" in order to provide the inital values of the parameter to de function 'fitdistr' . I don`t have much experience with maths and I don't know how to do it. Can anyone please put me in the rigth direction? Borja [[alternative HTML version deleted]]
2010 Dec 05
2
Windows ACL's on SAMBA file server
...Samba 3.5 server running on Ubuntu 10.10 I'm have it the server on my Windows 2003 Domain but am having trouble setting up the ACL's. I can set some of my ACL's for users but it doesn't alwasy stick and apparently giving a user the modify right automatically gives them Full user rigths. This is probably related but it refuses to let me give any of my domain users any access rights to files or directories. Has anyone seen this or have any ideas how to solve my ACL problem?
2013 Sep 24
2
[LLVMdev] get the address in memory where an instruction lives
...tor I = inst_begin(fi), E = inst_end(fi); I != E; ++I) { Instruction *ii = dyn_cast<Instruction>(&*I); errs() << &ii << "\n"; } but i get the same address for every instruction, eg 0xbfc979fc Why is this happening and how can i get the rigth address? Thanks, Eirini -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130924/77287bb6/attachment.html>
2003 Feb 06
1
Strange "username map" behaviour with "security=user"
...n small network. I use "security = user" and "username map" to map some Win-users to unix users. I have simple testing file with username mapping: root = vlad It is supposed that when I connect to samba as user "Vlad" with vlad's password I get the root's rigths to shares. Right? But when I try to connect to samba as "vlad" it tries to authorize me as samba user "root" and tries to find user "root" in passdb. Why? I see the following lines in logfile: -------- [2003/02/06 06:26:20, 1] smbd/password.c:pass_check_smb(545) C...
2018 Oct 31
3
problem with time sync on windows 10 clients
I guess your DC take the time from an external ntps server. But I want to serve time from the same DC, so this is my ntp config: #nano /etc/ntp.conf server 127.127.1.0 fudge 127.127.1.0 stratum 12 ntpsigndsocket /var/lib/samba/ntp_signd/restrict default mssntp ___________________________________________ Felipe_ González_Santiago KNOW THAT EVERYTHING WILL HAPPEN AT JUST THE RIGHT TIME,
2004 Apr 01
2
H323 - SIP Interoperability
...call my h323 phone: exten => 101,1,Dial(oh323/101) So, I would like to call SIP/4 phone by dialing 014. Something like this: exten => 01X,1,Dial(SIP/X) ; This is not working How can I do that? Another question: How can I make the RTP data flow go directly from one IP phone to the other? Rigth now, all the RTP data flow goes through the SIP proxy. thanks in advance, Pablo Salinas
2002 Jun 23
2
Easy security administration?
...rity rights for samba. Currently, the only way I've been able to show clients how to manipulate security settings and restrict users from certian shares is to use write and read lists per share, or create directories with certain group access rights and have each user that needs access be given rigths by doing a usermod and adding the group. Is there a simpler method to do this, that is possibly web orientented? I know SWAT can modify the user and group rights to shares, but what I really need is some web interface to manage users and groups on a Linux box. With Red Hat Linux 7.3, Linuxconf i...
2012 May 15
12
[PATCH 1/4] Introduce a new hotplug state: Force eject.
This hotplug state will be used to remove a device without the guest cooperation. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> --- hw/acpi_piix4.c | 5 +++++ hw/pci.h | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/hw/acpi_piix4.c b/hw/acpi_piix4.c index 585da4e..dfd5a9d 100644 --- a/hw/acpi_piix4.c +++ b/hw/acpi_piix4.c @@ -587,6 +587,11 @@
2007 Dec 25
2
rsyncd.conf exclude/include questions ??
...r/local/ directory. In such a way I should add two entries for each subdirectory .. /usr/local/bin /usr/local/bin/* You can really immagine my rootfs file contains thousands of lines .. this is why I post this message because I can immagine there is an easy way to do it but I haven't found it rigth now. Thanks to help me.
2010 May 02
3
help with tapply or other apply
...zanechal 2004/2005 data$ukrok is a factor data$rocnik is numeric I want to create new column (data$z) and in this column have to be as.numeric(first 4 char of column(data$ukrok))-data$rocnik ---- by the rows If ukrok is empty it means 2009. I know how to do it by cycle FOR , but this is not rigth way. I have too many observation, and this way is soo slowly. Know someone how to do it using function TAPPLY ? or another apply function ??? -- View this message in context: http://r.789695.n4.nabble.com/help-with-tapply-or-other-apply-tp2122683p2122683.html Sent from the R help mailing list arc...
2011 Feb 12
3
Using files .call or AMI
...r and asterisk do the call and transfer the call to agent if this call is answered.I did the page and everything but when I do the clicktodial I dont know how transfer the call to this agent. I ask the extension and user before login so I know what agent is in each extension to transfer the call to rigth agent. Anybody can give an idea ?TIA *-------------------------------------------------------* *-Edwin Quijada *-Developer DataBase *-JQ Microsistemas *-Soporte PostgreSQL *-www.jqmicrosistemas.com *-809-849-8087 *-------------------------------------------------------* -----...
2005 Sep 30
2
correlation question
...have observed (with many data) that given 2 series X and Y cor(X,Y) and cor(log(X), log(Y)) differs only very slightly. I suspect this is because log(x) is monotonous, ... but I am unable to demonstrate it. (perhaps it is also wrong ?). Would somebody here be able and kind enough to put me on the rigth track (a piece of clue or a link would be nice). Thanks Vincent
2010 Jun 23
1
gbm function
 Hello   I have questions about gbm package.  It seems we have to devide data to two part (training set and test set) for first.   1- trainig set for running of gbm function 2- test set for gbm.perf      is it rigth? I have 123 sample that I devided 100 for trainig and 23 for test.   So, parameter of cv.folds in gbm function is for what?   Thanks alot Azam       [[alternative HTML version deleted]]
2009 Feb 18
1
xorcom hardware good idea?
hi i am thinking to use some xorcom hardware i only used digium hard... what do you think? it work ok? what about echo? it is plug and play only reload or i need to restar asterisk ? i understand the drivers are in the trunk of asterisk, is this rigth? have any one a conf file of a xorcom device? any other important comments are welcome. Thanks David -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment...