When setting Time & Date Laptop Freeze

Hi
When I set my correct date & time with
date 041118002006
my laptop freez, and i only can reset.
What is this?

init wrote:
is your current time behind or in the future?
In the Bios the time is normaly, In X 2 houers in future
this may because a wrong timezone/bios time combination was set in rc.conf. if you have a m$-linux dual-boot, set
HARDWARECLOCK="UTC"
in any other case use localtime. pay attention with timezone as it is case sensitive and might confuse linux if set incorrectly.
setting time into the past normally is not a problem for linux, except that application timers may be confused. for example flashplugin seriously doesn't like it when you set the time before it was started.

Similar Messages

  • Set Time & Date Automatically

    Hi folks, I ventured into the Time/date settings and have my time zone set to Eastern USA, and checked the set time/date automatically setting. Then I locked that window via the paclock in the lower left.
    How often does Snow Leopard ping those servers? What would happen if for whatever reason the time server was not reachable?
    What if the LAN I'm on has its own time service?

    I found this thread while investigating a solution for the same problem on my one-month-old unibody MBP running 10.5.6. The clock on my MBP and my old G4 iMac have never been in sync because the iMac (forever stuck on Tiger) can set the time automatically using a time server and the MBP cannot.
    I keep all of the System Preferences which have lock/unlock capability locked. Once I unlocked the Date & Time preferences and enabled the "automatic" option, re-locking or leaving Date & Time unlocked had no effect. If I quit System Preferences, the "Set date & time automatically" option in the Date & Time pane would be unchecked the next time I opened System Preferences and went into the Date & Time pane.
    I tried the new user creation--no admin privileges--and that did not have any effect, so I deleted the non-admin user. On a whim, I created another admin user (my account is an admin). Before logging in as the new admin user, I made sure the "automatic" option was enabled and the Date & Time pane was locked. I think I quit System Preferences at this point, but I am not absolutely certain. I used fast user switching to login as the new admin user, went into the Date & Time preferences pane, and the "automatic" option was checked. I switched between the accounts a couple of times, going in and out of System Preferences in each account and the "automatic" option stayed enabled. I logged out of both accounts and the "automatic" option survived when I logged back into my usual account. The next thing I did was delete the new admin user and restart the computer. When I logged in normally, the "automatic" option was still set.
    I have no idea why creating a new admin account would solve the problem and I would be really interested to know if it works for anyone else....

  • Technical Error When Extracting Time Data

    Hi SAP Experts,
    I would like to seek your assistance on this case.
    When business warehouse extracts HR data from SAP, they received this error message stating "Technical error when extracting time data in HR: HRMS_TIME_TIM_QUOTA 00321478".
    Do you have any idea on this?
    Thanks.

    We don't have Business Warehouse, but it seems your system has problems with a Quota, perhaps for employee # 00321478.

  • After a power outage Apple TV can't find date and time - just keeps spinning on that screen. Tried powering off Apple TV, the computer, and the router. Tried to restart Apple TV. Tried to restore Apple TV, but it got stuck again setting time/date.

    After a power outage Apple TV can't find date and time - just keeps spinning on that screen. Tried powering off Apple TV, the computer, and the router. Tried to restart Apple TV. Tried to restore Apple TV, but it got stuck again setting time/date.

    Welcome to the Apple Community.
    Along with the things you have tried, some have had success setting the location to the US.

  • How to avoid exception when setting a date in an Edit control?

    I'm have made a Coded UI Test with VS 2012 for a web application of a colleague.
    In that web application is a table with some entry fields of type Edit.
    In one of these fields (called "DatumAb") i can enter a date in format "dd.mm.yyyy" (day, month and year).
    Coded UI Test identifies the control by the name "von (tt.mm.jjjj)", which is in fact just a placeholder.
    When i replay my recording i get an exception which says, that either the control is not ready or not valid.
    Next i have called the DrawHighlight method for that control.
    While the replay i can see the blue frame, so the control is accessible.
    Can anybody tell me, what's going wrong?
    Here an excerpt from the HTML-Code of the web application with the date field:
    <table class="table table-hover table-bordered table-condensed table-well table-responsive">
      <thead>
        <tr>
          <th class="ng-scope" translate="global.datum.Von">von</th>
        </tr>
      </thead>
      <tbody>
        <!-- ngRepeat: vb in vm.formData.Vorbeschaeftigungen -->
        <tr class="ng-scope" ng-repeat="vb in vm.formData.Vorbeschaeftigungen">
          <td>
            <input value="11.02.2015" rm-date-input="" ng-model="vb.DatumAb" class="form-control ng-pristine ng-untouched ng-valid ng-valid-rm-date-input ng-valid-rm-date-input-format
    ng-valid-rm-date-input-day ng-valid-rm-date-input-month ng-valid-rm-date-input-year" placeholder="von (tt.mm.jjjj)" type="text">
          </td>
    And at last the exception message.
    Sorry - only in german.
    Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotAvailableException wurde nicht von Benutzercode behandelt.
      HResult=-268111872
      Message=Das Steuerelement ist nicht verfügbar oder nicht gültig. Weitere Details:
    TechnologyName:  "MSAA"
    Name:  "von (tt.mm.jjjj)"
    ControlType:  "Edit"
      Source=Microsoft.VisualStudio.TestTools.UITesting
      BasicMessage=Das Steuerelement ist nicht verfügbar oder nicht gültig.
      StackTrace:
           bei Microsoft.VisualStudio.TestTools.UITesting.Playback.AddUITestControlDescriptionToException(SystemException exception, IPlaybackContext context)
           bei Microsoft.VisualStudio.TestTools.UITesting.Playback.MapAndThrowException(SystemException exception, IPlaybackContext context)
           bei Microsoft.VisualStudio.TestTools.UITesting.Playback.MapAndThrowException(SystemException exception, String actionName, UITestControl uiControl)
           bei Microsoft.VisualStudio.TestTools.UITesting.Playback.MapAndThrowException(SystemException exception, String actionName, Object parameterValue, UITestControl uiControl)
           bei Microsoft.VisualStudio.TestTools.UITesting.UITestControl.SetPropertyValue(String propertyName, Object propertyValue)
           bei Microsoft.VisualStudio.TestTools.UITesting.UITestControl.SetPropertyPrivate(String propertyName, Object value)
           bei Microsoft.VisualStudio.TestTools.UITesting.UITestControl.<>c__DisplayClass14.<SetProperty>b__13()
           bei Microsoft.VisualStudio.TestTools.UITesting.CodedUITestMethodInvoker.InvokeMethod[T](Func`1 function, UITestControl control, Boolean firePlaybackErrorEvent, Boolean logAsAction)
           bei Microsoft.VisualStudio.TestTools.UITesting.UITestControl.SetProperty(String propertyName, Object value)
           bei Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinEdit.set_Text(String value)
           bei TestMitVorbeschaeftigungen.UIMap.DatumVon() in c:\CodedUiTests\Tests mit Webanwendung\TestMitVorbeschaeftigungen\TestMitVorbeschaeftigungen\UIMap.Designer.cs:Zeile 92.
           bei TestMitVorbeschaeftigungen.CodedUITest1.CodedUITestMethod1() in c:\CodedUiTests\Tests mit Webanwendung\TestMitVorbeschaeftigungen\TestMitVorbeschaeftigungen\CodedUITest1.cs:Zeile 37.
      InnerException: Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotAvailableException
           HResult=-268111872
           Message=Das Steuerelement ist nicht verfügbar oder nicht gültig.
           Source=Microsoft.VisualStudio.TestTools.UITest.Extension.Msaa
           BasicMessage=Das Steuerelement ist nicht verfügbar oder nicht gültig.
           StackTrace:
                bei Microsoft.VisualStudio.TestTools.UITest.Extension.Msaa.MsaaUtility.MapAndThrowException(SystemException e, Boolean throwNotSupported)
                bei Microsoft.VisualStudio.TestTools.UITest.Extension.Msaa.AccWrapper.set_Value(String value)
                bei Microsoft.VisualStudio.TestTools.UITest.Extension.Msaa.MsaaElement.set_Value(String value)
                bei Microsoft.VisualStudio.TestTools.UITesting.WinPropertyProvider.SetValueInEditableControl(UITestControl editControl, String propertyValue)
                bei Microsoft.VisualStudio.TestTools.UITesting.WinPropertyProvider.SetEditProperty(String propertyName, Object value)
                bei Microsoft.VisualStudio.TestTools.UITesting.WinPropertyProvider.SetPropertyValue(UITestControl uiControl, String propertyName, Object value)
                bei Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyProvider.SetPropertyValueWrapper(UITestControl uiControl, String propertyName, Object value)
                bei Microsoft.VisualStudio.TestTools.UITesting.UITestControl.SetPropertyValue(String propertyName, Object propertyValue)
           InnerException: System.NotImplementedException
                HResult=-2147467263
                Message=Die Methode oder der Vorgang ist nicht implementiert.
                Source=Accessibility
                StackTrace:
                     bei Accessibility.IAccessible.set_accValue(Object varChild, String pszValue)
                     bei Microsoft.VisualStudio.TestTools.UITest.Extension.Msaa.AccWrapper.set_Value(String value)
                InnerException:

    Hi Patrick Pirzer,
    >>That either the control is not ready or not valid.
    Next i have called the DrawHighlight method for that control.
    My suggestion is that you would check whether this control is really existing when playback actions run on this control. Or add a wait event would be better.
    http://blogs.msdn.com/b/gautamg/archive/2010/02/12/how-to-make-playback-wait-for-certain-event.aspx
    Reference:
    http://stackoverflow.com/questions/11737254/codedui-test-not-waiting-for-control-to-exist
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Stays on setting time/date screen!

    I plugged in my apple tv after not having it on in a while, now it stays stuck on the setting date and time screen, and the remote won't work!

    You have a network issue.  It has to be able to connect to the internet to set the system date and time.

  • Patch Policies not applying when set to Date Specific

    I have been trying to use patch policies for a while but can't seem to get
    them working very well. In 'Patch Policy Enforcement Settings' I have set
    a schedule using 'Date Specific' and 'Process immediately'. If I check the
    patch status policy I see 100 targeted/ 12 Effective/ 0 Not Effective/ 88
    Pending. The 88 never move from pending even though almost all of them need
    the required patches. If I set the schedule to Recurring and 'When a device
    is refreshed' it basically tries to install the patches on every refresh
    cycle even though the device no longer requires the patches. This happens
    on every device targeted by the policy.
    Digging into the actually bundle that gets created I can see in the install
    actions the Install Frequency is set to 'Install always' which may explain
    why it runs through each patch every refresh when it is set to install on
    refresh.
    The documentation on this new feature doesn't go into much detail on how
    everything actually works. I would guess the correct functionality would be
    once a policy is enforced on a machine it would no longer try to keep
    installing the same patches from the policy since they are not needed.
    Using the Enforcement by 'Date Specific' seems to be broke also.
    Jim Koerner
    Server - ZCM 11.3.1FTF1 and Internal Database on Win2008R2x64
    Clients - ZCM 11.3.1FTF1 on Win7SP1x64

    Originally Posted by Jim Koerner
    Sounds just like it. Missed when I was browsing the knowledge base. doing
    some more detailed searching I fount this in readme for 11.3.1 "Defects
    addressed 848442 Process immediately if device unable to execute on
    schedule" option doesn't work of Patch Policy Enforcement Settings. In my
    case this is not fixed and I am at 11.3.1FTF1
    I will have to put in a SR and see if anything has been done with it since.
    Jim
    "thsundel" wrote in message news:[email protected]...
    Jim Koerner;2337983 Wrote:
    > I have been trying to use patch policies for a while but can't seem to
    > get
    > them working very well. In 'Patch Policy Enforcement Settings' I have
    > set
    > a schedule using 'Date Specific' and 'Process immediately'. If I check
    > the
    > patch status policy I see 100 targeted/ 12 Effective/ 0 Not Effective/
    > 88
    > Pending. The 88 never move from pending even though almost all of them
    > need
    > the required patches. If I set the schedule to Recurring and 'When a
    > device
    > is refreshed' it basically tries to install the patches on every refresh
    > cycle even though the device no longer requires the patches. This
    > happens
    > on every device targeted by the policy.
    >
    > Digging into the actually bundle that gets created I can see in the
    > install
    > actions the Install Frequency is set to 'Install always' which may
    > explain
    > why it runs through each patch every refresh when it is set to install
    > on
    > refresh.
    >
    > The documentation on this new feature doesn't go into much detail on how
    > everything actually works. I would guess the correct functionality
    > would be
    > once a policy is enforced on a machine it would no longer try to keep
    > installing the same patches from the policy since they are not needed.
    > Using the Enforcement by 'Date Specific' seems to be broke also.
    >
    > Jim Koerner
    > Server - ZCM 11.3.1FTF1 and Internal Database on Win2008R2x64
    > Clients - ZCM 11.3.1FTF1 on Win7SP1x64
    Could be this: http://www.novell.com/support/kb/doc.php?id=7015217
    Thomas
    thsundel
    thsundel's Profile: https://forums.novell.com/member.php?userid=128
    View this thread: https://forums.novell.com/showthread.php?t=480214
    Yes, please do open a SR if you can..
    Thomas

  • ArrayIndexOutOfBoundsException when setting a date in a prepared statement

    Hi,
    was wondering if anyone could help. I have a prepared statement, with two "variables" in it. I need to set the first of these to a string (using setString(1, "string)
    and the second to a date, using setDate(2, SQLDate)
    My SQL date is a valid date ass I've run a debugger and checked, but everytime setDate is called an Array Out Of Bound Exception is thrown. Can anyone shed any light on this as I'm rather confused as to why this is happening!
    Thanks in advance

    I havent got a small runnable example to hand, but taking an excert from my code I have:
    for (int i = 0; i < this.columnNames.size();i++)
    singleDateEventFlagSingleArea.setString(1, newAreaName);
    singleDateEventFlagSingleArea.setDate(2, Date.valueOf((String) this.columnNames.get(i)));
    eventFlagsResult = singleDateEventFlagSingleArea.executeQuery()
    }newAreaName is a argument passed to the method. columnNames is a vector of dates/strings, which I parse back into a date to pass to the setDate method
    Where the value of the date in the statement is changed to a preset value each iteration.
    The exception stack I'm getting is:
    exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 1
         at oracle.jdbc.dbaccess.DBDataSetImpl._getDBItem(DBDataSetImpl.java:378)
         at oracle.jdbc.dbaccess.DBDataSetImpl._createOrGetDBItem(DBDataSetImpl.java:781)
         at oracle.jdbc.dbaccess.DBDataSetImpl.setBytesBindItem(DBDataSetImpl.java:2399)
         at oracle.jdbc.driver.OraclePreparedStatement.setItem(OraclePreparedStatement.java:1134)
         at oracle.jdbc.driver.OraclePreparedStatement.setDate(OraclePreparedStatement.java:2223)
         at treeTableVersion2.TreeTable.updateValuesSingleDateSingleArea(TreeTable.java:393)
         at treeTableVersion2.TestWindow.actionPerformed(TestWindow.java:394)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)Although I think a lot of that is because the process is called by a button press.
    The sql statement thats causing the problem is:
    select h.areaname,
           e.code,
           e.descript,
           ec.date_raised,
           ec.date_progressing,
           ec.date_completed
      from hareas h, evt_type e, evt_core ec
    where h.areaname = ?
       and e.evt_type_id = ec.evt_type_id
       and (h.nblink = ec.area1_nblink or h.nblink = ec.area2_nblink)
       and ec.date_raised = ?
    group by h.areaname,
              e.code,
              e.descript,
              ec.date_raised,
              ec.date_progressing,
              ec.date_completed
    order by h.areanameThanks for your help

  • IPhone 4s text messages - wrong time / date

    Hi all,
    My iPhone text (BOTH sms and iMessages) are showing the wrong time and date.
    EG. Got a message at 16:00hrs today and it is showing Saturday for the date and time... But when I open the message up it shows 28 Dec 11 16:00 but then when I got back to messages it showing Saturday.
    This is the same for text and imessages
    Help anyone ? Please
    Cheers

    I have Verizon and it happened yesterday in Denver.
    I believe when the time/ date source goes bad (yesterday my phone changed to April 22 2014 on February 4th 2014. When the time goes bad iMessage shuts down due to the time error mismatch with the server.
    I set the time/date/time zone manually and iMessage would connect again.
    Today I switched back to set time automatically and it was working again.

  • Problem when entering time machine

    Ok ever since Leopard when entering time machine it freezes for the longest time causing me to reboot the computer. Why is that my eMac meets the min requirements and I have finder on set to coverflow. When entering into time machine it freeze during the process of trying to display coverflow. The only way to bypass this is for me to browse the backup drive without entering to time machine like if it was a regular drive then copy and past.
    Message was edited by: PokemonFan1987

    Does anyone know?

  • Why is the location services arrow constantly on for setting time zone on iOS 5.1?

    I have updated to iOS 5.1 OTA (Over The Air, not by connecting to iTunes and updating) on my iPhone 4S and the purple location services arrow is constantly on in the status bar when setting time zone and automatic update of date and time are turned on simultaneously. I had this problem prior to the update, but I understand that not everyone has this issue as my friend has these two settings on and doesn't have the problem. I have tried restoring and all that (obviously), but not restoring and setting up as new.
    Somebody please help because it's an obvious fault in the system if nothing else. I have heard somebody else complain about this and the had a 32 GB 4S the same as me. I don't really see why memory should matter but my friend who doesn't have the problem has a 16GB 4S.
    Also, I am not in an area that is between time zones when this is happening.

    If it is turned on I can't be sure if anything else is using my location (at a glance) since the arrow is constantly showing. I am aware that this function will use battery power, maybe constantly, but the arrow shouldn't be constantly showing. If it should, then why doesn't my friends iPhone show it? Either way there is a problem here.

  • Set Time Zone automatically doesn't work?

    Just returned from a trip to Greece (back home now in Phoenix). Noticed that even connected to wifi in different locations, when "set time zone automatically" was clicked on in general settings, time displayed on iPad seemed stuck in EST. (I made a stop in Philly on way to trip, not sure if that has to do with anything.)
    If i click "set time zone automatically" to off, for some reason my iPad defaults to Washington DC, even though in all my calendar/email settings i have Phoenix set as local time zone. I can change Washington DC to Phoenix and correct time displays on iPad. Just wondering why i can't set it automatically to display correct local time?
    Thanks for any suggestions....

    Ok thanks. Yeah, I ended up using the World Clocks.
    Where it gets interested is, iCal. If you're in a foreign country that's, say, 4 hours ahead, and you add iCal entries to your Calendar while you're out there, should those entries reflect the local time or the home time?
    Also, if you're set the Alarm to wake you up at 8:00am, and you're away on holiday, surely it will go off at home time, not local time, thus going off at the WRONG time.

  • CompactRIO RT freeze when I use "Set Time.vi"

    I'm using a compactRIO and need to update the internal time of the device to be clock synchronized with my whole system. Everything seemed to work perfectly but when I try to apply an offset between 0 and -30 seconds, my compactRIO freeze. Nothing happen if I apply a positive offset or an offset "higher" (in a negative way) than -30 sec.
    The duration of the freeze equals the offset I apply on my device and after this delay, everything comes back to normal. The freeze affects all my RT code (other processus as well) and not only the VI where I use the "Set Time.vi". The FPGA seems to be working during the freeze time because I got "DMA is full" error after the freeze and the FPGA LEDs keep blinking during the whole time (on the contrary the RT LED stop blinking).
    Has any of you already noted something similar on compactRIO 9068 (Linux) ? Or do you have any idea of what is going on ?
    Thanks for you help.
    Nicolas
    Additionnal informations :
       - LabVIEW 2013 SP1
       - NI RIO 14.0.1
       - CompactRIO 9068
       - Linux Embedded
       - LavBIEW Real-Time 13.0.1
    PS :
    - I use regular loops, no absolute timing VIs only tick count or nothing.
    - The freeze happens in interactive mode but also with an rtexe.
    - The compactRIO stays connected during the freeze.

    Guillaume.D a écrit :
    Hello,
    I'm not surprised by this behavior : the VI "set the time" define the absolut timing (hour and date) for the target : tha changes which are applied at this VI are applied at all the process ans task of the target.
    The FPGA of the CompactRIO is not impacted by this : in your VI, you define "localhost" wich corresponded at the RT part of the cRIO system.
    The FPGA continue to work separately of the RT part.
    I agree that Set Time VI affects the whole RT code but what I don't understand is why "untimed loop" or "timed loop with internal 1 kHz clock source" (no absolute time) are affected by the absolute time shift.
    The behavior doesn't happen on VxWorks target.
    Int he most application, you use the VI  "Set the time" to define the absolut time at the initialization, and after you don't modify it.
    I'm developing a continuous compactRIO data logger which (I hope ^^) should never stop even after hours / days / months of running. I have noticed a drift of 1.5 sec / day on my compactRIO so I must need to resynchronize it all the time.

  • How do i change my back ground if my laptop freezes every time i open the display setting?

    Every time i open my display setting to change my ground my laptop freezes and i have to force quit all my open things. Right now my background is just blue i didn't make it blue it just turned that way when this problem started to occur.

    Check these two relatively recent threads related to MBP
    Changing desktop pictures locks system preferences
    When I try to change the desktop background of my MacBook Pro, the system preferences freezes and I cannot quit the program unless I force quit. How do I fix this?

  • Time and date showing wrong time when set on auto since 4.1 update

    hi since i updated my 3gs to 4.1 my time and date have changed by about 1 and a half hours and afew days before. i can change it manually but i dont understand why this has happened. has this happened to anyone else?
    can anyone help? or am i just best to wait till the next update?

    Me too.
    Second time I've been late to work in two weeks thanks to Apple ** programming!
    First time when I upgraded to 4.1 and the alarms stopped working if they were set to go off every working day.
    Then again today when the time unaccountably rolled back to be Sunday the 7th at 5am instead of WEdnesday 10th at 9am. Waiting for the day I'm out of contract on this rubbish so I can switch to a phone with a decent OS!
    Message was edited by: twixPanther

Maybe you are looking for