search for: silent

Displaying 20 results from an estimated 6135 matches for "silent".

2013 Apr 16
1
testInstalledBasic / testInstalledPackages
...amp; is.logical(r <- all.equal(x,y, tol=0)) && r > > report <- function(x) {print(x); stopifnot(x)} > options(error = expression(NULL)) # don't stop on error in batch > ##~~~~~~~~~~~~~~ > > ###-------- > x <- integer(0) > res <- try(as.array( x ), silent = TRUE) > if(!inherits(res, 'try-error')) report(is.array(res)) [1] TRUE > res <- try(as.call( x ), silent = TRUE) > if(!inherits(res, 'try-error')) report(is.call(res)) > res <- try(as.character( x ), silent = TRUE) > if(!inherits(res, 'try-error')) rep...
2004 Apr 23
0
Sum Sq of SPSS and R different for repeated measures Anova
...other" "neut" 411.0313 "exp11b" "149" "24" "other" "neut" 448.6250 "exp11b" "150" "25" "other" "neut" 474.6875 "exp11b" "151" "1" "animal" "silent" 496.1667 "exp11b" "152" "2" "animal" "silent" 447.7312 "exp11b" "153" "3" "animal" "silent" 393.0104 "exp11b" "154" "4" "animal" "silent" 390.1...
2019 Nov 27
2
error in parallel:::sendMaster
...All outputs are created successfully. So far so good. But then "part i written successfully." it is printed another X times, for values of i for which it was already printed. This output is intermingled with X-1 times the following error message: Error in sendMaster(try(eval(expr, env), silent = TRUE)) : write error, closing pipe to the master Calls: lapply ... <Anonymous> -> <Anonymous> -> mcparallel -> sendMaster and Y times the message "Execution halted". mc_ret is printed again, now being a list of length 85, with the first element being TRUE and all...
2013 May 08
1
[PATCH] virtio-balloon spec: rework VIRTIO_BALLOON_F_MUST_TELL_HOST feature, support silent deflation
The idea of the VIRTIO_BALLOON_F_MUST_TELL_HOST feature is to let drivers skip usage of the deflate queue when leaking the balloon ("silent deflation"). Guests may benefit from silent deflate by aggressively inflating the balloon; they know that they will be able to use ballooned pages without issuing a (blocking) request to the device. The problem is that this feature is a "negative" feature: if set, the guest _may no...
2013 May 08
1
[PATCH] virtio-balloon spec: rework VIRTIO_BALLOON_F_MUST_TELL_HOST feature, support silent deflation
The idea of the VIRTIO_BALLOON_F_MUST_TELL_HOST feature is to let drivers skip usage of the deflate queue when leaking the balloon ("silent deflation"). Guests may benefit from silent deflate by aggressively inflating the balloon; they know that they will be able to use ballooned pages without issuing a (blocking) request to the device. The problem is that this feature is a "negative" feature: if set, the guest _may no...
2019 Nov 27
0
error in parallel:::sendMaster
...ted successfully. So far so good. > > But then "part i written successfully." it is printed another X times, for values of i for which it was already printed. This output is intermingled with X-1 times the following error message: > > Error in sendMaster(try(eval(expr, env), silent = TRUE)) : > write error, closing pipe to the master > Calls: lapply ... <Anonymous> -> <Anonymous> -> mcparallel -> sendMaster > > and Y times the message "Execution halted". mc_ret is printed again, now being a list of length 85, with the first elemen...
2013 May 28
0
[PATCH v2 2/2] virtio-balloon spec: reintroduce "silent deflation" feature
The original idea of the VIRTIO_BALLOON_F_MUST_TELL_HOST feature was to let drivers skip usage of the deflate queue when leaking the balloon ("silent deflation"). Guests may benefit from silent deflate by aggressively inflating the balloon; they know that they will be able to use ballooned pages without issuing a (blocking) request to the device. The previous patch redefined the feature to ensure correctness of the operation when drivers...
2013 May 28
5
[PATCH v2 0/2] virtio-balloon spec: silent deflation
Here is the series, split in two patches, with small edits and new commit messages. Paolo Bonzini (2): virtio-balloon spec: rewrite description of VIRTIO_BALLOON_F_MUST_TELL_HOST virtio-balloon spec: reintroduce "silent deflation" feature virtio-spec.lyx | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 233 insertions(+), 5 deletions(-) -- 1.8.2.1
2019 Nov 27
2
error in parallel:::sendMaster
...ly. So far so good. >> >> But then "part i written successfully." it is printed another X times, for values of i for which it was already printed. This output is intermingled with X-1 times the following error message: >> >> Error in sendMaster(try(eval(expr, env), silent = TRUE)) : >> write error, closing pipe to the master >> Calls: lapply ... <Anonymous> -> <Anonymous> -> mcparallel -> sendMaster >> >> and Y times the message "Execution halted". mc_ret is printed again, now being a list of length 85, with...
2013 May 28
2
[PATCH] virtio-balloon spec: rework VIRTIO_BALLOON_F_MUST_TELL_HOST feature, support silent deflation
...Michael S. Tsirkin ha scritto: > At this point I am confused. I think there are two changes in your patch: > > 1. Handling of VIRTIO_F_GUEST_MUST_TELL_HOST > Is this functionally identical to what I proposed? > If yes, I am fine with either change being applied. Yes. > 2. New SILENT_DEFLATE feature > Since guest can get same functionality by not acking > TELL_HOST, I still don't see what good it does: > Historically a host with no features supports silent > deflate and guest with no features can do silent deflate. > I conclude silent deflate is the defa...
2013 May 29
2
[PATCH v2 2/2] virtio-balloon spec: reintroduce "silent deflation" feature
On Tue, May 28, 2013 at 07:40:18PM +0200, Paolo Bonzini wrote: > The original idea of the VIRTIO_BALLOON_F_MUST_TELL_HOST feature was to > let drivers skip usage of the deflate queue when leaking the balloon > ("silent deflation"). Guests may benefit from silent deflate by > aggressively inflating the balloon; they know that they will be able to > use ballooned pages without issuing a (blocking) request to the device. > > The previous patch redefined the feature to ensure correctness of the &gt...
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: NEW Severity: normal Priority: P5 Component: nf_...
2019 Nov 28
0
error in parallel:::sendMaster
...od. >>> >>> But then "part i written successfully." it is printed another X times, for values of i for which it was already printed. This output is intermingled with X-1 times the following error message: >>> >>> Error in sendMaster(try(eval(expr, env), silent = TRUE)) : >>> write error, closing pipe to the master >>> Calls: lapply ... <Anonymous> -> <Anonymous> -> mcparallel -> sendMaster >>> >>> and Y times the message "Execution halted". mc_ret is printed again, now being a list of...
2008 May 15
1
New verbosity in command line flac: progress-silent
Hi, Would it be possible to add a new verbosity level? Right now we have totally-silent, silent and no-silent. The issue I have with "no-silent" is having progress updates when flac is processing the output of another program (like CD Paranoia). Both programs will write other each other's output which is not very useful. If I use "silent", I don't get the f...
2006 Apr 10
1
[ISSUE] Honouring Silent Caller ID Numbers
I am not sure how this works in other countries, but in Australia - according to Telstra - the caller id is managed by the terminating device which is the telephone. If the caller id has been flagged as a silent number then generally the caller id is not display, but rather display with an alternative message 'Number Withheld' or 'Private' or whatever. Right now every incoming call regardless of whether they have been flagged as a silent number or not we are able to see those numbers...
2007 Aug 27
1
silent option in nested calls to try()
Hello, is it *really intentional* that the "silent" option of try() does only apply to the outer call in nested try constructs? I would assume that a silent try() should suppress all error messages regardless where they occur, even if they are already handled with other try()'s. The error message itself should be (and is in both cases)...
2019 Nov 28
1
error in parallel:::sendMaster
...> >>>> But then "part i written successfully." it is printed another X times, for values of i for which it was already printed. This output is intermingled with X-1 times the following error message: >>>> >>>> Error in sendMaster(try(eval(expr, env), silent = TRUE)) : >>>> write error, closing pipe to the master >>>> Calls: lapply ... <Anonymous> -> <Anonymous> -> mcparallel -> sendMaster >>>> >>>> and Y times the message "Execution halted". mc_ret is printed again, now...
2009 Feb 22
4
'unique' error message is printed despite silent=TRUE (PR#13547)
In 2.8.0/Windows Vista: When 'unique' gives a type error message, it prints out even if errors are being caught: > try(unique(quote(hello)),silent=TRUE) hello This comes from the .Internal unique routine: > try(.Internal(unique(quote(hello),NULL,NULL)),silent=TRUE) hello I guess it is using the internal equivalent of print rather than the internal equivalent of stop. -s
2004 Aug 06
2
Winamp/Oddcast Silent output
Hi everybody, I have an easy question here. Is there any silent output option for Winamp/Oddcast? I have a computer that I use as an encoder but it has no soundcard installed so I am using SAM2 because there is a "Silent output" option in the audio mixer pipeline. It means the sound encoded never passes through the soundcard because everything is mana...
2009 Jan 23
3
OT - Is Netgear ProSafe FS108P with PoE silent ?
Hi, I need to locate a Asterisk server and a PoE-enabled switch on someone's desk. I've seen this Netgear ProSafe FS108P with 4 10/100 and 4 10/100 w/PoE ports silent enough ? Any recommendation ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090123/4f76aef9/attachment.htm