Displaying 20 results from an estimated 73 matches for "k5".
2008 Mar 06
2
Help with parsing a data file
...----------------------------------------------------------------------------------
725280 BUFFALO NIAGARA INTL A NY  -5  N42 56  W078 44   215   988
 1991-2005
 MO AVGLO FL SDGLO AVDIR FL SDDIR AVDIF FL SDDIF AVETR AETRN  TOT  OPQ
H2O   TAU  MAX_T  MIN_T  AVG_T  AVGDT  RH  HTDD  CLDD AVWS
  1  1336 K5   222  1534 K7   676   837 K5    72  3806 13256  8.4  8.1  0.83
0.09  -0.52  -7.40  -3.86  -3.36  75   691     0  5.5
  2  2261 K5   400  2691 K7  1026  1129 K5    74  5330 14714  7.6  7.1  0.79
0.10   0.97  -6.67  -2.76  -1.85  73   599     0  5.1
  3  3249 K5   413  3207 K7   852  1578 K5   118...
2006 Mar 11
1
Non-linear Regression : Error in eval(expr, envir, enclos)
Hi..
  
      i have an expression of the form:
  
  model1<-nls(y~beta1*(x1+(k1*x2)+(k1*k1*x3)+(k2*x4)+(k2*k1*x5)+(k2*k2*x6)+(k3*x7)+(k3*k4*x8)+(k3*k2*x9)+(k3*k3*x10)+          (k4*x11)+(k4*k1*x12)+(k4*k2*x13)+(k4*k3*x14)+(k4*k4*x15)+(k5*x16)+(k5*k1*x17)+(k5*k2*x18)+(k5*k3*x19)+             (k5*k4*x20)+(k5*k5*x21)+(k6*x22)+(k6*k1*x23)+(k6*k2*x24)+(k6*k3*x25)+(k6*k4*x26)+(k6*k5*x27)+(k6*k6*x28)+             (k7*x29)+(k7*k1*x30)+(k7*k2*x31)+(k7*k3*x32)+(k7*k4*x33)+(k7*k5*x34)+(k7*k6*x35)+(k7*k7*x36)),x,             start=c(beta1=-0.0...
2004 Jul 31
1
Win Integration: possible solution?
Hi. Back again...
I'm still looking for a possible integration of MIT K5 and AFS through
the windows login, so I will ask you a question.
A first considerations is that afs+k5 works fine but we have to create a
local account with a fake password. The profile will be on the local
disk. We can gain tickets and the token necessary to access \\AFS. The
problem is: how to a...
2012 May 15
2
Renaming names in R matrix
...0.0000000 0.0000000 0.00000000 0.000000000
foo 0.0000000 0.0000000 0.00000000 0.000000000
foo 0.0000000 0.0000000 0.00000000 0.000000000
foo 0.0000000 0.0000000 0.00000000 0.000000000
and given this:
> new_names <- c("k0","k1","k2,"k3","k4","k5");
How can I get this?
                      [,1]      [,2]       [,3]        [,4]
k0 0.7574657 0.2104075 0.02922241 0.002705617
k1 0.0000000 0.0000000 0.00000000 0.000000000
k2 0.0000000 0.0000000 0.00000000 0.000000000
k3 0.0000000 0.0000000 0.00000000 0.000000000
k4 0.0000000 0.0000000...
2004 Apr 10
3
Kerberos and Samba
Hi. 
I've built an afs cell, a kerberos kdc, an openldap server, all 
kerberized. Now all linux clients can login on the cell using k5 
authentication, finding informations about their home dirs with ldap. 
Their home reside on the afs cell, which allows r/w access since it 
releases a token from the k5 ticket. All macosx clients can login as 
well... but what about windows? ^___^;;; 
I've been sent here from a kerberos group...
1997 Apr 30
2
R-alpha: New Incomplete Beta Function
...if (flag == 1) {
		if (t <= DBL_EPSILON)
			t = 1 - DBL_EPSILON;
		else
			t = 1 - t;
	}
	return t;
}
/* Continued fraction expansion #1
 * for incomplete beta integral
 */
static double incbcf(double a, double b, double x)
{
	double xk, pk, pkm1, pkm2, qk, qkm1, qkm2;
	double k1, k2, k3, k4, k5, k6, k7, k8;
	double r, t, ans, thresh;
	int n;
	k1 = a;
	k2 = a + b;
	k3 = a;
	k4 = a + 1;
	k5 = 1;
	k6 = b - 1;
	k7 = k4;
	k8 = a + 2;
	pkm2 = 0;
	qkm2 = 1;
	pkm1 = 1;
	qkm1 = 1;
	ans = 1;
	r = 1;
	n = 0;
	thresh = 3 * DBL_EPSILON;
	do {
		xk = -(x * k1 * k2) / (k3 * k4);
		pk = pkm1 + pkm2 *...
2011 Aug 04
1
Plotting just a portion of a smoother graph in ggplot2
Hi,
I am using ggplot2 to with the following code:
gmathk2 <-
qplot(time,math,colour=Kids,data=kids.ach.lm.k5,geom="smooth",method="lm",formula=y~ns(x,1))
+ opts(title="Smoother Plot: Math K-5") + xlab("Time") + ylab("Math") +
scale_colour_brewer(pal="Set1"); gmathk2
This plots all the smoother for all the x values. What I'd like to do is
plo...
2011 Jul 27
2
fitting sine wave
...ly.
This is what I?ve got so far. And I would keep doing so, but sadly nls() then says that it has reached the maximum number of Iterations?
?
m<-c(-0.2061826,0.5888406,0.2026079,1.0000000,0.2342754,0.6865078,-0.1265754)
x <- c(1,2,3,4,5,6,7)
p <- nls(m~k1*x+k2*cos(x)+k3*sin(x)+k4*cos(2*x)+k5*sin(2*x)+k6*cos(3*x),start = list(k1=0,k2=0,k3=0.1,k4=0.1,k5=0,k6=0))
par ?<- c(pk1=summary(p)$parameters[1,1],pk2=summary(p)$parameters[2,1],pk3=summary(p)$parameters[3,1],pk4=summary(p)$parameters[4,1],pk5=summary(p)$parameters[5,1],pk6=summary(p)$parameters[6,1])
xx <- seq(1,7,length.out=5...
2004 Jan 26
6
OpenSSH, OpenAFS, Heimdal Kerberos and MIT Kerberos
...limit. etc. But the point is 
there is no compile dependence on OpenAFS, MIT or Hiemdal by the 
OpenSSH sshd, and any failure of the process will not effect the sshd.  
We have been using something like this for years which issues a 
syscall to set a PAG for the current process, then fork/exec ak5log. 
Our current mode to OpenSSH in session.c is as  simple as:
  krb5_afs_pag_env(NULL, env);
It is currently built with the MIT Kerberos code for historic reasons,
but could be seperate as it has no real dependency on the MIT code. 
I would hope that the members of the OpenSSH community who us...
2001 Nov 22
1
1.2.26-compat Kerberos support
On Wed, Nov 21, 2001 at 01:41:42PM -0500, John Hawkinson wrote:
> 	auth-krb5.c
> 	auth1.c
> 	compat.c
> 	comapt.h
> 	servconf.c
> 	session.c
> 	session.h
> 	sshconnect1.c
> 	sshd_config
why do you need to touch these files? for MIT K5? or
for adding back the told ticket passing behaviour?
i have no string opinion about whether the AFS/Kerb tickets
should be passed before or after authentication, however
i'd prefer to have it _one_ way, not multiple ways.
-m
2006 Dec 01
3
demo cd 3.0.3 on non-pae machine
Hi all,
Would it be possible to include support for a non-pae capable machines
on the demo cd. The 3.0 version worked but the 3.0.3 version fails with
Cannot execute PAE-enabled kernel on a PAE-less CPU!
(Please CC me since I am not subscribed to the list)
Thanks,
-- 
Adriaan Peeters
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2010 Mar 30
6
Error "singular gradient matrix at initial parameter estimates" in nls
...have read all the previous postings and the documentation, but to no 
avail: the error is there to stay. I am sure the problem is with nls, 
because the external fitting algorithm perfectly fits it in less than a 
second. Also, if my n is 4, then the nls works perfectly (but that 
excludes all the k5 .... kn).
Can anyone help me with suggestions? Thanks in advance.
Alternatively, what do you suggest I should do? Shall I abandon nls in 
favour of optim?
Regards
-- 
Corrado Topi
PhD Researcher
Global Climate Change and Biodiversity
Area 18,Department of Biology
University of York, York, YO10...
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...-47,6 +48,7 @@ config M386
 
 config M486
 	bool "486"
+	depends on !X86_VMI
 	help
 	  Select this for a 486 series processor, either Intel or one of the
 	  compatible processors from AMD, Cyrix, IBM, or Intel.  Includes DX,
@@ -55,6 +57,7 @@ config M486
 
 config M586
 	bool "586/K5/5x86/6x86/6x86MX"
+	depends on !X86_VMI
 	help
 	  Select this for an 586 or 686 series processor such as the AMD K5,
 	  the Cyrix 5x86, 6x86 and 6x86MX.  This choice does not
@@ -62,12 +65,14 @@ config M586
 
 config M586TSC
 	bool "Pentium-Classic"
+	depends on !X86_VMI
 	help...
2007 Apr 18
4
[RFC, PATCH 2/24] i386 Vmi config
...-47,6 +48,7 @@ config M386
 
 config M486
 	bool "486"
+	depends on !X86_VMI
 	help
 	  Select this for a 486 series processor, either Intel or one of the
 	  compatible processors from AMD, Cyrix, IBM, or Intel.  Includes DX,
@@ -55,6 +57,7 @@ config M486
 
 config M586
 	bool "586/K5/5x86/6x86/6x86MX"
+	depends on !X86_VMI
 	help
 	  Select this for an 586 or 686 series processor such as the AMD K5,
 	  the Cyrix 5x86, 6x86 and 6x86MX.  This choice does not
@@ -62,12 +65,14 @@ config M586
 
 config M586TSC
 	bool "Pentium-Classic"
+	depends on !X86_VMI
 	help...
2010 Nov 10
0
biglm and epicalc ROC curves
...the model from John Fox's car package.  Is there some editing I
can do to the list from bigglm that will allow utilization in epicalc,
or some other technique?  Thanks in advance.
library(car)
data(Mroz)
Mroz$in.wf <- ifelse(Mroz$lfp == 'yes', 1 ,0)
mod.bigglm <- bigglm(in.wf ~ k5 + k618 + age + wc + hc + lwg + inc
    ,data=Mroz
    ,family=binomial(link='logit')
)
mod.glm <- glm(in.wf ~ k5 + k618 + age + wc + hc + lwg + inc
    ,data=Mroz
    ,family=binomial(link='logit')
)
lroc(mod.glm) ## works, and generates the desired graph
lroc(mod.bigglm) ## fa...
2000 Feb 07
0
openssh (fwd)
Some people on the OpenSSH list have expressed an interest in Kerberos
version 5 support.  Below is a (non-US) URL recently posted for a patch to
OpenSSH to work with Heimdal, the international K5 implementation.  I
haven't checked to see if the patch would work with MIT or MIT-derived K5
libraries.
-- 
Mike Fisk, RADIANT Team, Network Engineering Group, Los Alamos National Lab
See http://home.lanl.gov/mfisk/ for contact information
---------- Forwarded message ----------
Date: Thu, 3...
1998 Aug 07
1
Tape Backup Using Samba
...t the same point in the backup and with
different and new tapes. I'm using an Exabyte 8500 [native 5 gig] tape
machine. I am able to successfully do a tar backup from the server [of
itself] without difficulty, so I don't think it's the tape drive. The
machine backing up is a 133 mhz AMD K5 and the machine being backed up
is a 100 mhz, AMD K5 too.
********************************************************************************************
Backing up a FreeBSD machine [running Samba-1.9.17p2] with the same
apparatus, the backup will run to completion but getting myriad errors
of the...
1999 Aug 09
1
samba with kerberos
...ros password - used for UNIX desktop logins and such) and one 
considered insecure (currently just used for POP and samba - we have no telnet 
or ftp or other similar services that send passwords in cleartext). Anyway, 
I'd like to have a single password, the Kerberos one. I compiled Samba with K5 
support and was able to connect to the server using a bogus K5 account.
Then, I turned on 'encrypt password' on the Samba side and changed the 
registry setting back on the NT side. Now, the only way I can seem to connect 
is by using the password that would be in the smbpasswd file.
Is...
2004 Jul 30
1
Samba pwd in kerberos?
Hi. As I said... I will bother you. :)
I'm wondering if it's possible to make samba as a primary domain
controller without having samba passwords, but instead using my two KDCs
(MIT K5).
Is it possible? What should I use in my smb.conf? The wonderful and less
painful thing is samba authenticating via pam... but I don't know how...
the documentation is quite misty.
-- 
Sensei    <mailto:senseiwa@tin.it>
          <icqnum:241572242>
          <msn-id:Sensei_Sen...
2005 Oct 26
2
ADS + Samba
...nf
[kdcdefaults]
        kdc_ports = 88,750
[realms]
        EXAMPLE.COM = {
        database_name = /etc/krb5kdc/principal
        admin_keytab = /etc/krb5kdc/kadm5.keytab
        acl_file = /etc/krb5kdc/kadm5.acl
        dict_file = /etc/krb5kdc/kadm5.dict
        key_stash_file = /etc/krb5kdc/.k5.EXAMPLE.COM
        kadmind_port = 749
        max_life = 10h 0m 0s
        max_renewable_life = 7d 0h 0m 0s
        master_key_type = des3-hmac-sha1
        supported_enctypes = des3-hmac-sha1:normal des-cbc-crc:normal
        }