search for: rigths

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

Did you mean: rights
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 tin left 0.7460840 2 2 tin left
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
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
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
Hi, i want to get the address in memory of an instruction pointer and use it as a key in my tables. i iterate over the instructions in LLVM IR like this: for (Module::iterator fi = Mod->begin(), fi_end = Mod->end(); fi != fi_end; ++fi) { for (inst_iterator I = inst_begin(fi), E = inst_end(fi); I != E; ++I) { Instruction *ii = dyn_cast<Instruction>(&*I);
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) Co...
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
Hi there, I would like to communicate H323 IP phones with SIP phones. My H323 phones are registered to a gnugk GK, and the SIP phones are registered to a asterisk SIP proxy. I could not create a dialplan that works. Inside my extensions.conf file I created the following two entrances: exten => 4,1,Dial(SIP/4) exten => 5,1,Dial(SIP/5) This allows SIP phones call each other.
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 is...
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 ??
Hello, I get some troubles when rsyncing my FreeBSD 6.2 server from my iMac Leopard desktop. Below what I configured in rsyncd.conf .. [all] path = / uid = root gid = wheel read only = true include from = /home/rsync/etc/includes/rootfs /home/rsync/etc/includes/rootfs + /etc + /etc/make.conf + /boot + /boot/* - * This is the only way I found to only backup files directories I would like
2010 May 02
3
help with tapply or other apply
Hi, my data looks this: id forma program kod obor rocnik 1 10001 kombinovan? Matematika M1101 matematika 1 2 10002 prezen?n? Informatika N1801 teoretick? informatika 1 3 10002 prezen?n? Informatika B1801 obecn? informatika 3 4 10003 prezen?n? Informatika M1801 softwarov?
2011 Feb 12
3
Using files .call or AMI
Hi! I have a script to generate calls from a database using .call files and giving a message. If works great! but now I need to do the same but instead of play a recorded message I need transfer this call to live person in a specfic extension. This is the scenarioI have a webpage with information about a customer so in this page the agent click a phone number and asterisk do the call and transfer
2005 Sep 30
2
correlation question
Dear R-helpers, First, double apologies because the question is not directly related to R, and also probably quite simple. I 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
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
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