search for: quiete

Displaying 20 results from an estimated 4122 matches for "quiete".

Did you mean: quiet
2010 Nov 22
2
New 'quiet' behavior - optional?
Syslinux version 3.74 introduced the following change (I know, old news really) -> Suppress the Loading ... message if "quiet" is specified on the kernel command line. Unfortunately, for our PXELinux environment this was a very unwanted change. The linux command line parameter 'quiet' is included and passed to linux because we want (and in cases absolutely require) that the
2015 May 09
1
PATCH: library(..., quietly=TRUE) still outputs "Loading required package: ..." (forgot to pass down 'quietly')
Calling library(..., quietly=TRUE) may still output: Loading required package: <other pkg> in some cases, e.g. > library("R.utils", quietly=TRUE) Loading required package: R.methodsS3 [...] I traced this to base:::.getRequiredPackages2(), which forgets to pass 'quietly' to an internal library() call: if (!attached) { if (!quietly)
2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
When you add "quiet" to the append line, Syslinux doesn't display the file reading progress anymore. When you use this option to boot an image with MEMDISK, you still get a lot of text. ========================== LABEL mydisk LINUX memdisk INITRD mydisk.img APPEND raw quiet ========================== The following patch makes MEMDISK silent when the quiet keyword is passed to the
2010 Jan 21
3
cross validation function translated from stata
Hi, everyone: I ask for help about translating a stata program into R. The program perform cross validation as it stated. #1. Randomly divide the data set into 10 sets of equal size, ensuring equal numbers of events in each set #2. Fit the model leaving out the 1st set #3. Apply the fitted model in (2) to the 1st set to obtain the predicted probability of a prostate cancer diagnosis. #4. Repeat
2009 Aug 16
2
Quiet in append
I understand that the action of pxelinux has changed so that when "quiet" is specified in append you no longer see the progress of the kernel and init image download. My question is, is it possible to have pxelinux be verbose (ie: show progress), but then pass quiet to the linux kernel so it is quiet. I run a downstream project that uses pxelinux and I wanted to know if this is
2005 Sep 12
1
Boot process slow with rhgb quiet on
If I boot with "rhgb quiet" off, my computer boots in 1 minute and 30 seconds. If I boot with "rhgb quiet" on, my computer boots in 3m11s. That's a long time to wait. Significantly, when booting with "rhgb quiet", right at the moment X takes over, there is a 1m36s pause where the screen is blank except for the hourglass cursor turning around and around. Of
2019 Jul 23
2
quiet namespace load is noisy
..., quietly = TRUE) Registered S3 methods overwritten by 'ggplot2': method from [.quosures rlang c.quosures rlang print.quosures rlang It seems to me that if one specifies 'quietly = TRUE', then messages about S3 method overrides should be quieted along with everything else. After all, other package startup messages ARE suppressed, and even error messages are suppressed: > requireNamespace("xyz", quietly = TRUE) > ## (it is silent even though there is no "xyz" package) Thanks Russ Lenth U of Iowa
2005 Mar 22
3
X100P voicemail volume too low (quiet)
Hello, I'm running Asterisk 1.0.6 with zaptel 1.0.6 on Gentoo Linux with a 2.6.11-gentoo-r2 SMP kernel (but no SMP hardware) and mpg123 0.59s-r9. When I leave a voicemail message via my X100P, the message is way too quiet. I can barely hear it. I googled this a bit, and I saw similar complaints with older versions, but no resolutions. Also, many complained that it was only too quiet via
2008 Jan 19
6
Quiet Backtrace in RSpec
I''m using RSpec on Rails and would like to clean up the backtraces, so I went looking for an RSpec equivalent to ThoughtBot''s Quiet Backtrace gem<http://thoughtbot.com/projects/quietbacktrace>. I found Spec::Runner::QuietBacktraceTweaker in the RDOCS, but I can''t figure out how to use it. Can I add something to spec_helper.rb that will utilize
2016 Jul 20
1
[PATCH] v2v: make virsh command quiet if v2v is quiet (RHBZ#1358142)
Pass -q to virsh if virt-v2v was run with -q, to reduce its output in quiet mode. Unfortunately this does not currently work in virsh as it should, see RHBZ#1358179, so only after that bug is fixed this change can actually take effect. --- v2v/output_libvirt.ml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/v2v/output_libvirt.ml b/v2v/output_libvirt.ml
2016 Dec 08
2
require(..., quietly=TRUE) does not suppress warning
Hi, The `quietly` argument of `require` is documented as follows: quietly: a logical. If ?TRUE?, no message confirming package attaching is printed, and most often, no errors/warnings are printed if package attaching fails. However: > require(foo, quietly=TRUE) Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
2016 Dec 06
0
system2 fails with quiet=TRUE, but runs through with quiet=FALSE
Hi, I have recently tried to check the test coverage using library("covr") and, interestingly, the command > covr::package_coverage() fails, while > covr::package_coverage(quiet = FALSE) runs through without problem. I traced the problem to a call to utils::install.packages(), where the option quiet is passed on. In utils::install.packages(), the problem seems to lie in the
2019 Jun 19
2
libvirtd does not update VM .xml configuration on filesystem after virsh blockcommit
Hi, Recently We've upgraded some KVM hosts from Fedora 29 to Fedora 30 and now experience broken VM configurations on filesystem after virsh blockcommit. Commands "virsh dumpxml ..." and "virsh dumpxml --inactive ..." is showing diffrent configuration than the one on filesystem. In case of restart libvirtd or system reboot, there are broken VM xml configurations on
2007 Jan 03
6
Any quiet 24 port POE switches out there?
I have an upcoming install which places the switch close to some employees in a quiet work environment. Can anyone recommend a quiet 24 port POE switch? The Linksys SRW224P behind me right now would be objectionable, I'm sure. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2019 Jul 23
2
[External] Re: quiet namespace load is noisy
...hod from > >>> [.quosures rlang > >>> c.quosures rlang > >>> print.quosures rlang > >>> > >>> It seems to me that if one specifies 'quietly = TRUE', then messages > about S3 method overrides should be quieted along with everything else. > After all, other package startup messages ARE suppressed, and even error > messages are suppressed: > >>> > >>>> requireNamespace("xyz", quietly = TRUE) > >>>> ## (it is silent even though there is no "xyz...
2019 Jul 23
2
[External] Re: quiet namespace load is noisy
...erwritten by 'ggplot2': >> method from >> [.quosures rlang >> c.quosures rlang >> print.quosures rlang >> >> It seems to me that if one specifies 'quietly = TRUE', then messages about S3 method overrides should be quieted along with everything else. After all, other package startup messages ARE suppressed, and even error messages are suppressed: >> >>> requireNamespace("xyz", quietly = TRUE) >>> ## (it is silent even though there is no "xyz" package) >> >> T...
2013 Feb 17
1
RELENG_8: amdtemp module and newer CPUs not working. MFC?
Hello, I'm running FreeBSD 8.3-stable on a machine with an AMD A8-5600K cpu. tingo at kg-quiet$ uname -a FreeBSD kg-quiet.kg4.no 8.3-STABLE FreeBSD 8.3-STABLE #2: Fri Jan 4 19:18:15 CET 2013 root at kg-quiet.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 tingo at kg-quiet$ dmesg | grep CPU | head -1 CPU: AMD A8-5600K APU with Radeon(tm) HD Graphics (3618.02-MHz K8-class CPU)
2016 Dec 08
1
require(..., quietly=TRUE) does not suppress warning
Well, I'm getting a warning (not an error) when the package doesn't exist. I interpreted "most often" to mean that suppressing warnings/errors is why you'd most often use this argument, as most packages don't emit startup messages. And technically there isn't a problem with attaching the package, since we don't even try to attach packages that don't exist.
2006 Dec 27
1
how to suppress a "loading required package: ..." message
Hi, how to suppress a "loading required package:... " message? Kind regards Jaci --
2015 May 15
0
[PATCH 3/4] ocaml tools: Use global variables to store trace (-x) and verbose (-v) flags.
Don't pass these flags to dozens of functions. --- builder/builder.ml | 47 +++++++++-------- builder/cache.ml | 4 +- builder/cache.mli | 2 +- builder/cmdline.ml | 13 ++--- builder/downloader.ml | 14 +++-- builder/downloader.mli