I got problem to set date n time preferences ... :(

hi. im using macbook pro. my mac hav been install with boot camp. so now i run two operating system. mac n windows 7 (64 bits) but i can set my clock time correctly for both my OS.. how can i solved this .? i hav doing  google search about this... but i found nothing.. can sumone help me

You can always use Google Translate - we get a number of messages here in a variety of languages and I find that it's simple to both 'decipher' and answer those messages when I use Google Translate.
Clinton

Similar Messages

  • Keychain problem and "Set date and time automatically"

    Something very strange appened to me today. I spent a few hours to get it through.
    All starts when I decided to open System Preferences and *set date and time manually* (I lost date and time because I left my PowerBook without its battery for an hour). At the next login, Leopard was no more able to access keychain's stored passwords, even if all items on Keychain Access were right there. Everytime I tried to read one item's password, a pop-up window reminded me that I had not the right to do it. As soon as I set back "date and time" on automatic (time.euro.apple.com - for me) all became normal (all iCal reminders appeared at on time) and all services started to get their passwords from the stored list.
    Sorry for my English (I'm from Italy).
    Someone got the same issue?

    That looks like the correct IP address for the Apple NTP. Not sure why your AEBS is not getting the time stamp.
    Would you mind double-checking the following setting, using the AirPort Admin Utility?
    AirPort Tab - Base Station Options: Logging/NTP
    - Set Date & Time Automatically: time.apple.com (checked)
    Is it possible that you have UDP blocked on port 123? Is your AEBS connected to another Internet router?

  • Cannot get pass the "Setting date and time" screen

    Hi, I am faced with a very serious problem... someone please help!
    I bought home an Apple TV (2nd generation) for my parent overseas, but when I switched on - it got stuck on "Setting date and time" screen and cannot continue. Pressing "menu" button (or hold on for many seconds) does not work at all! I am stuck in that screen. Restart the Apple TV does not helped.
    I thought it is the issue of the remote control (maybe "menu" key has failed), so I bought another one (the aluminum model) and the same issue persists! I tested the remote control on Mac (boot up and press menu key, using Better Touch Tool... both shows the menu key is working).
    What shall I do? Thanks!

    is it connected to the internet either wired or wirelessly

  • Having problem with the apple tv, because it still setting date and time and dont finish w the activation

    having problem with the apple tv, because it still setting date and time and dont finish w the activation

    That means it is having trouble connecting to the network. Make sure location is set correctly. Go to settings - general - network and ensure DNS is set to automatic. Check that your router is up to date. If on wifi try Ethernet.

  • Setting date and time?

    When I start my Apple TV it won't complete the setting data and time prompt when it starts up.  The wireless network is a full strength and connected.  Everytime i try to type my apple user name and password to start home sharing it says that I have one or the either inncorrect.  I've typed it a milion times in the past and to double check i logged out of itunes on the comp and logged back in, so i know i got it right.
    anyone else have this problem?

    Morning spencer.chrisj,
    Thanks for using Apple Support Communities.
    You can resolve many Wi-Fi issues by checking your network connection settings.
    For more information on this, take a look at this article:
    Apple TV (2nd and 3rd generation): Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/TS4546
    Look at this part of the article.
    If you are unable to access or play content while connected to a Wi-Fi network
    Best of luck,
    Mario

  • HT1600 After 5.1.1 update, won't set date or time, just spins...help!

    Apple TV not working after 5.1.1 update...did all the usual fixes...jus hangs on set date and time?

    I've got exactly the same problem. Its very strange because I had to unplug my ethernet cable to update to 5.1.1 by wi-fi, but once restarted the wi-fi won't work anymore. I've now had to plug the ethernet cable back in to reach the network as it seems the upgrade has 'broken' the wi-fi. Like you I've tried rebooting the router, my airport express and,of course, the ATV. Every other piece of kit works fine via wi-fi (iPad; iPhone; Android mobile etc. etc. ). This is really annoying - can someone please help us?

  • HT1595 My AppleTV seems to be stuck on the "Setting Date and Time" load page

    I just moved from a house to an apartment and when I hooked up my appleTV it said "Setting date and time" with a spinning load wheel and it's been doing this for a long time now. I hit MENU on the remote and tried going to Settings> General> Network like it said at the bottom of the screen, but nothing happened. It's connected to the right WiFi network, but the only icons it shows on the home screen are the 'Computers' icon (for Home Sharing) and the 'Settings' icon. My movies, music, tv shows, netflix etc. icons aren't showing up. I restarted it and got as far as the "Setting date and time" load page again, where it just sits and loads.

    Welcome to the Apple Community.
    Assuming this is not the first time you have used your Apple TV
        1.    You might try restarting the Apple TV by removing ALL the cables for 30 seconds.
        2.    Also try restarting the router.
        3.    If the problem persists, try a restore, you may want to try the previous procedures several times before doing this.
    If this is a new Apple TV, it may also be that your network router is not allowing access to the timeserver, check that your router allows access over port 123.

  • How do I set date and time on apple tv?

    How do I set date and time on apple tv?

    Fixed the same problem, STEPS
    1. Reset your apple TV
    2.It will again stuck on that setting, ignore it by press menu
    3. Unplug ethernet wire
    4. Try to connect with wifi, it should be work with wifi connection as mine.
    5. Then you can switch back Ethernet wire after get fixed.
    Thanks. Lemme know dude if it's work.

  • "RT Set date and time" does not set seconds in UTC mode

    Hallo,
    I tried to set the time on my cRio 9012 with the function settimeUTC which is used by the "Set Date and Time" vi. But the seconds I enter are ADDED to the current time and not set as new value.
    Even the vi shows this behaviour: I set up a vi in which the time is set in a loop (100ms delay) and read again. When I set local time the clock stops (as expected) but when I set the UTC time the seconds keep on running...
    Can anybody help me with that problem???
    Thanks
    Florian
    Solved!
    Go to Solution.

    Hi Andreas,
    well it does not matter if I set a time zone in the MAX or not. In my example I was working on UTC + 0 but even when I set it to my local time (UTC + 1) I get the same behaviour modified by one hour.
    My LabView Version is 8.5. In in the MAX under Software-> LabView-RealTime it says that I am using 8.5.0.
    I suspect  that the settime.out which is installed on the cRio is probably the root of the problem as VxWorks itself does not offer a function (at least I did not find one) to convert from broken down system time to system time in seconds. There only exist one to convert from broken down local time to system time in seconds ( mktime() ). The reverse function is available for both cases: gmtime() and localtime(). I also did not find a way to find out the offset of the local time. So I have to use the library function settimeUTC() from settime.out.
    As I offered I can send you the settime.out file from my cRio for reference or maybe you can tell me how to find out what the version of the file is. It seems not to be an ELF file as I looked inside it to find some timestamp or version info...
    Thanks so far 
    Florian

  • Set date and time

    I recently updated the apple tv .It was fine after the update although i did not use it as i was on my way out after the update.Days later when i put in on it cant seem to open itunes.reason being network time cannot be updated.i tried sighning out and now i cant sighn in.I tried reset that just brings me to a halt on screen that says activating setting date and time.Does any one know whats going on.Is the time server down ? Or something .Itune store sighn in works well in my pc ,ipad and other devices no problem.
    And i tried putting off all firewalls in router but no luck.
    Its connected wirelessly to the same router which normally works
    Any idea guys

    HI
    I have tried everything possible such as router firewall settings changing DNS servers using WIFI and ETHERNET nothing works.Waited for more updates nothing so far.The only solution is to down grade the firmware through itunes .Using now 5.0.2 works like a charm .Don't wait any longer just search apple forum for procedure and follow.Use a mac better.It takes only 5 minutes for the process.All you need is a mac or windows pc,usb cable,the type that goes behind the apple tv,(I used a blackberry bold 9900 original cable),software known as ipsw.YOU DONT NEED TO POWER THE APPLE TV WHILE DOING THIS.IT WILL LIGHT THE LED FROM PC POWER.GO TO https://discussions.apple.com/thread/4419016?start=0&tstart=0  Read procedure written by cwlown .JUST MAKE SURE FOR MAC HOLD OPTION KEY DOWN THEN CLICK RESTORE .POINT TO THE DOWNLODED ipsw AND RUN.FOR WINDOWS HOLD SHIFT THEN CLICK RESTORE .POINT TO Ipsw download and run.There is no neen to unzip or extract ipsw.I had a problem when using windows xp ipsw did not show up as an upgradeable firmware therefore could not run it.I did not want to waste time and used the mac instead.I think renaming the ipsw in windows could have cleared the problem.Another thing is after the downgrade itunes will say that your APPLE TV is restored to its factory defaults don't worry the job is done ,check your software on the APPLE TV THROUGH your tv LOCATED at general then about.SETTING up the ATV first connect the wifi or lan cable select location first THEN sign in.

  • I am getting a message "setting date and time...." but nothing happens

    My Apple TV has stopped working. I start up and it says "setting date and time...." but I cannot access the internet.

    Assuming this is not the first time you have used your Apple TV
    You might try restarting the Apple TV by removing ALL the cables for 30 seconds.
    Also try restarting the router.
    If the problem persists, try a restore, you may want to try the previous procedures several times before doing this.
    If restoring from the Apple TV doesn't help, try restoring from iTunes using a USB cable.
    If this is a new Apple TV, in addition to trying the above, it may also be that your network router is not allowing access to the timeserver, check that your router allows access over port 123.

  • HT1551 Stuck on "setting date and time" after a system upgrade

    I have tried everything recommended including disconnecting power. Just keeps churning on setting date and time.

    I believe this is a connectivity issue.
    First, make sure you're connected properly via either wi-fi or ethernet.
    When setting up Apple TVs for my school district deployment, we had this issue with units connected via Wi-Fi.  We resolved this problem by creating firewall exceptions.
    If you're setting up a unit for home, you could try creating exceptions in your router for the Apple TV.  Alternatively (to test), you could set your Apple TV as the 'DMZ' device which should expose it sufficiently to see if your networking is getting in the way.

  • When attempting to format region and set date and time the busy icon appears and seems to stay like this?

    when attempting to format region and set date and time the busy icon appears and seems to stay like this?

    Click on DU's Partition tab when you have the raw drive name selected, then set it to one partition, Mac OS Extended. If it crashes or freezes, it is finding a bad block and can't write.
    In any event, if you want to use the drive, and have not zeroed it before, you should now.
    Click on Erase -> Security Options -> Zero out data. Still with the full drive selected and not any partition(s).
    Then repartition the drive if needed.
    Boot from the DVD if that doesn't work. And no, TTPro has never mapped out bad blocks let alone create partitions.
    Disk Utility in 10.4.8 is quite good, excellent in fact. No need for an alternative.
    Your eMac drive may need to touch of Disk Utility itself. FSCK from the command line, clear the caches with Applejack along with check for corrupt plists. Between Disk Utilty and Applejack (free/shareware) never had to use TechTool Pro - or at least there weren't any errors after those two got done. But if you want a good 3rd party, pick up Disk Warrior 4.

  • Cant set date and time

    having trouble setting date and time.

    I was able to get my Apple TV working again by downgrading the firmware following the instructions in this message:
    https://discussions.apple.com/message/20008613#20008613
    In case that message disappears, here's my translation:
    1. Connect your Apple TV to your computer via USB. Don't plug in the power cable.
    2. Download the older 5.0.2 firmware from Apple here:
    5.0.2 (Apple TV 2): AppleTV2,1_5.0.2_9B830_Restore.ipsw
    5.0.2 (Apple TV 3): AppleTV3,1_5.0.2_9B830_Restore.ipsw
    3. Open iTunes and select the Apple TV. Hold down the option key and press the restore button at the same time.
    4. In the dialog that opens select the firmware that you downloaded.
    5. The restore process will take a few minutes. Once it's done plug your Apple TV back into your TV. If the date and time message persists just press the menu button to skip it. This got mine working again.
    Good luck !!!

  • How to set date and time on apple tv

    how to set date and time on apple tv

    Assuming this is not the first time you have used your Apple TV
        1.    You might try restarting the Apple TV by removing ALL the cables for 30 seconds.
        2.    Also try restarting the router.
        3.    If the problem persists, try a restore, you may want to try the previous procedures several times before doing this.
    If this is a new Apple TV, it may also be that your network router is not allowing access to the timeserver, check that your router allows access over port 123.

Maybe you are looking for

  • Gateway Timeout error when running JSP page in 10.1.3 preview

    I am unable to run a JSF JSP page with nothing in it but text. I get an error in the browser: Gateway Timeout The following error occurred: [code=GATEWAY_TIMEOUT] A gateway timeout occurred. The server is unreachable. Retry the request. The url is: h

  • Incompatibility with Photoshop CS2 ??

    I was running Photoshop CS2 two weeks ago, then last week it would crash every time. Has something in the OS  changed that would cause this?  I have repaired disk permissions and trashed the Prefs file.  Is there anything else I can do to prevent the

  • Passing xml to rpc webservice

    We need to pass a fairly large xml file to our webservice. In the wsdl file we use anyType and the webservice method the parameter type is XmlObject. This seems to work except for the additional namespaces added as attributes to the first element. Th

  • I want to move photos from my laptop to desktop and merge catalogs

    I have Photoshop Elements 5 on my desktop with about 15,000 photos.  Prior to a big trip I bought a laptop and loaded Elements 9 on it. I took about 5,000 pictures on the trip and organized them.  Now I'm back and I want everything from my laptop on

  • Upgrade Imac Snow Leopard over Leopard

    Hallo, I have an Imac 10.5.8 (early 2006) and want to upgrade to Snow Leopard. Do I just need to buy the Snow Leopard OS and run this? Thanks