search for: similari

Displaying 20 results from an estimated 50 matches for "similari".

Did you mean: similar
2007 Sep 17
2
how to compare 2 numeric vectors
useR's I am trying to compare two vectors that have the same length. More specifically, I am interested in comparing the corresponding positions of each element in the vector. Consider these two vectors of length 20: v1 <- 2 2 4 NA NA NA 10 NA NA NA NA NA NA NA NA NA NA NA NA NA v2 <- NA 4 NA NA NA NA 10 NA NA NA NA NA NA NA NA NA NA NA
2005 Oct 11
1
User auth-groups vs Win2k ADS Problems
Hello Everyone This samba server was working perfectly without problems. Running as an Domain member vs Win2K ADS One day it stopped working. All that happened 5 days ago was a change of the administrator/root password We adjusted the wbinfo -set-auth-user towards the new password. But nothing have worked since. install:/ # wbinfo -V Version 3.0.13-1.1-SUSE What might be wrong
2009 Jul 17
1
Cluster failover
hi, I have 3 nodes of CentOS 5.3 running xen virtual machines as virtual machine service. This cluster is working fine. One thing I would like to know that how to make failover only to third node. What I mean to say is: I have 3 virtual machine running on node 1 and 2 virtual machines running on node 2. Now if node 1 fails I want my the node1 virtual machines to be stared only on node 3 but
2015 Aug 28
3
Inter-op and port (wolfSSL + openSSH)
To whom it may concern, I work for a company wolfSSL .Inc. Over the summer some of our engineers have worked to build openSSH with wolfSSL instead of openSSL as we were tired of constant security issues needing patched due to openSSL compilation. As a result of the efforts made we would like to submit a patch that offers users an alternate configure option when configuring openSSH
2008 Sep 25
3
[LLVMdev] Generating instruction bundles ?
Hi, I'm retargetting llvm for a new architecture, basiclaly a target that has v4f32 registers and a few operations, so it's mostly common stuff. However, it also has some kind of options on top of the operations, kinda like VLIW. For example, there is an addition operation, but there is also a source operand negation bit which you can set. So you can implement SUB using the ADD opcode
2009 Sep 08
1
openssh, pam, challenge-response problem
Hello, when configuring the OpenSSH to authenticate through pam_radius, I encountered the following problem: The radius server is configured to accept username and generic password, it then generates some textual string as a challenge-request and waits again for username and this time for challenge-response. Pam_radius use pam->conv function, retrieved with pam_get_item(PAM_COM), with
2011 Aug 16
1
[PATCH] virtio-blk: Add stats VQ to collect information about devices
This patch adds support for an optional stats vq that works similary to the stats vq provided by virtio-balloon. The purpose of this change is to allow collection of statistics about working virtio-blk devices to easily analyze performance without having to tap into the guest. Cc: Rusty Russell <rusty at rustcorp.com.au> Cc: "Michael S. Tsirkin" <mst at redhat.com> Cc:
2011 Aug 16
1
[PATCH] virtio-blk: Add stats VQ to collect information about devices
This patch adds support for an optional stats vq that works similary to the stats vq provided by virtio-balloon. The purpose of this change is to allow collection of statistics about working virtio-blk devices to easily analyze performance without having to tap into the guest. Cc: Rusty Russell <rusty at rustcorp.com.au> Cc: "Michael S. Tsirkin" <mst at redhat.com> Cc:
2012 Jun 15
3
[HYBRID] : mapping IO mems in the EPT
Hi guys, During my refresh to latest linux, I noticed, direct mapping of all non-RAM pages in xen_set_identity_and_release(). I currently don''t map all at front, but as needed looking at the PAGE_IO bit in the pte. One result of that is minor change to common code macro: __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) to to __set_fixmap(idx, phys, PAGE_KERNEL_IO_NOCACHE)
2009 Jul 14
1
Ubuntu JGR
Hello, I cannot get JGR installed. Here is what I have tried so far http://wiki.ubuntuusers.de/R 1. sudo -s # root werden R CMD javareconf root at gunnar-laptop:~# R CMD javareconf Java interpreter : /usr/bin/java Java version : 1.5.0_18 Java home path : /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre Java compiler : /usr/bin/javac Java headers gen.: /usr/bin/javah Java archive
2003 Dec 24
8
G729 troubles
Hello, I've successfully installed Asterisk from last CVS and configured it for using with DLINK-DG104S as mgcp CPE and PGW2200 as external sip server. All are work fine at G711 codecs, but then I disable all codecs except g729 some calls failed (Not all calls. Some calls passed at g729 succesfully). All my devices configred to use only g729 and I don't see other codecs at mgcp or sip
2015 Jul 30
4
[LLVMdev] RFC: Callee speedup estimation in inline cost analysis
TLDR - The proposal below is intended to allow inlining of larger callees when such inlining is expected to reduce the dynamic instructions count. Proposal ------------- LLVM inlines a function if the size growth (in the given context) is less than a threshold. The threshold is increased based on certain characteristics of the called function (inline keyword and the fraction of vector
2015 Jul 31
0
[LLVMdev] RFC: Callee speedup estimation in inline cost analysis
Just nitpicking: 1) DI(F) should include a component that estimate the epi/prologue cost (frameSetupCost) which InlinedDF does not have 2) The speedup should include callsite cost associated with 'C' (call instr, argument passing): Speedup(F,C) = (DI(F) + CallCost(C) - InlinedDF(F,C))/DI(F). Otherwise the proposal looks reasonable to me. David On Thu, Jul 30, 2015 at 2:25 PM,
2010 Jul 23
0
[PATCH] chain.c: gpt's index/private.index mismatch fix, cosmetic iterator changes
1) public index in gpt iterator should not skip empty partitions, e.g. if we have 1st and 3rd gpt entry used, we expect the numbers to be 1 and 3, not 1 and 2 (similary to how linux sees it e.g. /dev/sda1 and /dev/sda3). It's analogous to index / mbr_index fix. 2) free(ebr_part); in mbr iterator was not reachable. ebr iterator takes care of freeing itself and its parent. 3) in ebr iterator,
1998 Oct 29
3
Master Browser
I am using samba-1.9.18p10 in a Redhat 5.1 Linux box. I have a short question, i.e. Is it true that once the nmbd is running and becoming the Master Browser, others win95 clients will not act as Master Browser anymore ? Panyarak Ngamsritragul Department of Mechanical Engineering Prince of Songkla University.
2007 Dec 07
0
mark bag packets - iptables
Hi All, I want to create chains to mark bag packets. my firewall has 3 network cards. eth0 - connected to internet. eth1 - connected to DMZ eth2 - connected to LAN eth0 only accepts SSH (tcp -port 22) and ICMP for pinging.. If it gets anything other than that, I want to create a new chain and log and DROP . what are the suitable rules for it? what about the below rule? iptables -A
2011 Dec 21
0
the principle of the vm snapshot based on qemu-dm
Hi everyone, I'm not clear about the principle of the vm snapshot based on qemu-dm, so the following below maybe a joke. Sorry for that... register_savevm() included in ioemu-qemu-xen/hw/*.c covers various kinds of hardware in order to save the state of current running vm. In this way, the file saved by the cmd of 'xm save domain snapshot.save' is of large size and the
2006 Aug 03
0
How to access records from multiple tables
Hi iam a newbie and i just wanna know to how to access data from multiple tables in a database in RoR? I have gone through the tutorial "Rolling on Ruby on Rails" on Onlamp but i get an error when i try to access data from two tables? similary, how can i update data in to multiple tables? Thanks in Advance Sathya -- Posted via http://www.ruby-forum.com/.
2007 Jan 01
2
matrix size
Hello everyone Could anybody tell me how to set the following matrix? n2<-matrix(nrow=10185,ncol=10185,seq(0,0,length=103734225)) R answer was Error: cannot allocate vector of size 810423 Kb Are there any solution? I tried to increase the memory size but it didn't work G This message has been scanned for viruses by TRENDMICRO,\ an...{{dropped}}
2006 Mar 16
2
PAM authentification problem
Hi everybody, we try to migrate our IMAP service from uw-imap to dovecot because of horrible server slowdown when a lot of people poking in theirs huge imap folders. So, I try to run testing instance of dovecot on different imap port (12143) I have trouble with authentication by PAM module of MIT Kerberos. It successfuly works for authentificate users of wu-imap but not for dovecot. I see in