Displaying 6 results from an estimated 6 matches for "hv3".
Did you mean:
hv
2009 Sep 12
0
consistent results with heatmap.2
...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
> correct.order <- hv$rowInd
> hv3 <- heatmap.2(x,
col=col.palette,
Rowv=correct.order,
Colv=FALSE,
key=TRUE,
dendrogram="row",
scale="none",
tracecol="white",
cexCol=.5)
> hv3$rowInd
[1] 5 26 23 15 19 22 13 7 3 12 20 10 16 21 4 2 8 11 25 1 24 9 18 14 6
[26] 17
My understanding...
2019 Jul 01
1
live migration issues after libvirtd restart
Hi, All
There is following issue in latest libvirt-4.5.0-10.el7_6.12 package, which
could prevent live VM migrations with web sockets enabled, when libvirtd
were restarted prior to migration.
Environment:
# uname -a
Linux inv-cp1-hv3-centos7 3.10.0-957.12.2.el7.x86_64 #1 SMP Tue May 14
21:24:32 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
# rpm -qa | grep libvirt-4
libvirt-4.5.0-10.el7_6.12.x86_64
# rpm -qa | grep qemu-kvm
qemu-kvm-common-ev-2.12.0-18.el7_6.5.1.x86_64...
2008 Jan 14
2
What is connect-debounce wrt usb?
...ess: 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
...erlin (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 which are loaded into my...
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
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking