Hey All,
I'm having trouble with time synchronization issues with some of my dual-boot Macs. It's not the normal UTC/Localtime issue that affects booting between Windows and OS X. It seems that the time often drifts just enough to break network logins (Active Directory).
So, what I want to do is write a script that runs under OS X and simply runs the commands:
systemsetup -setusingnetworktime off
systemsetup -setusingnetworktime on
when any network interface (wireless or wired) changes state to up.
We're running Leopard. What's the best way to approach this?
I'm having trouble with time synchronization issues with some of my dual-boot Macs. It's not the normal UTC/Localtime issue that affects booting between Windows and OS X. It seems that the time often drifts just enough to break network logins (Active Directory).
So, what I want to do is write a script that runs under OS X and simply runs the commands:
systemsetup -setusingnetworktime off
systemsetup -setusingnetworktime on
when any network interface (wireless or wired) changes state to up.
We're running Leopard. What's the best way to approach this?