I was following a tutorial on installing Homebrew and I changed the ownership of /usr/local/ to me. Now McAfee Security won't start This is the exact line I typed:
Then I tried to fix it with:
I still can't start mcafee. It say "McAfee Security software failed to launch. error Code: 1
I'm not sure who the original owner and group were. also in the process of installing Homebrew I changed permissions with
I Think I changed them back correctly with:
Does anyone know what I need to do to get Mcafee working again?
Here is what ls -l looks like for those directories
Any advice is welcome
---------- Post updated at 12:32 AM ---------- Previous update was at 12:11 AM ----------
I rebooted and McAfee starts up. I'm hoping that everything is the way it should be. I can't run a manual update, but that may be because its already up to date.
It was a long time ago, but I know it was my administrative account. I tried to find out from the install logs, but I must be looking in the wrong location.
---------- Post updated at 10:45 AM ---------- Previous update was at 10:40 AM ----------
I just looked in the help file and it says "Prerequisites
You must have administrator rights to install McAfee Security."
---------- Post updated at 01:55 PM ---------- Previous update was at 10:45 AM ----------
I ran the McAfee repair utility (/usr/local/McAfee/repairMSC) Everything is working fine now
As a general rule, never change ownership of a system level directory, and definitely do not change that ownership recursively.
drwxr-xr-x 8 root wheel 272B Mar 8 15:58 local
The homebrew developers should get their hands slapped if they indeed require that /usr/local ownership be changed recursively. They have no idea what's in there, or the potential impact, apparently.
This User Gave Thanks to [MA]Flying_Meat For This Post:
I'm not sure if this is the default behavior for the ld command, but it does not seem to be looking in /usr/local/lib for shared libraries.
I was trying to compile the latest version of Kanatest from svn. The autorgen.sh script seems to exit without too much trouble:
$ ./autogen.sh
checking... (2 Replies)
It seems this is a oft debated item, that's over my head.
So here's what I've got:
Java 7 set up at /opt/ but I really want it at /usr/local...
What have I done?
Have: Debian 7 (whezzy) with gnome, so what do I do to set things back where it should be?
I guess this is a hot topic... (3 Replies)
My git user has permission in sudoers to run a wrapper script to move files into my webroot.
Everything is working fine except for the chown line. After the script has run, the files ar still root:root instead of apache:apache.
Scratching my head...:confused:
#!/bin/sh
echo
echo "****... (4 Replies)
Legends,
I am not able to set "expr" function in ksh script.
Below is the sample code i used, and output is as "Syntax error"
Please help me to come out of it.
OUTPUT (9 Replies)
Hi Dears,
I have one requirement like this:
general user A can execute command C with root privilege by sudo configuration
some folders and files are created during the command C execution
user A cannot access those folders and files because the owner is root user, so I want the user A... (0 Replies)
I can able to access /usr/local/bin/cvs in the terminal (AIX 6.1 Box). but i am getting the "/usr/local/bin/cvs: Not found " when i call it from the script. please some one assist me what maybe problem (6 Replies)
Hello Gurus,
Can any one explain me the difference between /opt and /usr/local. When should we use them. Can we link with any directory in windows I mean similarity between unix and windows. (7 Replies)
it seems that /usr/local/lib is not searched by ld-linux.so by default in fedora14.
If so, why some software put its lib files in /usr/local/lib? eg: glib and gtk+. (6 Replies)
Hi gentlemen.
For what intended is the directory /usr/local/bin? In this directory are some script.
I don't understand how these scripts being in this directory are started.
Each time after registration of the user occurs start of these scripts. These scripts start applications. (7 Replies)
hi
Howto configure Ralus at /usr/local/etc/be-agent.cfg on freeBSD 7.0 for Backup Exec 9.1?
I've tried the following:
# cat /usr/local/etc/be-agent.cfg
name bsd.domain
export / as root
export /usr as usr
export /var as var
export /tmp as tmp
force_address 10.10.1.50
tell... (0 Replies)