Mac The Software Update Server Is Not Responding

Resolve Office 2016 AutoUpdate for Mac not Working. To download the latest updates for Office 2016, I needed to have AutoUpdate version 3.4 installed. Dec 26, 2018  Often, this traps users in a loop of trying to install this “critical software update” that never seems to work, essentially locking down the Mac (not the first time Macs have encountered.

PJS


Apr 29, 2020  MAC address is used to uniquely mark a network card in the network. If a device has one or more network cards, each of them needs and will have a unique MAC address. To fix the DNS server is not responding error, entering the MAC address manually could be a solution. But before you start, you need to figure out what is your MAC address. Out of 3 Macs that I have, only one of them is sorta working (Showing Set up router for better performance). Other two has the 'iCloud server not working'. I know it's not a port forward issue since I have plugged one of the MBP directly to the modem. The DNS (Domain Name System) is a directory of records for the Internet (just like a phonebook directory).A DNS server associates a domain name such as www.ubergizmo.com with an IP address, because names are much easier than numbers for users to remember.When DNS servers aren’t accessible, you can no longer access your favorite sites.

Joined
Aug 15, 2011
Messages
29
Reaction score
0
Points
1
All of a sudden, when I go onto Safari on my iPad mini, I get a message saying 'Safari could not open the page because the server stopped responding.' I can access other online things such as Weather Channel, e-mail, iTunes, etc. It just Safari that's not connecting. One minute it was fine, and then it stopped. On my desktop computer, Safari is working fine.
I tried turning on and off Wifi on my iPad, but that didn't help. Why did this happen all of a sudden,and what can be done to fix it? Is the problem on my end or on Safari's end?
Thank you!

There are a lot of great things Google has brought to the table over the years, including Search, Maps, and the Google Pixel smartphone (its cameras, anyway). Unfortunately, it's also an apex predator often accused of mining and collecting personal data in questionable ways.

A case in point is the GoogleSoftwareUpdate.app file that gets installed on Macs in the presence of Google apps such as Chrome and Google Earth.

First discovered by Wireda decade ago, the pesky file runs in the background and supports software patching and updating. Unfortunately, it also grabs your computer's hardware information, usage frequency, the number of active profiles on your computer, and more.

Update

Recently, it's been rearing its ugly head again with the update to macOS Catalina. With the new Catalina security settings in place, updaters you may not have even known were there are being spotlighted, asking if you're OK with what they're doing. The first time you open Chrome on your Mac, you may see a notification asking if you want to run GoogleSoftwareUpdater.app, noting that Google installed it at a previous time. If you click 'OK,' you're back to what you've always been doing. If you click 'Cancel,' you have a new set of annoyances to deal with.

The folks over at E-Thinkers say what Google claims the file does is 'harmless.' However, because of how it's been designed, it 'behaves like a malware.'

What will you think if I'm telling you that there is a piece of software that:

  • it installs in your computer without explicit asking for your permission, nor giving the options to decline it;
  • it frequently sending data back to Google without your knowledge;
  • it can't be configured via a settings menu;
  • there is no uninstallation tool for you;
  • and it will re-install by itself if you delete it.'

I would agree, which is why removing GoogleSoftwareUpdate.app permanently might be the best course of action for most Mac users. However, because the tool's main objective is to automatically update Google software in the background, a better solution might be to change how often Google can check for those updates.

Warning: This guide is for expert-level users. If you don't have a comfortable understanding of Terminal, low-level systems, and security, stay away. Otherwise, as a responsible adult: proceed at your own risk.

Confirming GoogleSoftwareUpdate.app

Before attempting to delete or adjust the Google file, you should confirm its existence on your computer. Hint: If you have a Google product installed, it's almost certainly there somewhere!

E-Tinkers first published each of the following steps in January 2018. Apparent changes made by Google required an update released in July 2019.

To confirm GoogleSoftwareUpdate.app is installed, you'll need to bring up Terminal.

  1. Selection Go on the Mac toolbar.
  2. Choose Utilities.
  3. Click Terminal.

  4. Type of the following command syntax: defaults read com.google.Keystone.Agent.plist .
  5. Hit Return. You should see a screen like the following; if you don't, the file isn't installed:

    Source: E-Tinkers

Adjusting how often GoogleSoftwareUpdate.app runs

In the screenshot above, note the checkInternal setting. This shows how often Google checks your computer for software updates in seconds. In the example above, Google checks every five hours (3,600 x 5 = 18,000 seconds) by default. You can adjust this time by changing it using Terminal. By changing how often the updater check for software updates, you can continue to use your Google apps, but only run it once in a while.

  1. Selection Go on the Mac toolbar.
  2. Choose Utilities.
  3. Click Terminal.

  4. Type of the following command syntax:

    defaults write com.google.Keystone.Agent checkInterval 604800 where the check now happens every 24 hours.

If you change the checkInternal to 0, Google's no longer sending data, which E-Tinkers rightly notes is sufficient for most users.

For those who don't like how Google uses the GoogleSoftwareUpdate.app on Mac, uninstalling might be the best option.

The best video editing software for Mac is Final Cut Pro. It is an Apple product designed to harness the power of Mac computers for speedy and flawless editing. It comes equipped with state-of-the-art video/audio editing tools, including special effects, filters, motion graphics, and an array of enhancements for creating professional videos. Jun 28, 2020  Shotcut is highly versatile free video editing software available on Mac and PC. Once you get past the somewhat steep learning curve, you’ll find you can do quite a lot with Shotcut. And, since it’s a free software, you have the option of seeing whether or not you like it without having to pay a cent. Video rendering software for mac download.

To uninstall GoogleSoftwareUpdate.app

You can disable GoogleSoftwareUpdate.app by using the command syntax: sudo rm -R ~/Library/Google/GoogleSoftwareUpdate/. Unfortunately, with this solution, it will quickly return if you once again run a Google app on your Mac.

Because of this, you need to take different steps to uninstall the app. These steps will prevent Google apps from reinstalling the update again by creating a dummy file with the same name:

  1. Selection Go on the Mac toolbar.
  2. Choose Utilities.
  3. Click Terminal.

  4. Type of the following command syntax:

    sudo touch ~/Library/Google/GoogleSoftwareUpdate

    sudo chmod 444 ~/Library/Google/GoogleSoftwareUpdate

One final step

My Server Is Not Responding

In July, E-Tinkers determined Google had changed a setting so GoogleSoftwareUpdate.app would install on the global level on a Mac if a user deleted it at the user level. Therefore, you should also run this command in Terminal:

sudo touch /Library/Google/GoogleSoftwareUpdate

sudo chmod 444 /Library/Google/GoogleSoftwareUpdate

Is GoogleSoftwareUpdate.app really gone?

Apple Software Update Not Working

To confirm the Google app is now removed from your computer:

  1. Launch Google Chome.
  2. Type chrome://help in the URL. You should see the following:

My mac won

Mac Os Will Not Update

It's light's out for GoogleSoftwareUpdate.app on your computer!

What about updates?

If you want to update a Google app on your Mac after following the steps above, you'll need to delete it, then install it again from the Google website. You'll once again need to delete GoogleSoftwareUpdate.app after doing so, however.

Any questions?

Let us know if you have any questions about the steps offered in this post below.

Mac The Software Update Server Is Not Responding App

We are open

Apple Sanlitun, Apple's newest store in China, is opening today

Mac Will Not Update

Apple has announced that its newest retail store, Apple Sanlitun in Bejing, is opening to customers in the area later today.