Displaying 20 results from an estimated 10000 matches similar to: "Debugging assistance request"
2013 Jan 28
2
Adjusted R-squared formula in lm()
What is the exact formula used in R lm() for the Adjusted R-squared? How can I interpret it?
There seem to exist several formula's to calculate Adjusted R-squared.
Wherry’s formula [1-(1-R2)·(n-1)/(n-v)]
McNemar’s formula [1-(1-R2)·(n-1)/(n-v-1)]
Lord’s formula [1-(1-R2)(n+v-1)/(n-v-1)]
Stein 1-(n-1/n-k-1)(n-2)/n-k-2) (n+1/n)
Theil's formula (found here:
2006 May 08
1
checking trust secret failed for interdomain trust
Hi samba members,
I've searched through google, the archives and RTFM but I can't figure this out.
I've got a setup of two different offices with both their own samba PDC, wins, etc. Via OpenVPN i've set up an interdomain trust between the two domains (for now one way, but this will become two ways).
One domain is called PSW with bluemoon as PDC, the other PSWINDWG with redmoon as
2010 Oct 23
0
How to install and update a src rpm?
Hello,
is there please a way to install and later update a src rpm -
instead of locating and downloading that package manually?
I've run: "yum install rpm-build mock yum-utils" successfully.
But when I try to run "yumdownloader --source httpd",
I get the error listed at the bottom of my mail.
Do I maybe need to add a file to /etc/yum.repos.d/ ?
I'd like to have
2012 Jul 27
0
[PATCH 3/3] nouveau: add vblank methods on newer cards
Allow the software channel to be created now, since methods
for vblanking have been implemented.
The instmem flush seems to be needed on fermi to prevent a
race, but I enabled it on earlier cards too since they seem
to be susceptible to the same race.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com>
---
drivers/gpu/drm/nouveau/nouveau_abi16.c | 9 ----
2007 Apr 18
0
[patch 9/9] Guest page hinting: full s390 support.
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
From: Hubertus Franke <frankeh@watson.ibm.com>
From: Himanshu Raj <rhim@cc.gatech.edu>
[patch 9/9] Guest page hinting: full s390 support.
s390 uses the milli-coded ESSA instruction to set the page state. The
page state is formed by four guest page states called block usage states
and three host page states called block content
2007 Apr 18
0
[patch 9/9] Guest page hinting: full s390 support.
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
From: Hubertus Franke <frankeh@watson.ibm.com>
From: Himanshu Raj <rhim@cc.gatech.edu>
[patch 9/9] Guest page hinting: full s390 support.
s390 uses the milli-coded ESSA instruction to set the page state. The
page state is formed by four guest page states called block usage states
and three host page states called block content
2015 Oct 19
0
replication full documentation
Hi! I am create replication between two Debian 8.2 servers with dovecot
2.2.13. It work, but wont now more about replication used and i didn't
now where i can red it:
1. aggregator - documentation and what he done?
2. replicator - full description or man for him
3. dsync - full description or man for him
4. doveadm replicator status - full description for all his points:
* Queued
2009 Sep 08
2
Rails + Sybase ASE : group effort, please
Here''s what I have:
Ruby 1.8.7
Rails 2.3.3 (activerecord 2.3.3, etc)
activerecord-sybase-adapter ( http://itsignals.cascadia.com.au/?p=23 )
Here is the base code (login info was changed to protect me)
require ''rubygems''
require ''activerecord''
a = ActiveRecord::Base.establish_connection(
:adapter => "sybase",
:host =>
2011 Dec 12
1
v2.1.rc1 managesieve TLS
Hi,
TLS on imap port 143 works.
But if I try TLS on managesieve port 4190, I get no connection.
Dec 12 21:16:10 managesieve-login: Info: Disconnected (no auth attempts in 5 secs): rip=192.168.10.117, lip=192.168.10.117, secured
Dec 12 21:16:20 managesieve-login: Info: Disconnected (no auth attempts in 5 secs): rip=192.168.10.117, lip=192.168.10.117, TLS handshaking: Disconnected
# gnutls-cli
2008 Apr 29
0
Looking for Post-hoc tests (a la TukeyHSD) or interaction-level independent contrasts for survival analysis.
Hello all R-helpers,
I've performed an experiment to test for differential effects of
elevated temperatures on three different groups of corals. I'm
currently performing a cox proportional hazards regression with
censoring on the survivorship (days to mortality) of each individual
in the experiment with two factors: Temperature Treatment (2 levels:
ambient and elevated) and
2012 Feb 12
3
2.1.rc5 Cannot delete folders from trash
Hi,
If I delete a folder "foo" in Thunderbird, it is moved to trash.
[root at dovecot1][tmp:exec](~) # ll /mailspool1/xxxx.de/test1/mdbox/mailboxes/Trash/
insgesamt 16K
drwx------ 4 vmail vmail 4,0K 31. Jan 22:16 .
drwx------ 8 vmail vmail 4,0K 31. Jan 22:16 ..
drwx------ 2 vmail vmail 4,0K 12. Feb 11:51 dbox-Mails
drwx------ 3 vmail vmail 4,0K 31. Jan 22:16 foo
[root at
2007 Dec 11
0
Net::ldap no bind result
Hi,
im having some trouble using net::ldap. bind doesnt return anything (not
even false)
i basically use this code:
user,psw = ''test'', ''test''
ldap = Net::LDAP.new(:host => ''myldapserverip'', :port => 636, :base
=>''dc=ehb,dc=be'', :auth => {:method => :simple, :username => user,
:password => psw)
if
2018 Dec 28
0
[PATCH v1 0/2] Virtio: fix some vq allocation issues
On 28.12.2018 03:26, Wei Wang wrote:
> Some vqs don't need to be allocated when the related feature bits are
> disabled. Callers notice the vq allocation layer by setting the related
> names[i] to be NULL.
>
> This patch series fixes the find_vqs implementations to handle this case.
So the random crashes during boot are gone.
What still does not work is actually using the
2010 Feb 14
1
Virtual plugin and user_query
Hello,
As per a previous reply regarding POP3 I'm now trying to configure the
virtual plugin.
However I don't really understand how to modify the sql user_query to
properly indicate inbox=yes.
I created 3 namespaces as per wiki instructions and I've modified the
password and user queries as bellow:
password_query = \
SELECT email, password, login , concat('*:bytes=',
2007 Oct 11
0
Cox with time varying effect
Dear R users,
I am doing Cox regression using coxph(Survival) or cph(Design).
I have time varying effects (diagnosed with schoenfeld residuals Chi2 test and graph) so I first want to split time into 2 separate intervals : t<6months and t>=6months, to estimate one hazard ratio (hr) for each interval.
I am analysing Overall survival according to 3 prognostic factors (age,deep,ldh).
2008 Mar 20
1
[RFC/PATCH 12/15] kvm-s390: API documentation
From: Carsten Otte <cotte at de.ibm.com>
This patch adds Documentation/s390/kvm.txt, which describes specifics of kvm's
user interface that are unique to s390 architecture.
Signed-off-by: Carsten Otte <cotte at de.ibm.com>
---
Documentation/s390/kvm.txt | 125 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 125 insertions(+)
Index: kvm/Documentation/s390/kvm.txt
2008 Mar 20
1
[RFC/PATCH 12/15] kvm-s390: API documentation
From: Carsten Otte <cotte at de.ibm.com>
This patch adds Documentation/s390/kvm.txt, which describes specifics of kvm's
user interface that are unique to s390 architecture.
Signed-off-by: Carsten Otte <cotte at de.ibm.com>
---
Documentation/s390/kvm.txt | 125 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 125 insertions(+)
Index: kvm/Documentation/s390/kvm.txt
2008 Mar 20
1
[RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
From: Carsten Otte <cotte at de.ibm.com>
From: Christian Borntraeger <borntraeger at de.ibm.com>
From: Heiko Carstens <heiko.carstens at de.ibm.com>
This patch contains the port of Qumranet's kvm kernel module to IBM zSeries
(aka s390x, mainframe) architecture. It uses the mainframe's virtualization
instruction SIE to run virtual machines with up to 64 virtual CPUs
2008 Mar 20
1
[RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
From: Carsten Otte <cotte at de.ibm.com>
From: Christian Borntraeger <borntraeger at de.ibm.com>
From: Heiko Carstens <heiko.carstens at de.ibm.com>
This patch contains the port of Qumranet's kvm kernel module to IBM zSeries
(aka s390x, mainframe) architecture. It uses the mainframe's virtualization
instruction SIE to run virtual machines with up to 64 virtual CPUs
2011 Dec 07
1
dovecot 2.1.rc1 and folders with umlauts
Hi,
if I try to crate a folder in Thunderbird 8 which contains
umlauts this happens:
- Create folder "T?r"
- Thunderbird show T&APw-r in folder list
In log:
Dec 07 17:45:39 imap(test1 at in-preetz.de): Debug: Namespace : /mailspool1/in-preetz.de/test1/mdbox/mailboxes/T&APw-r doesn't exist yet, using default permissions
Dec 07 17:45:39 imap(test1 at in-preetz.de): Debug: