search for: dhall

Displaying 6 results from an estimated 6 matches for "dhall".

Did you mean: shall
2006 Feb 28
1
gem update problem
Tried to update my installed gems, but it gave me this error: mu163:~/Documents/Dev/Rails/gems dhall$ sudo gem update installed Password: Upgrading installed gems... Updating Gem source index for: http://gems.rubyforge.org Attempting remote upgrade of installed Attempting remote installation of ''installed'' ERROR: While executing gem ... (Gem::GemNotFoundException) Could not...
2004 Aug 09
0
Samba 3.0.5 file share problems
...the step of: Net join -S pw1 -Uadmin%password And I get the message Joined domain mydomain. I have restarted samba. However when I try to browse to see the share or access the share I get access denied. I have tried to check the logs and they do not seem to be written to. What do I try now? dhall
2006 Jul 18
3
Test for equality of coefficients in multivariate multiple regression
Hello, suppose I have a multivariate multiple regression model such as the following: > DF<-data.frame(x1=rep(c(0,1),each=50),x2=rep(c(0,1),50)) > tmp<-rnorm(100) > DF$y1<-tmp+DF$x1*.5+DF$x2*.3+rnorm(100,0,.5) > DF$y2<-tmp+DF$x1*.5+DF$x2*.7+rnorm(100,0,.5) > x.mlm<-lm(cbind(y1,y2)~x1+x2,data=DF) > coef(x.mlm) y1 y2 (Intercept)
2003 Dec 01
0
No subject
...(specifically security and share permissions on a group level, i.e. assume there are machines in group 'foo' what we want to be able to do is change security on group 'foo' and have it filter down to all the machines which are a part of group 'foo'). -Bill Return-Path: <dhall@vermeermfg.com> Delivered-To: samba@samba.org Received: from vermeerfw.vermeermfg.com (vermeerfw.vermeermfg.com [199.184.227.2]) by lists.samba.org (Postfix) with ESMTP id C421C5277 for <samba@samba.org>; Fri, 17 Aug 2001 11:37:18 -0700 (PDT) Received: by vermeerfw.vermeermfg.com; id N...
2003 Dec 01
0
No subject
...ssword file (or at least encrypt the passwd on the credentials file)? -- Kendrick Hamilton E.I.T. SED Systems, a division of Calian Ltd. 18 Innovation Blvd. PO Box 1464 Saskatoon, Saskatchewan Canada S7N 3R1 Canada Hamilton@sedsystems.ca Tel: (306) 933-1453 Fax: (306) 933-1486 Return-Path: <dhall@vermeermfg.com> Delivered-To: samba@lists.samba.org Received: from vermeerfw.vermeermfg.com (vermeerfw.vermeermfg.com [199.184.227.2]) by lists.samba.org (Postfix) with ESMTP id 9F1C45666 for <samba@lists.samba.org>; Fri, 10 Aug 2001 09:07:24 -0700 (PDT) Received: by vermeerfw.vermeerm...
1999 Dec 28
2
autoconf check for socklen_t
Here's a configure check to see if socklen_t is defined. Even though my man pages on linux say accept(2) takes (int *) as it's 3rd arg, the sys/socket.h files begs to differ. If not defined (which is doesn't seem to be on AIX 4.2.1), it can be explicitly typedef'ed to (unsigned int). Now do mainstream code changes get submitted back to the openbsd group, or would it be better to