search for: dhc

Displaying 11 results from an estimated 11 matches for "dhc".

Did you mean: dc
2010 Apr 13
0
Coloring leaves in Dendrogram according to gene names
Hello, I am a new R user and have a question regarding dendrogram coloring. I would like to color each leaf in the dendrogram (dhc) according to a specific criterion. For me this criterion is the gene name. For this, I created a data.frame with 2 variables: The gene name and the corresponding color. Using the following function, adapted from "dendrapply {stats}", I still have the same color for the leaves. Using th...
2008 Dec 22
2
help with hdparm
...dev/hdc" I get /dev/hdc: multcount = 0 (off) IO_support = 0 (default 16-bit) unmaskirq = 0 (off) using_dma = 0 (off) keepsettings = 0 (off) readonly = 0 (off) readahead = 256 (on) geometry = 15733/16/63, sectors = 15858864, start = 0 when I do "hdparm -d1 /dev/dhc" I get /dev/hdc: setting using_dma to 1 (on) HDIO_SET_DMA failed: Operation not permitted using_dma = 0 (off) I get operation not permitted. How do I enable DMA mode for this device? Jerry
2013 Jan 16
1
dendrogram stops!
...t instead? as.dendrogram code: https://svn.r-project.org/R/trunk/src/library/stats/R/dendrogram.R library('stats') library('fastcluster') options(expressions=500000) NCols=10 NRows=30000 DataB <-matrix(runif(NCols*NRows), ncol=NCols) HClust <- hclust.vector(DataB ) dhc<- as.dendrogram(HClust) #gets stuck here forever| Best RegardsSobh [[alternative HTML version deleted]]
2010 Oct 25
3
IPv6 and PXELINUX
Is IPv6 supported by PXELINUX? With the transition to IPv6 occurring already, I'm seeing requests for supporting an IPv6-Based PXEboot and need to know if it's supported or is planned for support.
1998 Sep 24
2
machine name lookups
...ient -M when quota was getting tight. The only problem is that smbclient -M frequently fails to find the client's host name. The -I parameter will often fix it, but I am concerned about the -M problem nonetheless. I have a machine configured to be a WINS server, and all of the lab machines are DHCP-configured to use that server. What exactly is the -M parameter looking for? What would I do to address the problem? I asked a question a week or so ago along the same lines (with no response :( ), regarding why Samba appears to do a reverse DNS lookup on clients (using gethostbyaddr() in util.c...
2005 Jan 10
1
Static/Breaking up after I upgraded Asterisk aswell as a crash - Can't trace bug
I am also running a pretty recent version albeit not today's CVS, but CVS-HEAD-11/20/04-11:29:52. D you have problems b/w the Ciscos or only when going out to the PSTN?? I have 35 7960s with a PRI and no problems that you speak of. I do get an occational dropped call but that may be the DHC server lease running out on the phones. Can you tell us a little more about your setup??? -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Paul Rodan Sent: Monday, January 10, 2005 11:58 AM To: 'Asterisk...
2006 Dec 26
1
Colored Dendrogram
...t;1" 1 0.96 0.86 0.68 "2" 0.96 1 0.75 0.84 "3" 0.86 0.75 1 0.58 "4" 0.68 0.84 0.58 1 Matrix c "" "V1" "1" 7.450000 "2" 5.962963 "3" 0.473462 "4" 0.682300 R code: hc<-hcluster(m, link="ave") dhc<-as.dendrogram(hc) dendrapply(dhc, function(n) str(attributes(n))) local({ colLab <<- function(n){ if(is.leaf(n)){ a <- attributes(n) i <<- i+1 attr(n, "nodePar") <- c(a$nodePar, list(lab.col = mycols[i], lab.font=i%%3)) } n } #mycols <- grDevices::rainbow(attr(dh...
2005 Jan 10
1
Static/Breaking up after I upgradedAsteriskaswell as a crash - Can't trace bug
...am also running a pretty recent version albeit not today's CVS, but CVS-HEAD-11/20/04-11:29:52. D you have problems b/w the Ciscos or only when going out to the PSTN?? I have 35 7960s with a PRI and no problems that you speak of. I do get an occational dropped call but that may be the DHC server lease running out on the phones. Can you tell us a little more about your setup??? -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Paul Rodan Sent: Monday, January 10, 2005 11:58 AM To: 'Ast...
2015 Sep 04
1
further testing - Re: dhcp errors - Re: dhcp example
This will be it for tonight... Sep 3 20:35:30 homebase dhcpd: DHCPDISCOVER from 02:97:09:02:23:a2 (cubieboard2) via eth0 Sep 3 20:35:31 homebase dhcpd: DHCPOFFER on 192.168.192.21 to 02:97:09:02:23:a2 (cubieboard2) via eth0 Sep 3 20:35:31 homebase dhcpd: /usr/local/sbin/dhcp-dyndns.sh: line 17: /var/log/dyndns.log: Permission denied Sep 3 20:35:31 ho...
2009 Oct 08
12
resolv.conf rewritten every reboot. How to figure out who and why?
My machine has a static IP, with dhcp and IPv6 disabled. Every time I reboot, some process rewrites /etc/resolv.conf, including a comment about dhcpclient. The only package I have installed that shows up in "rpm -qa|grep -i dhcp" is dhcpv6-client-1.0.10-16.el5, and nothing in there is named dhcpclient. I'd like to figur...
2015 Sep 03
2
dhcp errors - Re: dhcp example
First I am having a couple challenges with your script here: On 09/03/2015 02:43 PM, Rowland Penny wrote: > > I thought that might be your next question, I wrote it, based on what > I found here: > > http://blog.michael.kuron-germany.de/2011/02/isc-dhcpd-dynamic-dns-updates-against-secure-microsoft-dns/ > > > #!/bin/bash > > # /usr/local/sbin/dhcp-dyndns.sh > # This script is for secure DDNS updates using GSS/TSIG on Samba 4 > # Version: 0.8.3 (includes TXTRR records) > # Updated with suggestions from L. v. Belle louis...