search for: ratcliff

Displaying 19 results from an estimated 19 matches for "ratcliff".

2016 Nov 04
2
smbclient and Kerberos
...dd as kinit seems to find the kdc okay, just smbclient fails. host -t srv _kerberos._udp.lan resolves okay too. Could it be that my realm is simply LAN and dns suffix is lan be an issue? This is just a test set up in virtual box for a writeup I'm doing, hence the nonstandard suffixes. Kevin Ratcliffe Sent from [ProtonMail](https://protonmail.ch) -------- Original Message -------- Subject: Re: [Samba] smbclient and Kerberos Local Time: 4 November 2016 9:11 PM UTC Time: 4 November 2016 21:11 From: mike at datacontrolsystems.com To: Kevr <kevr at protonmail.com> samba at lists.samba.org...
2016 Nov 04
3
smbclient and Kerberos
...L_ERROR session setup failed: NT_STATUS_INTERNAL_ERROR I've noticed that if I configure the KDC server in the [realm] section of my /etc/krb5.conf everything works fine. Does smbclient not use the DNS for KDC lookup? I am using version Version 4.3.11-Ubuntu on Ubuntu 16.04.1 Thanks Kevin Ratcliffe Sent from [ProtonMail](https://protonmail.ch)
2003 May 28
1
Numbers that look equal, should be equal, but if() doesn't see as equal (repost with code included)
..."); } means <- c(); bins <- dim(data)[1]; for (i in 1:bins) { means <- c(means, mean(data[i,])); } # return a vector of means. means; } bins.factor <- function(data, bins) { if ( !is.data.frame(data) ) { stop("data is not a data frame."); } source('Ratcliff.r', local=TRUE); subject.bin.means <- c(); attach(data); l <- levels(Cond); for ( i in 1:length(l) ) { cat("Calculating bins for factor level ", l[i], ".\n", sep=""); flush.console(); data <- RT[Cond == l[i]]; data <- sort(data); n &lt...
2016 Nov 04
2
smbclient and Kerberos
My /etc/nsswitch.conf contains: hosts: files dns if thats what you mean? All my hosts in my test lab are clean installs of Ubuntu with very little else touched other than the stuff needed for testing kerberos and samba. And sorry for top posting if thats a problem on this list Kevin Ratcliffe Sent from [ProtonMail](https://protonmail.ch) -------- Original Message -------- Subject: Re: [Samba] smbclient and Kerberos Local Time: 4 November 2016 9:26 PM UTC Time: 4 November 2016 21:26 From: samba at lists.samba.org To: samba at lists.samba.org On Fri, 04 Nov 2016 17:19:03 -0400 Kevr...
2003 May 27
2
Numbers that look equal, should be equal, but if() doesn't see as equal
Hi! After a lot of testing and debugging I'm falling silent in figuring out what goes wrong in the following. I'm implementing the Vincentizing procedure that Ratcliff (1979) described. It's about calculating RT bins for any distribution of RT data. It boils down to rank ordering your data, replicating each data point as many times as you need bins and then splitting up the resulting distribution in equal bins. The code that I've written is attached...
2016 Nov 04
0
smbclient and Kerberos
...M, Kevr <kevr at protonmail.com> wrote: > Hmmmm. I'm using the stock krb5.conf installed by apt-get. So basically > all I have is the default_realm set to my realm in [libdefaults]. I was > under the impression that dns_lookup_kdc was true by default. Am I wrong? > > Kevin Ratcliffe > > Sent from ProtonMail <https://protonmail.ch> > > > -------- Original Message -------- > Subject: Re: [Samba] smbclient and Kerberos > Local Time: 4 November 2016 8:48 PM > UTC Time: 4 November 2016 20:48 > From: samba at lists.samba.org > To: Kevr <kevr a...
2006 Apr 05
4
Development Mode on Dreamhost
Anyone know (or know where to point me to) to figure out how to force Rails into development mode? I''d like to not have to kill dispatch.fcgi everytime I make a change. My site is not live and I''m just doing development and testing right now. Thanks. -- Posted via http://www.ruby-forum.com/.
2007 May 14
2
Monit apache2 and fastcgi
I''ve installed monit to stop my server hanging (don''t know why, it''s an dual-core processor and 2gb memory, wich should be plenty for our needs). I should like to also monitor the fastcgi processes, but I can''t find any pidfile. How can I monitor that? - Henrik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2018 Jun 20
0
Ubuntu 18:04 not getting 'home' directory from DC
...nt > and build > on the Ubuntu 18.04 client.  I believe the the issue is this: > > On Ubuntu 16.04 client getent passwd kiarar properly gives > the DC's home > directory setting of: > root at CY-SALES-JM:~# getent passwd 'kiarar' > kiarar:*:10155:10001:Kiara Ratcliff:/mnt/home/kiarar:/bin/sh > > On Ubuntu 18.04 client  getent passwd kiarar gives: > root at CY-SALE:~# getent passwd 'kiarar' > kiarar:*:10155:10001::/home/CY/kiarar:/bin/false > > So it gets the correct UID and GID but not the login shell or home > directory set in t...
2007 Feb 16
1
Using Puppet with hosting Rail apps on Amazon Ec2
Greetings, I just found Puppet last night. Really wish that the discovery had been made last month before tons of late night messy bash scripts were written to help boot up an ec2 image.... With very little effort Puppet is now installed on my desktop as a server and one of my staging servers is able to call into the puppetmaster to run a very very simple manifest. So far I am super-
2006 Sep 05
3
Testing vs Production manifests
So, the usual problem -- we want to be able to test our manifests before putting them into full-scale no-holds-barred oh-shit-we-broke-teh-intarweb production. The two possible solutions I''ve considered so far are: 1) Set a tag on objects we only want to be run on our test machines, and run Puppet on the test machines with "please run objects tagged ''test''".
2007 Jan 10
9
Definition specialization
There was a discussion a while ago about adding inheritance to definitions. There is a need for a way to specialize parameters while allowing passing other options. This comes up with remotefile where it would be nice to have a default server location but not specify all the parameters (and their defaults) in the definition. Was there a change to the syntax? Is there a way to accomplish this?
2018 Jun 19
6
Ubuntu 18:04 not getting 'home' directory from DC
...nt shares, but home directory will not mount and build on the Ubuntu 18.04 client.  I believe the the issue is this: On Ubuntu 16.04 client getent passwd kiarar properly gives the DC's home directory setting of: root at CY-SALES-JM:~# getent passwd 'kiarar' kiarar:*:10155:10001:Kiara Ratcliff:/mnt/home/kiarar:/bin/sh On Ubuntu 18.04 client  getent passwd kiarar gives: root at CY-SALE:~# getent passwd 'kiarar' kiarar:*:10155:10001::/home/CY/kiarar:/bin/false So it gets the correct UID and GID but not the login shell or home directory set in the UNIX Attributes tab. Samba DC v...
2018 Jun 20
0
Ubuntu 18:04 not getting 'home' directory from DC
...will not mount and build > on the Ubuntu 18.04 client.  I believe the the issue is this: > > On Ubuntu 16.04 client getent passwd kiarar properly gives the DC's > home directory setting of: > root at CY-SALES-JM:~# getent passwd 'kiarar' > kiarar:*:10155:10001:Kiara Ratcliff:/mnt/home/kiarar:/bin/sh > > On Ubuntu 18.04 client  getent passwd kiarar gives: > root at CY-SALE:~# getent passwd 'kiarar' > kiarar:*:10155:10001::/home/CY/kiarar:/bin/false > > So it gets the correct UID and GID but not the login shell or home > directory set in the...
2018 Jun 20
4
Ubuntu 18:04 not getting 'home' directory from DC
...;> build on the Ubuntu 18.04 client.  I believe the the issue is this: >> >> On Ubuntu 16.04 client getent passwd kiarar properly gives the DC's >> home directory setting of: >> root at CY-SALES-JM:~# getent passwd 'kiarar' >> kiarar:*:10155:10001:Kiara Ratcliff:/mnt/home/kiarar:/bin/sh >> >> On Ubuntu 18.04 client  getent passwd kiarar gives: >> root at CY-SALE:~# getent passwd 'kiarar' >> kiarar:*:10155:10001::/home/CY/kiarar:/bin/false >> >> So it gets the correct UID and GID but not the login shell or home &...
2018 Jun 21
0
Ubuntu 18:04 not getting 'home' directory from DC
...buntu 18.04 client.  I believe the the issue is this: >>> >>> On Ubuntu 16.04 client getent passwd kiarar properly gives the DC's >>> home directory setting of: >>> root at CY-SALES-JM:~# getent passwd 'kiarar' >>> kiarar:*:10155:10001:Kiara Ratcliff:/mnt/home/kiarar:/bin/sh >>> >>> On Ubuntu 18.04 client  getent passwd kiarar gives: >>> root at CY-SALE:~# getent passwd 'kiarar' >>> kiarar:*:10155:10001::/home/CY/kiarar:/bin/false >>> >>> So it gets the correct UID and GID but not th...
2018 Jun 26
1
Fwd: Re: Ubuntu 18:04 not getting 'home' directory from DC
...buntu 18.04 client.  I believe the the issue is this: >>> >>> On Ubuntu 16.04 client getent passwd kiarar properly gives the DC's >>> home directory setting of: >>> root at CY-SALES-JM:~# getent passwd 'kiarar' >>> kiarar:*:10155:10001:Kiara Ratcliff:/mnt/home/kiarar:/bin/sh >>> >>> On Ubuntu 18.04 client  getent passwd kiarar gives: >>> root at CY-SALE:~# getent passwd 'kiarar' >>> kiarar:*:10155:10001::/home/CY/kiarar:/bin/false >>> >>> So it gets the correct UID and GID but not th...
2007 Jul 03
15
Puppet as a push model
I just started digging into puppet and it looks like puppet is using a pull model. You have a master server and clients talk to it to get config info. Is anyone out there using a push model? If not, why not? Are there security reasons you would use one over the other? It seems that cfengine also uses a push model, so I wondered if this is a "standard" or if there are specific
2001 Oct 27
3
Strange memory stats with 2.4.13 and ext3
Hi, My gateway/firewall/mailserver machine has been running 2.4.13 for a day or so now. Its basically a stock Linus kernel + ext3-0.9.13 patch (for -pre6, with the rej fixed). I'm getting this in /proc/meminfo: total: used: free: shared: buffers: cached: Mem: 130179072 117489664 12689408 0 46854144 69632 Swap: 1073987584 10907648 1063079936 MemTotal: 127128