search for: hv2

Displaying 8 results from an estimated 8 matches for "hv2".

Did you mean: hv
2011 Dec 10
1
Samba follow sym links
Hi I have some problems with samba 3.5.6 on debian lenny. I have symbolic links in some shared directories, and samba should follow these links. Without any special config entries, my smb client just list sym links to folders as unknown files: ? l????????? ? ? ? ? ? myfolder With the following configuration: follow symlinks = yes wide links = yes unix extensions =
2014 Jan 19
1
How to configure MacVtap passthrough mode to SR-IOV VF?
...to intel document as below. Many thanks. ==========document from intel======================== Linux/KVM VM Live Migration (SRIOV And MacVtap) By Waseem Ahmad (waseem.ahmad@intel.com In this scenario we are using 3 machines:  Server 1: DNS/NFS – nfs.vtt.priv  Server 2: Hv1  Server3: Hv2 HV1 and HV2 are Linux/KVM machines. We will get to them in a minute however we first must address kvm and nfs. NFS:  Create a storage area, where both HV1, and HV2 can access it. There are several methods available for this (FCOE/ISCSI/NFS). For this write-up use nfs. Configure NFS:  Create a dir...
2007 Oct 12
1
Batch-Plot Histograms
...if (hist_data$breaks[j]<Quantil_unten) hv<-j } for(k in 1:hv){ rect(hist_data$breaks[k],0,hist_data$breaks[k+1],hist_data$counts[k],col="red") } for(l in 1:length(hist_data$breaks)){ if (hist_data$breaks[l]<Quantil_oben) hv2<-l+1 } for(m in hv2:length(hist_data$breaks)){ rect(hist_data$breaks[m],0,hist_data$breaks[m+1],hist_data$counts[m],col="red") } dev.copy(device = postscript,file=paste("C:\\",Stadtwerke[i],".ps")) dev.off() } It seems, that...
2009 Sep 12
0
consistent results with heatmap.2
...row", scale="none", tracecol="white", cexCol=.5) > hv1$rowInd [1] 5 23 26 1 25 8 11 9 24 18 14 6 17 2 4 16 21 13 22 12 10 20 3 7 15 [26] 19 # Attempt 2 > cutting <- cutree(hclust(dist(x)),k=8) # I counted about 8 divisions in correct clustering > hv2 <- heatmap.2(x, col=col.palette, Rowv=cutting, Colv=FALSE, key=TRUE, dendrogram="row", scale="none", tracecol="white", cexCol=.5) > hv2$rowInd [1] 5 23 26 1 25 8 11 9 24 18 14 6 17 15 19 2 4 16 21 13 22 3 7 12 10 [26] 20 # Attempt 3 > correc...
2008 Jan 14
2
What is connect-debounce wrt usb?
...Address: 00:0D:18:01:20:B9 ACL MTU: 192:8 SCO MTU: 64:8 UP RUNNING PSCAN RX bytes:8862 acl:38 sco:0 events:393 errors:0 TX bytes:2358 acl:38 sco:0 commands:154 errors:0 Features: 0xff 0xff 0x8f 0xf8 0x18 0x18 0x00 0x80 Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: RSWITCH HOLD SNIFF PARK Link mode: SLAVE ACCEPT Name: 'sip2' Class: 0x000100 Service Classes: Unspecified Device Class: Computer, Uncategorized HCI Ver: 1.2 (0x2) HCI Rev: 0x512 LMP Ver: 1.2 (0x2) LMP Subver: 0x512...
2004 Jun 22
0
Accessing ISDN with avm bluetooth hardware
...Manufacturer: AVM Berlin (31) Features: 0x2f 0xbe 0x05 0x00 0x00 0x00 0x00 0x00 <3-slot packets> <5-slot packets> <encryption> <slot offset> <role switch> <RSSI> <channel quality> <SCO link> <HV2 packets> <HV3 packets> <A-law log> <CVSD> <power control> This is the relevant part of the configuration files: /etc/asterisk/modem.conf ------------------------ driver=i4l group=1 msn=* device => /dev/ttyI0 device => /dev/ttyI1 This is the list of modules whic...
2007 Dec 13
1
chan_mobile problems
I built asterisk-trunk at 92526 and asterisk-addons-trunk at 496. I have my Bluetooth cell phone connected. It almost works. In mobile.conf, I have "context=incoming-mobile" for the phone, and that looks like: context incoming-mobile { _. => { VoiceMail(9999,b); Hangup(); }; } Calls to the cell phone get directed answered by Asterisk and directed to
2015 Jul 01
2
[LLVMdev] [cfe-dev] llvm-abi: A library for generating ABI-compliant LLVM IR
On Wed, 1 Jul 2015 at 08:19 Stephen Cross <scross at scross.co.uk> wrote: > Hi everyone, > > I was wondering if anyone could answer the questions in my first > email. These were: > > * Why does Clang generate 8 byte alignment for 16+ byte arrays on > x86-64, even though the AMD64 ABI seems to require 16 byte alignment? > * Clang has some logic in