search for: lcb

Displaying 20 results from an estimated 88 matches for "lcb".

Did you mean: lab
2009 Sep 09
1
Stats help with calculating between and within subject variance and confidence intervals
...Total Variance [1] 0.713375 > betweenCV<-sqrt(between)/grandmean * 100 # Between Machine CV% > withinCV<-sqrt(within)/grandmean * 100 # Within Machine CV% > totalCV<-sqrt(total)/grandmean * 100 # Total CV% > #within confidence intervals (Chi Squared Method) > withinLCB<-within/qf(1-a,8,Inf) # Within LCB > withinUCB<-within/qf(a,8,Inf) # Within UCB > #Between Confidence Intervals (Modified Large Sample Method) > n1<-dfMachine > n2<-dfWithin > G1<-1-(1/qf(1-a,n1,Inf)) # According to Burdick and Graybill this should be a &g...
2015 Jun 11
2
idmap & migration to rfc2307
On 11 June 2015 at 23:18, buhorojo <buhorojo.lcb at gmail.com> wrote: > The idmap db will only be consulted if the object does not have either a > uidNumber or gidNumber attribute. The easiest way to stop the pain is to: > 1. make sure that your users have the two attributes > 2. remove the idmap line in smb.conf > 3. kill winbi...
2006 Dec 04
0
Broken pipe errors on samba server
...og level = 3 syslog = 2 log file = /usr/local/samba/var/log.%m max log size = 2000 name resolve order = host deadtime = 15 local master = No [homes] comment = rlp3ep User's home directories read only = No browseable = No [LCBaseline] comment = P3e Lifecycle Baseline path = /h/lcb username = lcb valid users = lcb read only = No create mask = 0640 directory mask = 0750 [ContractIGE] comment = P3e Contract Independent Government Estimates path = /h/ci...
2015 Jun 13
2
idmap & migration to rfc2307
On 13/06/15 17:33, Jonathan Hunter wrote: > Hi buhorojo, > > I *think* I have a stable system for the moment... so thank you :-) > > On 13 June 2015 at 12:50, buhorojo <buhorojo.lcb at gmail.com> wrote: >>> I now set in smb.conf: >>> >>> server services = -dns +winbind -winbindd >>> >>> I stopped samba, then removed databases: >>> >>> # rm /usr/local/samba/var/cache/gencache.tdb \ >>> /usr...
2015 Aug 11
1
ACLs on Samba share not preserved when copying with Windows Explorer
----- Original Message ----- > From: "buhorojo" <buhorojo.lcb at gmail.com> > To: samba at lists.samba.org > Sent: Tuesday, August 11, 2015 12:54:23 PM > Subject: Re: [Samba] ACLs on Samba share not preserved when copying with Windows Explorer > > On 10/08/15 21:51, Andrew Martin wrote: > > > > Has anyone encountered this proble...
2015 Oct 10
1
kerberos nfs4's principals and root access
You are right ! But it's possible to create a root kerberos principal like here : http://docs.oracle.com/cd/E19253-01/816-4557/fgohx/ But I can't get this work with a samba kerberos realm.... 2015-10-09 22:32 GMT+02:00 buhorojo <buhorojo.lcb at gmail.com>: > On 09/10/15 08:59, Prunk Dump wrote: >> >> >> -> on the server >> $ ls -al /srv/nfs4/myshare/testfile >> -rw-r--r-- SAMDOM\MYCLIENT$ SAMDOM\Domain Controllers .... >> /nfs4/myshare/tesfile >> >> But I need root acces...
2010 Oct 31
0
Fwd: ForestPlot or similar
...T > To: Matt Shotwell <shotwelm@musc.edu> > Subject: Re: [R] ForestPlot or similar > > I just did something very similar using ggplot's pointrange geom. In the following, I'm plotting hazard ratios, for which the nominal value is 1 and not 0. x has 5 columns: drug, hr, hr.lcb, hr.ucb, and group, and I'm faceting by group. If you want the plots horizontal, add coord_flip() to the command --- as it stands the plots are vertically oriented. > > require(ggplot2) > p <- ggplot(x, aes(x=drug, y = hr, ymin=hr.lcb, ymax=hr.ucb))+ >...
2012 Feb 28
2
windows and nfs4 acls
...and use whatever I've set on windows security acl instead? 2. Is there a way to export a single directory with a umask of my choice? 3. Would it be reasonable to ask my distro (openSUSE) to consider this problem as a feature request? Perhaps as a patch over nfs4_setfacl? Thanks, L & S at lcb
2015 Jun 13
4
idmap & migration to rfc2307
On 13/06/15 11:00, Jonathan Hunter wrote: > On 13 June 2015 at 09:34, buhorojo <buhorojo.lcb at gmail.com> wrote: >>> On 12 June 2015 at 08:55, Jonathan Hunter <jmhunter1 at gmail.com> wrote: >>> Sadly, even though sssd is now running and I'm no longer reliant on >>> winbind, the rest of samba doesn't seem to be taking notice of these >>&gt...
2002 Jul 19
3
Automatic adjustment of axis ranges
I had a look at this, and worked out most of a function to do it. There are three things I haven't been able to figure out, however. 1) Getting the last N lines of the command history into a vector of strings. I thought something like: last.commands<-history(N) would work, but no go. There doesn't seem to be a file that I can tail, either. 2) Finding continuation lines by
2002 Dec 26
3
R-1.6.2beta_2002-12-20: build problems (PR#2395)
...uilds and validations of R-1.6.2beta_2002-12-20 were successful on several systems, there were a few failures: ------------------------------------------------------------------------ Apple Darwin 6.2 (MacOS 10.2.2) with gcc-3.2.1: gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libgslcblas.0.0.0.dylib sasum.lo saxpy.lo ... isamax.lo izamax.lo xerbla.lo -lc -install_name /usr/local/lib/libgslcblas.0.dylib -compatibility_version 1 -current_version 1.0 gcc: suppress: No such file or directory gcc: /usr/local/lib/libgslcblas.0.dylib: No such file or directory gcc: 1: No such file o...
2015 Jun 12
2
idmap & migration to rfc2307
Thanks buhorojo. The sssd list came up trumps here. When changing ID mappings, the sssd database must be manually removed (rm /var/lib/sss/db/*). I now have sssd working again :) I shall keep an eye on the mappings during the day today.. On 12 June 2015 at 07:36, buhorojo <buhorojo.lcb at gmail.com> wrote: > On 12/06/15 01:34, Jonathan Hunter wrote: >> >> On 11 June 2015 at 23:18, buhorojo <buhorojo.lcb at gmail.com> wrote: >>> >>> p >>> 3. kill winbindd >>> 4. consult nss information directly from your unique ad databas...
2015 Aug 12
1
ACLs on Samba share not preserved when copying with Windows Explorer
...rmissions (as you suggested), however the situation I described originally is the result. ----- Original Message ----- > From: "Ali Bendriss" <ali.bendriss at gmail.com> > To: "Andrew Martin" <amartin at xes-inc.com> > Cc: "buhorojo" <buhorojo.lcb at gmail.com>, samba at lists.samba.org > Sent: Tuesday, August 11, 2015 5:45:04 PM > Subject: Re: [Samba] ACLs on Samba share not preserved when copying with Windows Explorer > > Hi, > > Cant say nothing about the different behaviour between your application > and windows...
2015 Jun 13
2
idmap & migration to rfc2307
On 13/06/15 00:01, Jonathan Hunter wrote: > On 12 June 2015 at 08:55, Jonathan Hunter <jmhunter1 at gmail.com> wrote: >> Thanks buhorojo. The sssd list came up trumps here. When changing ID >> mappings, the sssd database must be manually removed (rm >> /var/lib/sss/db/*). I now have sssd working again :) >> >> I shall keep an eye on the mappings during the
2003 Aug 25
1
Re: R 1.7.x and inaccurate log1p() on OpenBSD 3.2 and NetBSD 1.6 (PR#3979)
...-------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - Center for Scientific Computing FAX: +1 801 581 4148 - - University of Utah Internet e-mail: beebe@math.utah.edu - - Department of Mathematics, 110 LCB beebe@acm.org beebe@computer.org - - 155 S 1400 E RM 233 beebe@ieee.org - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe -
2015 Jun 04
0
sssd on DC for fileserver
On 4 June 2015 at 17:25, buhorojo <buhorojo.lcb at gmail.com> wrote: > On 04/06/15 16:58, Roel van Meer wrote: >> >> I think the reason might be this: >> - You are using "idmap_ldb:use rfc2307" in your Samba config, which means >> that Samba will use the ID's specified in the unix attributes in your AD...
2015 Jun 13
0
idmap & migration to rfc2307
Hi buhorojo, I *think* I have a stable system for the moment... so thank you :-) On 13 June 2015 at 12:50, buhorojo <buhorojo.lcb at gmail.com> wrote: >> I now set in smb.conf: >> >> server services = -dns +winbind -winbindd >> >> I stopped samba, then removed databases: >> >> # rm /usr/local/samba/var/cache/gencache.tdb \ >> /usr/local/samba/var/lock/gencache_not...
2015 Jun 14
0
idmap & migration to rfc2307
On 13 June 2015 at 16:42, buhorojo <buhorojo.lcb at gmail.com> wrote: > On 13/06/15 17:33, Jonathan Hunter wrote: >> I have the following in smb.conf: >> server services = -dns +winbind -winbindd > > this is also winbind: >> >> idmap_ldb:use rfc2307 = yes > > Lose it. Hmmm OK - what wou...
2003 Sep 18
1
ssh-openbsd-2003091700 distribution missing gss_krb5_copy_ccache
...----------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - Center for Scientific Computing FAX: +1 801 581 4148 - - University of Utah Internet e-mail: beebe at math.utah.edu - - Department of Mathematics, 110 LCB beebe at acm.org beebe at computer.org - - 155 S 1400 E RM 233 - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe - -------------------------------------------------------------------------------
2002 Mar 28
1
rsync-2.5.5rc1: README file out-of-date
...-------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - Center for Scientific Computing FAX: +1 801 585 1640, +1 801 581 4148 - - University of Utah Internet e-mail: beebe@math.utah.edu - - Department of Mathematics, 110 LCB beebe@acm.org beebe@computer.org - - 155 S 1400 E RM 233 beebe@ieee.org - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe - -------------------------------------------------------------------------------