search for: 2046

Displaying 20 results from an estimated 132 matches for "2046".

Did you mean: 2006
2012 Nov 01
6
[Bug 2046] New: ssh-add -d does not drop certificate
https://bugzilla.mindrot.org/show_bug.cgi?id=2046 Priority: P5 Bug ID: 2046 Assignee: unassigned-bugs at mindrot.org Summary: ssh-add -d does not drop certificate Severity: trivial Classification: Unclassified OS: Linux Reporter: ondrej at caletka.cz Hard...
2010 Feb 09
1
texture dimension limits in ddx
in nv10_exa.c : check_texture does : if (w > 2046 || h > 2046) NOUVEAU_FALLBACK("picture too large, %dx%d\n", w, h); check_render_target does : if (w > 4096 || h > 4096) return FALSE; So we have different size limits for the source and the destination ? Another thing is that nv20 uses nv...
2016 Oct 11
0
CESA-2016:2046 Important CentOS 7 tomcat Security Update
CentOS Errata and Security Advisory 2016:2046 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-2046.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 990b46136d7ab37e16fdab314e3a7fc4a9e95901d98953492a4dc7bf98b0dec5 tomcat-7.0.54-8.el7_2.noar...
2004 Aug 18
1
Fwd: strptime() problem? - Resolved
Hi Gabor and everybody; Thanks Gabor, with the alternative step you've told me the problem is resolved. Comparing the two procedures: Extract from the source 'character' data: > rain$ts[2039:2046] [1] "25/03/2000 22:00:00 UTC" "25/03/2000 23:00:00 UTC" [3] "26/03/2000 00:00:00 UTC" "26/03/2000 01:00:00 UTC" [5] "26/03/2000 02:00:00 UTC" "26/03/2000 03:00:00 UTC" [7] "26/03/2000 04:00:00 UTC" "26/03/2000 05:00:00 UTC&...
2007 May 30
0
[PATCH] added comments
...let and refined comments - replaced two constants with MACROs - no changes to actual code diff --git a/src/nv_video.c b/src/nv_video.c index cf4f88d..d9ee700 100644 --- a/src/nv_video.c +++ b/src/nv_video.c @@ -25,6 +25,15 @@ #include "nv_include.h" #include "nv_dma.h" +/* +2046 is the maximum image size in one dimension. +- why 2046 and not 2048? a hardware filter needs a one pixel bound at every edge +- in some color spaces w may be rounded up to multiple of 4 and may thus exceed the maximum. + What happens then? +*/ +#define IMAGE_MAX_W 2046 +#define IMAGE_MAX_H 2046 +...
2008 Sep 09
1
survey package
Version 3.9 of the survey package is now on CRAN. Since the last announcement (version 3.6-11, about a year ago) the main changes are - Database-backed survey objects: the data can live in a SQLite (or other DBI-compatible) database and be loaded as needed. - Ordinal logistic regression - Support for the 'mitools' package and multiply-imputed data - Conditioning plots,
2008 Sep 09
1
survey package
Version 3.9 of the survey package is now on CRAN. Since the last announcement (version 3.6-11, about a year ago) the main changes are - Database-backed survey objects: the data can live in a SQLite (or other DBI-compatible) database and be loaded as needed. - Ordinal logistic regression - Support for the 'mitools' package and multiply-imputed data - Conditioning plots,
2010 Jan 11
3
interpolation
Dear R-users, I have a complex line by xy-values (ordered by z). And I would like to get interpolated y-values on the positions of x = 0:600. How do I get the correct points? x=c(790,790,790,790,790,786,783,778,778,766,763,761,761,761,715,628,521,350,160,134,134,129,108,101,93,111,161,249,288,243,139,45,7)
2016 Oct 12
0
CentOS-announce Digest, Vol 140, Issue 5
...ct line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2016:2045 Important CentOS 6 tomcat6 Security Update (Johnny Hughes) 2. CESA-2016:2047 Important CentOS 7 kernel Security Update (Johnny Hughes) 3. CESA-2016:2046 Important CentOS 7 tomcat Security Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Tue, 11 Oct 2016 18:36:02 +0000 From: Johnny Hughes <johnny at centos.org> To: centos-announce at centos.org Subject: [CentOS-announce] CE...
2006 Sep 13
0
[Bug 508] New: ip6tables conntrack marks all incoming packets as INVALID
...0:00:00:00:21:45:00:00:7c:ac:f0:00:00:16:29:e3:52:a3:a2:aa:b1:50:68:75:5a:60:00:00:00:00:40:3a:3a:20:01:0b:40:0d:ea:00:12:00:01:00:01:00:01:00:01:20:01:06:b8:00:00:06:00:00:00 TUNNEL=163.162.170.177->80.104.117.90 SRC=2001:0b40:0dea:0012:0001:0001:0001:0001 DST=2001:06b8:0000:0600:0000:0000:0000:2046 LEN=104 TC=0 HOPLIMIT=58 FLOWLBL=0 PROTO=ICMPv6 TYPE=129 CODE=0 ID=46889 SEQ=1 Sep 13 10:27:33 eddie inv: IN=sit0 OUT= MAC=80:01:75:00:00:00:b6:00:91:00:00:00:00:21:45:00:00:7c:ad:0f:00:00:16:29:e3:33:a3:a2:aa:b1:50:68:75:5a:60:00:00:00:00:40:3a:3a:20:01:0b:40:0d:ea:00:12:00:01:00:01:00:01:00:01:20...
2008 Sep 12
2
Fw: Complex sampling survey _ Use of survey package
...; Subject: Re: [R] Complex sampling survey _ Use of survey package > Thanks for your answer > > I think I made a mistake when I recopied the 5 first rows of my database > > here is the table with the comlums of interest > > num esp fpc1 Totanim Id_An > 2045 G 551 12 10 > 2046 C 551 68 11 > 2070 G 551 9 50 > 2070 S 551 9 51 > 2070 S 551 9 52 > > > > yes Totanim is the total number of animals in the farm and num is the > total number of herds > > I keep on obtaining this error message > > clustot<-svydesign(id=~num+ ~ Id_An, fpc=~fp...
2007 Nov 20
9
[Bug 13319] New: YV12 and YUY2 overlay broken on PPC with NV34M
...E" (range 0 to 360) client settable attribute client gettable attribute (current value is 0) "XV_ITURBT_709" (range 0 to 1) client settable attribute client gettable attribute (current value is 0) maximum XvImage size: 2046 x 2046 Number of image formats: 4 id: 0x32595559 (YUY2) guid: 59555932-0000-0010-8000-00aa00389b71 bits per pixel: 16 number of planes: 1 type: YUV (packed) id: 0x32315659 (YV12) guid: 59563132-0000-0010-8000-00aa00389b71 bits per pixe...
2014 Aug 21
2
[PATCH] vhost: Add polling mode
"Michael S. Tsirkin" <mst at redhat.com> wrote on 20/08/2014 01:57:10 PM: > > Results: > > > > Netperf, 1 vm: > > The polling patch improved throughput by ~33% (1516 MB/sec -> 2046 MB/sec). > > Number of exits/sec decreased 6x. > > The same improvement was shown when I tested with 3 vms running netperf > > (4086 MB/sec -> 5545 MB/sec). > > > > filebench, 1 vm: > > ops/sec improved by 13% with the polling patch. Number of exits > w...
2014 Aug 21
2
[PATCH] vhost: Add polling mode
"Michael S. Tsirkin" <mst at redhat.com> wrote on 20/08/2014 01:57:10 PM: > > Results: > > > > Netperf, 1 vm: > > The polling patch improved throughput by ~33% (1516 MB/sec -> 2046 MB/sec). > > Number of exits/sec decreased 6x. > > The same improvement was shown when I tested with 3 vms running netperf > > (4086 MB/sec -> 5545 MB/sec). > > > > filebench, 1 vm: > > ops/sec improved by 13% with the polling patch. Number of exits > w...
2015 May 21
26
[Bug 90567] New: Display freeze when starting League of Legends (Wine)
https://bugs.freedesktop.org/show_bug.cgi?id=90567 Bug ID: 90567 Summary: Display freeze when starting League of Legends (Wine) Product: xorg Version: 7.6 (2010.12) Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee:
2011 May 19
0
[Bug 1247] ssh-agent prevents use of group permissions to control access to agent socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1247 --- Comment #2 from Matthew Miller <mattdm at mattdm.org> 2011-05-19 23:47:28 EST --- Created attachment 2046 --> https://bugzilla.mindrot.org/attachment.cgi?id=2046 Alternate but incredibly similar patch implementing option as -U The only advantage of my patch I can see is that I also patched the man page. :) I'd like to see some version of this go into the main release of the code, in any case....
2019 Apr 15
1
No CRLF in Pigeonhole's header?
...and help me determine whether Exim is correct on this. ? 0x0000:? 4500 0954 0000 4000 8006 0000 7f00 0001? E..T.. at ......... ? 0x0010:? 7f00 0001 6ea2 0019 8982 e279 d090 b820? ....n......y.... ? 0x0020:? 8018 021e 0749 0000 0101 080a c345 2b51? .....I.......E+Q ? 0x0030:? b382 853c 4d41 494c 2046 524f 4d3a 3c72 ...<MAIL.FROM:<r ? 0x0040:? 4073 3066 2e6d 642e 6465 7664 6576 6465? @sxf.md.devdevde ? 0x0050:? 762e 6e65 743e 0d0a 5243 5054 2054 4f3a v.net>..RCPT.TO: ? 0x0060:? 3c63 6f6e 7461 6374 4072 6567 6973 2e74 <contact at regis.t ? 0x0070:? 6563 683e 0d0a 4244 4154 2032 32...
2006 Sep 11
3
new ups for database?
...does not match - skipping Checking device (0000/0000) (001/001) - VendorID: 0000 - ProductID: 0000 - Manufacturer: Linux 2.6.17-1.2630.fc6 uhci_hcd - Product: UHCI Host Controller - Serial Number: 0000:00:10.0 - Bus: 001 Trying to match device Device does not match - skipping Checking device (0451/2046) (001/003) - VendorID: 0451 - ProductID: 2046 - Manufacturer: unknown - Product: unknown - Serial Number: unknown - Bus: 001 Trying to match device Device does not match - skipping Checking device (0451/2046) (001/004) - VendorID: 0451 - ProductID: 2046 - Manufacturer: unknown - Product: unknown -...
2000 May 10
3
Trying to build OpenSSH-2.1.0 on HP-UX 10.20
...nfigure:2051: cc -o conftest -Ae +O2 +DAportable -Aa -D_HPUX_SOURCE -I/usr/loc al/include -I/usr/local/include -I/usr/local/ssl/include -I/usr/include/X11R6 -L /usr/local/lib -L/usr/local/ssl/lib -L/usr/lib/X11R6 -L/usr/local/lib conftest.c -lz -lcrypto 1>&5 cc: "configure", line 2046: warning 604: Pointers are not assignment-compatible. cc: "configure", line 2046: warning 563: Argument #2 is not the correct type. cc: "configure", line 2046: warning 604: Pointers are not assignment-compatible. cc: "configure", line 2046: warning 563: Argument #3 is...
2011 Jul 06
13
[Bug 39010] New: better handling of large pixmaps
https://bugs.freedesktop.org/show_bug.cgi?id=39010 Summary: better handling of large pixmaps Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: