Displaying 20 results from an estimated 31 matches for "18s".
Did you mean:
18
2013 Jun 19
6
Mailing a fax with mutt does not succeed
Hello everyone,
I'm trying to send a received fax with mutt, when I try it from the Linux
shel it works, but when trying with Asterisk's System command it doesn't.
Successful Linux command:
echo | mutt -s "New fax" earohuanca at gmail.com -a /tmp/faxes/201306191111.tif
Unsuccessful Asterisk Command:
same => n,System(mutt -s "New fax" elder.arohuanca at
2001 Jul 24
3
strange slowness of plot
I just ran into this strange behavior.
y <- rnorm(1000)
x <- seq(0, length=length(y))
plot(x, y, type='l', lty=1) - instantaneous
plot(x, y, type='l', lty=2) - 18s plotting lines + 15s plotting axes
= 33s
plot(x, y, type='l', lty=3) - 76s ,, + 75s
,, = 151s
plot(x, y, type='l', lty=4) - 40s ,, + 38s
,, = 78s
A couple of observations:
(1) The plots for lty>1 s...
2024 Jun 26
2
Fixing a CRAN note
...all the "NOTE"s before a CRAN submission, but am a bit confused
about this one.?? What is it complaining about -- that it doesn't like my name?
...
* checking for file ?deming/DESCRIPTION? ... OK
* this is package ?deming? version ?1.4-1?
* checking CRAN incoming feasibility ... [7s/18s] NOTE
Maintainer: ?Terry Therneau <therneau.terry at mayo.edu>?
Found the following \keyword or \concept entries
which likely give several index terms:
? File ?deming.Rd?:
??? \keyword{models, regression}
* checking package namespace information ... OK
* checking package dependencies ... O...
2007 Jul 30
0
problems in limma
...Read Locust 203.gpr
> RG$genes<-readGAL()
> spottypes<-readSpotTypes()
> spottypes
SpotType ID Name Color
1 gene * * black
2 blank Blank * brown
3 buffer *sc * blue
4 rice Os026* * green
5 beta-actin Beta* * red
6 18S 18S* * yellow
7 GAPDH GAPDH* * purple
> RG$genes$Status<-controlStatus(spottypes,RG)
Matching patterns for: ID Name
Found 19200 gene
Found 96 blank
Found 220 buffer
Found 192 rice
Found 192 beta-actin
Found 96 18S
Found 96 GAPDH
Setting attributes: values Color
> RG.b<-back...
2010 Feb 11
3
[PATCH node] remove ipv4 validation for ntp and rely on actual ntp verification
---
scripts/ovirt-config-networking | 13 ++++++-------
scripts/ovirt-functions | 16 ++++++++++++++++
2 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking
index ec154c2..40a2d2c 100755
--- a/scripts/ovirt-config-networking
+++ b/scripts/ovirt-config-networking
@@ -414,12 +414,7 @@ function configure_ntp
2008 Aug 04
1
xyplot strip=function for two conditioning variables
Dear list,
for a data structure like in df:
set.seed(100)
Treatment<-rep(c("Nitrogen","Carbon", "Sulfur"),each=9)
week<-rep(c(1,5,9),3,each=3)
genes<-rep(c("18s", "EF1b", "NR"),9)
copies<-rnorm(27, 1000000,400000)
df<-data.frame(Treatment,week,genes,copies)
i wrote this code for a xyplot:
library(lattice)
PLOT<-xyplot(data=df, copies~week|Treatment+genes,type=c("b","g"))
I would like to change PLOT i...
2003 May 29
0
[Bug 93] New: iptables -L format bug
...04:49:58 -0000
@@ -1254,14 +1254,14 @@
fputc(fw->ip.invflags & IPT_INV_DSTIP ? '!' : ' ', stdout);
if (fw->ip.dmsk.s_addr == 0L && !(format & FMT_NUMERIC))
- printf(FMT("%-19s","-> %s"), "anywhere");
+ printf(FMT("%-18s ","-> %s "), "anywhere");
else {
if (format & FMT_NUMERIC)
sprintf(buf, "%s", addr_to_dotted(&(fw->ip.dst)));
else
sprintf(buf, "%s", addr_to_anyname(&(fw->ip.dst)));
strcat(buf, mask_to_dotted(&(fw->ip.dmsk...
2002 Oct 09
1
Periodic lockup problem with ext3
...e for example our mailserver: When it handles a lot of
email (lots of deliveries to Maildirs), it shovels the data into the
Maildirs.
But every now and then (the interval being >> 5s, the commit
interval) the machine becomes unresponsive, your hear a lot of disk
activity, and after about 12-18s the machine is back to normal.
Nobody knows what's happening during that phase.
The same with my laptop, but not as dire, since the machine doesn't do
that much disk i/o at all (except when untarring a kernel or patching
a kernel tree).
This happened with various kernels (2.4.20-pre9, 2.4...
2009 Jan 15
1
[Q] R CMD check signals error on code that works from UI
Add the following to example section of a dot-Rd manpage:
## :WHY: The following kills R CMD check but runs fine on console.
foos <- c("aaa", "bbb", "ccc")
cat(sapply(foos,
function(foo) {
sprintf("name: %-18s upper: %s\n",
foo,
toupper(foo))
}), sep="")
R CMD check <package> stops with error:
...
* checking examples ... ERROR
Running examples in '<package>-Ex.R' failed.
The error most likely occurred in:
.....
2017 Dec 19
0
kernel: blk_cloned_rq_check_limits: over max segments limit., Device Mapper Multipath, iBFT, iSCSI COMSTAR
...nel error I am encountering. To that end I have
queried the /sys/block area for that information the below.
For debugging, at boot, I have disabled multipathd service
I wrote the below script to query /sys/block for block device information:
?
# cat bin/max_sectors_kb
#!/bin/bash
?
printf "%-18s: %-37s %-15s %-18s\n" $sysblk "Sys Block Node" "Device" "max_sectors_kb"
"max_hw_sectors_kb"
for b in `ls /sys/block/`
do
??????? sysblk=/sys/block/$b
??????? ls $sysblk/dm/name > /dev/null 2>&1
??????? if [ $? -ne 0 ]; then
??????????????? ven...
2023 Mar 24
1
[PATCH 1/1] nbd/server: push pending frames after sending reply
...sts.
> "TCP_CORK, &zero" after earlier "CORK, &one" will flush pending data.
>
> VM Boot time:
> main: no tls: 23s, with tls: 2m45s
> patched: no tls: 14s, with tls: 15s
>
> VM Boot time, qemu-nbd via network (same lan):
> main: no tls: 18s, with tls: 1m50s
> patched: no tls: 17s, with tls: 18s
And the timings bear proof that it matters.
>
> Future optimization: if we could detect if there is another pending
> request we could defer the uncork operation because more data would be
> appended.
nbdkit and libnbd do th...
2011 Dec 02
12
puppet master under passenger locks up completely
...all the servers all locked up solid:
# passenger-status
----------- General information -----------
max = 20
count = 20
active = 20
inactive = 0
Waiting on global queue: 236
----------- Domains -----------
/etc/puppet/rack:
PID: 2720 Sessions: 1 Processed: 939 Uptime: 9h 22m 18s
PID: 1615 Sessions: 1 Processed: 947 Uptime: 9h 23m 14s
PID: 1596 Sessions: 1 Processed: 607 Uptime: 9h 23m 15s
PID: 1722 Sessions: 1 Processed: 953 Uptime: 9h 23m 9s
PID: 2218 Sessions: 1 Processed: 378 Uptime: 9h 22m 43s
PID: 4286 Sessions: 1 Pro...
2006 Nov 16
6
DTrace hooks for CPU caps
...= sum(this->delta);
@total[curpsinfo->pr_fname] = sum(this->delta);
}
END
{
/*
* Normalize data to print results in seconds
*/
normalize (@cpu, 1000000000);
normalize (@sleeps, 1000000000);
normalize (@total, 1000000000);
printf ("ON-CPU times:\n");
printa ("%-18s %@u\n", @cpu);
printf ("\nWait times:\n");
printa ("%-18s %@u\n", @sleeps);
printf ("\nTotal times:\n");
printa ("%-18s %@u\n", @total);
}
Any comments/suggestions/objections?
- Alexander Kolbasov
http://blogs.sun.com/akolb
2009 Feb 25
4
Have a function like the "_n_" in R ? (Automatic count function )
Have the counter function in R ?
if we use the software SAS
/*** SAS Code **************************/
data tmp(drop= i);
retain seed x 0;
do i = 1 to 5;
call ranuni(seed,x);
output;
end;
run;
data new;
counter=_n_; ***** this keyword _n_ ****;
set tmp;
run;
/*
_n_ (Automatic variables)
are created automatically by the DATA step or by DATA step statements.
*/
/*** Output
2002 May 15
0
Support for non-8-bit char?
Hello,
Would you consider a port to a machine that doesn't have an 8-bit char
type? (On this machine, char is 9 bits, short is 18s bit, and int is
36 bits.)
Please CC me, as I'm not on the list.
Best regards,
Lars
2010 Sep 29
0
Successive Dial apps give hang up within 30s!!
...> 8355,1,Dial(SIP/${EXTEN}&IAX2/${EXTEN},18,tTWwr)
exten => 8355,n,Dial(IAX2/8366,48,tTWwr)
(i made that simple to exhibit issue)
I got just 1 ring in 8366 extension before it hangup, what i noticed is the
total time spent on ringing is 30s that means if i use 12s in the first dial
i get 18s left in the second dial used (and so on)
i looked to the debug and cut the spot where it weirdly hang up:
localhost*CLI>
[Sep 29 20:02:32] DEBUG[21183]: chan_iax2.c:9726 socket_process: Packet
arrived out of order (expecting 3, got 2) (frametype = 6, subclass = 12)
localhost*CLI>
[Sep 29 20:...
2020 Aug 12
4
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
...his:
proton at proton:~$ service nut-server status
nut-server.service - Network UPS Tools - power devices information server
Loaded: loaded (/lib/systemd/system/nut-server.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2020-08-11 22:13:42 EDT; 1min 18s ago
Process: 1537 ExecStart=/sbin/upsd (code=exited, status=1/FAILURE)
Warning: some journal files were not opened due to insufficient permissions.
proton at proton:~$ service nut-client status
nut-monitor.service - Network UPS Tools - power device monitor and shutdown controller
Loade...
2007 Apr 05
2
page fault?
./wine /root/.wine/drive_c/Program\ Files/Firaxis\ Games/Civilization\ III\ Complete/Civilization3.exe
wine: Unhandled page fault on read access to 0x0000000c at address 0x571589 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x0000000c in 32-bit code (0x00571589).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:00571589 ESP:0033fbc8
2009 Mar 06
3
PCA and categorical data
Hi all,
I' m trying to figure out if it is appropriate to do a PCA having only categorical data (not ordinal). I have only find the following quote:
One method to find such relationships is to select appropriate variables and
to view the data using a method like Principle Components Analysis (PCA) [4].
This approach gives us a clear picture of the data using KL-plot of the PCA.
However, the
2006 Nov 03
2
Newbie questions -- is OCFS2 what I even want?
Dear Sirs and Madams,
I run a small visual effects production company, Hammerhead Productions.
We'd like to have an easily extensible inexpensive relatively
high-performance
storage network using open-source components. I was hoping that OCFS2
would be that system.
I have a half-dozen 2 TB fileservers I'd like the rest of the network to see
as a single 12 TB disk, with the aggregate