From Newsgroup: comp.sys.mac.system
In article <
kcednSRnfp9cm6bZnZ2dnUVZ_umdnZ2d@speakeasy.net>,
Matthew Russotto <
russotto@grace.speakeasy.net> wrote:
In article <1144666111.186284.153160@i39g2000cwa.googlegroups.com>,
narosis <narosis@gmail.com> wrote:
Falsely, I mistakenly reported my computer was set to EST, because I >>thought that's where I was when by the settings in date & time, I'm >>actually
in EDT. No matter the time zone setting, there is an offset by +/- 4
hours.
Someone suggested upthread that you delete >/Library/Preferences/.GlobalPreferences.plist
This may or may not work better than the suggestions from other
respondents, but try removing the .GlobalPreferences.plist file
WITHOUT the windowing system active. The Finder may be flushing
memory-based settings out to that file when you quit the Finder
(such as by logging out), reconstituting that file with the same
broken settings that were in the deleted file. (This all assumes
that this file is somehow corrupted or has improper permission
settings.)
Log out of your normal account. When presented with the login
window, enter ">console" for the username. This will take you to
a text-based console (yea Unix!). Then run these commands to (1)
turn your shell into a superuser shell; (2) find the process ID
for ntpd, and kill it; (3) clean up any files associated with ntpd;
(4) remove the .GlobalPreferences.plist file; and (5) reboot the
system without going back to the windowing system:
$ sudo -s
# kill `ps ax | grep ntpd | grep -v grep | sed -e 's/^ *//' -e 's/ .*//'`
# rm /var/run/ntp.drift /var/run/ntpd.pid
# rm /Library/Preferences/.GlobalPreferences.plist
# reboot
Another useful thing to eliminate as a possibility (which I didn't
see suggested earlier) is to run a "Repair Permissions" from
Disk Utility.app. You can do this before dropping into console
mode, or run it at the console BEFORE the other commands above:
$ sudo /usr/sbin/diskutil repairPermissions /
Since you're running 10.4.5, you'll likely get a lot of those
"Using special permissions..." messages. If you want to see what
it's really doing, you'll have to weed those out. 10.4.6 fixed
the DiskManagement.framework so as to avoid cluttering up the
display with those messages.
--
Gregory Pratt
gp@panix.com
East Rutherford, NJ, USA
http://www.panix.com/~gp/
"The only good spammer is a dead spammer."
PGP Key Fingerprint: DC60 FCDE 91E2 3D41 91A3 45DB B474 3D3A 3621 AAFE
--- Synchronet 3.18b-Win32 NewsLink 1.113