On Mon, Oct 18, 2010 at 09:23:48PM +0900, Nobuhiro IMAI wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
> 
> Package: proftpd-basic
> Version: 1.3.3a-3
> Severity: normal
> 
> Hello,
> 
> I found that ProFTPd does not switch a language with LANG client
> command properly.
> 
> server starded with locale C:
> $ telnet localhost 21
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> 220 ProFTPD 1.3.3a Server (Debian) [::ffff:127.0.0.1]
> LANG ja-JP
> 200 Using language ja-JP
> USER user
> 331 Password required for user
> PASS pass
> 230 User user logged in
> PWD
> 257 "/" is the current directory
> QUIT
> 221 Goodbye.
> Connection closed by foreign host.
> 

fran...@blegrez:~$ telnet localhost 21
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 ProFTPD 1.3.3a Server (Debian) [::1]
LANG en_US
200 Using language en_US
LANG it_IT
200 In uso la lingua it_IT
quit
221 Arrivederci.
Connection closed by foreign host.


> Hmm, LANG command is accepted but the response message is not
> affected. Is this a bug or spec?
> 

Please verify that locale -a includes the required localization sets.
If you installed localepurge probably they have been stripped out.
Also check answer by proftpd -td6 to verify all provided locale
are loaded.

-- 
Francesco P. Lovergine



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to