search for: 2q

Displaying 20 results from an estimated 59 matches for "2q".

Did you mean: q2
2015 May 27
4
[Bug 2302] with DH-GEX, ssh (and sshd) should not fall back to unconfigured DH groups or at least document this behaviour and use a stronger group
...arameter Generation" section does say: > > g is a generator of the cyclic subgroup of GF(p)* of order q, > > But i don't see a recommendation of why this matters. Surely we don't > want the subgroup of order 2, but what is wrong with using a subgroup > of order 2q = p-1? > > There's clearly no strong security advantage to the 2q subgroup -- > it's just one bit larger -- but is there an attack that works against > the 2q subgroup that doesn't work against the q subgroup? If this is > a known concern, i'd be happy with just a p...
2006 Feb 13
2
?bug? strange factors produced by chron
Hallo all Please help me. I am lost and do not know what is the problem. I have a factor called kvartaly. > attributes(kvartaly) $levels [1] "1Q.04" "2Q.04" "3Q.04" "4Q.04" "1Q.05" "2Q.05" "3Q.05" "4Q.05" $class [1] "factor" > mode(kvartaly) [1] "numeric" > str(kvartaly) Factor w/ 8 levels "1Q.04","2Q.04",..: 1 1 1 1 1 1 1 1 1 1 ... >...
2014 Dec 28
2
[Bug 2330] New: Moduli Generation - Generator 3 not possible at all!
...nown generator */ if (generator_known == 0) { if (BN_mod_word(p, 24) == 11) generator_known = 2; else if (BN_mod_word(p, 12) == 5) generator_known = 3; else { u_int32_t r = BN_mod_word(p, 10); if (r == 3 || r == 7) generator_known = 5; } } As p is Sophie-Germain prime: p=2q+1, where q is a prime as well. p = 5 (mod 12) 2q+1= 5 (mod 12) 2q = 4 (mod 12) q = 2 (mod 12) so q would be divisible by 2, but as q is a prime, this is impossible. RFC 4419 only mentions generators of 2 or 5. 6.1. Choice of Generator One useful technique is to select the ge...
2005 Nov 07
2
Font rendering in Firefox after effects
...tm in Safari for some reason. For example, see http://dagsolutions.ca/before.png and http://dagsolutions.ca/after.png . The first is before I click the link that causes a Fade, the second is after. Dave -- Dave Goodlad dgoodlad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org or dave-eHfbeeWWzZOw5LPnMra/2Q@public.gmane.org http://david.goodlad.ca/
2015 May 26
1
[Bug 2302] with DH-GEX, ssh (and sshd) should not fall back to unconfigured DH groups or at least document this behaviour and use a stronger group
https://bugzilla.mindrot.org/show_bug.cgi?id=2302 --- Comment #4 from Damien Miller <djm at mindrot.org> --- Comment on attachment 2630 --> https://bugzilla.mindrot.org/attachment.cgi?id=2630 Make the DH-GEX fallback group 4k bit. Where did this group come from? IMO it would be best to use one of the standard groups if we're picking another fixed one - logjam attacks aren't
2005 Mar 06
8
Tutorial about XMLHttpRequest+Rails
...39;in-line'' in my Rails application using XMLHttpRequest. I thought this might be of interest to some readers of this list... Check it out at http://hieraki.goodlad.ca/read/book/1 Thanks! Dave -- Dave Goodlad dgoodlad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org or dave-eHfbeeWWzZOw5LPnMra/2Q@public.gmane.org http://david.goodlad.ca/
2009 Jan 20
2
hot spare not so hot ??
...pool: rpool state: DEGRADED status: One or more devices could not be opened. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Attach the missing device and online it using ''zpool online''. see: http://www.sun.com/msg/ZFS-8000-2Q scrub: none requested config: NAME STATE READ WRITE CKSUM rpool DEGRADED 0 0 0 mirror DEGRADED 0 0 0 c0d0s0 ONLINE 0 0 0 c0d1s0 UNAVAIL 0 0 0 cannot open spares...
2005 Mar 07
2
erb and builder in same view ....
Has anyone tried using erb and builder in the same file? Either .rxml or .rhtml? I''m wanting to do some think like the following: xml.div(''id''=>''menu'') {|xml| link_to "create race", :controller=>"derby", :action=>"new" } Thanks, -- Tom. -- "Nothing will ever be attempted, if all possible objections must
2011 Jul 07
0
Seasonal correlations
...0.021 855 2011-05-25 0.021 0.021 0.021 Here is how the output matrices would look. Correlation between series 1 and all others By quarter and by year Date Series1 Series2 Series3 1Q 2008 1.00 0.28 0.11 2Q 2008 1.00 -0.07 -0.07 3Q 2008 1.00 -0.08 -0.32 4Q 2008 1.00 0.16 -0.34 1Q 2009 1.00 0.09 0.04 Output 2 Correlation between series 1 and all others By quart...
2006 Jan 13
5
Effect together with ...firstChild - can''t get it to work
Hi, I am relatively new to Rails and I can''t get the following to work: what I am trying to do is to make the first item of a list to flash: var item = $(''items'').firstChild; new Effect.Highlight(item); I get the this Javascript error message: this._base has no child (effects.js, line 445) But I am able to do this without any problems: var item =
2005 Mar 06
2
Using url_for in ActionMailer templates
...in action_view/base.rb no problem, but I think it''s then trying to call url_for() on a controller object that isn''t set... Anyone seen this, and/or come across a solution? Thanks! Dave -- Dave Goodlad dgoodlad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org or dave-eHfbeeWWzZOw5LPnMra/2Q@public.gmane.org http://david.goodlad.ca/
2020 May 01
3
[PATCH] Use POSIX standardized options for head(1) and tail(1)
...on (4.4 BSD-Lite). Mt Xinu 4.3 AIX 3 (1989) - AIX 4 (1994) HP/UX System V (1989) SunOS 3.0Beta1 (1986) thru Soliars 11 FreeBSD 2.2.6 thru FreeBSD/11 OpenBSD 2.7 Cray X/MP I recommend the change from (head -2 .depend; tail +3 .depend | sort) >.depend.tmp to (sed 2q .depend; sed 1,2d .depend | sort) > .depend.tmp should do the job correctly for all instances of sed I have ever used. Failing this solution, coming up with a 'configure' script test might be possible that provides for a compatibility test for using of -n options for head and tail Be...
2008 Dec 25
5
Plugin auto_complete
Hi all ! I began to develop Rails applications with Aptana Radrails under Windows. For that I had successfully installed auto_complete plugin and succeeded to use it. Now I have an iMac and I''m trying to restart my developments under OS X. My problem is: when I run the command ''script/plugin install auto_complete'', the result is: Plugin not found:
2020 Apr 26
6
[PATCH] Use POSIX standardized options for head(1) and tail(1)
--- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 304d96cd..47e04c02 100644 --- a/Makefile.in +++ b/Makefile.in @@ -353,7 +353,7 @@ depend-rebuild: rm -f config.h touch config.h makedepend -w1000 -Y. -f .depend *.c 2>/dev/null - (head -2 .depend; tail +3 .depend | sort) >.depend.tmp + (head -n 2 .depend; tail -n +3
2008 Nov 24
2
replacing disk
...ypooladas state: DEGRADED status: One or more devices could not be opened. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Attach the missing device and online it using ''zpool online''. see: http://www.sun.com/msg/ZFS-8000-2Q scrub: resilver completed after 0h0m with 0 errors on Mon Nov 24 20:06:48 2008 config: NAME STATE READ WRITE CKSUM mypooladas DEGRADED 0 0 0 raidz2 DEGRADED 0 0 0 c4t2d0...
2012 Jul 05
14
[net-next RFC V5 0/5] Multiqueue virtio-net
...itself Changes from V3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id References: - V4: https://lkml.org/lkml/2012/6/25/120 - V3: http://lwn.net/Articles/467283/ Test result: 1) 1 vm 2 vcpu 1q vs 2q, 1 - 1q, 2 - 2q, no pinning - Guest to External Host TCP STREAM sessions size throughput1 throughput2 norm1 norm2 1 64 650.55 655.61 100% 24.88 24.86 99% 2 64 1446.81 1309.44 90% 30.49 27.16 89% 4 64 1430.52 1305.59 91% 30.78 26.80 87% 8 64 1450.89 1270.82 87% 30.83 25.95 84% 1 256 1699.45 1779....
2012 Jul 05
14
[net-next RFC V5 0/5] Multiqueue virtio-net
...itself Changes from V3: - Rebase to the net-next - Let queue 2 to be the control virtqueue to obey the spec - Prodives irq affinity - Choose txq based on processor id References: - V4: https://lkml.org/lkml/2012/6/25/120 - V3: http://lwn.net/Articles/467283/ Test result: 1) 1 vm 2 vcpu 1q vs 2q, 1 - 1q, 2 - 2q, no pinning - Guest to External Host TCP STREAM sessions size throughput1 throughput2 norm1 norm2 1 64 650.55 655.61 100% 24.88 24.86 99% 2 64 1446.81 1309.44 90% 30.49 27.16 89% 4 64 1430.52 1305.59 91% 30.78 26.80 87% 8 64 1450.89 1270.82 87% 30.83 25.95 84% 1 256 1699.45 1779....
2015 Aug 04
0
Release for CentOS 7 on AArch64
...BbHyC76Ca13i4gQAMJ6K4Jaju0lbnLeLUqJN9xz 4cxqM3VH3rqkMSZVHFzJis5OID8Q1DTzKsaugSxWS/FNoG7xyl1HrHqfm8i5RLii WVZ9unxzJCIfMDPQ4Bd0AkkBgnNpFfI+0SZx1TWmbrNfcaN6qgQPzUHX03akBUh3 fSAsesMJy1WSEYz+mmStKercwJmO/bgbgQ5Y11cmcWo5S/OYBP87bpgJQCje7zUN lZDXG+pdpq+U801MeqpXNVqUazUFN7VuXq9p+8ZwTaw9gNdPIJpwBwM5YdptELSh 2q/ORbvT6s73FkFI0FNjEOzgbCUme47J4vvhvPOw8EksyuNVFQRoAaTLCf25wJTb VKm0ndnKMfnnjl/8+7cVkcGjJS0weavExTXqeYwxSb58jTn6E/aAa6yUj1XQkb2i AydUBLhPzpuhvxy/G6QLJMGVUZL/fe9g+4cbMFUatp0Vyrv2GlBeCAQTSEiq8puz 76ByH3z/aXkN8qkPmlQc9ruFYidlm6l5dWT4pws1KL6lWbRC10z+SD2TVTZ2A7Eq WE2KCvmFRL1ai2TzuIVF8WLUDtfT6P0ZzkH+guz01s...
2010 Jan 07
1
Dovecot Sieve: Vacation Recipient
Hi! I tried to use the sieve vacation plugin, but we're facing a little problem: our user's addresses are <uid>@<domain>, and if they want to use imap and sieve, they can have a forward to <uid>@imap.<domain>. The return-path, and hence the address the vacation message is sent to, is then <uid>@<domain> and not the original sender of the message. Is
2009 Oct 16
2
Domain Joined Windows 7 and Roaming Profiles
Hello all, has anybody managed to get Windows 7 (final) to use roaming profiles? Windows 7 is joined to my Samba 3.4.1 domain and always logs me in with a temporary profile. Windows XP works without problems. Thanks for your help, Stephan -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5179 bytes Desc: