Displaying 20 results from an estimated 64 matches for "matw".
Did you mean:
math
2012 May 29
1
need help to find type I error rate for modified F statistic
...ep(NA,asim)
hw<-rep(NA,asim)
hx<-rep(NA,asim)
xbar.t<-rep(NA,asim)
num<-rep(NA,asim)
df2<-rep(NA,asim)
denom<-rep(NA,asim)
F<-rep(NA,asim)
asim<-1000
for(j in 1:asim)
{
print(j)
set.seed(j)
a<-rnorm(15,0,1)
b<-rnorm(15,0,1)
w<-a*exp(h*a^2/2)
x<-b*exp(h*b^2/2)
matw<-sort(w)
matx<-sort(x)
trim1[j]=1/((1-2*alpha)*n)*(sum(matw[i:m])+r*(matw[k]+matw[n-k+1]))
trim2[j]=1/((1-2*alpha)*n)*(sum(matx[i:m])+r*(matx[k]+matx[n-k+1]))
madN1[j]<-mad(w)
madN2[j]<-mad(x)
lo.w[j]<-length(which(w-median(w)<(-2.24*madN1[j])))
up.w[j]<-length(which(w-media...
1999 Nov 11
2
tapply not simplifying to vector? (PR#320)
Hi, all.
The help file for tapply says that if simplify is true, and the result of
the calculation is always a scalar, then tapply will return a vector.
Nonetheless:
> t1 <- tapply(runif(10), rep(1:5, 2), mean)
> is.vector(t1)
[1] FALSE
> is.array(t1)
[1] TRUE
>
I have found this in version 0.65.1 on an SGI running Irix 6.5, and on a
Mac running Linux-PPC. I've also
2013 Nov 01
3
change user home
Hai,
?
Im trying to change the userhome folder, but im still not getting the path i want.
?
getent passwd
Administrator:x:0:100::/home/MATWS/Administrator:/bin/bash
and i want
Administrator:x:0:100::/home/users/Administrator:/bin/bash
?
I did change the following.
logon path = /home/samba/profiles
logon home = /home/users
My server is samba 4.0.10 DC as member of Win2008R2 domain.
and i did setup the user settings with the windows...
2002 Jun 19
0
winbind: user not found on PDC
...shadow debug
password required /lib/security/pam_deny.so
session required /lib/security/pam_limits.so
session required /lib/security/pam_unix.so debug
###################################
I have a Win2000 PDC called domcont1. On this machine there is e.g. an
account for matw. When I log in from a Win2000 machine I can login.
On my linux box I can make a "smbpasswd -j domain1" and a wbinfo -m [-u
-g] which works just fine.
I can also do a "su -" switching to root where it first looks up the PDC
for root, doesn't find an entry and then uses pam_...
2012 Dec 10
1
[Announce] Samba 3.6.10 Available for Download
...* BUG 9209: Improve the smb2.create.blob test.
* BUG 9272: 'net ads join' does not provide AES keys in host keytab.
* BUG 9390: Fix segfaults in "log level = 10" on Solaris.
* BUG 9402: lib/addns doesn't work with a bind9 server.
o Matthieu Patou <mat at matws.net>
* BUG 9418: Fix MD5 detection in the autoconf build.
o Andreas Schneider <asn at samba.org>
* BUG 8564: Fix segfault in pam_sm_authenticate().
* BUG 9326: Fix 'net ads join' message for the dns domain.
* BUG 9386: Winbind: Failover if netlogon pipe is not...
2012 Dec 10
1
[Announce] Samba 3.6.10 Available for Download
...* BUG 9209: Improve the smb2.create.blob test.
* BUG 9272: 'net ads join' does not provide AES keys in host keytab.
* BUG 9390: Fix segfaults in "log level = 10" on Solaris.
* BUG 9402: lib/addns doesn't work with a bind9 server.
o Matthieu Patou <mat at matws.net>
* BUG 9418: Fix MD5 detection in the autoconf build.
o Andreas Schneider <asn at samba.org>
* BUG 8564: Fix segfault in pam_sm_authenticate().
* BUG 9326: Fix 'net ads join' message for the dns domain.
* BUG 9386: Winbind: Failover if netlogon pipe is not...
2012 Jul 02
1
[Announce] Samba 3.5.16 Available for Download
...t;
* Fix uninitialized memory read in talloc_free().
* BUG 8338: OS/X can not deal with a 10-vwv read on normal files.
* BUG 8998: Notify code can miss a ChDir.
* BUG 9000: Fix a Winbind race leading to 100% CPU.
* BUG 9003: Fix posix acl on gpfs.
o Matthieu Patou <mat at matws.net>
* BUG 8975: Make sure that Winbind can coredump.
o Karolin Seeger <kseeger at samba.org>
* BUG 7930: Add hint that setting "profile acls = yes" on normal shares can
cause trouble.
o Richard Sharpe <realrichardsharpe at gmail.com>
* BUG 8822:...
2012 Jul 02
1
[Announce] Samba 3.5.16 Available for Download
...t;
* Fix uninitialized memory read in talloc_free().
* BUG 8338: OS/X can not deal with a 10-vwv read on normal files.
* BUG 8998: Notify code can miss a ChDir.
* BUG 9000: Fix a Winbind race leading to 100% CPU.
* BUG 9003: Fix posix acl on gpfs.
o Matthieu Patou <mat at matws.net>
* BUG 8975: Make sure that Winbind can coredump.
o Karolin Seeger <kseeger at samba.org>
* BUG 7930: Add hint that setting "profile acls = yes" on normal shares can
cause trouble.
o Richard Sharpe <realrichardsharpe at gmail.com>
* BUG 8822:...
2012 Oct 29
1
[Announce] Samba 3.6.9 Available for Download
...t;
* BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
Windows.
* BUG 9196: Don't take 'state->te' as indication for "was_deferred".
* BUG 9209: Fix unitialized padding in smb2_create_blob_push_one().
o Matthieu Patou <mat at matws.net>
* BUG 9259: lib-addns: ensure that allocated buffer are pre set to 0.
o Rusty Russell <rusty at rustcorp.com.au>
* BUG 9268: Make robust against shrinking tdbs.
o Joachim Schmitz <schmitz at hp.com>
* BUG 8107: Fix poll replacement to become a msleep replace...
2012 Oct 29
1
[Announce] Samba 3.6.9 Available for Download
...t;
* BUG 9173: Make SMB2 compound request create/delete_on_close/close work as
Windows.
* BUG 9196: Don't take 'state->te' as indication for "was_deferred".
* BUG 9209: Fix unitialized padding in smb2_create_blob_push_one().
o Matthieu Patou <mat at matws.net>
* BUG 9259: lib-addns: ensure that allocated buffer are pre set to 0.
o Rusty Russell <rusty at rustcorp.com.au>
* BUG 9268: Make robust against shrinking tdbs.
o Joachim Schmitz <schmitz at hp.com>
* BUG 8107: Fix poll replacement to become a msleep replace...
1999 Aug 06
0
Need diagnosis help
...chines on the
network. Running
> net view \\eserv
I get the error 'the specified network password is not correct'
I'm stuck. Hopefully someone can suggest a plan to get this working.
Sincerely,
Mat
----------------------------------------------------------------
Mathew D. Watson
matw@halcyon.com
----------------------------------------------------------------
2012 Nov 05
0
[Announce] Samba 3.5.19 Available for Download
...e ticket to ensure we do not free invalid memory.
o Bj?rn Jacke <bj at sernet.de>
* BUG 8344: autoconf: Fix --with(out)-sendfile-support option handling.
* BUG 8732: Fix compile of krb5 locator on Solaris.
* BUG 9172: Add quota support for gfs2.
o Matthieu Patou <mat at matws.net>
* BUG 9259: lib-addns: Ensure that allocated buffer are pre set to 0.
o Andreas Schneider <asn at samba.org>
* BUG 9218: Samba panics if a user specifies an invalid port number.
######################################################################
Reporting bugs &...
2012 Nov 05
0
[Announce] Samba 3.5.19 Available for Download
...e ticket to ensure we do not free invalid memory.
o Bj?rn Jacke <bj at sernet.de>
* BUG 8344: autoconf: Fix --with(out)-sendfile-support option handling.
* BUG 8732: Fix compile of krb5 locator on Solaris.
* BUG 9172: Add quota support for gfs2.
o Matthieu Patou <mat at matws.net>
* BUG 9259: lib-addns: Ensure that allocated buffer are pre set to 0.
o Andreas Schneider <asn at samba.org>
* BUG 9218: Samba panics if a user specifies an invalid port number.
######################################################################
Reporting bugs &...
2013 Apr 22
0
samba4 backup script
...o include upstream?
Cheers
Simon Oosthoek
-------------- next part --------------
#!/bin/sh
#####################################################
# THIS FILE IS DISTRIBUTED BY PUPPET #
#####################################################
#
# Copyright (C) Matthieu Patou <mat at matws.net> 2010-2011
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distribute...
2015 Jan 12
0
[Announce] Samba 4.1.15 Available for Download
...and extended dn values with the AS_SYSTEM
control.
* BUG 10958: s3:smb2_server: Allow reauthentication without signing.
* BUG 11006: Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack'
attribute 'supported_extensions'.
o Matthieu Patou <mat at matws.net>
* BUG 11006: Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack'
attribute 'supported_extensions'.
o Christof Schmitt <cs at samba.org>
* BUG 11034: winbind: Retry LogonControl RPC in ping-dc after session
expiration.
o Andreas...
2015 Jan 12
0
[Announce] Samba 4.1.15 Available for Download
...and extended dn values with the AS_SYSTEM
control.
* BUG 10958: s3:smb2_server: Allow reauthentication without signing.
* BUG 11006: Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack'
attribute 'supported_extensions'.
o Matthieu Patou <mat at matws.net>
* BUG 11006: Fix 'domain join' by adding 'drsuapi.DsBindInfoFallBack'
attribute 'supported_extensions'.
o Christof Schmitt <cs at samba.org>
* BUG 11034: winbind: Retry LogonControl RPC in ping-dc after session
expiration.
o Andreas...
2010 Jun 23
0
[Announce] Samba 3.5.4 Available for Download
...mba.org>
* BUG 7253: Fix Samba login cache problem on Sparc Architecture.
* BUG 7262: Fix editing users' groups via UsrMgr.
o Buchan Milne <bgmilne at mandriva.org>
* BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
o Matthieu Patou <mat at matws.net>
* BUG 7099: Allow previous password to be stored and use it to check
tickets.
o Andreas Schneider <asn at samba.org>
* BUG 7423: Fix printing large formats.
o Roel van Meer <rolek at bokxing.nl>
* BUG 7448: Fix smbd crash when sambaLMPassword and samba...
2010 Jun 23
0
[Announce] Samba 3.5.4 Available for Download
...mba.org>
* BUG 7253: Fix Samba login cache problem on Sparc Architecture.
* BUG 7262: Fix editing users' groups via UsrMgr.
o Buchan Milne <bgmilne at mandriva.org>
* BUG 7500: Fix 'not a string literal' warning in netdomjoin-gui.
o Matthieu Patou <mat at matws.net>
* BUG 7099: Allow previous password to be stored and use it to check
tickets.
o Andreas Schneider <asn at samba.org>
* BUG 7423: Fix printing large formats.
o Roel van Meer <rolek at bokxing.nl>
* BUG 7448: Fix smbd crash when sambaLMPassword and samba...
2012 Jan 25
1
[Announce] Samba 3.6.2 Available for Download
...trs for SMB2.
* BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
* BUG 8684: Try ctdbd_init_connection() as root.
o Masafumi Nakayama <MASA23 at jp.ibm.com>
* BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
o Matthieu Patou <mat at matws.net>
* BUG 8600: Make cldap work over IPv6.
* BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
analyzer.
o Andreas Schneider <asn at samba.org>
* BUG 8550: Fix setting the machine account password.
* BUG 8575: Add systemd service files....
2012 Jan 25
1
[Announce] Samba 3.6.2 Available for Download
...trs for SMB2.
* BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
* BUG 8684: Try ctdbd_init_connection() as root.
o Masafumi Nakayama <MASA23 at jp.ibm.com>
* BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
o Matthieu Patou <mat at matws.net>
* BUG 8600: Make cldap work over IPv6.
* BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
analyzer.
o Andreas Schneider <asn at samba.org>
* BUG 8550: Fix setting the machine account password.
* BUG 8575: Add systemd service files....