Google Chrome hook

Issues related to applications and software problems
Post Reply
lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Google Chrome hook

Post by lightman47 » 2018/01/10 18:25:04

Why is Google Chrome doing this during my updates - does anybody know?

Code: Select all

Redirecting to /bin/systemctl start atd.service
Thank you.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Google Chrome hook

Post by TrevorH » 2018/01/10 18:34:05

Looks like they've been learning from microsoft who do something similar in their skypeforlinux package rpm postscript.
echo "rpm --import $TMP" | at now + 2 minutes > /dev/null 2>&1
Thanks!

Running systemctl mask atd stops this :-o
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: Google Chrome hook

Post by lightman47 » 2018/01/10 18:49:25

So, does your suggestion negate future attempts or does it also "undo" what what was just done?

- edit:

AH - having run that, how do I undo, or is that possible?

Thank you.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Google Chrome hook

Post by TrevorH » 2018/01/10 20:44:46

mask <-> unmask
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: Google Chrome hook

Post by lightman47 » 2018/01/10 21:23:57

Apologies -
the question was actually "how do i undo what has already been done?", not how do I undo the command..

My bad.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Google Chrome hook

Post by TrevorH » 2018/01/10 22:04:14

`rpm -q --scripts chrome` then read, understand and work out what to do. No easy answer.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: Google Chrome hook

Post by lightman47 » 2018/01/11 10:15:22

Ahhhh. Thank you.
:-/

McLinux
Posts: 6
Joined: 2014/04/16 13:00:51

Re: Google Chrome hook

Post by McLinux » 2020/09/22 12:37:02

From the script:

Code: Select all

#...Also preemptively start atd because for some reason it's
# not always running, which kind of defeats the purpose of having 'at' as a
# required LSB command.
service atd start
echo "sh /etc/cron.daily/google-chrome" | at now + 2 minute > /dev/null 2>&1
It's just making sure that google-chrome can actually check for updates.

Post Reply