Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

polish signs for keybord

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
cas_ccnp
Posts: 11
Joined: 2015-01-04 09:25

polish signs for keybord

#1 Post by cas_ccnp »

hello

I have an issue with polish signs on my debian. Tried to change locale but it does not work:

Code: Select all

root@debian8:/home/cas# dpkg-reconfigure keyboard-configuration
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LANG = "en_GB.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LANG = "en_GB.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LANG = "en_GB.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
please help

cronoik
Posts: 310
Joined: 2015-05-20 21:17

Re: polish signs for keybord

#2 Post by cronoik »

Install the polish locales before you set the keyboard layout.

Code: Select all

dpkg-reconfigure locales
Have a nice day!

cas_ccnp
Posts: 11
Joined: 2015-01-04 09:25

Re: polish signs for keybord

#3 Post by cas_ccnp »

I have that I guess:

Code: Select all

Default locale for the system environment:                                │  
 │                                                                           │  
 │                                None                                       │  
 │                                pl_PL.UTF-8                                │  
 │                                                                           │  
 │                                                                           │  
 │                    <Ok>                        <Cancel>   

Code: Select all

root@debian8:/etc/apt# dpkg-reconfigure locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LANG = "en_GB.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
Generating locales (this might take a while)...
  pl_PL.UTF-8... done
Generation complete.

cas_ccnp
Posts: 11
Joined: 2015-01-04 09:25

Re: polish signs for keybord

#4 Post by cas_ccnp »

actaully, after I done it, it is working. ółąśżź :) thanks !

cas_ccnp
Posts: 11
Joined: 2015-01-04 09:25

Re: polish signs for keybord

#5 Post by cas_ccnp »

Damn. Today problem comes back. I repeted procedure and still no luck:

Code: Select all

root@debian8:/home/cas# dpkg-reconfigure locales
Generating locales (this might take a while)...
  pl_PL.UTF-8... done
Generation complete.

root@debian8:/home/cas# dpkg-reconfigure keyboard-configuration
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Please help ...

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: polish signs for keybord

#6 Post by debiman »

we will need additional output.
please search the debian wiki for locale-related stuff, do some troubleshooting, show us some config files etc.

ps:
on my system, tab completion for locale gives:

Code: Select all

locale      locale-gen  localectl   localedef

margaretH
Posts: 14
Joined: 2017-01-23 20:22

Re: polish signs for keybord

#7 Post by margaretH »

man 7 local
and apt-conf has a option for language`s.

http://www.tldp.org/HOWTO/Polish-HOWTO.html

Post Reply