Displaying 20 results from an estimated 57 matches for "scrutinizing".
2017 Jul 06
2
[Bug Fix] Default values not applied to ... arguments
...the problem down to the byte-compilation that occurs on
subsequent function calls.
This patch prevents byte-compilation on closure objects.
Although it's a less than ideal solution, this patch fixes the bug at
least until the underlying byte-compilation issue can be found (I'm
currently scrutinizing the promiseArgs function at eval.c:2771).
Thanks,
Sahil
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.diff
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20170706/9c1a55db/attachment.bin...
2009 Nov 20
2
MEMDISK El Torito Emulation
A very special thanks to H. Peter for finding the time to [at least
partially, if not wholly] scrutinize and merge the El Torito emulation
code for MEMDISK!
I'd like to ask that those who've previously used the stale MEMDISK-ISO
switch to this latest[1] MEMDISK proper and report any failures.
Gert, I believe this version addresses the PloP .ISO trouble you
reported. Could you
2012 Jan 05
2
[Debug] Display Ressource attribut
Hi everyone,
Do you if there a way to display a certain ressource attribut.
For instance, I want to display the ''require'' of the User[''test'']
Regards,
JM
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this
2008 Sep 03
1
ACLs, binding to an interface, and libwrap
All,
There was some discussion recently on Ubuntu Launchpad regarding the
bug in NUT 2.2.1 where it was not possible to connect with an accept-
all ACL:
https://bugs.launchpad.net/bugs/235653
The package was patched for the upcoming Ubuntu release (intrepid),
but the discussion drifted to the merits of application-level ACLs
(comment 11 and beyond).
Steve Langasek brings up a good point
2005 May 22
2
Re: Hi, Bryan; was: Re: pronunciation? <snip> -- don't shoot the messenger ...
From: Collins Richey
> Sounds pretty religious-based to me.
> IBM=bad
> HP,Sun, RedHat, SCO=good.
> OTOH, from some of your comments, Novell=better.
Are you really that shallow?
IBM is our partner, not our friend.
Sun has its interests too, and has 5 different entities of focus, which vary.
Red Hat is a tale of two companies, cut-throat business combined with GPL-analness
(like
2006 Sep 13
10
Comments on a Systemtap vs Dtrace comparison.
Not sure if this document will be shown to any dtrace users but here
is a link if you want to comment on it
http://sources.redhat.com/systemtap/wiki/SystemtapDtraceComparison
I have went line by line and commented on its content and in
accuracies and posted it both to the systemtap email list and my
blog, you can see the blogged version at
2016 Jul 21
4
SSL connection reset by peer
Hi,
I am running a dovecot server and have set up an external monitoring,
where every five minutes a login with SSL on port 993 is done. I usually
get once a day an error "connection reset by peer - SSL connect", which
goes away until the next monitor is executed.
Initially I thought that raising the mail_max_userip_connections in
protocol imap in 20-imap.conf to 256 should do the
2005 May 12
3
Sarbanes-Oxley headaches
Hi there,
With the new scrutinization by auditors on account policies and
auditing, how can Samba be SOX compliant?
Using 3.0.14a-sernet on Suse 9.1 - ldapsam
Specifically, a couple of things seem to be lacking:
1) Logon/Logoff times are not being recorded
The last logon time recorded in my ldap entries are pre-nt4 migration.
2) Do the Audit Policy values in user manager have any effect?
Are
2016 Nov 08
3
[MC] Target-Independent Small Data Section Handling
I've prepared a preliminary patch with the intention of implementing
PPC-EABI subtarget features for applications that run in a standalone
embedded environment.
https://reviews.llvm.org/D26344
The most significant difference compared with the SVR4 ABI is the use of
SDA (small data area). This allows full-word constants and data to be
grouped into small-data sections accessed using relocated
2016 Oct 18
2
RFC: Killing undef and spreading poison
>> A use of freeze is to enable speculative execution. For example, loop
>> switching does the following transformation:
>> while (C) {
>> if (C2) {
>> A
>> } else {
>> B
>> }
>> }
>> =>
>> if (C2) {
>> while (C)
>> A
>> } else {
>> while (C)
>> B
>> }
>>
2016 Nov 17
3
[MC] Target-Independent Small Data Section Handling
Just pinging this patch for review, particularly from PPC maintainers:
https://reviews.llvm.org/D26344
It's now rebased for the latest master commits, `check-all` test results match those of the upstream base.
There is also a clang driver patch, extending PPC target support for the `-G` flag:
https://reviews.llvm.org/D26345
And lld patch implementing the _SDA_BASE_ symbols and includes an
2012 Jan 27
2
SSL Errors - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B
Hello, I''m new to puppet and am getting a puppet server setup with
puppet dashboard. I have the puppet server and puppet dashboard
(Apache/Passenger) setup and working well with 60+ test nodes working
as expected. Only problem is that I have this one error in the logs
which I can''t figure out.
Jan 26 17:09:41 ppt01 puppet-agent[27357]: Could not retrieve catalog
from remote
2013 Oct 25
1
Intern at Barron's ! -- use statistics for investigative financial journalism
We're seeking interns for the summer of 2014 here at Barron's the Dow Jones newsweekly that's searched out good investments and financial frauds since 1921, when our founder exposed Charles Ponzi. We're at the center of the financial world in New York and can pay a bit of a stipend to cover the city's high living costs. Here's the blurb:
Do some good. Intern at
2016 Nov 18
0
[MC] Target-Independent Small Data Section Handling
----- Original Message -----
> From: "Jack Andersen via llvm-dev" <llvm-dev at lists.llvm.org>
> To: "llvm-dev" <llvm-dev at lists.llvm.org>
> Sent: Wednesday, November 16, 2016 10:39:53 PM
> Subject: Re: [llvm-dev] [MC] Target-Independent Small Data Section Handling
>
> Just pinging this patch for review, particularly from PPC
> maintainers:
2016 Mar 22
3
Memory usage in prcomp
Hi All:
I am running prcomp on a very large array, roughly [500000, 3650]. The array itself is 16GB. I am running on a Unix machine and am running ?top? at the same time and am quite surprised to see that the application memory usage is 76GB. I have the ?tol? set very high (.8) so that it should only pull out a few components. I am surprised at this memory usage because prcomp uses the SVD
2016 Mar 22
3
Memory usage in prcomp
Hi All:
I am running prcomp on a very large array, roughly [500000, 3650]. The array itself is 16GB. I am running on a Unix machine and am running ?top? at the same time and am quite surprised to see that the application memory usage is 76GB. I have the ?tol? set very high (.8) so that it should only pull out a few components. I am surprised at this memory usage because prcomp uses the SVD
2013 Dec 09
2
How can I find nonstandard or control characters in a large file?
I have a humongous csv file containing census data, far too big to read into
RAM. I have been trying to extract individual columns from this file using
the colbycol package. This works for certain subsets of the columns, but not
for others. I have not yet been able to precisely identify the problem
columns, as there are 731 columns and running colbycol on the file on my old
slow machine takes
2017 Jul 06
0
[Bug Fix] Default values not applied to ... arguments
...compilation that occurs on
> subsequent function calls.
>
> This patch prevents byte-compilation on closure objects.
> Although it's a less than ideal solution, this patch fixes the bug at
> least until the underlying byte-compilation issue can be found (I'm
> currently scrutinizing the promiseArgs function at eval.c:2771).
>
> Thanks,
> Sahil
>
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
[[alternative HTML version deleted]]
2007 Aug 27
2
Max vs summary inconsistency
Hello,
I'm having the following questionable behavior:
> summary(m)
Min. 1st Qu. Median Mean 3rd Qu. Max.
1 13000 26280 25890 38550 50910
> max(m)
[1] 50912
> typeof(m)
[1] "integer"
> class(m)
[1] "integer"
...it seems to me like max() and summary(m)[6] ought to return the same
number. Am I doing something wrong?
I'm
2011 Oct 05
0
Internship Opportunity at New York financial weekly
It's not too early for statistically-adept students to think about underpaid, but life-altering, internships for the summer of 2012. In fact, after November 1st it may be too late to apply here at Barron's. This will be the second summer we've offered paid internships, which means that applicants can now poll the hapless folks who interned this past summer. Contact me, Bill Alpert, and