Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 1997 18:43:57 -0400 (EDT)
From:      smc@itsy.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/3781: "timed_enabled" != "timed_enable"
Message-ID:  <199706042243.SAA02790@beastie.isc.itsy.com>
Resent-Message-ID: <199706042250.PAA24637@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3781
>Category:       conf
>Synopsis:       timed does not start when "timed_enabled"=YES in rc.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun  4 15:50:01 PDT 1997
>Last-Modified:
>Originator:     Shawn M. Carey
>Organization:
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

	

>Description:

	timed does not start after rebooting with the "timed_enabled"
variable set to "YES" in /etc/rc.conf, because /etc/rc.network is
testing the value of "timed_enable".

>How-To-Repeat:

	Set timed_enabled to YES in /etc/rc.conf.  reboot.

>Fix:
	
	Apply the following patch to /usr/src/etc/rc.conf:

*** rc.conf.orig	Wed Jun  4 18:41:27 1997
--- rc.conf	Wed Jun  4 18:40:40 1997
***************
*** 54,60 ****
  xtend_flags=""			# Flags to xtend (if enabled).
  
  ### Network Time Services options: ###
! timed_enabled="NO"		# Run the time daemon (or NO).
  timed_flags=""			# Flags to timed (if enabled).
  ntpdate_enable="NO"		# Run the ntpdate to sync time (or NO).
  ntpdate_flags=""		# Flags to ntpdate (if enabled).
--- 54,60 ----
  xtend_flags=""			# Flags to xtend (if enabled).
  
  ### Network Time Services options: ###
! timed_enable="NO"		# Run the time daemon (or NO).
  timed_flags=""			# Flags to timed (if enabled).
  ntpdate_enable="NO"		# Run the ntpdate to sync time (or NO).
  ntpdate_flags=""		# Flags to ntpdate (if enabled).


>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706042243.SAA02790>