- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Strange behaviour :- While connected usign FTP...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2007 11:52 PM
08-09-2007 11:52 PM
Strange behaviour :- While connected usign FTP, the listing of the files shows in different language
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /usr/bin/ls.
insgesamt 2
drwxr-xr-x 2 migroe sapsys 96 11. Juli, 13:02 testdir
-rw-r--r-- 1 migroe sapsys 0 11. Juli, 13:02 testfile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2007 11:56 PM
08-09-2007 11:56 PM
Re: Strange behaviour :- While connected usign FTP, the listing of the files shows in different language
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2007 12:35 AM
08-10-2007 12:35 AM
Re: Strange behaviour :- While connected usign FTP, the listing of the files shows in different language
definitely sounds like a localization issue.
swlist -l product | more
You may see some German localizations installed and you would need to remove them and install English.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2007 01:37 AM
08-10-2007 01:37 AM
Re: Strange behaviour :- While connected usign FTP, the listing of the files shows in different language
#locale
LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=
#
Attached ftp_issue.txt file contains the output of "locale -a" and "swlist -l package | grep locale" . As per the output, German language is installed but not set as default.
In a different server with German language installed work fine with FTP. So, unistallation of the German language is not a solution for this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2007 02:15 AM
08-10-2007 02:15 AM
Re: Strange behaviour :- While connected usign FTP, the listing of the files shows in different language
Just because it is installed, doesn't mean it is active, as Unnikrishnan also points out.
I too have zillions of locales, but I only run with American Nerd. All set by LANG or LC_*.
>The output of "locale" is below.
This is the output for who??
Is this anonymous ftp or a specific user? And if the latter, have you chrooted ftp so you need to look at that .profile?
If not there it may be set at some higher level.