Displaying 20 results from an estimated 6496 matches for "sleep".
2011 Jan 07
4
linux batch job "sleep" problem???
we have Redhat 5.5 on server. Recently we tried to use "sleep" command on batch job script some sleep work but some not sleep. any one have ideal?
==== sample program ===
#/bin/bash
set -v
program1
sleep 30
program2
sleep 60
program3
sleep 40
...
2009 Mar 02
2
ave and grouping
Dear list,
# I have a DF like this:
sleep$b <- c(rep(8,10), rep(9,10))
sleep$me <- with(sleep, ave(extra, group, FUN = mean))
sleep
# I would like to create a new variable
# holding the b-th value of group 1 and 2.
# This is not what I want, it takes always the '8' from group '1'
# and not the '9'
sleep$g...
2019 Jun 17
2
systemd-sleep
I found that one of my users' workstation is, for some reason, running
systemd-sleep. I cannot find, anywhere on the system. system-sleep.conf
(or systemd-sleep.conf), nor do I find systemctl status system[d]-sleep.
How can I turn this thing off, other than renaming
/usr/lib/systemd/systemd-sleep?
mark
2010 Jul 14
3
sample sleep command killed
I re-wrote the compile script to build klibc (cleaning up how I do it,
and how to find the source tarballs). It seems to be compiling fine.
I tried several of the commands in usr/utils/static and most one.
However, the sleep command fails in a strange way (EINVAL on execve):
================================================================
faraday/phil /home/phil/klibc-project-0 581> strace -ftt -s 96
klibc-1.5.18/usr/utils/static/true
07:33:08.185542 execve("klibc-1.5.18/usr/utils/static/true",
["kli...
2003 Oct 09
0
rsync sleeps ( long sleep times )
...d taking a truss dump
for the rsync process to figure out whats going on.
On the source server I can see the process slows down every time the
following truss output is logged
>>>> write(4, " e r s i o n C a l c u l".., 639) = 639 <<<<
poll(0xFFBE6F38, 1, 60000) (sleeping...)
poll(0xFFBE6F38, 1, 60000) = 0
poll(0xFFBE6F38, 1, 60000) (sleeping...)
poll(0xFFBE6F38, 1, 60000) = 0
poll(0xFFBE6F38, 1, 60000) (sleeping...)
poll(0xFFBE6F38, 1, 60000) = 0
poll(0xFFBE6F38, 1, 60000) (sleeping...)
poll(0xFFBE6F38, 1, 60000) = 0
poll(0xFFBE6F38, 1, 60000) (sleeping....
2007 Feb 12
3
sleep function duration changes when system clock is modified
My problem is related to the behaviour of sleep function. If, during
the execution of sleep function, I change the system clock of my PC,
sleep function will not recover from sleeping when it should.
Example:
My controller:
def index
logger.info "Start sleeping at:"+Time.now.to_s
sleep 5
logger.info "Sleeping finished at:...
2004 Aug 06
2
IceS 2.0a - Extended sleep requested
I've just finished a little encoding set and the
following happened:
22Khz resampled, q-0.4 encode = ~38kbs = one error at
the beginning only.
22Khz resampled, q-0.5 encode = ~37kbs = 6 to 7 sleep
errors in the first second or so, nothing after that.
22Khz resampled, q-0.6 encode = ~35kbs = 14 to 15
sleep errors then nothing.
22Khz resampled, q-0.8 encode = ~33kbs = Many sleep
errors.
--- Geoff Shang <gshang@uq.net.au> wrote:
> hmmmm. so is there a difference between the one
>...
2007 Sep 28
0
Workers sleeping habbits
I''m having some issues with Workers dying after a period of several
hours.
Each worker runs a loop that asks Amazon SQS for work to do. If there
is a message in the queue the work is completed (image processing,
etc...); if there is no message the worker will sleep for X seconds
(sleep 10, etc...). I''ve noticed that the workers will frequently
exhibit two negative behaviors: A) stop asking for requests, but
still exist as a process; or B) die completely (no more process) with
no errors reported in either log file.
I made a simple DeathWorker...
2016 Oct 26
5
BUG?: On Linux setTimeLimit() fails to propagate timeout error when it occurs (works on Windows)
setTimeLimit(elapsed=1) causes a timeout error whenever a call takes
more than one second. For instance, this is how it works on Windows
(R 3.3.1):
> setTimeLimit(elapsed=1)
> Sys.sleep(10); message("done")
Error in Sys.sleep(10) : reached elapsed time limit
Also, the error propagates immediately and causes an interrupt after ~1 second;
> system.time({ Sys.sleep(10); message("done") })
Error in Sys.sleep(10) : reached elapsed time limit
Timing stopped at:...
2004 Aug 06
2
ices2 - memory leak
hi,
i have rh72 systems + updates
libvorbis, libogg, vorbis-tools (xslt,xml2) recompiled rpm from rh8.0
ices2 klient celeron 1.Ghz 512RAM
icecast2 server duron 700Mhz 256RAM
100Mbps network
4 streams 128 kbs ogg from playlist(random)
i have noticed memory leaks in ices2 (randomly)
what type of info do you need to correct this?
(im newbie to debugging)
--
2007 Aug 21
5
proper way to sleep
This is not spam about sleep aids :)
Q: Is there a 'standard' way to sleep for a specified number of BIOS ticks
(or seconds) in a com32 program?
I grepped through the com32 library source and didn't find anything for
'sleep' or 'tick'.
If not, you may want to consider adding:
void syslinux_slee...
2011 Nov 20
1
[LLVMdev] call different function while running
Hello every, I am new to LLVM, using it to create a system
Now I have a problem
code below:
int main(int argc, char **argv)
{
symbolic(2);//symbolic(int a)
sleep(1,2);//sleep(int a, int b)
}
two definations of sleep
int sleep(int a, int b)
{
return a+b;
}
int sleep(int a, int b)
{
return a-b;
}
can I choose different sleep() by the result of symbolic(),
if symbolic(5) calling the first sleep
if symbolic(2) calling the second sleep
how to make...
2004 Aug 06
2
IceS 2.0a - Extended sleep requested
...3:46:32] INFO
connection/_handle_source_request Source
(/dialup-low.ogg) attempted to login with invalid or
missing password
[2002-12-01 03:46:32] INFO
connection/_handle_source_request Source logging in at
mountpoint "/dialup-low.ogg"
ices-025kbs.log:
[2002-12-01 03:46:32] WARN input/_sleep Extended
sleep requested (2059 ms), sleeping for one second
[2002-12-01 03:46:33] WARN input/_sleep Extended
sleep requested (2659 ms), sleeping for one second
[2002-12-01 03:46:34] WARN input/_sleep Extended
sleep requested (3218 ms), sleeping for one second
[2002-12-01 03:46:35] WARN input/_sl...
2008 Feb 12
1
measuring sleep time in synchronization objects
...,
I am fairly new to DTrace, and wanted to ask something regarding
synchronization objects.
I have a multithreaded C++ program in which I use semaphores (POSIX version)
for synchronization. I was interested in using DTrace to figure out the
total time for which each thread in my application sleeps, blocked on a
semaphore, i.e., as a result of sem_wait() call. In order to measure this, I
wrote a script with sched:::sleep and sched:wakeup probes enabled, as shown
below:
sched:::sleep
/execname == "myexecname"/
{
ustack();
bedtime[curlwpsinfo->pr_addr,curlwpsinfo-&...
2013 Sep 05
4
Shell Script Help
I have a script file in my cron.hourly that contains a good number of
scripts I must call.
#!/bin/sh
sleep 15
perl /scripts/create_graph.pl &
sleep 15
perl /scripts/create_graph_out.pl &
many more lines. etc.
Is there a way I can sleep random length to time before executing each
but background each one so master script returns promptly. Something
like.
sleep (random 1 - 300 seconds, perl /s...
2004 Aug 06
0
IceS 2.0a - Extended sleep requested
On 2002.12.02 16:08 SwiftBiscuit wrote:
> I've just finished a little encoding set and the
> following happened:
>
> 22Khz resampled, q-0.4 encode = ~38kbs = one error at
> the beginning only.
>
> 22Khz resampled, q-0.5 encode = ~37kbs = 6 to 7 sleep
> errors in the first second or so, nothing after that.
>
> 22Khz resampled, q-0.6 encode = ~35kbs = 14 to 15
> sleep errors then nothing.
>
> 22Khz resampled, q-0.8 encode = ~33kbs = Many sleep
> errors.
Will you try something to get you going. In the
ices/src/input.c file...
2005 Nov 09
1
Where & Why is my process sleeping a lot?
I have a program where the process seems to be sleeping a lot (waiting
on something)
What would be the right approach to figure out via dtrace where it is
sleeping and why it is sleeping?
In my current process, using truss -D shows that it reaches pollsys and
the whole process sleeps for 1.5 - 1.8 seconds before it awakes again.
Its the only...
2012 Nov 25
1
hastctl hang
...wrong to use it?
Also, I don't know how to detect an error of writing to local device from
hastd.
Does anyone know about it?
Thanks,
Daisuke Aoyama
-- the procstat shows like this:
[root at nas4free-nodeb /tmp]# procstat -ka|grep hast
11668 100069 hastd - mi_switch
sleepq_catch_signals sleepq_wait_sig _sleep kern_wait sys_wait4
amd64_syscall Xfast_syscall
17981 100406 hastd - mi_switch
sleepq_catch_signals sleepq_wait_sig _sleep do_wait
__umtx_op_wait_uint_private amd64_syscall Xfast_syscall
17981 100559 hastd -...
2004 Feb 21
1
[PATCH] sleep for klibc utils
This implements a sleep command.
diff -p -purN klibc-0.111/utils/Makefile klibc-0.111.utils/utils/Makefile
--- klibc-0.111/utils/Makefile 2004-02-10 00:18:15.000000000 +0100
+++ klibc-0.111.utils/utils/Makefile 2004-02-21 22:33:08.000000000 +0100
@@ -5,7 +5,7 @@ include ../MRULES
MAKEDEPS = -Wp,-MD,.$(subst /,-,$*).d...
2005 May 25
1
Winbind - loss of trust
...40, 1.54
14:48:54
114 processes: 113 idle
CPU states: 4.8% user, 0.0% nice, 88.6% system, 0.8% interrupt,
0.0% idle
Memory: 192M/247M act/tot Free: 244M Swap: 0K/1024M used/tot
PID USERNAME PRI NICE SIZE RES STATE WAIT TIME CPU
COMMAND
27743 root 2 0 1620K 2752K sleep select 0:31 94.83%
winbindd
31271 nobody 2 0 165M 165M sleep poll 15:21 1.51%
squid
1446 root 10 0 92K 412K sleep nanosl 1:09 0.00%
svscan
2496 www 2 0 996K 1608K sleep select 0:37 0.00%
httpd
29202 root 2 0 728K 1036K sleep...