Displaying 2 results from an estimated 2 matches for "342156".
2010 Aug 24
3
CENTOS DHCP Server and windows computer/host name ISSUE
...om and so
on .
But none of the windows guest is getting the hostname or computer name from
the DHCP server even though its getting the ip from the centos DHCP server
properly , instead all the windows guest are setting up the hostname or
computername as ORGNAME-withsomenumbers . eg: techsoft-342156 as a computer
name .
See at present we are not doing any static mapping of IP/HOSTNAME based on
windows GUEST MAC address. So statically mapping the hostname/ip with guest
MAC address is out of question now.
Is there is any configuration to be tuned on dhcpd.conf or any files or
parameter to...
2008 Nov 12
1
different results with plot.lm vs. plot.lm(which=c(2))
I am running GLM models using the gamma family. For example:
model <-glm(y ~ x, family=Gamma(link="identity"))
I am getting different results for the normal Q-Q plot and the
Scale-Location plot if I run the diagnostic plots without specifying the
plot vs. if I specify the plot ... e.g., "plot(model)" gives me a different
Normal Q-Q graph than "plot(model,