Sponsored Content
The Lounge What is on Your Mind? Do You Sleep With Battery Powered Devices? Post 302321174 by reborg on Saturday 30th of May 2009 07:47:47 PM
Old 05-30-2009
Perderabo,

I took it to mean literally in the bed. I know a lot of people sleep with their mobile phone in the bed either because of on-call work or as an an alarm clock.

Also a question. How well does the pink noise generator work for you? I have often wondered how effective they are.
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

passthrough devices vs. named devices

I am having trouble understanding the difference between a passthrough device and a named device and when you would use one or the other to access equipment. As an example, we have a tape library and giving the command "camcontrol devlist" gives the following output: akx# camcontrol... (1 Reply)
Discussion started by: thumper
1 Replies

2. SCO

COuld not telnet but server powered

Hi We are running SCO unixware 7.1.1. I am new to unix so hope someone can help. This morning no one could log into the unix server by ssh. Server could not be pinged but the server was powered. We could not also view the screen. We have to manually power it down and it came back up. I... (0 Replies)
Discussion started by: tjsingh
0 Replies

3. Programming

SQL Powered Awk (SPAWK)

If anyone is interesting in using awk with MySQL databases, then I have some good news: I've developed a (shared) library, namely libspawk.so, using MySQL C API and GNU awk's extension feature. If you are using MySQL and you like awk, then you'll find very useful to use SPAWK module. Please... (0 Replies)
Discussion started by: Panos1962
0 Replies

4. Shell Programming and Scripting

Wrapping 'sleep' with my 'resleep' function (Resettable sleep)

This is a very crude attempt in Bash at something that I needed but didn't seem to find in the 'sleep' command. However, I would like to be able to do it without the need for the temp file. Please go easy on me if this is already possible in some other way: How many times have you used the... (5 Replies)
Discussion started by: deckard
5 Replies
alarm(2)							System Calls Manual							  alarm(2)

NAME
alarm - set a process's alarm clock SYNOPSIS
DESCRIPTION
instructs the alarm clock of the calling process to send the signal to the calling process after the number of real-time seconds specified by sec have elapsed; see signal(5). Specific implementations might place limitations on the maximum supported alarm time. The constant defined in specifies the implementation-specific maximum. Whenever sec is greater that this maximum, it is silently rounded down to it. On all implementations, is guaranteed to be at least 31 days (in seconds). Alarm requests are not stacked; successive calls reset the alarm clock of the calling process. If sec is 0, any previously made alarm request is canceled. Alarms are not inherited by a child process across a but are inherited across an On systems that support the and system calls, the timer mechanism used by is the same as that used by Thus successive calls to and set and return the state of a single timer. In addition, sets the timer interval to zero. RETURN VALUE
returns the amount of time previously remaining in the alarm clock of the calling process. WARNINGS
In some implementations, error bounds for alarm are -1, +0 seconds (for the posting of the alarm, not the restart of the process). Thus a delay of 1 second can return immediately. The routine can be used to create a more precise delay. SEE ALSO
sleep(1), exec(2), getitimer(2), pause(2), signal(5), sleep(3C). STANDARDS CONFORMANCE
alarm(2)
All times are GMT -4. The time now is 06:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy