similar to: redirecting time output

Displaying 20 results from an estimated 6000 matches similar to: "redirecting time output"

2016 Jan 26
1
[PATCH] daemon: improve debugging for "stdout on stderr" flag
When the COMMAND_FLAG_FOLD_STDOUT_ON_STDERR flag is passed to command*(), indicate that as stdout=e in debugging message. --- daemon/command.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/daemon/command.c b/daemon/command.c index 73fce56..2423a4e 100644 --- a/daemon/command.c +++ b/daemon/command.c @@ -185,6 +185,7 @@ commandrvf (char **stdoutput, char **stderror,
2012 Dec 13
2
[PATCH 1/2] daemon: NFC Use symbolic names in commandrvf
Improve readability of commandrvf() by replacing bare int values for file descriptors with their symbolic names STD{IN,OUT,ERR}_FILENO. Also add PIPE_READ and PIPE_WRITE for referencing relevant ends of a pipe. --- daemon/guestfsd.c | 79 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 37 deletions(-) diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c
2012 Dec 14
1
[PATCH] daemon: Add sentinel attribute to commandf and commandrf
Causes a compiler warning to be emitted if you omit the trailing NULL argument. --- daemon/daemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/daemon.h b/daemon/daemon.h index 8f932d2..df1ba3a 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -100,9 +100,9 @@ extern char **split_lines (char *str); #define COMMAND_FLAG_CHROOT_COPY_FILE_TO_STDIN 2048
2009 Nov 08
1
Summary methods
I've defined the following for objects of a class called jml summary.jml <- function(object, ...){ tab <- cbind(Estimate = coef(object), StdError = object$se, Infit = object$Infit, Outfit = object$Outfit) res <- list(call = object$call, coefficients = tab, N = nrow(object$Data), iter = object$Iterations) class(res) <- "summary.jml" res }
2003 Dec 10
3
How to calculate standard error for a vector?
Hi all! I 'm beginner and i develop a bio-application with VB and i need some statistic functions! could i calculate StdError, CoeffOfVariance, SumSquared with R langage? if yes, what are functions to use? I need also to use ANOVA and t-test... Thanks for your help! Laurent Houdusse Analyste Programmeur
2012 Aug 27
7
Deduplication data for CentOS?
Hi list, is there any working solution for deduplication of data for centos? We are trying to find a solution for our backup server which runs a bash script invoking xdelta(3). But having this functionality in fs is much more friendly... We have looked into lessfs, sdfs and ddar. Are these filesystems ready to use (on centos)? ddar is sthg different, I know. Thx Rainer
2012 Nov 05
8
Centos 6: Dell GX270 fails to power down (but reboots)
Hi, am using latest C6 on a Dell GX270 with latest Bios. It fails to power down but restarts when running $ sudo poweroff I tried some google hints for kernel boot option: acpi=force no help, looks like acpi is working anyway when looking in dmesg acpi=off makes e1000 nic fail to initialize Any suggestions? Rainer
2017 Aug 23
3
Updated Apache httpd packages?
On 08/22/2017 03:21 AM, Rainer Traut wrote: > > > Am 21.08.2017 um 21:40 schrieb Erik Osterholm: >> I'm concerned about the vulnerability at https://access.redhat.com/ >> errata/RHSA-2017:2479 >> >> I see via https://lists.centos.org/pipermail/centos-announce/ >> 2017-August/022518.html that Centos 6 has received the fix for this. Is >> there a
2011 Aug 04
4
compress raw image
Hi, I need to transfer a local raw image to another datacenter. Is there a way to achieve good compression of this image, I heard of tools overwriting unused space with zeros. Is this a good idea? It's an W2k8 image/NTFS. Thx Rainer
2003 Jun 08
0
daylight saving time problems
Hello, sorry for my mail yesterday about the POSIXct problems. I was a bit tired and now I found out the real problem. When importing time data over a daylight saving time shift, R shifts two times. I don't now whether it is a bug or a (wrongly used) feature If you execute the following code: -------------- test<-c("31/03/2002 0:00", "31/03/2002 0:15",
2007 Apr 18
4
centos5: Kopete and ICQ broken
Hi, Kopete does not show any contact in ICQ... Will there be fixes for this? Or do I have to wait for kde-redhat to support centos5? Thx Rainer
2011 Nov 25
4
C5: text editor with file compare?
Hi List, I'm looking for an editor with file compare capabilities. Gedit and kate don't seem to do this? Thx Rainer
2011 Mar 15
4
tar exclude question
Hi List, hope this is not too offtopic, but this bothers me and my backup. My backups are tar jobs in cron, eg: 20 23 * * * tar -zcf /mnt/backupInternalHosts/backup/backup.tar.gz /etc /root /home && touch /tmp/state_backup-backup This always sends me an unwanted email with: tar: Removing leading `/' from member names I consider this a bug because this informal message is
2015 Dec 02
3
[PATCH] daemon: improve internal commandrvf
- add a flag to request chroot for the process, which is done only as very last (before chdir) operation before exec'ing the process in the child: this avoids using CHROOT_IN & CHROOT_OUT around command* invocations, and reduces the code spent in chroot mode - add failure checks for dup2 and open done in child, not proceeding to executing the process if they fail - open /dev/null
2009 Apr 23
3
state of lfarkas KVM repository + Centos KVM wiki
Hi all, I have followed the wiki howto to install KVM on my C5 server with a F10 x86_64 guest. Howto here: http://wiki.centos.org/HowTos/KVM With one small problem here: http://www.centos.org/modules/newbb/viewtopic.php?post_id=74275&topic_id=19726 the guest is really running stable for one week now. Maybe someone could have a look at udev why it always sets permission for /dev/net/tun
2014 Feb 27
3
Centos 6.5 on USB stick performance / stalls
Hi, I am running C6.5 64bit on an USB stick connected to a HP DL360G7; It is usually an ESXi host but eg for firmware updates (not available on SPP) I use this local installation. Problem are the lags and unresponsiveness we are seeing for example when running yum update in the installation phase. The whole system stalls but there is no io in vmstat. From what google tells us, this is a
2011 Apr 04
6
sshd: Authentication Failures: 137 Time(s)
Hi, to prevent scripted dictionary attacks to sshd I applied those iptables rules: -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --update --seconds 60 --hitcount 4 --name SSH --rsource -j DROP -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --set --name SSH --rsource And this is part of logwatch: sshd: Authentication Failures: unknown
2009 Apr 14
3
rt3 3.8.2 latest version as rpm for C5?
Hi, I know, epel has rt3 in version 3.6.x. And - sadly - for version 3.8.x the perl module dependencies are way ahead of what I can find in epel or rpmforge. But we really need some of the 3.8.x series features. So has anybody maybe built those modules + rt3 v3.8.x for C5? Any hint? I really do not want to install f10. :O Thx Rainer
2017 Aug 24
1
Updated Apache httpd packages?
Am 23.08.2017 um 16:31 schrieb Johnny Hughes: > On 08/22/2017 03:21 AM, Rainer Traut wrote: >> >> >> Am 21.08.2017 um 21:40 schrieb Erik Osterholm: >>> I'm concerned about the vulnerability at https://access.redhat.com/ >>> errata/RHSA-2017:2479 >>> >>> I see via https://lists.centos.org/pipermail/centos-announce/ >>>
2008 Apr 11
3
fastrack channel?
Dear all, will there be a fastrack channel for C5? What are the problems inventing one? Thx Rainer