search for: snv

Displaying 20 results from an estimated 87 matches for "snv".

Did you mean: sev
2009 Sep 05
4
[LLVMdev] omission: clang-cc -MD -MF -c -fPIC
..., but could you all consider libtool built projects and embed the necessary option stripping in your clang-cc thing? Thank you. Regards, Bruce make[2]: Entering directory `/home/bkorb/ag/ag/snprintfv' /bin/sh ../libtool --tag=CC --mode=compile clang-cc -DHAVE_CONFIG_H -I. -I.. -I.. -g -MT snv.lo -MD -MP -MF .deps/snv.Tpo -c -o snv.lo snv.c libtool: compile: clang-cc -DHAVE_CONFIG_H -I. -I.. -I.. -g -MT snv.lo -MD -MP -MF .deps/snv.Tpo -c snv.c -fPIC -DPIC -o .libs/snv.o clang-cc: Unknown command line argument '-MD'. Try: 'clang-cc --help' clang-cc: Unknown command lin...
2009 Sep 05
0
[LLVMdev] Fwd: omission: clang-cc -MD -MF -c -fPIC
..., but could you all consider libtool built projects and embed the necessary option stripping in your clang-cc thing? Thank you. Regards, Bruce make[2]: Entering directory `/home/bkorb/ag/ag/snprintfv' /bin/sh ../libtool --tag=CC   --mode=compile clang-cc -DHAVE_CONFIG_H -I. -I.. -I..    -g -MT snv.lo -MD -MP -MF .deps/snv.Tpo -c -o snv.lo snv.c libtool: compile:  clang-cc -DHAVE_CONFIG_H -I. -I.. -I.. -g -MT snv.lo -MD -MP -MF .deps/snv.Tpo -c snv.c  -fPIC -DPIC -o .libs/snv.o clang-cc: Unknown command line argument '-MD'.  Try: 'clang-cc --help' clang-cc: Unknown command lin...
2017 Jul 03
3
reshaping the data
Dear all, I would appreciate please a piece of help regarding the use of acast/dcast functions in reshape2 package. Specifically, I'm working with a data frame, that has information about SAMPLE, GENE, and TYPE of MUTATION (as shown below): Sample Gene Type 22M AEBP1 SNV 17M AEBP1 SNV 22M ATR INDEL 22M ATR SNV 11M BTK SNV 11M BTK INDEL I would like to transform this DATAFRAME into a MATRIX that has GENE on ROWS, SAMPLE on COLUMNS, and the elements of the matrix are SNV or INDEL (ie the types of mutations). The R code...
2008 Sep 16
3
iscsi target problems on snv_97
I''ve recently upgraded my x4500 to Nevada build 97, and am having problems with the iscsi target. Background: this box is used to serve NFS underlying a VMware ESX environment (zfs filesystem-type datasets) and presents iSCSI targets (zfs zvol datasets) for a Windows host and to act as zoneroots for Solaris 10 hosts. For optimal random-read performance, I''ve configured a single
2008 May 29
2
Attempt of virt-install at Ubuntu 8.04 Desktop Dom0
Original Dom0 setup had been done per Todd Deshane''s instruction:- http://deshantm.livejournal.com/29959.html Functionality of SNV89 PV and HVM DomUs tested fine as well as F8 and WinXP HVM guests. Once again, all done as advised at http://deshantm.livejournal.com/29959.html Next i attempted to follow :- https://help.ubuntu.com/8.04/serverguide/C/libvirt.html # apt-get install kvm libvirt-bin # adduser $USERNA...
2017 Jul 03
0
reshaping the data
Hi Do you want something like dcast(test, Sample~Gene, fun=function(x) paste(x, collapse=",")) or dcast(test, Sample~Gene, fun=function(x) sum(as.numeric(x))) 1 means INDEL, 2 means SNV and three means both Cheers Petr > -----Original Message----- > From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Bogdan > Tanasa > Sent: Monday, July 3, 2017 9:22 AM > To: r-help <r-help at r-project.org> > Subject: [R] reshaping the data > > Dear...
2007 Nov 23
2
xvm NFS install
Hi I want t create a demU. but I it require me the NFS location. #virt-install -n xvm1 --paravirt -r 1024 --nographics -f /export/home/xvm1 -s 16 -l /net/t1000-up/software/snv-solarisdvd-x86-77.iso but during installing, it need NFS server. But I set NFS location /net/t1000-up/software/snv-solarisdvd-x86-77.iso. ERROR: You must specify a host who know what''s wrong? If I install demU through jumpstar which mac address is add to client? the mac address of serv...
2008 Feb 24
2
Install SNV DomU (b>75) at CentOS 5.1 (2.6.18-53.1.13.el5xen) Dom0 (64-bit)
..."Solaris81PVM" vcpus = 1 memory = "1024" kernel = "/usr/lib/xen-solaris/unix-81" ramdisk = "/usr/lib/xen-solaris/x86.miniroot-81" extra = "/platform/i86xpv/kernel/amd64/unix - nowin -B install_media=cdrom" disk = [''file:/usr/lib/xen-solaris/snv81.iso,6:cdrom,r'',''phy:/dev/sda8,0,w''] vif = [''''] on_shutdown = "destroy" on_reboot = "destroy" on_crash = "destroy" ********************************** Run time profile (per MRJ) : ********************************** name = &q...
2007 Nov 17
2
Xvnc was supposed to run as inetd service on SNV 76
View:- http://www.opensolaris.org/jive/thread.jspa?threadID=41808&tstart=30 This message posted from opensolaris.org
2008 Feb 01
0
virt-install fails on SNV build 81 for me.
Running Solaris NV Build 81 in VMware Fusion (I know, over use of virtualization) however, can''t get beyond step 1. virt-install fails when invoked with not arguments for "interactive mode." See attached image. (cut and paste not working either. Jim Laurent Architect Phone x24859/+1 703 204 4859 Mobile 703-624-7000 Fax 703-208-5858 Email Jim.Laurent@Sun.COM Sun
2008 Jun 20
5
Solaris N90 on RedHat RHEL5
Hi There is a problem when creating a domU. I intend to install Solaris N90 on RedHat RHEL5 in paravirtualized(I''ve tried fully virtualized method, that''s no problem). #xm info release : 2.6.18-53.el5xen machine : i686 xen_caps : xen-3.0-x86_32p My steps are as follow(install via NFS): 1 mkdir disk and mkdir Solaris 2 mount /dev/cdrom /disk/Solaris, it tell me that disk
2007 Dec 10
4
snv 77 W2003 domu loses config on reboot/shutdown
Hi All, I successfully installed a 32bit W2003 domu using the following config file (as the CD image wasn''t persistent between reboots, otherwise I would have used virt-install ;-) ) : isk = [ ''file:/images/xvm/w2003/w2003-disk.raw,hdc,w'',''file:/images/isos/en_win_srv_2003_r2_enterprise_cd1. iso,hda:cdrom,r'' ] memory = 512 name = "w2003"
2009 Feb 17
5
scrub on snv-b107
scrub completed after 1h9m with 0 errors on Tue Feb 17 12:09:31 2009 This is about twice as slow as the same srub on a solaris 10 box with a mirrored zfs root pool. Has scrub become that much slower? And if so, why? -- Dick Hoogendijk -- PGP/GnuPG key: 01D2433D + http://nagual.nl/ | SunOS sxce snv107 ++ + All that''s really worth doing is what we do for others (Lewis Carrol)
2009 Feb 28
4
possibly a stupid question, why can I not set sharenfs="sec=krb5, rw"?
x86 snv 108 I have a pool with around 5300 file systems called home. I can do: zfs set sharenfs=on home however zfs set sharenfs="sec=krb5,rw" home complains: cannot set property for ''home'': ''sharenfs'' cannot be set to invalid options I feel I must be o...
2009 Mar 16
3
Is it possible to get CPU temperature for Lenovo T61 laptop
Hi, Can I use some commands or scripts to get CPU temperature on Solaris(10 or snv, whatever)? My laptop is Lenovo T61. Great Thanks Jason
2011 Jun 07
1
error with geomap in googleVis
...a blank page, showing an error symbol at the right bottom corner. I tried demo(googleVis), it also had a similar problem. The demo showed all other plots/maps except for those geomaps. Could any one please hint me what/where could be the problem? Many thanks for the idea and support. Regards, SNV Krishna [[alternative HTML version deleted]]
2008 May 23
3
LibMicro test for SNV89 HVM DomU at Ubuntu 8.04 Xen 3.2 Dom0
Both DomU and Dom0 (64-bit):- bash-3.2# uname -a SunOS dhcppc7 5.11 snv_89 i86pc i386 i86pc bash-3.2# cd libMic* bash-3.2# bin/fork -E -C 200 -L -S -W -N fork_100 -B 100 -C 100 > /tmp/fork.output Running: fork_100 for 37.41568 seconds bash-3.2# cd .. bash-3.2# gunzip < libc_hwcap3.tar.gz | ( cd /tmp; tar xfv - ) x libc_hwcap3.so.1, 1646444 bytes, 3...
2009 Oct 23
5
PSARC 2009/571: ZFS deduplication properties
I haven''t seen any mention of it in this forum yet, so FWIW you might be interested in the details of ZFS deduplication mentioned in this recently-filed case. Case log: http://arc.opensolaris.org/caselog/PSARC/2009/571/ Discussion: http://www.opensolaris.org/jive/thread.jspa?threadID=115507 Very nice -- I like the interaction with "copies", and (like a few others) I think
2008 Jul 03
3
xm create fails with ''elf_xen_note_check: ERROR:''
Hi -- I''m getting this error even though I have correct DVD ISO image for snv_92. bash-3.2# uname -a SunOS stoakly2 5.11 snv_92 i86pc i386 i86xpv bash-3.2# xm create snv.py Using config file "./snv.py". Error: (2, ''Invalid kernel'', ''elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images'')...
2006 Aug 14
1
Why does dtrace -h remove const qualifier?
If I have the following definition: provider foo { probe bar(const char*); }; and creates the headerfile (snv 43) with dtrace -h I get: extern void __dtrace_foo___bar(char *); This is a "problem" for me (ok, I could add an explicit cast each time I fire the probe, or edit the generated headerfile by hand...), since it generates compilation errors when I call the probe in a C++ context: "a....