Link to home
Start Free TrialLog in
Avatar of player8
player8

asked on

Error in .profile file

Hi Everybody,

I am geting the following error whenerver i login to the solaris server:

.profile[13]: ~finder/local.profile:  not found

Can anyone please tell what could be the reason.Please tell me if there is any problem with the settings specified in the .profile file.

Advance Thanks.
Player8
Avatar of player8
player8

ASKER

Hi  all,
Please find the contents of .profile below:
                 ******************************************
MAIL=/usr/mail/${LOGNAME:?}

PATH=.:/export/home/fndr/finder/bin:$PATH:/usr/openwin/bin:/usr/contrib/bin:/usr/local/bin:/usr/ccs/bin


export PATH
export ORACLE_HOME=/opt/oracle/product/10.1.0.4

#       profile keys for the finder project
. ~finder/local.profile

stty erase "^H" kill "^U" intr "^C" eof "^D"
stty erase ^?

                               *************************
ASKER CERTIFIED SOLUTION
Avatar of kingpukky
kingpukky

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Arty K
just execute a command:
touch ~/local.profile
this will help
Try

ls -l ~/finder/local.profile

does that file exist?

If not, and you need the "keys for the finder project", you'll need to find out what happened to that local.profile file.  Either what it was renamed to, why it was deleted, and possibly restore the file from backup.

If you don't really need to use that environment setup and that is something put in every user's .profile by default, whether or not they need the ~/finder/local.profile or not, then you can just comment that line out in your .profile.

So change
. ~finder/local.profile
TO
# . ~finder/local.profile