search for: unwitnessed

Displaying 20 results from an estimated 64 matches for "unwitnessed".

2004 Oct 25
2
Revision: post on Intro to R lecture
Hi All: This follows my earlier post on webized slides on lecture presentation on introducing R. I learned that in Mozilla (Firefox) browsers, the slides did not show up. Sorry for the no show. As a reluctant windows user, I kind of carelessly clicked through Powerpoint to convert the presentation file to its html form, unwittingly leading to the mess. See if it got corrected now (I do not have
2008 May 01
2
[LLVMdev] optimization assumes malloc return is non-null
...e careful in my earlier response and clarify > that modifying a nonvolatile object is a side-effect that can be > optimized away in many cases.) If I understand the standard correctly, this can be done exactly if there is no witness to the side effect. Furthermore, chains of intermediate unwitnessed side effects can be collapsed if the optimizer can prove that the intermediate results are unwitnessed. Yes? > ...However, the optimization is allowed even without that: Just by noting > that the return value of malloc isn't used (nor leaked); I suspect > that's what the compi...
2016 Nov 22
2
backup_samba4 script failing
On Tue, 22 Nov 2016 17:07:14 +0400 Mike Lykov via samba <samba at lists.samba.org> wrote: > 22.11.2016 16:12, Bob of Donelson Trophy via samba пишет: > > I am testing the backup script found at > > https://github.com/thctlo/samba4/tree/master/backup-script on Ubuntu > > 16.04.1LTS with Samba 4.5.0 (from source) running. > > Are this backup method useful only for
2008 May 01
0
[LLVMdev] optimization assumes malloc return is non-null
...response and clarify >> that modifying a nonvolatile object is a side-effect that can be >> optimized away in many cases.) > > If I understand the standard correctly, this can be done exactly if > there is no witness to the side effect. Furthermore, chains of > intermediate unwitnessed side effects can be collapsed if the > optimizer > can prove that the intermediate results are unwitnessed. Yes? Yes, I think so. >> ...However, the optimization is allowed even without that: Just by >> noting >> that the return value of malloc isn't used (nor lea...
2000 Jun 02
1
problem loading packages (PR#559)
Dear R team, I had a strange problem that appeared suddenly, and which I'd like to to mention in case it is of interest (although I suspect that I may have unwittingly done something dumb: if so please accept my apology) > library(ctest) ## or any package other than "oz" that I tried Error in as.character(table) : Object ".Dyn.libs" not found > traceback() [1]
2020 Jul 14
3
Replication only working one way
Checking the databases against each other throws up pages and pages of errors. The two are completely out of sync now. What I have seen is that for no apparent reason, one of the servers suddenly decided it would sync with the Windows server, which appears to have updated the schema. Yesterday when I compared the databases on the two linux servers they only had a couple of errors, today, many
2011 Jul 06
3
[LLVMdev] Licensing requirements
On 07/06/2011 07:10 PM, Chris Lattner wrote: > On Jul 6, 2011, at 1:55 AM, Tor Gunnar Houeland wrote: > >>> There is no need to include any notices in the binaries of an application built with clang, or some with some other application that links to the LLVM runtime libraries that are dual licensed. >> Thanks for your response. Is this ability to distribute binaries without
2005 Oct 10
6
Dangling MS Access DB Lock Files *.ldb
I have an intermittent problem with dangling MS Access DB lock files. In a productive environment with N batch queus (each on a separate Windows XP Professional) a scheduler PC dispatches the work load to a free queue by means of modifying a simple MS Access DB file called "PRIM.mdb", which resides on a Samba 3.0.20 share. Each free queue PC polls the same MS Access DB file every 60
2011 Apr 23
4
random typing over text
Dear R, When I'm writing script I probably hit accidently some hot key and then the text in script is being overwritten by subsequent typing. Please what is the hot key or how can I disable it? -- View this message in context: http://r.789695.n4.nabble.com/random-typing-over-text-tp3470428p3470428.html Sent from the R help mailing list archive at Nabble.com.
2007 Apr 13
4
smbldap-useradd not creating machine accounts in correct fashion
Hi, I have OpenLDAP working here generally without problems for a variety of applications including the management of Samba. Functioning user accounts can be created via 'smbldap-useradd' with the proper samba attributes being added in LDAP, however... Something odd is happening when I (or samba) tries to create a machine account with 'smbldap-useradd -w test1$' - an entry is
2009 Nov 01
2
Internal error in 'ls' for pathological environments (PR#14035)
nchar(with(list(2),ls())) gives an internal error. This is of course a peculiar call (no names in the list), but the error is not caught cleanly. It is not clear from the documentation whether with(list(2)...) is allowable; if it is not, it should presumably give an error. If it is, then ls shouldn't have problems with the resulting environment. > qq <- with(list(2),ls())
2008 Apr 30
0
[LLVMdev] optimization assumes malloc return is non-null
On Apr 30, 2008, at 5:20 PM, Jonathan S. Shapiro wrote: > On Wed, 2008-04-30 at 15:25 -0400, David Vandevoorde wrote: >> On Apr 30, 2008, at 2:47 PM, Jonathan S. Shapiro wrote: >>> Daveed: >>> >>> Perhaps I am looking at the wrong version of the specification. >>> Section >>> 5.1.2.3 appears to refer to objects having volatile-qualified type.
2018 Mar 16
3
selinux: how to allow access?
On 16/03/18 18:37, Alexander Dalloz wrote: > Am 16.03.2018 um 13:09 schrieb hw: >> On 03/16/2018 12:14 PM, Richard Grainger wrote: >>>> Yet again I could not find any documentation explaining how to do basic >>>> things like this :(? Selinux is more like a curse than anything else >>>> :( Why >>>> is there not even a good documentation?
2004 Dec 28
2
Still the big Icecast problem!
If propagation of Ogg Vorbis is the (or a) goal of Icecast then probably the best strategy is to build an embedded Ogg Flash Player of some sort, so that people unwittingly become Ogg users without lifting a finger, and broadcasters can start using it without fear that they'll lose listeners due to their protocol choice. I've been streaming for more than 7 years now with Quicktime,
2011 Jul 06
0
[LLVMdev] Licensing requirements
On Jul 6, 2011, at 1:55 AM, Tor Gunnar Houeland wrote: >>> Is it sufficient to include the MIT copyright notices from >>> http://llvm.org/svn/llvm-project/compiler-rt/trunk/LICENSE.TXT / >>> http://llvm.org/svn/llvm-project/libcxx/trunk/LICENSE.TXT for programs >>> compiled with LLVM? (Probably including the respective CREDITS.TXT files >>> as a
2016 Nov 22
0
backup_samba4 script failing
On 22/11/2016 13:22, Rowland Penny via samba wrote: > On Tue, 22 Nov 2016 17:07:14 +0400 > Mike Lykov via samba <samba at lists.samba.org> wrote: > >> 22.11.2016 16:12, Bob of Donelson Trophy via samba пишет: >>> I am testing the backup script found at >>> https://github.com/thctlo/samba4/tree/master/backup-script on Ubuntu >>> 16.04.1LTS with Samba
2020 Jul 14
0
Replication only working one way
On 14/07/2020 19:07, Peter Pollock wrote: > Checking the databases against each other throws up pages and pages of > errors. The two are completely out of sync now. > > What I have seen is that for no apparent reason, one of the servers > suddenly decided it would sync with the Windows server, which appears > to have updated the schema. Yesterday when I compared the databases
2006 Oct 03
0
Buffering
Considering the pompous response from one of the moderators, indicating the harm I inflicted on the list by an unwitting attempt to send a 76k image in a previous email, I wish to offer my apologies for any paind and suffering that any of you may have incurred. It was not my will to be harmful. Also, the arrogance portrayed by his informing me that I did not provide enough information to
2006 Mar 09
0
why do i not get error warning from validation?
Hello there, I just switched my religion to Rails :) I''m confused of error_messages_for .. isn''t it impossible to by pass validation from its model ? How come I don''t get error warning while i gave validates_inclusion_of :category_id, :in => 1..5 in my model ? is there any possibilities unwittingly that our form by pass our validation that we''ve declared in
2010 Jan 09
1
Zbrush on wine is not starting
Hi! I've installed the newest wine on my fedora (by yum install wine) And I've installed Zbrush 3.5 r3 on it. when I'm trying to execute: wine "c:\programy\zbrush35r3\zbrush.exe" I'm getting: Trying to load PE image for unsupported architecture (I386) Trying to load PE image for unsupported architecture (I386) What should I do? are there any versions of wine? my yum