Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.sys.3b1 FAQ part2
Section - 8.3. Why did the time display at the top of the screen go away?

( Part1 - Part2 - Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Cities ]


Top Document: comp.sys.3b1 FAQ part2
Previous Document: 8.2. What's /etc/update? What does it do?
Next Document: 8.4. How do I stop that darn double-ESC mode on console windows?
See reader questions & answers on this topic! - Help others by sharing your knowledge
	The time at the top of the display is provided by the program
/etc/smgr, which combines the functionality of cron, /etc/update, a
time display, plus maybe a few other mysterious things.  Equally
mysterious is its propensity to occasionally die, leaving a stipple
pattern in its place.  

As smgr does its cron processing, it logs what it is doing in
/usr/adm/cron.log.  So that this file does not get too large,
smgr responds to signal 17 (SIGUSR2) by truncating the log file.
Unfortunately, smgr will exit if the log file is missing.

If you want to make sure this does not happen anymore, edit
/etc/cleanup.wk (the script that runs weekly and sends smgr the
clean up signal) and add
	touch /usr/adm/cleanup.wk
before the script sends the signal with "kill -17 $PID"

	Restarting smgr is thankfully unmysterious; become root and
type "/etc/smgr".

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: comp.sys.3b1 FAQ part2
Previous Document: 8.2. What's /etc/update? What does it do?
Next Document: 8.4. How do I stop that darn double-ESC mode on console windows?

Part1 - Part2 - Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
jbunch@nyx.nyx.net (John B. Bunch)





Last Update March 27 2014 @ 02:11 PM