search for: manally

Displaying 10 results from an estimated 10 matches for "manally".

Did you mean: manually
2007 Nov 13
2
connection diagram
Hi I am practically new to R, and need to construct connection diagrams, I have a table of data, of nodes in vertical rows, and horizontally the number of outgoing connections to other nodes, and the indices of these nodes, each in a column, so some columns are used, and some are not, based on how many connections I have the node is identified by these variables (dimension, wave number,
2012 Apr 26
1
NFS quotas on Solaris 10
Hi list, I'm running Samba 3.6.4 on Solaris 10 x86. Underlying filesystem is ZFS. Since updating from 3.6.0, free space on NFS mounted ZFS filesystem, without a userquota set for the user, is always reported zero. 'quota -v' and the perl module 'Quota' both report no quota for such file systems. (Un)setting (ref)quota for those filesystems doesn't change anything. Any
2013 Nov 21
0
How to extract sets of rows (not sorted) from text file in R, do some methods on these rows, save the result in another text file, then pick others set of rows and do the same
Hi, dat1 <- read.csv("Manal.csv",header=FALSE) str(dat1) #'data.frame':??? 31 obs. of? 9 variables: # $ V1: int? 1 1 1 1 3 1 2 2 3 2 ... # $ V2: int? 1 1 0 0 0 1 0 0 0 0 ... # $ V3: int? 0 0 1 0 0 0 0 0 0 0 ... # $ V4: int? 1 1 0 0 0 0 0 0 0 0 ... # $ V5: int? 0 0 1 0 1 0 0 1 1 0 ... # $ V6: int? 0 0 0 0 0 0 0 0 0 0 ... # $ V7: int? 1 0 0 0 0 0 0 0 0 0 ... # $ V8: int? 0 1 0
2013 Aug 09
2
Bridging Wireless Cards for KVM
Hi, I hope this is the right place to ask this question. I was wondering if there is a way to set up a KVM VM using an XML document as input into Virsh that uses bridged networking over a wireless card. I understand that wireless cards to not natively support, but I was able to find a working solution here: http://blog.ericwhite.ca/articles/2011/04/creating-a-wireless-bridge/. The issue is, I
2013 Aug 11
2
Re: Bridging Wireless Cards for KVM
Thanks! Unfortunately, I am running into the following issue when attempting to use the generic ethernet configuration: $ virsh -c qemu:///system create /tmp/generic.xml error: Failed to create domain from /tmp/generic.xml error: internal error process exited while connecting to monitor: kvm: -netdev tap,id=hostnet0: could not configure /dev/net/tun: Operation not permitted kvm: -netdev
2013 Aug 09
0
Re: Bridging Wireless Cards for KVM
On Thu, Aug 08, 2013 at 08:55:27PM -0600, Joshua McKee wrote: > Hi, > > I hope this is the right place to ask this question. I was wondering if > there is a way to set up a KVM VM using an XML document as input into Virsh > that uses bridged networking over a wireless card. > > I understand that wireless cards to not natively support, but I was able to > find a working
2008 Mar 18
1
ROracle installation problem
Hi there, I tried to install ROracle package (Windows XP pro), got the following errors; *C:\Program Files\R\R-2.6.2\bin>rcmd install "c:\ROracle_0.5-9.tar.gz"* * installing to 'c:/PROGRA~1/R/R-26~1.2/library'* *---------- Making package roracle ------------* * ********************************************** WARNING: this package has a configure script It
2013 Aug 11
0
Re: Bridging Wireless Cards for KVM
Sorry, I accidentally hit send before I was done. Here's the finished message: Thanks! Unfortunately, I am running into the following issue when attempting to use the generic ethernet configuration: $ virsh -c qemu:///system create /tmp/generic.xml error: Failed to create domain from /tmp/generic.xml error: internal error process exited while connecting to monitor: kvm: -netdev
2005 Jul 29
1
sda of CentOS 4 and hda Windows dual boot possible?
greetings, since i have a test server in front of me and i have never tried it i request your assistance please. ive always been a fdisk and lilo person i have a fresh CentOS 4 "test" install on a WD120 sata /dev/sda /dev/sda1 / /dev/sda2 /boot /dev/sda3 swap and it just so happens i have a old test 17Gig Maxtor PATA with a fresh Win98 on it from helping my father migrate to a newer
2016 Nov 18
4
DWARF Generator
> On Nov 17, 2016, at 3:40 PM, David Blaikie <dblaikie at gmail.com> wrote: > > > > On Thu, Nov 17, 2016 at 3:12 PM Greg Clayton via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I have recently been modifying the DWARF parser and have more patches planned and I want to be able to add unit tests that test the internal llvm DWARF APIs to ensure they continue to