search for: target2

Displaying 20 results from an estimated 25 matches for "target2".

Did you mean: target
2011 Jun 13
3
combine the data frames into comma separated list.
...merge data frames in the following way. Suppose I have n data frames each with two fields. Field 1 is common among data frames but may have different entries. Field 2 is different. Data frame 1: Src Target1 1 aaa 1 bbb 1 ccc 2 aaa 3 ddd Data frame 2: Src Target2 2 aaaa 3 dddd 4 bbbb 4 eeee 4 ffff Data frame 3: Src Target3 1 xx 3 yy 5 zz 6 tt 6 uu And so on... I want to convert this into a data frame something similar to: Src Target1 target2 target3 1 aaa,b...
2006 Mar 30
1
Issue with Adaptec AIC79XX module and 2.6-xen kernel
...X PCI-X SCSI HBA DRIVER, Rev 3.0 <Adaptec (Dell OEM) 39320 Ultra320 SCSI adapter> aic7902: Ultra320 Wide Channel A, SCSI Id=7, PCI-X 67-100Mhz, 512 SCBs Vendor: SEAGATE Model: ST373207LW Rev: D702 Type: Direct-Access ANSI SCSI revision: 03 target2:0:0: asynchronous scsi2:A:0:0: Tagged Queuing enabled. Depth 32 target2:0:0: Beginning Domain Validation target2:0:0: wide asynchronous target2:0:0: FAST-160 WIDE SCSI 320.0 MB/s DT IU RDSTRM RTI WRFLOW PCOMP (6.25 ns, offset 63) target2:0:0: Ending Domain Validation SCSI device sdb: 143374650...
2006 May 30
0
Invalid sequencer interrupt with AIC79xx driver and linux-xen kernel
...X PCI-X SCSI HBA DRIVER, Rev 3.0 <Adaptec (Dell OEM) 39320 Ultra320 SCSI adapter> aic7902: Ultra320 Wide Channel A, SCSI Id=7, PCI-X 67-100Mhz, 512 SCBs Vendor: SEAGATE Model: ST373207LW Rev: D702 Type: Direct-Access ANSI SCSI revision: 03 target2:0:0: asynchronous scsi2:A:0:0: Tagged Queuing enabled. Depth 32 target2:0:0: Beginning Domain Validation target2:0:0: wide asynchronous target2:0:0: FAST-160 WIDE SCSI 320.0 MB/s DT IU RDSTRM RTI WRFLOW PCOMP (6.25 ns, offset 63) target2:0:0: Ending Domain Validation SCSI device sdb: 143374650...
2014 Mar 17
2
[LLVMdev] Treatment of TType encoding in EHT entries
Hi, I ran into a crash using Objective-C with llvm/clang on ARM-Linux. The crash happens while unwinding the stack from pthread_exit as soon as the first call frame is reached that belongs to a function that uses the personality routine from libobjc2. This function is in a shared library (libgnustepbase), and here's the start of its entry in the execption table: GCC_except_table20:
2017 Oct 21
1
Skip error in downloading file in loop
...imeseries.cgi?variable=NLDAS:NLDAS_FORA0125_H.002:TMP2m&location=GEOM:POINT( ", cities[i, "lon_nldas"], ",%20", cities[i,"lat_nldas"], ")&startDate=1980-01-01T00&endDate=2016-12-31T23&type=asc2") target2 <- paste0("/Users/dasgupta/Dropbox (FEEM)/Flu Paper/climate data/temperature/nldas/", # change for whatever destination directory you may prefer. cities[i,"city"], "_", cities[i,"state"], ".csv") downl...
2017 Apr 07
2
[Bug 1144] New: set add always returns false or otherwise ends evaluation
...Severity: normal Priority: P5 Component: kernel Assignee: pablo at netfilter.org Reporter: rwhite at pobox.com In the following example the counters should both equal at least 2 but the one predicated on the add is zero. ASIDE: In my humble opinion the target2 set should be empty, as update shouldn't add elements, only update them if they are present; but the notation in the wiki regarding the only difference between add and update being the treatment of the timeouts implies that the set update is working correctly or otherwise always returns true....
2011 Apr 01
2
Need help with an issue after upgrading to 4.1.0
...vices/target1:0:0/model: No such file or directory cat: /sys/bus/scsi/devices/target1:0:0/type: No such file or directory cat: /sys/bus/scsi/devices/target1:0:0/rev: No such file or directory cat: /sys/bus/scsi/devices/target1:0:0/scsi_level: No such file or directory cat: /sys/bus/scsi/devices/target2:0:0/vendor: No such file or directory cat: /sys/bus/scsi/devices/target2:0:0/model: No such file or directory cat: /sys/bus/scsi/devices/target2:0:0/type: No such file or directory cat: /sys/bus/scsi/devices/target2:0:0/rev: No such file or directory cat: /sys/bus/scsi/devices/target2:0:0/scsi_...
2011 Jun 14
1
[Resolved] combine the data frames into comma separated list.
Hi Thanks Gabor for your suggestion. I am posting the code that worked for me. dataframe1 = data.frame(cbind(Src = c(1,1,1,2,3), Target1 = c('aaa','bbb','ccc','aaa','ddd'))); #must be data frame dataframe2 = data.frame(cbind(Src = c(2,3,4,4,4), Target2 = c('aaaa','dddd','bbbb','eeee','ffff'))); dataframe3 = data.frame(cbind(Src = c(1,3,5,6,6), Target3 = c('xx','yy','zz','tt','uu'))); dataframe4 = data.frame(cbind(Src = c(3,5,'y','z','z'), Targe...
2006 Mar 30
2
linux-2.6-xen kernels and initrds
I have a question regarding the building of the unified xen kernel (linux-2.6-xen) and the use of initrd. In the past I built both xen0 and xenU kernels; the xen0 default configurations had SCSI and Fusion MPT support compiled into the kernel. Now, they are built as modules. The problem is that I am unable to boot the xen kernel built that way, even though I am building an initrd. I have
2017 Oct 15
0
Download data from NASA for multiple locations - RCurl
...able=GLDAS2:GLDAS_NOAH025_3H_v2.0:Tair_f_inst&startDate=1970-01-01T00&endDate=1979-12-31T00&location=GEOM:POINT(", cities[i, "lon"], ",%20", cities[i,"lat"], ")&type=asc2") target2 <- paste0("~/", # change for whatever destination directory you may prefer. cities[i,"city"], cities[i,"state"], ".asc") download(url=target1, destfile=target2) } Now I have 5 named files with...
2010 May 27
0
[LLVMdev] ARM Relocation Information
Hi all, Does anyone knows where to add relocation information to assembly data instructions? For instance, ARM GCC generates symbols like: _ZTIi (TARGET2) While Clang doesn't include the TARGET2 relocation information, and that mess up cross-linking. Looking at the AsmPrinter, when emitting the global constant value (EmitGlobalConstant), it calls EmitGlobalConstantImpl, which end up using EmitValue or EmitIntValue, but neither has reloca...
2010 May 27
1
[LLVMdev] ARM Relocation Information
Hello, Renato > While Clang doesn’t include the TARGET2 relocation information, and that > mess up cross-linking. Is there any documentation for this stuff? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2011 Sep 15
1
[LLVMdev] getelementptr with dynamic index
Hi, the following llvm-ir is manipulated by the optimizers: %target2 = getelementptr %.string %result, i32 0, i32 3, i32 %len1 (%_.string = type {i32, i32, i32, [0 x i8]}) the last parameter i32 %len1 is replaced by i32 0 by the optimizers. (both, 2.9 and 2.8). When i turn optmization off, it works correctly. How can i use an optimizer-safe dynamic indexing of arra...
2017 Oct 15
2
Download data from NASA for multiple locations - RCurl
Dear all, i am trying to download time-series climatic data from GES DISC (NASA) Hydrology Data Rods web-service. Unfortunately, no wget method is available. Five parameters are needed for data retrieval: variable, location, startDate, endDate, and type. For example: ###
2017 Oct 15
2
Download data from NASA for multiple locations - RCurl
...3H_v2.0:Tair_f_inst&startDate=1970-01-01T00&endDate=1979-12- > 31T00&location=GEOM:POINT(", > cities[i, "lon"], > ",%20", cities[i,"lat"], > ")&type=asc2") > target2 <- paste0("~/", # change for whatever destination directory > you may prefer. > cities[i,"city"], > cities[i,"state"], ".asc") > download(url=target1, destfile=target2) > } > &g...
2017 Oct 16
0
Download data from NASA for multiple locations - RCurl
...OAH025_3H_v2.0:Tair_f_inst&startDate=1970-01-01T00&endDate=1979-12-31T00&location=GEOM:POINT(", > cities[i, "lon"], > ",%20", cities[i,"lat"], > ")&type=asc2") > target2 <- paste0("~/", # change for whatever destination directory you may prefer. > cities[i,"city"], > cities[i,"state"], ".asc") > download(url=target1, destfile=target2) > } > > N...
2017 Oct 16
1
Download data from NASA for multiple locations - RCurl
...&startDate=1970-01-01T00&endDate=1979-12- > 31T00&location=GEOM:POINT(", > > cities[i, "lon"], > > ",%20", cities[i,"lat"], > > ")&type=asc2") > > target2 <- paste0("~/", # change for whatever destination directory > you may prefer. > > cities[i,"city"], > > cities[i,"state"], ".asc") > > download(url=target1, destfile=target2) > >...
2007 Mar 11
1
Problem in Mounting Exaclibur 4GB USB Pen Drive on Centos4.0
...Mass Storage devices Mar 11 11:30:22 l_l_box kernel: Vendor: CORNICE Model: Inc. Storage Ele Rev: 0 0 Mar 11 11:30:22 l_l_box kernel: Type: Direct-Access ANSI SCSI revision: 02 Mar 11 11:30:22 l_l_box scsi.agent[17229]: disk at /devices/pci0000:00/0000:00:1d.7/usb1/1-1/1-1:1.0/host2/target2:0:0/2:0:0:0 sg3-utils are also installed on the system but sg_scan -i returns nothing Output of /proc/bus/usb/devices T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P:...
2012 May 20
2
Remus network buffering problem
...ectory cat: /sys/bus/scsi/devices/host2/model: No such file or directory cat: /sys/bus/scsi/devices/host2/type: No such file or directory cat: /sys/bus/scsi/devices/host2/rev: No such file or directory cat: /sys/bus/scsi/devices/host2/scsi_level: No such file or directory cat: /sys/bus/scsi/devices/target2:0:0/vendor: No such file or directory cat: /sys/bus/scsi/devices/target2:0:0/model: No such file or directory cat: /sys/bus/scsi/devices/target2:0:0/type: No such file or directory cat: /sys/bus/scsi/devices/target2:0:0/rev: No such file or directory cat: /sys/bus/scsi/devices/target2:0:0/scsi_leve...
2009 Nov 09
0
kernel: target...SCSI
Folks, I've now got two systems that have been upgraded to 5.4, and that are sending out log entries like target2:0:0: FAST-80 WIDE SCSI 160.0 MB/s DT (12.5 ns, offset 62) with the only differences being the target. I see no errors per se in the logs. Googling shows posts with different offsets, and actual errors in the logs. Does anyone have any ideas why these systems are sending this out, and how I turn th...