An open community 
of Macintosh users,
for Macintosh users.

FineTunedMac Dashboard widget now available! Download Here

Previous Thread
Next Thread
Print Thread
Google Update Intaller
#12460 10/16/10 07:55 PM
Joined: Aug 2010
OP Offline

Joined: Aug 2010
mad Google Update Intaller pops up every 15-30 minutes since I loaded Picassa and Chrome. Followed instructions to remove all related programs here involving typing either of these into Terminal

Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app
/Contents/Resources/install.py --uninstall


or

sudo /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app
/Contents/Resources/install.py --uninstall


but get error messages in either case. For example:

sudo: /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app
/Contents/Resources/install.py: command not found


Hate this pop-up and will make do with no Google downloads (except Google Earth) until they fix this issue... In the mean time, how can I get rid of this nasty feature?

Last edited by dianne; 10/16/10 10:20 PM. Reason: inserted hard returns to italicized text to eliminate window stretching in Safari.

MacBook Pro 15" (2.33 Intel Duo/3GB/667MHz/120GB/10.6.8),
MacBook 13" (2.1 Intel Duo/3GB/667MHz/120GB/10.6.8),
PowerBook G4 12" (1.5 PowerPC/768MB/70GB/10.4.11),
Various LaCie Firewire HDs, Airport Extreme, Express
Re: Google Update Intaller
spmcc123 #12461 10/16/10 08:38 PM
Joined: Aug 2009
Likes: 7
Online

Joined: Aug 2009
Likes: 7
Did you type those commands or paste them? Assuming that they were correct, pasting is much less prone to errors, to say the least.


Jon

macOS 11.7.10, iMac Retina 5K 27-inch, late 2014, 3.5 GHz Intel Core i5, 1 TB fusion drive, 16 GB RAM, Epson SureColor P600, Photoshop CC, Lightroom CC, MS Office 365
Re: Google Update Intaller
spmcc123 #12463 10/16/10 08:59 PM
Joined: Sep 2009
Offline

Joined: Sep 2009
You could try listing that file, to see if it's there:
Code:
ls -l /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/\
Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/install.py

(apparently, not in my case):
Code:
ls: /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/\
Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources/install.py: 
No such file or directory

Then start "walking up the tree", to see what is there and at which point:

i.e., is anything in the Resources folder (or does it even exist):
Code:
ls -la /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/\
Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/Resources

...and so on, up the hierarchy:
Code:
ls -la /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/\
Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents

ls -la /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/\
Contents/Resources

ls -la /Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/\
Contents

ls -la /Library/Google/GoogleSoftwareUpdate

ls -la /Library/Google

Usually 'command not found' means the item simply isn't there, or the pathname was entered incorrectly (as Jon suggests).

--

Does this installer popup every 30 minutes even if you're offline?

Last edited by Hal Itosis; 10/16/10 09:09 PM. Reason: decided to go with \ escape + newline for easier reading
Re: Google Update Intaller
spmcc123 #12466 10/16/10 10:23 PM
Joined: Aug 2009
Moderator
Offline
Moderator

Joined: Aug 2009
spmcc123,

Might any information in Google Updater for the Mac - FAQs be useful?

The instructions for How do I uninstall Google Updater? differ from those you cite in What is Google Software Update?


Back up everything you can't afford to lose: documents, mail, movies, music, photos, and other data and settings.
Re: Google Update Intaller
jchuzi #12467 10/17/10 03:07 AM
Joined: Aug 2010
OP Offline

Joined: Aug 2010
Pasted. Several times it asked me for password and I could not type it in Terminal (don't know why). Other times it went straight to error message


MacBook Pro 15" (2.33 Intel Duo/3GB/667MHz/120GB/10.6.8),
MacBook 13" (2.1 Intel Duo/3GB/667MHz/120GB/10.6.8),
PowerBook G4 12" (1.5 PowerPC/768MB/70GB/10.4.11),
Various LaCie Firewire HDs, Airport Extreme, Express
Re: Google Update Intaller
spmcc123 #12469 10/17/10 09:37 AM
Joined: Aug 2009
Likes: 7
Online

Joined: Aug 2009
Likes: 7
When you type your password in Terminal, it always appears that nothing is happening. This has been designed into the OS to prevent someone from seeing the password. Rest assured that it has been entered. After typing the password, press Return to execute the command.


Jon

macOS 11.7.10, iMac Retina 5K 27-inch, late 2014, 3.5 GHz Intel Core i5, 1 TB fusion drive, 16 GB RAM, Epson SureColor P600, Photoshop CC, Lightroom CC, MS Office 365
Re: Google Update Intaller
spmcc123 #12470 10/17/10 09:50 AM
Joined: Aug 2009
Likes: 15
Online

Joined: Aug 2009
Likes: 15
> Other times it went straight to error message

A "sudo" command requires a password; "non-sudos" do not.

Edit: Also, once you enter you password during a Terminal session it does not ask for one again.

Last edited by artie505; 10/17/10 09:53 AM.

The new Great Equalizer is the SEND button.

In Memory of Harv: Those who can make you believe absurdities can make you commit atrocities. ~Voltaire
Re: Google Update Intaller
artie505 #12471 10/17/10 11:01 AM
Joined: Aug 2009
Likes: 3
Moderator
Offline
Moderator

Joined: Aug 2009
Likes: 3

Quote:
...once you enter you password during a Terminal session it does not ask for one again.

That's not quite right. The password provides a short window (five minutes, by default) during which sudo actions can be undertaken; then the password will need to be entered again.

From man sudo:

Once a user has been authenticated, a time-stamp is updated and the user may then use sudo without a password for a short period of time (5 minutes unless overridden in sudoers).



dkmarsh—member, FineTunedMac Co-op Board of Directors
Re: Google Update Intaller
dkmarsh #12481 10/17/10 11:04 PM
Joined: Aug 2009
Likes: 15
Online

Joined: Aug 2009
Likes: 15
Thanks for clarifying that.

I've needed to re-enter my password on occasion, but I always thought it was because I'd quit and relaunched Terminal...that as long as Terminal remained open I was good to go.


The new Great Equalizer is the SEND button.

In Memory of Harv: Those who can make you believe absurdities can make you commit atrocities. ~Voltaire
Re: Google Update Intaller
artie505 #12482 10/18/10 12:24 AM
Joined: Aug 2009
Offline

Joined: Aug 2009
If you don't want to wait for the time to expire, you can enter:

sudo -k

That doesn't require a password, and in fact can be run by users not ordinarily authorized to run sudo. It immediately revokes any temporary credentials, so a password will be requested on the next use of sudo.

Re: Google Update Intaller
ganbustein #12484 10/18/10 03:44 AM
Joined: Aug 2010
OP Offline

Joined: Aug 2010
Well.... thanks for all the advice! I am hugely surprised that Google has sprung this on the world. I can do without Picassa and Chrome, but Google Earth was a real joy....

I went back and pasted the command in Terminal, typed the password, then checked to see if it was still there, following Hal's instructions. Seems to have gone. Then, next morning... it was BACK! Perhaps it is because I did not shut down (or correct permissions, run utilities and shut down??)

Seems to pop up only when I am on line.... Dianne, I think the link you provided was for an earlier version (2007) of the updater, since discontinued (might be wrong). The link I was following is a 2010 page.



MacBook Pro 15" (2.33 Intel Duo/3GB/667MHz/120GB/10.6.8),
MacBook 13" (2.1 Intel Duo/3GB/667MHz/120GB/10.6.8),
PowerBook G4 12" (1.5 PowerPC/768MB/70GB/10.4.11),
Various LaCie Firewire HDs, Airport Extreme, Express
Re: Google Update Intaller
ganbustein #12485 10/18/10 05:26 AM
Joined: Aug 2009
Likes: 15
Online

Joined: Aug 2009
Likes: 15
Thanks for that, but let me be certain that I follow...

After I enter my password, sudo -k will extend the 5 minute limit on that password entry to "the Epoch" (whenever that may be), but only for that one command?

Code:
man:sudo:

-k          The -k (kill) option to sudo invalidates the user's
                   timestamp by setting the time on it to the Epoch.  The next
                   time sudo is run a password will be required.  This option
                   does not require a password and was added to allow a user
                   to revoke sudo permissions from a .logout file.


The new Great Equalizer is the SEND button.

In Memory of Harv: Those who can make you believe absurdities can make you commit atrocities. ~Voltaire
Re: Google Update Intaller
spmcc123 #12486 10/18/10 05:42 AM
Joined: Aug 2009
Likes: 15
Online

Joined: Aug 2009
Likes: 15
> Then, next morning... it was BACK!

> Seems to pop up only when I am on line....

I'm only guessing, because I don't run any Google apps and can't experiment, but that-all sounds like you may have a box checked somewhere in your app's prefs that's telling it to check for updates and that it does so when you launch your browser. (Every 15-30 minutes just plain doesn't sound intended, though; have you contacted Google?)


The new Great Equalizer is the SEND button.

In Memory of Harv: Those who can make you believe absurdities can make you commit atrocities. ~Voltaire
Re: Google Update Intaller
artie505 #12492 10/18/10 05:01 PM
Joined: Aug 2009
Offline

Joined: Aug 2009
Originally Posted By: artie505
After I enter my password, sudo -k will extend the 5 minute limit on that password entry to "the Epoch" (whenever that may be), but only for that one command?

No, it's the other way around. The "epoch" for Unix is Jan 1, 1970 at 00:00:00 GMT. The 5-minute window during which the previous password entry is still valid becomes the 5 minutes starting then.

The practical effect is to make the old password entry expire immediately, even if its normal 5-minute lifetime still has time to run.

Here's an example session (with comments) that was run through in less than a minute:

ronk@Zebra:~(0)$ su -l admin # first, become an admin
Password:
admin@Zebra:~(0)$ sudo echo x # first use of sudo requires password
Password:
x
admin@Zebra:~(0)$ sudo echo x # second use does not
x
admin@Zebra:~(0)$ sudo -k # kill the timer
admin@Zebra:~(0)$ sudo echo x # so now I need a password again
Password:
x
admin@Zebra:~(0)$ sudo echo x # the second password is still good
x
admin@Zebra:~(0)$ logout # I'm done being an admin
ronk@Zebra:~(0)$


Re: Google Update Intaller
ganbustein #12501 10/19/10 04:55 AM
Joined: Aug 2009
Likes: 15
Online

Joined: Aug 2009
Likes: 15
Aaah... I see!

Many thanks for taking the time to post that clear example.


The new Great Equalizer is the SEND button.

In Memory of Harv: Those who can make you believe absurdities can make you commit atrocities. ~Voltaire

Moderated by  alternaut, dianne, dkmarsh 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.4.33 Page Time: 0.029s Queries: 44 (0.022s) Memory: 0.6487 MB (Peak: 0.7666 MB) Data Comp: Zlib Server Time: 2024-03-28 16:23:47 UTC
Valid HTML 5 and Valid CSS