search for: 987

Displaying 20 results from an estimated 239 matches for "987".

Did you mean: 1987
2016 Dec 20
2
Very small numbers in hexadecimal notation parsed as zero
Hi all, I have noticed incorrect parsing of very small hexadecimal numbers like "0x1.00000000d0000p-987". Such a hexadecimal representation can can be produced by sprintf() using the %a flag. The return value is incorrectly reported as 0 when coercing these numbers to double using as.double()/as.numeric(), as illustrated in the three examples below: as.double("0x1.00000000d0000p-987")...
2015 Sep 06
1
[Bug 11496] New: itemized logging of transferred bytes is cumulative instead of per file
...tories (which are part of the filelist and therefore not transferred separately as files) it shows a value of 0. But for files it shows the cumulative number of transferred bytes instead of the amount per file. I did a local test using /sbin as source and /test as destination: 2015/09/06 14:21:28 [987] building file list 2015/09/06 14:21:28 [987] send cd+++++++++ 0 12288 sbin 2015/09/06 14:21:28 [987] send >f+++++++++ 58785 52466 sbin/MAKEDEV 2015/09/06 14:21:28 [987] send >f+++++++++ 65077 6248 sbin/acpi_available 2015/09/06 14:21:28 [987] send >f+++++++++ 97232 32112 sbin/agett...
2005 Feb 28
2
[Bug 987] "man ssh" doesn't mention 'ForwardX11Trusted'
http://bugzilla.mindrot.org/show_bug.cgi?id=987 Summary: "man ssh" doesn't mention 'ForwardX11Trusted' Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component:...
2019 Jan 21
1
[PATCH] build: Reduce -Wformat-overflow=2 to =1.
GCC 9 gives this error which I believe is bogus: qemuopts.c: In function 'qemuopts_to_config_channel': qemuopts.c:987:29: error: '%.*s' directive output between 0 and 2147483647 bytes may exceed minimum required size of 4095 [-Werror=format-overflow=] 987 | fprintf (fp, " %.*s = ", (int) k, values[j]); | ^~~~ qemuopts.c:987:26: note: assuming direc...
2007 Apr 29
0
[987] branches/wxruby2/wxwidgets_282/samples/listbook/listbook.rb: Use default constructor before load_frame_subclass to avoid GTK crash
...patch .copfile {border:1px solid #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[987] branches/wxruby2/wxwidgets_282/samples/listbook/listbook.rb: Use default constructor before load_frame_subclass to avoid GTK crash</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>987</dd> <dt>Author</dt>...
2014 Nov 11
0
[Bug 987] New: nf_conntrack_reasm.c : Silent discard of overlapping fragments is not silent
https://bugzilla.netfilter.org/show_bug.cgi?id=987 Bug ID: 987 Summary: nf_conntrack_reasm.c : Silent discard of overlapping fragments is not silent Product: netfilter/iptables Version: unspecified Hardware: x86_64 OS: Debian GNU/Linux Status: NE...
2006 Oct 07
0
[Bug 987] "man ssh" doesn't mention 'ForwardX11Trusted'
http://bugzilla.mindrot.org/show_bug.cgi?id=987 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED ------- Comment #3 from dtucker at zip.com.au 2006-10-07 11:38 ------- C...
2009 Sep 10
5
compiling samba-3.4.x on RHEL4
...llo when I try to compile samba-3.4.x on RHEL4 with the samba.spec in the packaging folder I always get this error: Compiling ../lib/talloc/talloc.c ../lib/talloc/talloc.c:50:21: replace.h: No such file or directory ../lib/talloc/talloc.c: In function `_talloc_realloc': ../lib/talloc/talloc.c:987: error: `bool' undeclared (first use in this function) ../lib/talloc/talloc.c:987: error: (Each undeclared identifier is reported only once ../lib/talloc/talloc.c:987: error: for each function it appears in.) ../lib/talloc/talloc.c:987: error: syntax error before "malloced" ../lib/tal...
2016 Dec 21
0
Very small numbers in hexadecimal notation parsed as zero
>>>>> Florent Angly <florent.angly at gmail.com> >>>>> on Tue, 20 Dec 2016 13:26:36 +0100 writes: > Hi all, > I have noticed incorrect parsing of very small hexadecimal numbers > like "0x1.00000000d0000p-987". Such a hexadecimal representation can > can be produced by sprintf() using the %a flag. The return value is > incorrectly reported as 0 when coercing these numbers to double using > as.double()/as.numeric(), as illustrated in the three examples below: > as.double...
1998 May 14
3
Cannot use smbpasswd for new user
....9.18p4. Thank you for your time. -- ==================================================== Gaetan Boudreau, ing/P.Eng. Administrateur de reseau/Network Administrator IRCM (Institut de recherches cliniques de Montreal/ Clinical Research Institute of Montreal) tel: 514-987-5563 fax: 514-987-5644 Internet E-Mail: Gaetan_Boudreau@IRCM.UMontreal.CA Internet Web Site: http://www.ircm.umontreal.ca
1998 May 13
1
Compiling warnings in 1.9.18p7
...re still a problem with this release ? ==================================================== Gaetan Boudreau, ing/P.Eng. Administrateur de reseau/Network Administrator IRCM (Institut de recherches cliniques de Montreal/ Clinical Research Institute of Montreal) tel: 514-987-5563 fax: 514-987-5644 Internet E-Mail: Gaetan_Boudreau@IRCM.UMontreal.CA Internet Web Site: http://www.ircm.umontreal.ca
2010 Aug 11
2
assignment functions with inherited class error
...; i # colT # [1,] NA # > class(i) # [1] "matrix" some idea? ?Enrique Garzo Cano -Biology Graduate. Ph.D. student.- enrique.garzo.cano at gmail.com Departamento de Ciencias Biom?dicas (?rea de Fisiolog?a) Facultad de Veterinaria Universidad de Le?n 24071 Le?n (Spain) Tel: +34 987 291981 Fax: +34 987 291267
2003 Oct 22
1
How to reformat data from database into data.frame?
I'm trying to find a clever way to re-map data from a database query into a data.frame. Querying a database often returns a table (data.frame) like this: GeneID MethodID Value 6 1 123 6 2 456 6 3 987 7 1 234 7 3 432 8 2 190 8 3 34 8 1 864 Note that GeneID=7 doesn't have a value for MethodID=2. Note that GeneID=8 doesn't have the MethodID in any particular order and, in fact, there doesn't need to be an order to the GeneID, although I can force orderin...
2008 Sep 04
1
restricted bootstrap
...t;- c(1, 2, 9, 5, 6) x<-c( 1, 3, 5, 7, 9) z<-c(2, 4, 6, 8, 10) a<-c(3, 9, 6, 4 ,4) maindata<-cbind(y, x, z, a) y x x a [1,] 1 1 1 3 [2,] 2 3 3 9 [3,] 9 5 5 6 [4,] 5 7 7 4 [5,] 6 9 9 4 distance matrix: row1<-c(0, 123, 567, 89) row2<-c(98, 0, 345, 543) row3<-c(765, 90, 0, 987) row4<-c(654, 8, 99, 0) dist<-rbind(row1, row2, row3, row4) [,1] [,2] [,3] [,4] row1 0 123 567 89 row2 98 0 345 543 row3 765 90 0 987 row4 654 8 99 0 Thanks for all of the help in the past and now Cheers Grant [[alternative HTML version deleted]]
2005 Sep 16
0
Problems compiling Hmisc
...e linker, but no idea. Do I need to install any library or another Fink package? Thank you. Felipe - ----------------------------------oOo---------------------------------- Felipe Mart??nez-Pastor (BSc, PhD) Animal Reproduction and Obstetrics Veterinary Clinic Hospital 24071-Le??n (Spain) Phone: 987 291 430 / 987 291 000 + 5203 Fax: 987 295 203 e-mail: dbcfmp at unileon.es - --- This message has been electronically signed using GPG, a free system to sign and encrypt documents. If you want to learn more, visit http://www.gnupg.org -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAkMqkN0ACgkQWtdQtNzj...
2008 Jan 23
0
bug in external apps
.../rails/controller.rb:119:in `[]'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:119:in `request_is_for_a_facebook_canvas?'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:107:in `redirect_to'' vendor/rails/actionpack/lib/action_controller/base.rb:987:in `redirect_to'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:110:in `redirect_to'' vendor/rails/actionpack/lib/action_controller/base.rb:987:in `redirect_to'' vendor/plugins/facebooker/lib/facebooker/rails/controller.rb:110:in `redirect_to'' vendor/...
2009 Feb 23
2
Asterisk 1.6.0.5 as non root and moh perm issue
I am running Asterisk as non root and have set the required permissions for all directories including the moh dir specified in musiconhold.conf yet asterisk still complains it doesn't have access when starting? I get: WARNING[3600]: res_musiconhold.c:987 moh_scan_files: chdir() failed: Permission denied I ran asterisk with strace, and don't see it failing to access anything? Anyone know why? Thanks! jlc
2009 Feb 02
2
Ticket #282: omindex-assorted-enhancements.patch woes
...edited in the two lines it rejected myself. But when I run "make" I get the following errors: omindex.o: In function `main': /home/frankie/Desktop/xapian-omega-1.0.10/omindex.cc:874: undefined reference to `read_config_file()' /home/frankie/Desktop/xapian-omega-1.0.10/omindex.cc:987: undefined reference to `log_dir' collect2: ld returned 1 exit status Could anyone suggest what I've dome wrong? FYI Here's the reject file: *************** *** 397,406 **** } else if (mimetype == "text/rtf") { // The --text option unhelpfully converts all non-A...
2014 Feb 13
2
How do I initiate a shutdown sequence immediately after losing line power?
...way to raise that to, say, 40 or 50 percent? The goal is to initiate she shutdown procedure as soon after losing line power as possible. Thanks! -- - - - - - Stoycho Ganev Linux Administrator EPAY JSC 16 Ivan Vazov st., fl.4 Sofia 1000 UIC: 131409398 tel: (+359 2) 921 08 50 fax: (+359 2) 987 91 31 s.ganev at datamax.bg https://www.epay.bg [1] Please do not print this e-mail unless you really need to! This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately an...
2015 Apr 15
3
[LLVMdev] RFC: Metadata attachments to function definitions
...re two open problems this can help with: > > 1. For PGO, we need somewhere to attach the function entry count. > Attaching to the function definition is a simple solution. > > define void @foo() !prof !0 { > unreachable > } > !0 = !{i32 987} That will be great. Would it be better if the type is i64? We really want to avoid an overflow if possible. What is the type for the raw profile data for region(0)? Ivan > > 2. In debug info, we repeatedly build up a map from `Function` to the > canonical `MDSubrogram` for it. K...