| Re: Problem with language settings in a VE (*SOLVED*) [message #15629 is a reply to message #15549] | 
			Tue, 07 August 2007 13:07    | 
		 
		
			
				
				
				
					
						  
						marc1911
						 Messages: 11 Registered: August 2007 
						
					 | 
					Junior Member  | 
					 | 
		 
		 
	 | 
 
	
		Thanks Vaverin for your contribution in finding a solution. 
 
I've finally found the problem. At the very begin of my problems I copied the /etc/sysconfig/i18n file from the OpenVZ Host to the exact same location on the VPS. I didn't understand why this file was missing on the VPS and forgot all about it in my quest for a sollution. 
 
The solution I found is as follows: 
1) remove the /etc/sysconfig/i18n on the VPS 
2) (on the VPS)# localedef -i en_US -f ISO-8859-1 en_US 
 
Check: 
# locale -a 
 
Instead of the previous error messages I get the following output: 
C 
POSIX 
en_US 
en_US.iso88591 
 
Everything is oke now, but i still do not know why the file i18n doesn't exist on the VPS? 
 
Anybody? 
 
 
Regards, 
 
Marc 
		
		
		[Updated on: Tue, 07 August 2007 13:09] Report message to a moderator  
 |  
	| 
		
	 | 
 
 
 |