![]() |
#1
|
|||
|
|||
I now have a tri-boot configuration working between Windows Vista, Mac OS X, and Sabayon Linux. However, it appears that in each O/S the time would appears differently from each other. Can somebody please suggest me what to do to correct this issue? I confirmed to make sure that it wasn't a CMOS problem, and all looks fine. Thanks a lot.
|
#2
|
|||
|
|||
yes i have the same problem, everytime i boot into osX the time is 2 hours after org time and after i boot into XP the time is 2 hrs before
![]() its kinda anoying to set the time up everytime i changed the os ![]() it looks like osx is setting up the hardwaretime in (BIOS) and XP (microsoft) is adding some hours HomeHackintosh: AMD Athlon64 X2 4400 :: ASRock ALiveNF5-eSATA2+ R3.0 :: Corsair 2GB DDR2-800 :: Gainward Geforce 8800GS PCI-E :: Maxtor 250GB SATA HD :: Audiotrak Maya 44 USB :: Phillips 22" 220AV TFT :: Custom 10.5.5 Voodoo_Beta2 Kernel Minimacbook: Acer Aspire One A150X Netbook :: Intel Atom 1,6Ghz :: 1GB DDR2 :: Seagate 120GB SATA HD :: Acer 8,9" Crystal Bright TFT ::MSI Wind OSX 10.5.4 upgraded to 10.5.5 & Voodoo_Beta2 Kernel |
#3
|
|||
|
|||
Lol, any way there is a solution for this? I'm currently experimenting with time synchronization. Hopefully, I can devise some sought of solution for this ridiculous issue. =) But if anyone knows better, please post your solution here as well. Thanks.
Quote:
|
#4
|
||||
|
||||
I had a fix for this for Tiger but now I'm in the same boat. Don't worry, I'm sure there's a fix floating around somewhere so it's just a matter of time lads.
Snow Leopard 10.6.7 Gigabyte GA-P35-DS3P Intel Q6600 @ 3Ghz Corsair CM2X2048-6400DHX Gigabyte HD5770 Silent Cell Samsung SyncMaster 2494SW ALC889a Creative T5400 5.1 Maxtor 380215AS Pioneer DVR-215D Presonus Inspire 1394 KRK Rokit 5 Wacom Bamboo One SL USB Guide => http://www.infinitemac.com/f57/guide...k-drive-t3705/ |
#5
|
||||
|
||||
That too used to happen to me back with Tiger. Try this and let us know if it still works.
Do you have network server time sync enabled on all OS's? ![]() ![]() ![]() |
#6
|
|||
|
|||
Quote:
thx for that hint i will try it later if my osx is running again ![]() HomeHackintosh: AMD Athlon64 X2 4400 :: ASRock ALiveNF5-eSATA2+ R3.0 :: Corsair 2GB DDR2-800 :: Gainward Geforce 8800GS PCI-E :: Maxtor 250GB SATA HD :: Audiotrak Maya 44 USB :: Phillips 22" 220AV TFT :: Custom 10.5.5 Voodoo_Beta2 Kernel Minimacbook: Acer Aspire One A150X Netbook :: Intel Atom 1,6Ghz :: 1GB DDR2 :: Seagate 120GB SATA HD :: Acer 8,9" Crystal Bright TFT ::MSI Wind OSX 10.5.4 upgraded to 10.5.5 & Voodoo_Beta2 Kernel |
#7
|
|||
|
|||
Thanks, hope this works with Sabayon Linux as well. =)
|
#8
|
|||
|
|||
![]() Okay, I was able to successfully synchronize my times in Windows Vista and Mac OS X. Now that that is settled, there is one more issue. Since I am also using Sabayon Linux, the time changes in that O/S after I use Mac OS X. I noticed this occurs particularly in my BIOS which made the time Sabayon change. However, after I tried Time syncronization with Sabayon Linux, it appears that the O/S depends on the system BIOS regardless whether or not I enable time synchronization. I see a different time in Sabayon Linux (this doesn't occur if I have a dual-boot setup between Vista and Linux). I logged out of Mac OS X and upon going in my BIOS I clearly can see a different time in my BIOS. I once tried changing the time to the current time, but after going into Mac OS X and restarting the system again, the BIOS moves the time four hours ahead of the actual time. If anyone has a working fix for Linux, that would be greatly appreciated. Thanks a lot. =)
However, I did find a solution, if someone can help me create the appropriate packages, that would be great- Leopard: Mac OS X Responsibility In Leopard, /etc/rc.local, /etc/rc.shutdown.local and StartupItems startup/shutdown mechanisms are deprecated. Instead, the following Leopard-friendly solution will toggle the clock between local time and UTC at start-up and shut-down times. You will need Administrator privileges when performing this procedure. 1. Create new file /sbin/localtime-toggle with the following contents: Code:
#!/bin/sh to_utc() { echo "localtime-toggle: Toggling to UTC." date `date -u +%m%d%H%M%Y` } to_localtime() { echo "localtime-toggle: Toggling to localtime." date -u `date +%m%d%H%M%Y` } trap 'to_localtime; exit' term to_utc { while true; do sleep 86400; done; } & wait Code:
chmod +x /sbin/localtime-toggle Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>org.osx86.localtime-toggle</string> <key>Program</key> <string>/sbin/localtime-toggle</string> <key>KeepAlive</key> <true/> <key>RunAtLoad</key> <true/> <key>HopefullyExitsFirst</key> <true/> </dict> </plist> ![]() At this point, your computer's clock should correctly be set to UTC as Leopard boots, and reset back to local time as Leopard shuts down. |
#9
|
|||
|
|||
i got my system syncronized between osx, xp and vista by using the correct
time and timezone in windows and adjusting the timezone correspondingly in osx. just to be on the safe side did i disble online syncronisation. other fixes like reghacks and appletime.exe did not work as desired. Leopard 10.6.5 | Core i3 | Gigabyte H55M-USB3 | ATI 5770 | Coolermaster Cosmos |
#10
|
||||
|
||||
Quote:
Someone should make this a sticky!!! 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. Snow Leopard 10.6.7 Gigabyte GA-P35-DS3P Intel Q6600 @ 3Ghz Corsair CM2X2048-6400DHX Gigabyte HD5770 Silent Cell Samsung SyncMaster 2494SW ALC889a Creative T5400 5.1 Maxtor 380215AS Pioneer DVR-215D Presonus Inspire 1394 KRK Rokit 5 Wacom Bamboo One SL USB Guide => http://www.infinitemac.com/f57/guide...k-drive-t3705/ |