Displaying 20 results from an estimated 8000 matches similar to: "is this a DNS resolution problem ? bad news"
2005 Nov 30
0
[SOLVED] home folders query
hi again, and thanks for replying
i've got it up and running now- unfortunately one of the windows machines i was testing it with has cost me a couple of hours as it just kept hanging. a fresh install worked straight away- grrr!
it seemed to prefer my security setting to be domain, but of course as the machine was messing me about i'm not sure if that's necessary or not.
still,
2004 Jul 19
3
why won't rq draw lines?
I've been trying to draw quantile linear regression lines across a scatterplot of my data using
attach(forrq)
plot(PREGNANT,DAY8,xlab="pregnant EPDS",ylab="postnatal EPDS",cex=.5)
taus <- c(.05,.1,.25,.75,.9,.95)
xx <- seq(min(PREGNANT),max(PREGNANT),100)
for(tau in taus){
f <- coef(rq(DAY8~PREGNANT,tau=tau))
yy <-
2005 Nov 10
2
is this a DNS resolution problem ?
Hi list,
I encounter a problem again, which I thought resolved : when joining a
domain, sometimes the workstation says it cannot join, or the domain
does not exist, or something like that, because there is a DNS
resolution probleme. I read the Micro$oft documentation listed in the
error message
(http://www.microsoft.com/windows2000/dns/tshoot/dns_tshoot2A.asp)
I solved the problem, the
2007 Dec 30
1
bi monthly based Mail/News backup scheme
I'm looking for a way to accomplish this goal without too much regular
intervention.
I want to backup.. but no thats not really the word I need here. It
is a backup but also a continuing non-deleting collection of what
comes on the spools over time. So the backup will never look like or
mirror the src, except on the first run.
It is NNTP and Mail spools (in one numbered file per message
2011 Aug 22
3
Fallout New Vegas no longer working
All, in 1.3.26 F:NV won't go into the game after you select new game or continue. The circle "loading" screen appears but then then stops and that's it.
There are no errors in the console as well beyond what you normally get in 1.3.24. So before I run some regression tests if I get the time I was hoping to find out the debug channels I should load to see what's going on?
2011 Aug 25
2
Re: Black Ops and Use GLSL disable
all, i believe. GLSL is disabled by default on Nvidia GPUs.
2011 Jun 12
3
Switch graphics card via Wine?
Hi,
I have a PC with two graphic cards one Intel onboard and one Nvidia dedicated card. lspci shows me both and both graphics drivers are installed.
Code:
> lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300M GS] (rev a1)
wine.log
2010 May 13
1
What's data() for?
Hi there,
>library(faraway)
>pima
pregnant glucose diastolic triceps insulin bmi diabetes age test
1 6 148 72 35 0 33.6 0.627 50 1
2 1 85 66 29 0 26.6 0.351 31 0
>data(pima)
>pima
pregnant glucose diastolic triceps insulin bmi diabetes age test
1 6 148 72 35 0 33.6
2011 Jun 13
5
New to Wine...and already in trouble...
Hi
I've installed Wine on my openSUSE 11.3 x64 box. I'm trying to install Sage Instant accounts but keep getting the Error 1628 message.
I've been searching most of the evening and trying the various fixes (run from command line, rename the InstallerShield folder etc) but to no avail.
Do I just need to accept that Sage Instant won't work and go back to the (slow) VirtualBox?
2011 Mar 23
3
EXT4 Filesystem Mount Failed (bad geometry: block count)
Dear All,
Currently using RHEL6 Linux and Kernel Version is 2.6.32-71.el6.i686 and DRBD Version is 8.3.10
DRBD is build from source and Configured DRBD with 2 Node testing with Simplex Setup
Server 1 : 192.168.13.131 IP Address and hostname is primary
Server 2 : 192.168.13.132 IP Address and hostname is secondary
Finally found that drbd0, drbd1 mount failed problem
*Found some error messages
2005 Dec 02
1
can't mount smb shares
Hi list,
it's me again. I have 2 samba servers, one as a PDC, the other as a file
server.
I can now join the domain. But it's impossible to mount the smb shares.
The 2 servers are listening on several private networks, using vlans.
10.16.41.0/24 is a routed network, all over the campus. The others are
just nated through a FreeBSD box.
All dns datas are ok and uptodate
If I connect
2010 Jul 09
1
Appropriate tests for logistic regression with a continuous predictor variable and Bernoulli response variable
I have a data with binary response variable, repcnd (pregnant or not) and one predictor continuous variable, svl (body size) as shown below. I did Hosmer-Lemeshow test as a goodness of fit (as suggested by a kind “R-helper” previously). To test whether the predictor (svl, or body size) has significant effect on predicting whether or not a female snake is pregnant, I used the differences between
2008 May 29
0
trust issues with 3.0.30
Hello folks,
It seems that I am still having the trust issues I encountered with 3.0.28a
with 3.0.30.
My production servers are running 3.0.28 and that is working very well.
Thanks in advance for any help or advice.
- Franz
Basic setup:
Win NT4 PDC domain trusts an AD-mixed mode accounts domain
Samba server member of NT4 domain and running winbind for auth
When I call id <username> I
2012 Jul 03
3
[LLVMdev] bug in tablegen?
Not sure what you mean.
I.OutOperandList == (outs CPU16Regs:$rx)
I.InOperandList == (ins CPU16Regs:$ry, CPU16Regs:$rz)
On 07/02/2012 09:26 PM, Sean Silva wrote:
> I think you're missing the template args for `FRRR16_ins` in the first
> argument. The switch in TGParser::ParseType() doesn't cover the case
> of types with template args though... which makes me wonder what is
2012 Jul 05
2
[LLVMdev] bug in tablegen?
I think that what I did originally should have worked and the bug was
correct as I reported it.
Here is an alternate implementation which has the same problem.
class ArithLogicRTest16<string I, SDNode OpNode, bit isComm = 0>:
FRRR16<!cast<FRRR16_ins>(I).f,
!cast<FRRR16_ins>(I).OutOperandList,
!cast<FRRR16_ins>(I).InOperandList,
2006 Jan 10
2
Obtaining the adjusted r-square given the regression coefficients
Hi people,
I want to obtain the adjusted r-square given a set of coefficients (without the intercept), and I don't know if there is a function that does it. Exist????????????????
I know that if you make a linear regression, you enter the dataset and have in "summary" the adjusted r-square. But this is calculated using the coefficients that R obtained,and I want other coefficients
2012 Jul 03
2
[LLVMdev] bug in tablegen?
I've filed the following bug. Maybe I'm doing something stupid here or
maybe someone knows of a workaround.
The following fragment from mips16 (not yet checked into main source).
The problem is that I should be able to pass parameters:
I.OutOperandList, I.InOperandList
But instead, I must back substitute what I know the values of these are.
(outs CPU16Regs:$rx), (ins CPU16Regs:$ry,
2012 Jul 04
0
[LLVMdev] bug in tablegen?
class FRRR16_ins<bits<2> _f, string asmstr, list<dag> pattern,
InstrItinClass itin> : // ...
This class has template args. You don't specify them in the first
template arg of
class ArithLogicR16<FRRR16_ins I, SDNode OpNode, bit isComm = 0>: // ...
--Sean Silva
On Tue, Jul 3, 2012 at 2:29 PM, reed kotler <rkotler at mips.com> wrote:
> Not sure what you mean.
2012 Jul 05
0
[LLVMdev] bug in tablegen?
This variant works:
class ArithLogicRTest16<string I, SDNode OpNode, bit isComm = 0>:
FRRR16<!cast<FRRR16_ins>(I).f,
(outs CPU16Regs:$rx), (ins CPU16Regs:$ry, CPU16Regs:$rz),
// !cast<FRRR16_ins>(I).OutOperandList,
// !cast<FRRR16_ins>(I).InOperandList,
!cast<FRRR16_ins>(I).AsmString,
[(set CPU16Regs:$rx,
2012 May 21
1
libguestfs on Debian 6 squeeze problems
I'm trying to install libguestfs on Debian squeeze installed from
http://people.debian.org/~bengen/libguestfs/
It does not work. Here are the details:
I was able to install libguestfs-tools and its dependencies. However,
aptitude removed the following two packages: qemu and qemu-system. I'm
not sure if it's okay or not. If I try to install those packages back, I
get the