Upgrade to 10.4.5 Caused Spotlight & Clock to Blink Every 15 Seconds

Installed Tiger 10.4.3 and everything worked great, then updated with Combo to 10.4.5 and the clock and Spotlight in upper right hand corner keep blinking once every 10 seconds. Can't use the Spotlight unless you catch it perfectly on that one second. Tried downloading manual version of update from Apple, and it goes all the way to the end and then Safari quits. Updated through Software Update. Went to Date & Time and if i check the box for Date & Time it just unchecks itself.

Computer crashed not long after this!! Long story!!

Similar Messages

  • Making a clock that updates every second.

    I am at a loss and quitting for the night if anyone could help point me in the right direction I would appreciatte the advice. Here goes the code
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JTextField;
    import java.util.Date;
    import java.util.Timer;
    import java.util.TimerTask;
    public class Clock
    public static void main(String[] args)
    TimerTask task = new DateTimer();
    Timer timer = new Timer();
    timer.schedule(task, 0, 1000);
    JFrame frame = new JFrame();
    JButton button = new JButton("Date & Time");
    frame.add(button);
    final JLabel label = new JLabel("Currently: ");
    JPanel panel = new JPanel();
    panel.add(button);
    panel.add(label);
    frame.add(panel);
    class ClockViewer implements ActionListener
    public void actionPerformed(ActionEvent event)
    label.setText("Currently: " + task.getDate());
    ActionListener listener = new ClockViewer();
    button.addActionListener(listener);
    frame.setSize(FRAME_WIDTH, FRAME_HEIGHT);
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.setVisible(true);
    private static final int FRAME_WIDTH = 500;
    private static final int FRAME_HEIGHT = 100;
    import java.util.*;
    public class DateTimer extends TimerTask
    public void run()
    Date now = new Date();
    public Date getDate()
    return now;
    private final Date now;
    Basically I am confused how to print the task out in the label.

    Hi,
    I have used [javax.swing.Timer|http://java.sun.com/javase/6/docs/api/index.html]
    Hope this will be useful to you.
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.util.Date;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.Timer;
    public class Clock {
         public static void main(String[] args) {          
              JFrame frame = new JFrame();
              JButton button = new JButton("Date & Time");
              frame.add(button);
              final JLabel label = new JLabel("Currently: ");
              JPanel panel = new JPanel();
              panel.add(button);
              panel.add(label);
              frame.add(panel);
              ActionListener listener = new ActionListener()
                   public void actionPerformed(ActionEvent ae)
                        new Timer(1000,this).start();
                        label.setText("Currently : " + new Date().toString());
              button.addActionListener(listener);
              frame.setSize(FRAME_WIDTH, FRAME_HEIGHT);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.setVisible(true);
         private static final int FRAME_WIDTH = 500;
         private static final int FRAME_HEIGHT = 100;
    }Thanks

  • Does upgrading OSX 10.6.8 cause PhotoShop 9.0.2 to stop working?

    Would upgrading OSX 10.6.8 cause PhotoShop 9.0.2 to stop working?

    A Safari upgrade will not affect PS. An OS X upgrade, however, could. See App Compatibility Table - RoaringApps.

  • Since upgrading from Mavericks to Yosemite Mail, Spotlight,Mission Control and App-Store don´t work correctly. Is it possible to return to Mavericks?

    Since upgrading from Mavericks to Yosemite Mail, Spotlight, Mission Control and App-Store don´t work correctly. Is it possible to return to Mavericks?

    If you have an external drive with an OS X Time Machine backup, then do restore of your last backup. If you have an external drive  with a bootable clone of your previous system, you can boot to that clone and re-clone the OS X on your external drive back to your Mac's internal drive.
    If you do not have either of these available, then the reverting/restoring process becomes much more complicated and involves purchasing an external drive and backing up your current system to that drive, then erasing, reformatting your hard drive and now your only options to installng an OS X version is doing a clean install of OS X 10.6 Snow Leopard, then upgrading, again, to either OS X 10.7 Lion or 10.8 Mountain Lion. OS X 10.9 Mavericks is no longer available for download and Apple has not made OS X 10.9 Mavericks available in any other form to be able to redownload and install.
    Maybe it would be better to explain in detail your issues with Yosemite to see if any of us here can help you with your difficulties.
    I am not running or using Yosemite, so I cannot help you with your Yosemite issues,
    There are others here who can help you with Yosemite.
    Good Luck.

  • Since I upgraded to the latest os my spotlight doesn't seem to work anymore and the headings across the to keep disappearing and appearing

    Since I upgraded to the latest os my spotlight doesn't seem to work anymore and the headings across the to keep disappearing and appearing

    I think I figured out Firefox, I went under Help > Troubleshooting Information > Reset Firefox.
    I only have one account on my computer. Honestly I don't even really know how multiple accounts work. I've never played around with it. I already allowed Java - should I disable it?

  • System Clock Apparently Gaining One Second Every 45 Minutes

    MacBook Pro Core Duo, OS X 10.6.8
    According to the console log, the clock on my MacBook Pro seems to be gaining about a second every 45 minutes:
    7/10/11 1:11:13 AM    ntpd[7969]    time reset -0.808832 s
    7/10/11 1:28:31 AM    ntpd[7969]    time reset -0.774710 s
    7/10/11 1:54:24 AM    ntpd[7969]    time reset -0.734610 s
    7/10/11 2:11:39 AM    ntpd[7969]    time reset -0.636148 s
    7/10/11 2:54:30 AM    ntpd[7969]    time reset -1.447670 s
    7/10/11 3:29:31 AM    ntpd[7969]    time reset -0.869028 s
    7/10/11 3:47:35 AM    ntpd[7969]    time reset -0.439925 s
    7/10/11 4:13:30 AM    ntpd[7969]    time reset -1.055200 s
    7/10/11 4:48:20 AM    ntpd[7969]    time reset -1.043842 s
    7/10/11 5:23:06 AM    ntpd[7969]    time reset -1.050135 s
    7/10/11 5:58:13 AM    ntpd[7969]    time reset -1.054077 s
    7/10/11 6:33:21 AM    ntpd[7969]    time reset -1.056519 s
    7/10/11 7:08:20 AM    ntpd[7969]    time reset -1.035000 s
    7/10/11 7:43:24 AM    ntpd[7969]    time reset -1.061526 s
    I am using the date and time auto-update in the system preferences with the Apple Time Server.  I have the identical setup on two other systems (another MacBook Pro and an intel Mac Mini) and they don't exhibit the problem.
    When I disable the auto-update and reset the clock manually using ntpdate and the NIST server, the clock only gains a second in three days with respect to the NIST server (using ntpdate to check).  When I turn the auto-update back on the same symptom recurrs.
    Any ideas as to what might be causing this and how to fix it?

    Barney-15E wrote:
    It's not your clock. There is more to network time protocol than just setting the system clock that is in the computer. Take a look here: http://www.meinberg.de/english/info/ntp.htm
    Well, that's very interesting.  Thanks.  But it doesn't explain why only one out of three identically configured computers manifests the symptom.

  • Is there an update to iOS 6? I've been having several technical issues since the upgrade. Uncontrolled zoom of the entire screen, Siri taking 25 seconds to respond and not recognizing names, locking up of the phone. All requiring a reset.

    Is there an update to iOS 6? I've been having several technical issues since the upgrade. Uncontrolled zoom of the entire screen, Siri taking 25 seconds to respond and not recognizing names, locking up of the phone. All requiring a reset.

    I would restore with backup and if that doesn't fix it try as new
    http://support.apple.com/kb/HT4137

  • ITunes causing a "pause" in my PC every second or so.

    Thanks for anyone reading this.
    I have a "pausing" problem when iTunes is maximized or in a window (problem goes away if iTunes is minimized). The problem also goes away if the display on the top portion of iTunes is the graphical equalizer instead of displaying the track info. Basically whenever iTunes is running and the track info is displayed my computer gets this pause every second or so in every application even just moving the mouse on the desktop (dual monitor setup). If I minimize iTunes or change the display to the equalizer that little annoying pause goes away. obviously I can just keep it minimzed or on the equalizer but sometimes I like to look at the disply to see what song it is and I hate to have to go thru so much work just to see the song title. Just curious if anyone has experienced anything like this??
    Thanks in advance for any replies or suggestions .....
    - AH
      Windows XP  
      Windows XP  
      Windows XP  

    Thanks for anyone reading this.
    I have a "pausing" problem when iTunes is maximized or in a window (problem goes away if iTunes is minimized). The problem also goes away if the display on the top portion of iTunes is the graphical equalizer instead of displaying the track info. Basically whenever iTunes is running and the track info is displayed my computer gets this pause every
    second or so in every application even just moving the mouse on the desktop (dual monitor setup). If I minimize iTunes or change the display to the equalizer that little annoying pause goes away. obviously I can just keep it minimzed or on the equalizer but sometimes I like to look at the disply to see what song it is and I hate to have to go thru so much work just to see the song title. Just curious if anyone has experienced anything like this??
    Thanks in advance for any replies or suggestions.....
    - AH
    Windows XP
    My situation wasn't ever this bad, but I noticed that the larger my library was, the slower it seemed to navigate. Anyway, my mouse never really paused every few seconds, but the best I can guess is that you're computer's resources may be being used a lot just to display and navigate iTunes. Don't quote me on this, but if this is indeed the cause of you're problem, you might either have to put up with the pauses, or buy a more powerful computer.
    Actually, if possible, you might want to try closing all programs you have open except iTunes. If that helps, then you can just use iTunes in that way. However, that would also confirm that your computer's resources are being used up.
    Gateway GT5082     2GB RAM (4 x 512), nVIDIA 6100 Integrated Graphics

  • What is causing safari to lock up every time I try to access my college web site

    What is causing safari to lock up every time I try to access my college web site.....all other sites work fine

    Had to say.
    What is your college website?

  • After upgrading to Firefox 9.0.1, on first run after every reboot, the following warning apears for every installed Add-on. "Another program on your computer would like to modify Firefox with the following add-on"

    After upgrading to Firefox 9.0.1, on first run after every reboot, the following warning appears for every installed Add-on.
    "Another program on your computer would like to modify Firefox with the following add-on"
    So, i have to "Enable" my installed Add-ons on each reboot.
    Would you please help me !
    P.S.: I found that these files (and some others) will be deleted on each reboot, and it happens on computer start up (not at shut down)!
    extensions.ini
    extensions.sqlite
    extensions.sqlite-journal
    And as i mentioned, i have the same anti virus on my laptop and desktop, but i have not any problem on laptop.

    Do you have security software that acts like a sandbox or uses virtualization to restore files on a next boot?
    See also:
    *http://kb.mozillazine.org/Preferences_not_saved
    *https://support.mozilla.org/kb/Preferences+are+not+saved
    It is possible that there is a problem with the file(s) that store the extensions registry.
    Delete the files extensions.* (e.g. extensions.sqlite, extensions.ini, extensions.cache) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to do a compatibility check or see if there is a compatibility update available.

  • Heartbeat time outs some times caused by clocks-out-of-sync?

    Heartbeat timeouts are usually caused by the java socket communication between the master and its slaves being slow (or dead).
    This slowness in turn can be caused by a system being overloaded, something than can easily happen when we're running out of memory.
    Memory problems can be caused by running against file system cache, which in turns eats up all memory, etc.
    Some times the java socket connection between the master and remote hosts just is slow, also causing heartbeat timeouts.
    Today I had a case where, in a multi-host situation, one of the remote hosts had his clock set five minutes early.
    On the master this resulted in lots of 'slow getmessage' warnings telling you that it took longer than five seconds between the time the message was sent and that it was received. These timings use both the master and the remote host's current clock values.
    In above case that always meant that every message was considered five minutes late.
    Then, further on during the test the remote system's clock was reset and increased by five minutes.
    That was it for the heartbeat timer, because it also uses the system's clock values.
    So, if you run into heartbeat problems again, check your clocks.
    In your 'xxxx-0.stdout.html' file you can verify, within reason, the clock settings, for instance:
    11:52:19.013 11:47:17.605 task_run_all(): 395 tasks
    11:57:39.004 11:57:39.000 Slow getMessage: hd2-0 1957 301404 REQUEST_SLAVE_STATISTICS
    The first time value is the timestamp from the master at the time the message was received, the second is from the slave at the time that the message was sent, and as you can see, there is a five minute difference. The next message shows the now changed clock values.
    The important message of this: make sure your clocks are synchronized in a multi-host environment.
    Henk.

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the word "Starting" (without the quotes) in the String Matching text field. You should now see log messages with the words "Starting * backup," where * represents any of the words "automatic," "manual," or "standard." Note the timestamp of the last such message. Clear the text field and scroll back in the log to that time. Select the messages timestamped from then until the end of the backup, or the end of the log if that's not clear. Copy them (command-C) to the Clipboard. Paste (command-V) into a reply to this message.
    If all you see are messages that contain the word "Starting," you didn't clear the search box.
    If there are runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Some personal information, such as the names of your files, may be included — anonymize before posting.

  • Upgrade to 10.4.7 causes severe display flicker

    I am running a 15-inch MacBook Pro connected to a 23" cinema HD display.
    Since the upgrade to 10.4.7, the laptop screen starts to severely flicker after approximately 3-5 minute, rendering it unusable. Moving a window around (even on the 23") will cause large amounts of flickering; the windows on the laptop screen are duplicated for a split second, and then stabilize until the next display refresh takes place.
    The problem disappears after sleeping and waking up the machine, only to resurface after another 3-5 minutes.
    Re-installing the 10.4.6 backup fixed the issue. The problem came back after re-upgrading to 10.4.7, and went away again after downgrading to 10.4.6 again.
    Is this a 10.4.7 issue, or should I have my machine repaired?
    MacBook Pro 15-inch   Mac OS X (10.4.6)   15" MBP 2.0 GHz w/ 2GB, X1600 with 256 MB

    Same problem at my end since i got the MacBook Pro 15/2.16Ghz. On connecting an external display the main screen flickers after 3-5 mins, goes purple (similar to the pics someone posted earlier) and then goes black. Sometimes it comes back for a few mins but eventually both displays freeze - the internal one goes black and teh external one retains whatever picture was on it but no mouse/kbd control is active. I opened a case with Apple 3 days ago and have been troubleshooting it with them. My next step is to revert to 10.4.6 and see if the problem ges away. An interesting twist to this is that my boss has an identical (arrived the same day) Macbook Pro running with an identical external display attached and does NOT have this problem. The difference between our instals is that i run some additional apps such as Ms Office & AdiumX.

  • UPGRADING from TIGER to LEOPARD causes audio plug ins scan WAVES PROBLEMS

    I have upgraded my G5 from Tiger to Leopard and am now running 10.5.8. I am using LOGIC PRO 8 and have upgraded that to 8.0.2. When i open LOGIC PRO and it starts to scan the audio plug ins-it causes a problem that sends me to PACE-the Interlok site for my WAVES-it says this:
    IMPORTANT!
    If you're running Mac OS X 10.5 or above and your software keeps driving you back to this site, even after installing the latest extensions, then you need to update your software, not the extensions. Contact the publisher of the software you're trying to use regarding a 10.5 compatible update. Please don't contact PACE. Only the publisher of your software can resolve this issue.
    SO-i downloaded their latest extension and i keep getting brought back to their site. My software IS updated -from 8 to 8.0.2
    PLEASE HELP

    You provided almost all information except the waves version. Most probably Waves are outdated.

  • Upgrade to linux3.1.4 causes no boot(Solved?)

    While troubleshooting the failures of my raid0 bootable Compact Flash devices, I proceeded to perform the following setup.
    I first upgraded my system in the raid0 kernel 2.6.39.3-1 with a download via pacman -Syu.  Total packages downloaded was 317.  Linux kernel 3.1.4 was not accepted for download.  All packages were successfully downloaded and installed( rm/etc/profile.d/xxxx.sh was removed).  The device was recognized in /etc/proc/mdstat as /dev/md0.
    Therefore all items concerned with the latest packages were installed.  This without the new kernel 3.1.4.  I upgraded mirrorlist which was included in the packages.  I then rebooted into my raid0 system successfully.  I then upgraded to linux 3.1.4 kernel with pacman.
    I then rebooted but failed to boot with the error : unable to find /dev/md0...no major-minor number on device by uuidxxxxxxxxxxxxxxxx.
    Thus, it seems obvious there is a problem in the linux-3.1.4-1-x86_64.pkg .tar.xz which affects the blkid, using UUID, since previous failures encountered with this kernel indicate that the uuid changed in linux kernels to accept the uuid of the booting device in this case, the boot device is the first device (0) of the two devices(0,1).  There are also indications that the /dev/md0 becomes dev md127.
    Any guidance to the solution of this discrepancy would be welcomed.
    Last edited by lilsirecho (2011-11-16 15:34:12)

    The problem occurs with many users.
    My postings in the following arch post may give you a solution.  My views are expressed therein and may not be valid(however, I have had messed up downloads with bad mirrors, despite what has been reported in that post)
    Anyhow, there have been successful uses of my approach, even though it may seem off base.
    I did the complete list of steps to correct my system.  It is possible the mirror download did not include initramfs.  My approach was to " cover the bases" in proper pacman order not having left out pertinent possibilities and has helped others to correct their problem.
    I suggest you read the whole post , decide what might be useable including the recommend from falconindy.  He can well be right but why does it hit more than one user?
    Good luck and let us know how it goes...............
    EDIT:  The same problem occurred when I upgraded to the latest Kernel.  I performed the same procedure I recommended and now have the latest kernel in 3 pairs of CF raid0 cards.  They run faster than normal by 50% in hdparm -t.  I attribute this to the raid0 mode striping.
    It is not apparent to me what order of install or what speed of performance is applicable to pacman when downloading the core items in archlinux.  Perhaps a delay(ugh) is needed for initramfs to properly install.
    All of pacman is a black art but most definitely needs to be run according to hoyle but system changes such as initramfs need to be compatible with pacman if that is the problem with upgrades(as suggested by falconindy) .
    I expect the next kernel upgrade to cause the same failure based on past experience with linux kernels.
    Last edited by lilsirecho (2011-11-17 22:08:32)

  • Upgrade to Server 3.1 caused severe battery drain on devices

    Upon upgrade to Server 3.1, I have noticed that all registered devices managed by Profile Manager -- iPhones and iPads -- experience severe battery drain.  To the point that a full charge of these device would cause complete battery drain in less than 4 hours, even on standby mode.
    Solution:
    On the managed device,
    Log on to My Devices
    You will find that even though the device is Enrolled, it will have a duplicate device
    Remove all profiles on the device
    Re-Enrol the device
    I hope Apple fixes this.  I have device enrolled that's located overseas and it's difficult to inform the users on how to re-enrol their devices over the phone.

    Hi,
    I have exactly the same problem after upgrading to Mac OS X Server 3.1.
    All the connected iOS devices are continuously communicating with the Profile Manager of this server.
    I have tried to delete all the devices and profiles and then re-enrolled them, at first this looked like the solution for me too.
    Unfortunately after several hours some of the iOS devices started communicating heavily with this OS X 3.1 Server again, so the battery draining problem was back too.
    For now I have temporary disabled the Profile Manager to stop the iOS devices communicating and draining their batteries.
    @Apple: Please fix this as soon as possible!!!
    Kind regards,
    Rene.

Maybe you are looking for

  • How to find out the Hire date of an employee?

    Hi All What is effective date, Latest start date and other date fields which are are used when we create a new employee? What is the difference between hire date and joining date? How to find out the Hire date and joining date of an employee? Regards

  • G62 A40EP - Black Screen in Win Logon

    Hi, I have a PC notebook HP G62-a40EP, with win 7 64 bits, when i turn on the laptop, the HP logo apears and when loging in Windows the sceen goes black, it has 2 GPUs, an Intel HD and an AMD HD 5470. I re-installed windows and the drivers from suppo

  • Question about reserving an Iphone on the Apple website.

    My credit is bad so my fiance will be using her name and billing info to buy the phone and sign up for AT and T. When it asks for the current phone number and account number that will be transferred, I will be wanting to give my account number and ph

  • Do we need to convert Chinese/Japanese properties to Unicode?

    Dear friends, I am new to this Internationalization concept. I have a web application and I am looking forward to implement Internationalization. To make my app support muti-language, I am using Locale & Resource bundle to find properties files based

  • New ipod Touch settings

    I have pop3.live.com and a gmail on two accounts in the mail settings on my Touch. Whenever I do something in these accounts on the Touch the same thing happends on my desktop with these mail accounts. I prefer it that way but I just want to know doe