Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

timed(8) [mojave man page]

TIMED(8)						    BSD System Manager's Manual 						  TIMED(8)

NAME
timed -- time synchronization daemon SYNOPSIS
timed takes no arguments, and users should not launch it manually. DESCRIPTION
timed maintains system clock accuracy by synchronizing the clock with reference clocks via technologies like NTP. Inputs are merged inside of timed, where it calculates uncertainty to facilitate scheduling proactive time jobs. timed is also aware of power/battery conditions. FILES
/etc/ntp.conf NTP server configuration. /var/db/timed/com.apple.timed.plist The cached state of timed /System/Library/LaunchDaemons/com.apple.timed.plist The timed service's property list file for launchd(8). SEE ALSO
date(1), settimeofday(2), adjtime(2), gettimeofday(2), launchd(8) HISTORY
This timed first appeared in Mac OS X 10.13 and iOS 5.0. Darwin January 26, 2016 Darwin

Check Out this Related Man Page

timedc(8)						      System Manager's Manual							 timedc(8)

NAME
timedc - Controls the timed daemon SYNOPSIS
timedc [command argument ... ] The timedc, or timed control program, controls the operation of the timed(8) daemon. DESCRIPTION
The timedc program can be used to perform the following tasks: Measure the differences between machines' clocks. Find the location of the master time server. Enable or disable tracing of messages received by the timed daemon. Debug. Without any arguments, timedc prompts for commands from the standard input. If arguments are supplied, timedc interprets the first argu- ment as a command and the remaining arguments as arguments to the command. The standard input may be redirected, causing timedc to read commands from a file. The timedc commands can be abbreviated. The following is a list of recognized commands: Prints a short description of each command speci- fied in the argument list, or, if no arguments are given, prints a list of the recognized commands. Computes the differences between the clock of the host machine and the clocks of the machines given as arguments. This command is only valid for machines whose clocks are within 12 hours of the host machine clock. Machines whose clocks are more than 12 hours different from the host machine clock will report incorrect time differences. Enables or disables the tracing of incoming messages to timed in the file /var/adm/timed.log. Exits from timedc. Reports the hostname of the master timed server in use. FILES
Command path Tracing file for timed Log file for master timed RELATED INFORMATION
Commands: date(1), timed(8) Calls: adjtime(2) delim off timedc(8)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

deferred: connection timed out with NT

We recently installed a new release of SCO UNIX (5.0.6) and when I try to relay e-mail from the UNIX box to my NT server (the mail server) I get the following message from sendmail. Deferred: Connection timed out with nt I have nt set up as my relay server in sendmail.cf and the mail seems to... (8 Replies)
Discussion started by: jmossman
8 Replies

2. SuSE

Restoration of Multimedia Capabilities in Red Hat Linux 9

Hello There Is there any way round to restore the multimedia capabilities in Red Hat Linux 9 which were withdrawn by Red Hat due to non-standardization of formats like MP3? Is it possible to listen to MP3s in XMMS Player or view Movies in Xine again as it was in Red Hat Linux 7.3? Furthermore, I... (5 Replies)
Discussion started by: Jawwad
5 Replies

3. Programming

How to Get Timed Input using cin

Hi, I am trying to get the input like option from the user using cin but if the user is not responding for some time I want to use the default value which does not need users interaction can any one help to do this in unix c++? int main() { char sex = 'M' ; cout << "Are you... (5 Replies)
Discussion started by: uxbala
5 Replies

4. Shell Programming and Scripting

TimeDiff function?

Hi, Is there any function in Unix that could get the Time Differrence of two values? this would be used as statistic for how long a job completes, from start to finish.. Please help. thanks, Jet (12 Replies)
Discussion started by: kakashi_jet
12 Replies

5. Programming

Timed wait?

Is there any way in which I can make my wait signal to wait for a specified time for child job to complete. And if that time is over, the program gets out of the wait signal to process other things (4 Replies)
Discussion started by: anjul_thegreat
4 Replies

6. Solaris

I/O timed out

I have Ultra 45 Sun solaris box with Solaris 10 installed. My problem is when i boot the unix box, i got the message: What does this message meant? then it does not continue to boot successfully. Please help. Thanks in advance. (5 Replies)
Discussion started by: etcpasswd
5 Replies

7. Red Hat

postfix connection timed out issue on centOS

hello everyone i hav LITTLE issue, pending for just last week regarding postfix/sendmail server. M not able to forward mail to outer domain. I hav not configured DNS server uptill now, so nvr tried to receive mail from any domain, as i don require that as of now. Can anybody suggest a... (4 Replies)
Discussion started by: oracle.test2
4 Replies

8. Programming

pthread_mutex_timedlock and Timers option

in its man-page pthread_mutex_timedlock documents that the absolute timeout parameter should be based on the CLOCK_REALTIME clock or in the system clock. All this depending on whether the 'Timers option' is supported or not. What do they mean by 'Timers option'? How could I tell for sure what... (8 Replies)
Discussion started by: ramestica
8 Replies

9. Programming

Timed action after fork() in parent process

Assume you have such a piece of (more or less pseudo-)code: if(fork() == 0) {// childprocess chmod(someProgram, 00777); exec(someProgram); } else { // assume it never fails and this is the parent chmod(someProgram, 00000); // should be executed as soon as possible after the... (5 Replies)
Discussion started by: disaster
5 Replies

10. Shell Programming and Scripting

timed kill within script?

I want to warn everyone, I am not a programmer lol. I'm an IT wanting to get a little insight of programming, and I like to play around so I can learn. Ok, so I'm going to school for IT Security and Forensics. I had a project to write a hack, and I chose to write a shell script to run dd to write... (8 Replies)
Discussion started by: joshbgosh10592
8 Replies

11. Shell Programming and Scripting

ksh to get longest timediff report?

Hi all, I have a report.log 1,BEAR,2011-11-21 08:49:16.000,2011-11-21 08:53:13.910,San Francisco,,, 2,BEAR,2011-11-21 08:49:16.000,2011-11-21 12:50:31.550,San Francisco,,, 3,BEAR,2011-11-21 08:49:16.000,2011-11-21 08:49:19.987,San Francisco,,, 4,HAWK,2011-11-21 10:36:26.000,2011-11-21... (8 Replies)
Discussion started by: sabercats
8 Replies

12. Emergency UNIX and Linux Support

SSH operation timed out

This has never happened before, but my laptop is now unable to access any remote servers. I have tried with 3 independent servers that I have access as recently as last week. I am not asked for my password, home:~ x$ ssh -v -p22 user@server OpenSSH_5.2p1, OpenSSL 0.9.7l 28 Sep 2006... (17 Replies)
Discussion started by: chrisjorg
17 Replies

13. AIX

Ssh connection timed out

Hello, I have two AIX6.1 machines that can communicate with each other through ssh. The problem is that one of them somehow closes the connection after some time and i don't know the reason of that. For example today i send through rsync command 7 files from one server to the other. It send... (7 Replies)
Discussion started by: omonoiatis9
7 Replies

14. Shell Programming and Scripting

Perl - TimeDate format conversion

Dear All, I need to print the below value from excel column 20160219T05:21:59+0100 to 19-FEB-2016 05:21:11 Can anyone help on this datetime format conversion. Please suggest in print logic itself. Regards, Kumaresan P (6 Replies)
Discussion started by: Kumaresanpvk
6 Replies

15. AIX

Unable to mount previously-working NFS share from NIM to LPAR

Right, now that I've finally worked out this website, I'll ask my question! I am having an absolute nightmare with NFS on AIX. I have used it many times, and I know what I'm doing, however I cannot fathom what is going on here. I have 2 LPARs, sitting on the same physical host. They are... (12 Replies)
Discussion started by: tmooredba
12 Replies