search for: manal

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

Did you mean: manual
2007 Nov 13
2
connection diagram
...e other tools? If R can do it, I really need to find a tutorial or a starting link that I can follow to learn more how I can do these, sorry for being that ignorant about R, but I think I will need it a lot if it does what I need, thank you very much for your help in advance, -- Kind Regards, Manal Helal
2012 Apr 26
1
NFS quotas on Solaris 10
...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 idea how to fix this behavior? A level 10 log of the quota stuff is attached. Regards, Christian Manal -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: smbdlog URL: <http://lists.samba.org/pipermail/samba/attachments/20120426/0b38e8f3/attachment.ksh>
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...
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
...may > be > > mistaken. > > You might be able to get it working using the generic ethernet config > > http://libvirt.org/formatdomain.html#elementsNICSEthernet > > That setup you specify a pre-created TAP device for the VM to use. > Of course it is upto you todo the manal config steps described in > that blog, so is more tedious from an admin pov. > > > Daniel > -- > |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/:| > |: http://libvirt.org -o- http://virt-manager.org:| > |: http://autobuild....
2013 Aug 09
0
Re: Bridging Wireless Cards for KVM
...ibvirt calls KVM/QEMU at some point, but I may be > mistaken. You might be able to get it working using the generic ethernet config http://libvirt.org/formatdomain.html#elementsNICSEthernet That setup you specify a pre-created TAP device for the VM to use. Of course it is upto you todo the manal config steps described in that blog, so is more tedious from an admin pov. Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search...
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
...ken. >> >> You might be able to get it working using the generic ethernet config >> >> http://libvirt.org/formatdomain.html#elementsNICSEthernet >> >> That setup you specify a pre-created TAP device for the VM to use. >> Of course it is upto you todo the manal config steps described in >> that blog, so is more tedious from an admin pov. >> >> >> Daniel >> -- >> |: http://berrange.com -o- >> http://www.flickr.com/photos/dberrange/ :| >> |: http://libvirt.org -o- >> http://virt-manager...
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