Strona 1 z 1

Błąd z ustawieniami lokalnymi...

: 07 lipca 2007, 18:54
autor: rmika
Podczas jakikolwiek działań na powłoce bash wyświetla mi się pewien komunikat...

Kod: Zaznacz cały

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
           LANGUAGE = (unset),
           LC_ALL =(unset),
           LANG = "pl_PL"
       are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Z tego co rozumie to muszę zmienić ustawienie lokalne... tylko za bardzo to nie wiem jaka do tego służy komenda w bashu...

Korzystam z FluxBoxa...

[ Dodano: 2007-07-07, 19:44 ]
wpisuje w konsoli

Kod: Zaznacz cały

 dpkg-reconfigure locale
to mi wyświetla takie coś:

Kod: Zaznacz cały

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
           LANGUAGE = (unset),
           LC_ALL =(unset),
           LANG = "pl_PL"
       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: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Package 'locale' is not installed and no info is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: locale is not installed
spróbowałem potem zainstalować to całe "locale" za pomocą

Kod: Zaznacz cały

apt-get install locale 
ale wo gule nie znajduje mi takiej paczki... :(

: 07 lipca 2007, 19:55
autor: mlyczek
Paczka nazywa się locales. Daj

Kod: Zaznacz cały

dpkg-reconfigure locales
i będzie ok.

: 07 lipca 2007, 20:02
autor: rmika
no właśnie miało być locales no i to mi zadziałało wielkie dzięki... :) punkt dla ciebie .... :)