B

Ogólne pytania dotyczące systemu
Awatar użytkownika
rmika
Beginner
Posty: 117
Rejestracja: 14 czerwca 2007, 08:55

Błąd z ustawieniami lokalnymi...

Post 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... :(
mlyczek
Junior Member
Posty: 979
Rejestracja: 02 sierpnia 2006, 19:17

Post autor: mlyczek »

Paczka nazywa się locales. Daj

Kod: Zaznacz cały

dpkg-reconfigure locales
i będzie ok.
Awatar użytkownika
rmika
Beginner
Posty: 117
Rejestracja: 14 czerwca 2007, 08:55

Post autor: rmika »

no właśnie miało być locales no i to mi zadziałało wielkie dzięki... :) punkt dla ciebie .... :)
ODPOWIEDZ