![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Couldn't set locale correctly | Mr Pink | SUN Solaris | 7 | 03-03-2009 08:16 AM |
| Using locale | alodha | UNIX for Dummies Questions & Answers | 3 | 02-15-2005 04:32 PM |
| Input Locale | stumpy | UNIX for Dummies Questions & Answers | 2 | 09-01-2004 07:05 PM |
| Locale setting | Dippan | High Level Programming | 1 | 07-10-2002 10:07 AM |
| How to change locale ? | snsrini | UNIX for Dummies Questions & Answers | 1 | 11-26-2000 02:43 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Couldn't set locale correctly
When a user connects via ssh to one of out Sun V120 boxes the following message is displayed.
"couldn't set locale correctly" The .profile has the following line # @(#)local.profile 1.6 98/02/06 SMI stty istrip stty erase ^H So I put a set -x in the .profile and re sourced it and then got the following output. PGW-A$ . ./.profile + stty istrip + stty erase ^H + couldn't set locale correctly All the env variables seem to get exported ok, does anyone know; 1 if this is just an annoying message or telling me something more serious? 2 How to remedy the problem? Cheers Matt |
|
||||
|
i dont use istrip when doing personal profile mods.
i use ksh as my default shell. the only things in my profile are: Code:
[qgatu003]/export/home/user1$cat .profile PATH=$PATH:/usr/local/bin:/usr/sbin; export PATH MANPATH=$MANPATH:/usr/share/man:/usr/perl5/man; export MANPATH EDITOR=vi; export EDITOR set -o vi stty erase |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|