search for: spelt

Displaying 20 results from an estimated 47 matches for "spelt".

Did you mean: spell
2001 Jul 21
2
ChallengeResponseAuthentication - typos and inconsistancies?
Hi, It seems from the source code that there are a couple of quirks with this option: firstly, in the code it's mis-spelt as "challenge_reponse_authentication" and secondly, the default for the client (in readconf.c) seems to be off, whereas for the server (servconf.c) seems to be on: readconf.c: if (options->challenge_reponse_authentication == -1) readconf.c: options->challenge_reponse...
2006 May 09
2
read.table (Error in file(file, "r") : unable to open connection)
...tring="-9999", header=TRUE) Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file 'Y:Study SitesAvon onspatialdatafilesrchiveAvon_VegEnh.dat ', reason 'Invalid argument' > I have checked that the AvonVegEnh.dat is spelt correctly and has no hidden extensions. I have checked that the folder is accessible. I have moved the datafile and changed the script to try reading from the local drive with no success. I have used the same syntax on a similar file (same field structure but different data) with no problems befor...
2018 Nov 05
4
classicupgrade
...ould remove the libnss_winbind links on the DC, this will not > > affect authentication from the DC. > sorry for my english, Nothing really wrong with your English, when I said 'It sounds like', this can also mean 'I think', English is wonderful, we have words that, whilst spelt the same, mean totally different things depending on how you pronounce them ;-) > i want my users connect to domain and authenticate to him, then, > after authentication, use a share on member. > That's all > like before i used pdc, only difference, i had 1 server only for > au...
2017 May 16
2
Golang CertChecker hostname validation differs to OpenSSH
...er the hostname is a principal, whereas the Go library is instead checking whether "host:port" is a principal. Uri (earlier in this thread) does answer this question clearly (that the principal should be the hostname only), and, now that I've found PROTOCOL.certkeys, this seems to be spelt out unambiguously there too: "valid principals" is a string containing zero or more principals as strings packed inside it. These principals list the names for which this certificate is valid; hostnames for SSH_CERT_TYPE_HOST certificates and usernames for SSH_CERT_TYPE_USER certificates...
2006 Oct 06
1
Sum of Bernoullis with varying probabilities
...inat) Set <- (1:n) Subsets <- combn(Set,r) P <- 0 for(i in (1:dim(Subsets)[2])){ ix <- numeric(n) ix[Subsets[,i]] <- 1 P <- P + prod((p^ix) * ((1-p)^(1-ix))) } OK, some abbreviation of the above can be achieved with the 'apply' function (and I've spelt out the details for clarity). But I feel the basis of the approach (i.e. 'combn') is crude (also tending to cause problems if n is large); and I'm wondering if there is a nicer way. And also wondering if someone has implemented it! Statutory Declaration: I have been on to R Site Searc...
2008 Mar 04
4
Mitel SX-200 + *
...Line Coding = B8ZS Framing = D4 (T1 Card 9109-021-001-NA) (My config: span=1,1,0,d4,b8zs & e&m=1-24) The card is a 24 channel T1 - not a PRI right? (T1 E&M Emulation Trunk: 1) So does that mean I use E&M with Winkstart? (signalling=em_w) (is this spelt right?) (Wink setting is an assumption based upon a setting I saw in the PBX called wink timer) Using a Sangoma A104D: zttool -GAVE "OK" on PSTN -Gave "RED" on MITEL Timing...
2017 May 17
2
Golang CertChecker hostname validation differs to OpenSSH
> Uri (earlier in this thread) does answer this question clearly (that > the principal should be the hostname only), and, now that I've found > PROTOCOL.certkeys, this seems to be spelt out unambiguously there too: In turn this means: One cannot expect several SSH services on a single host to be securely distinguishable from each other by their particular service key. So if one of the SSH services gets compromised all SSH services on this host are subject to M...
2020 Feb 11
2
Cannot turn iommu on inside guest
So I want to turn iommu support on in a guest ( <type arch='x86_64' machine='pc-q35-4.1'>hvm</type>). Per [1] I tried to add to devices either <devices> <iommu model='intel'> <driver intremap='on'/> </iommu> </devices> or just a simpler <devices> <iommu model='intel /'> </devices>
2013 Aug 27
11
Why NaN.class throws NameError ?
Here is my sample code: class Foo Bar = 10 end Foo::Bar # => 10 Foo::Bar.class # => Fixnum 10.class # => Fixnum Float::NAN # => NaN Float::NAN.class # => Float NaN.class # uninitialized constant NaN (NameError) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2006 May 22
13
How is this possible?
When run from the console, the following code works, when run through the WEBrick server I get a "You have a nil object where you didn''t expect it!" class Competition < ActiveRecord::Base has_many :comp_dates, :order=>:position def initial_date comp_dates.first end def display_dates i_d = initial_date if i_d.nil? return "unknown"
2015 Sep 23
2
The Trouble with Triples
...ta directly. > Essentially. To be more precise I'm saying that TargetMachine (or an MC level equivalent > - see TargetSubtargetInfo/MCSubtargetInfo) should encapsulate everything that's needed > from the object level down for any particular target. That sounds like TargetTuple but spelt something like MCTargetMachine. It sounds like MCTargetMachine should usurp the Triple in the places it exists in the MC layer (and maybe be introduced to a few new portions of it) and accurately reflect the desired target just like in the later stages of the TargetTuple plan intended. The main dif...
2020 Feb 11
0
Re: Cannot turn iommu on inside guest
...t;iommu model='intel'> > <driver intremap='on' caching-mode='on '/> You need caching_mode="on" - notice underscore, not hypehn > </iommu> > </devices> > > is not only not mentioned in [1] but also fails The correctly spelt caching_mode is mentioned there. > > [root@testbox tests]# virsh edit testkvm > error: XML document failed to validate against schema: Unable to > validate doc against /usr/share/libvirt/schemas/domain.rng > Extra element devices in interleave > Element domain failed to validate...
2017 Jun 27
0
[PATCH] samba-tool: Easily edit a users object in AD
...alid reason, I usually have to look things like this up. > > > > > - using symbolic constants avoids subtle typo issues. Errors in > > > typing are not unknown. > > > > Really understand this, I could be the king of typo's, never mind > > incorrectly spelt words, I can completely miss out entire words ;-) > > > > > > > > We have few more places in the Python code that refer to a normal > > > account type by its numeric value. Using constants helps to reduce > > > likeability of an error that would be very h...
2017 Jun 29
1
parameter vs. option
Hi all, I would like to ask you a question about terminology. What is the difference between "parameter" and "option", especially in the context of configuing something by using a form like "<key>=<value>".  I don't understand the difference strictly. The Samba document says the both words everywhere, and sometimes uses both in a same paragraph. I
2018 Nov 05
2
classicupgrade
On Mon, 5 Nov 2018 13:07:38 +0100 Corrado Ravinetto via samba <samba at lists.samba.org> wrote: > > > Il 05/11/2018 13:00, Rowland Penny via samba ha scritto: > > This is the first mention of a Unix domain member, where are the log > > entries coming from and please define 'access' > the logs are on dc, > the errors log to each login from windows users
2005 Mar 29
2
Nicecast
So I just setup my Icecast server on my unix box but I am having trouble with Nicecast in trying to send a stream to it. Nicecast connects to the server fine when I leave the mountpoint setting blank but when I put something in there, it fails to login. Regardless, neither alternative produces a working stream. Although, when I don?t enter a mountpoint and the broadcast is playing, my icecast
2007 Jun 02
1
Asterisk registering problem
Hi, Problem is: I have a Dell 1950 server with 6 NIC's ( 1 for Voice / Asterisk rest of them for other functions). The Voice LAN is on the 172.16.3.0 (255.255.0.0) subnet. One the other NICS there are different but also Class B like 172.15.1.x and so on. No problem at all i think. Now asterisk is up and running, I connected a Thomson 2030 directly to the NIC with an cross cable (to avoid
2009 Feb 17
3
ztdummy compile under 2.6.28 ?
It looks like something has changed in the HPET kernel code in 2.6.28 (maybe .27 too) that's stopped ztdummy.c compiling (in 1.2 and 1.4 versions of zapata) A kernel structure member has been renamed with some crypic comments in the lkml about it. Anyone know the right thing to do - I'm not up on the linux kernel guts, nor how ztdummy might interact with it, so simply renaming the
2013 Nov 11
1
r package to solve for Nash equilibrium
Is there an r package out there that solves for pure strategy* Nash equilibrium of a two-person game*? A search for Nash equilibrium in r provides a link to the *GNE* package which solves for the Generalized Nash equilibrium. But what I would like to solve is a pure strategy Nash equilibrium. [[alternative HTML version deleted]]
2008 Apr 17
1
Getting Started with Databases
Hi everyone. Brief intro - I''m in the process of redesigning a website and I''m exploring programming options for the redesign. I discovered ruby in efforts to understand it and maybe make a recommendation. Anyway, currently I am trying to create a database and a table, and be able to vew and edit it with the web front. I am working from a tutorial called "Getting Started