search for: ctl

Displaying 20 results from an estimated 889 matches for "ctl".

Did you mean: cl
2006 Aug 24
1
how to constrast with factorial experiment
...mmands I used to test the differece between section 1 to 8 and 9 to 11 under treatment. But I don't know if I was right, how to interpret the out and whether there are significant difference between section 1 to 8 and section 9 to 11 under treatment. yield replicate treat section 35.55 1 Ctl 1 53.70 1 Ctl 2 42.79 1 Ctl 3 434.81 1 Ctl 4 705.96 1 Ctl 5 25.91 1 Ctl 6 57.53 1 Ctl 7 41.45 1 Ctl 8 85.54 1 Ctl 9 51.23 1 Ctl 10 188.24 1 Ctl 11 35.71 2 Ctl 1 45.15 2 Ctl 2 40.10 2 Ctl 3 312.76 2 Ctl 4 804.05 2 Ctl 5 28.22 2 Ctl 6 68.51 2 Ctl 7 46.15 2 Ctl 8 123.14 2 Ctl 9 33.78 2 Ctl 10 121.28 2...
1999 Oct 21
0
error in split...
...status Release major 0 minor 65.1 year 1999 month October day 07 language R > ) Just saw the following which looked strange (Thomas, I'll bug you about it tommorow...): (ctl and group are factors, vectors of strings; ddna is a vector of #'s) Does it have to do with the number of quotes? best, -tony > ctl.x.group <- interaction(ctl,group) > my.list <- split(ddna,ctl.x.group) Error in split(x, f) : second argument must be a factor > is.factor(ctl....
2012 Jan 27
1
Confused with Student's sleep data description
I am confused whether Student's sleep data "show the effect of two soporific drugs" or Control against Treatment (one drug). The reason is the next: > require(stats) > data(sleep) > attach(sleep) > extra[group==1] numeric(0) > group [1] Ctl Ctl Ctl Ctl Ctl Ctl Ctl Ctl Ctl Ctl Trt Trt Trt Trt Trt Trt Trt Trt Trt [20] Trt Levels: Ctl Trt > sleep$group [1] 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 Levels: 1 2 Does some package overwrite my attach()? I am worried mostly in the right performance of my code by others. So have the attach(...
2006 Aug 29
0
how to contrast with factorial experiment
Hello, R experts, If I understand Ted's anwser correctly, then I can not contrast the mean yields between sections 1-8 and 9-11 under "Trt" but I can contrast mean yields for sections 1-3 and 6-11 because there exists significant interaction between two factors (Trt:section4, Trt:section5). Could I use the commands below to test the d...
1999 Oct 21
0
error in split... (R 0.65.1) -- and patch (PR#294)
...x, f ) { - f <- as.factor(f) + f <- factor(f) # drop extraneous levels if(is.null(class(x))) { retval <- .Internal(split(x, f)) tony> Just saw the following which looked strange (Thomas, I'll bug you tony> about it tommorow...): tony> (ctl and group are factors, vectors of strings; ddna is a vector of tony> #'s) tony> Does it have to do with the number of quotes? tony> ctl.x.group <- interaction(ctl,group) tony> my.list <- split(ddna,ctl.x.group) tony> Error in split(x, f) : second ar...
2003 Apr 14
3
ctl-D, cancel, ctl-D yields seg fault (PR#2773)
Full_Name: Robert Dodier Version: 1.2.0 (2000-12-15) OS: RH Linux 7.1 Submission from: (NULL) (128.138.88.127) If I start up R and just do: > <ctl-D> Save workspace image? [y/n/c]: c > <ctl-D> then R segfaults. "gdb `locate R.bin` core" reports: (gdb) where #0 0x080a2282 in Rf_mainloop () at eval.c:41 However, if I use q() then there is no segfault: > q() Save workspace image? [y/n/c]: c > q() Save workspace im...
2018 Sep 06
1
[PATCH net-next 08/11] tun: switch to new type of msg_control
On Thu, Sep 06, 2018 at 12:05:23PM +0800, Jason Wang wrote: > This patch introduces to a new tun/tap specific msg_control: > > #define TUN_MSG_UBUF 1 > #define TUN_MSG_PTR 2 > struct tun_msg_ctl { > int type; > void *ptr; > }; > > This allows us to pass different kinds of msg_control through > sendmsg(). The first supported type is ubuf (TUN_MSG_UBUF) which will > be used by the existed vhost_net zerocopy code. The second is XDP > buff, which allows v...
2009 May 04
2
Multiplex tests fail on 5.2p1
I noticed "make tests" for openssh-5.2p1 fails the multiplex.sh tests. Turns out this is because I happen to have some non-standard configuration options in $HOME/.ssh/config and most of the multiplex.sh tests do not use a "-F $OBJ/ssh_config" option, which means they end up reading the users $HOME/.ssh/config. Is this on purpose or a bug?
2013 Apr 03
0
[PATCH] Btrfs-progs: add a free space cache checker to fsck
...ctually valid, which we currently have no way of doing. So this patch adds a bunch of support for the free space cache code and then a checker to fsck. Basically we go through and if we can actually load the free space cache then we will walk the extent tree and verify that the free space cache exactly matches what is in the extent tree. Hopefully this will always be correct, the only time it wouldn''t is if the extent tree is corrupt or we have some sort of awful bug in the free space cache. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> --- Makefile | 3...
2009 Jan 19
1
Cisco 7941G-GE with Asterisk and CTPSEP odyssee
..., i.e. 8.0.2. I always get the same behaviour. But I realized it never got to the SIP image completely loaded status. I bought this phone and it had - no wonder - an SCCP image installed. When plugging that into an ethernet port the first thing it does is requesting an IP address and afterwards the CTLSEP<mac>.tlv file. In the status section I see an SCCP firmware entry. When I do a factory reset (that should be the right way to get the SIP firmware on such a phone, right?) it now loads the term41.default.loads and some other files and then reboots and requests the CTLSEP<mac>.tlv fil...
2007 Mar 15
0
[e1071] predict.svm bug ?
Hi all, I'm using SVM to classify data (2 classes) and I get strange results : > model = svm(x, y, probability = TRUE) > pred = predict(model, x, decision.values = TRUE, probability = FALSE) > table(pred,y) y pred ctl nuc ctl 82 3 nuc 5 84 > pred 1 2 3 4 5 6 7 8 .... nuc nuc nuc nuc nuc nuc nuc ctl .... And now, with probabities computation : > pred = predict(model, x, decision.values = TRUE, probability = TRUE) > table(pred,y) y pred ctl nuc ctl 7 84 nuc 80...
2020 Aug 24
0
[PATCH v6 01/76] KVM: SVM: nested: Don't allocate VMCB structures on stack
...svm/nested.c +++ b/arch/x86/kvm/svm/nested.c @@ -1060,10 +1060,14 @@ static int svm_set_nested_state(struct kvm_vcpu *vcpu, struct vmcb *hsave = svm->nested.hsave; struct vmcb __user *user_vmcb = (struct vmcb __user *) &user_kvm_nested_state->data.svm[0]; - struct vmcb_control_area ctl; - struct vmcb_save_area save; + struct vmcb_control_area *ctl; + struct vmcb_save_area *save; + int ret; u32 cr0; + BUILD_BUG_ON(sizeof(struct vmcb_control_area) + sizeof(struct vmcb_save_area) > + KVM_STATE_NESTED_SVM_VMCB_SIZE); + if (kvm_state->format != KVM_STATE_NESTED_FORMA...
2018 Sep 06
1
[PATCH net-next 10/11] tap: accept an array of XDP buffs through sendmsg()
...; + tap->count_tx_dropped(tap); > + rcu_read_unlock(); > + return err; > +} > + > static int tap_sendmsg(struct socket *sock, struct msghdr *m, > size_t total_len) > { > struct tap_queue *q = container_of(sock, struct tap_queue, sock); > struct tun_msg_ctl *ctl = m->msg_control; > + struct xdp_buff *xdp; > + int i; > > - if (ctl && ctl->type != TUN_MSG_UBUF) > - return -EINVAL; > + if (ctl && ((ctl->type & 0xF) == TUN_MSG_PTR)) { > + for (i = 0; i < ctl->type >> 16; i++) { > + xdp...
2012 Dec 22
7
9.1 minimal ram requirements
Guys, I've heard about some absurd RAM requirements for 9.1, has anybody tested it? e.g. http://forums.freebsd.org/showthread.php?t=36314 -- View this message in context: http://freebsd.1045724.n5.nabble.com/9-1-minimal-ram-requirements-tp5771583.html Sent from the freebsd-stable mailing list archive at Nabble.com.
2011 Nov 25
9
[BUG] insufficient quoting between "tap-ctl list" and xend/server/BlktapController.py
...quot;, line 278, in fromDevice TapdiskController.list()) File "/usr/lib/python2.6/dist-packages/xen/xend/server/BlktapController.py", line 256, in list key, value = pair.split(''='') ValueError: need more than 1 value to unpack BlktapController calls "tap-ctl list", which outputs one line for each process. Each line contains key=value pairs without any quoting. # tap-ctl list | grep ''args=.*:.* '' pid=10145 minor=18 state=0 args=aio:/var/lib/libvirt/images/Xen Windows drivers (gplpv 308).iso (passing the output of tap-ctl throu...
2006 Apr 03
2
Unable to connect to remote asterisk (does / var/run/asterisk.ctl exist?)
...voip-info.org/wiki-Asterisk+non-root hth -----Original Message----- From: Erick Perez [mailto:eaperezh@gmail.com] Sent: Monday, April 03, 2006 9:28 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?) Hi, im running asterisk as another user (user x group x), While trying to attach to the console I get this error: [root@centos keys]# asterisk -rvvvvvvvv Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?) [root@centos keys]# the file exists and it is: srwxr-xr-x 1...
2013 Feb 19
1
Small quirks in summary.(g)lm docs
...degrees of freedom, plus number of non-aliased coefficients. It seems to me that the description is reversed: p is the number of non-aliased coefficients, and p* the total number of coefficients. I do not have reference books off-hand to check how it is intended to work, but see this example: ctl <- c(4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14) trt <- c(4.81,4.17,4.41,3.59,5.87,3.83,6.03,4.89,4.32,4.69) group <- gl(2,10,20, labels=c("Ctl","Trt")) weight <- c(ctl, trt) lm.D9 <- lm(weight ~ group + I(group != "Ctl")) lm.D9 Call: lm(formula...
2007 Jan 23
2
Can't find asterisk.ctl under CentOS installation
Hi Everyone, I recently upgraded to Asterisk 1.4 using the RPMS at ATrpms.net on CentOS 4.4, Asterisk starts up but when I start the console it reports this error and drops out. "Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist)?" I have checked to see that the file asterisk.ctl actually exists. Any suggestions? -- "I never look back darling, it distracts from the now", Edna Mode (The Incredibles)
2018 Sep 06
0
[PATCH net-next 08/11] tun: switch to new type of msg_control
This patch introduces to a new tun/tap specific msg_control: #define TUN_MSG_UBUF 1 #define TUN_MSG_PTR 2 struct tun_msg_ctl { int type; void *ptr; }; This allows us to pass different kinds of msg_control through sendmsg(). The first supported type is ubuf (TUN_MSG_UBUF) which will be used by the existed vhost_net zerocopy code. The second is XDP buff, which allows vhost_net to pass XDP buff to TUN. This c...
2008 Dec 09
3
Significance of slopes
...rd deviation of 1; thus, correlation and slope from the linear regression (which also must have an intercept of zero) are equal. I want to probe two particular questions: 1) Is the slope significantly different from zero? This should be easy with the lm function, as the p-value should reflect exactly that question. If I am wrong, lease correct me. 2) Is the slope significantly different from a non-zero value (e.g. 0.5)? How can I probe that hypothesis? Any ideas? I apologize if this question is too trivial and already answered somewhere, but I did not find it. Thank you for the help! Chri...