Re: Debian 4.0 - perl: warning: Setting locale failed.

2007-09-28 Thread Robert Tasarz
Adam Byrtek wrote:
 On 9/28/07, Linuks pytania [EMAIL PROTECTED] wrote:
 Cześć. Nie mogę sobie poradzić z lodales-ami i Perlem. Dużo o tym na Google 
 ale mi jakoś nie działa.
 
 Gdzie ustawiasz locale? Aby działały system-wide musisz wrzucić je do
 /etc/environment, a nie tylko do profilu użytkownika.
 
 % cat /etc/environment
 LANG=en_US.UTF-8

Od pewnego czasu Debian way jest ustawienie tego również w
/etc/default/locale. Oczywiście dla kompatybilności wstecz warto pewnie
mieć ten wpis w obu miejscach.

pozdrawiam,
  Robert Tasarz


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



Re: Debian 4.0 - perl: warning: Setting locale failed.

2007-09-28 Thread Mateusz (haras.pl) Harasymczuk
On 9/28/07, Linuks pytania [EMAIL PROTECTED] wrote:

 Cześć. Nie mogę sobie poradzić z lodales-ami i Perlem. Dużo o tym na Google 
 ale mi jakoś nie działa.

 Po zaistalowaniu Debiana 4.0 od razu Midnight Commander ma krzaczki w 
 układzie okien. Zrobienie dpkg-reconfigure locales i wybranie pl_PL 
 ISO-8859-2 jest możliwe do wykoanania tylko fizycznie na serwerze, poprzez 
 SSH nie udało mi się. Wybranie pl_PL jako domyślnych ustawień chyba 
 przechodzi bo wypisuje że generating ... pl_PL.ISO-8859-2 done i 
 complete. Sprawdzam locale, jest ustwione wszystko na pl_PL oprócz LC_ALL.

 Mimo to cron do mnie pisze codziennie:
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LANG = pl_PL.UTF-8
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).


 Może lepiej przejść na UTF-8?



lepiej.
polecam:

echo pl_PL.UTF-8 UTF-8  /etc/locale.gen
echo pl_PL.ISO-8859-2 ISO-8859-2  /etc/locale.gen
echo en_US.UTF-8 UTF-8  /etc/locale.gen
locale-gen

pierwszy ustawi Ci default locale, reszta dla kompatybilnosci
-- 
Mateusz Harasymczuk
www.haras.pl


Debian 4.0 - perl: warning: Setting locale failed.

2007-09-28 Thread Linuks pytania

Cześć. Nie mogę sobie poradzić z lodales-ami i Perlem. Dużo o tym na Google ale 
mi jakoś nie działa.

Po zaistalowaniu Debiana 4.0 od razu Midnight Commander ma krzaczki w układzie 
okien. Zrobienie dpkg-reconfigure locales i wybranie pl_PL ISO-8859-2 jest 
możliwe do wykoanania tylko fizycznie na serwerze, poprzez SSH nie udało mi 
się. Wybranie pl_PL jako domyślnych ustawień chyba przechodzi bo wypisuje że 
generating ... pl_PL.ISO-8859-2 done i complete. Sprawdzam locale, jest 
ustwione wszystko na pl_PL oprócz LC_ALL.

Mimo to cron do mnie pisze codziennie:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = pl_PL.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).


Może lepiej przejść na UTF-8?



perl: warning: Setting locale failed.

2005-08-12 Thread Alexandre Delanoë
Bonjour,
lors de mon dernier upgrade, je me retrouve avec le message d'erreur suivant:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = fr_FR
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

La question s'est déjà posée sur la liste Debian mais en espagnol:
***
Desde que ejecuté el programa castellanizar al instalar
paquetes recibo los siguienes errores:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = es_ES,
LC_MESSAGES = spanish,
LC_CTYPE = ,
LANG = es_ES.ISO-8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = es_ES,
LC_MESSAGES = spanish,
LC_CTYPE = ,
LANG = es_ES.ISO-8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).

Hasta ahora no me había preocupado pero al ejecutar xsatellite
(front-end de audiogalaxy) recibo el siguiente error)

Error in startup script: bad option unset: must be anymore,
donesearch, exists, get, names, nextelement, set, size, or startsearch
while executing
array unset tf
(procedure Init line 17)
invoked from within
Init
(file xsatellite.tcl line 483)

¿Como puedo modificar el LANGUAGE= (unset)?


Mais à vrai dire je ne maîtrise pas l'espagnol.

== ainsi, il me semble qu'il faut changer les informations suivantes:

LANGUAGE = fr_FR,
LC_ALL = fr_FR,
LANG = fr_FR


Ce qui pose le problème de la gestion des locale en Perl dont j'ai
trouvé un tutoriel à l'adresse suivante:
http://perl.enstimac.fr/DocFr/perllocale.html#trouver%20les%20locale

Mais ce problème vient-il de la mise à jour ?
N'étant pas sûr de cette solution, je m'en remettrai à vos conseils avisés. 
En vous remerciant pour votre aide.
Alexandre



Re: perl: warning: Setting locale failed.

2005-08-12 Thread k3rn

Alexandre Delanoë wrote:

Ce qui pose le problème de la gestion des locale en Perl dont j'ai
trouvé un tutoriel à l'adresse suivante:
http://perl.enstimac.fr/DocFr/perllocale.html#trouver%20les%20locale

Mais ce problème vient-il de la mise à jour ?
N'étant pas sûr de cette solution, je m'en remettrai à vos conseils avisés. 
En vous remerciant pour votre aide.

Alexandre

dpkg-reconfigure locales ?


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: perl: warning: Setting locale failed.

2005-08-12 Thread Alexandre Delanoë
 dpkg-reconfigure locales ?

Merci : Je les avais déjà reconfiguré de cette manière, je l'ai
réalisé la dernière  fois, dans l'attente que ce problème se manifeste
une nouvelle fois...ou que je trouve la solution d'ici la prochaine
fois.

Des fois, si quelqu'un avait connu le même problème...

Ma foi, redondance de fois ;o)



Re: Setting locale failed

2004-05-15 Thread Osamu Aoki
On Fri, May 14, 2004 at 08:35:53PM +0200, Jan Willem Stumpel wrote:
 Colin Watson wrote:
 
 Please tell us, because this is a very serious botch-up which makes
  Debian almost unusable for non-C-locale users.
 
 
 This is obviously not true, since the locale warnings you got were 
 merely non-failure-causing warnings, and not the source of the error
 ...
 
 I am sorry, but I do not understand what you mean about non-failure
 causing warnings. I simply cannot set the locale (indeed, cannot
 install the locales package successfully) on one of my machines (running
 testing).

just message to screeen only  which does not stop/affect execution of 
the program.

 Unpacking locales (from .../locales_2.3.2.ds1-12_all.deb) ...
 Setting up locales (2.3.2.ds1-12) ...
 Generating locales...
   en_US.UTF-8.../usr/sbin/locale-gen: line 41: 23102 Killed
   localedef -i $input -c -f $charset -A /etc/locale.alias $locale
 dpkg: error processing locales (--configure):
  subprocess post-installation script returned error exit status 137
 
 The bug reports do not contain any information that I can understand, so
 any plain-language help would be appreciated.
 
 Regards, Jan

Did you try from root shell if locale is problem:
 ~ # unset LANG
 ~ # unset LANGUAGE
 ~ # export LANGUAGE LANG
 ~ # apt-get upgrade

But is this the reason???  As I see...
 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

This looks funny, as you posed...

 /var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb (--unpack):
 trying to overwrite
 `/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop',
 which is also in package openoffice-de-en
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Errors were encountered while processing:
 /var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)

Yep, kdelibs-data has problem here.

See http://bugs.debian.org/kdelibs-data

Osamu




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



Re: Setting locale failed

2004-05-15 Thread Colin Watson
On Fri, May 14, 2004 at 08:35:53PM +0200, Jan Willem Stumpel wrote:
 Colin Watson wrote:
 On Fri, May 07, 2004 at 07:45:48PM +0200, Jan Willem Stumpel wrote:
 Please tell us, because this is a very serious botch-up which makes
 Debian almost unusable for non-C-locale users.
 
 This is obviously not true, since the locale warnings you got were
 merely non-failure-causing warnings, and not the source of the error
 ...
 
 I am sorry, but I do not understand what you mean about non-failure
 causing warnings. I simply cannot set the locale (indeed, cannot
 install the locales package successfully) on one of my machines
 (running testing).
 
 Unpacking locales (from .../locales_2.3.2.ds1-12_all.deb) ...
 Setting up locales (2.3.2.ds1-12) ...
 Generating locales...
   en_US.UTF-8.../usr/sbin/locale-gen: line 41: 23102 Killed
   localedef -i $input -c -f $charset -A /etc/locale.alias $locale
 dpkg: error processing locales (--configure):
  subprocess post-installation script returned error exit status 137

That has nothing to do with the original poster's problem. The original
poster mentioned some locale-related warnings which weren't fatal; your
problems are fatal but entirely different.

It looks rather as if locale-gen is running out of memory and being
killed by the kernel? Check your syslog.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: Setting locale failed

2004-05-15 Thread Jan Willem Stumpel
Colin Watson wrote:
Generating locales...
 en_US.UTF-8.../usr/sbin/locale-gen: line 41: 23102 Killed
 localedef -i $input -c -f $charset -A /etc/locale.alias $locale
dpkg: error processing locales (--configure):
subprocess post-installation script returned error exit status 137

That has nothing to do with the original poster's problem. The original
poster mentioned some locale-related warnings which weren't fatal; your
problems are fatal but entirely different.
It looks rather as if locale-gen is running out of memory and being
killed by the kernel? Check your syslog.
This is true. Because I could not generate locales I had the OP's
problems *also*, but, in my case, the _cause_ was a memory problem.
Especially generating UTF-8 locales seems to require an inordinate 
amount of memory. On the little (32 M) machine I ran it on I could get 
it to work after creating a 100 M swap file (smaller sizes did not work).

I do not know what locale-gen (or more exactly localedef) actually 
generates, but the only thing I could find was a file called 
/usr/lib/locale-archive, which is only 1.5 M. Couldn't localedef be 
programmed in such a way that the generating process uses less memory, 
warns in advance in case of insufficient memory, or something like that? 
  Does it use recursion, perhaps?

Regards, Jan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Setting locale failed

2004-05-14 Thread Jan Willem Stumpel
Colin Watson wrote:

Please tell us, because this is a very serious botch-up which makes
 Debian almost unusable for non-C-locale users.


This is obviously not true, since the locale warnings you got were 
merely non-failure-causing warnings, and not the source of the error
...
I am sorry, but I do not understand what you mean about non-failure
causing warnings. I simply cannot set the locale (indeed, cannot
install the locales package successfully) on one of my machines (running
testing).
Unpacking locales (from .../locales_2.3.2.ds1-12_all.deb) ...
Setting up locales (2.3.2.ds1-12) ...
Generating locales...
  en_US.UTF-8.../usr/sbin/locale-gen: line 41: 23102 Killed
  localedef -i $input -c -f $charset -A /etc/locale.alias $locale
dpkg: error processing locales (--configure):
 subprocess post-installation script returned error exit status 137
The bug reports do not contain any information that I can understand, so
any plain-language help would be appreciated.
Regards, Jan



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



Re: Setting locale failed

2004-05-08 Thread Christian Christmann

Jan Willem Stumpel [EMAIL PROTECTED] schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
 Thomas Adam wrote:
  --- Christian Christmann [EMAIL PROTECTED] wrote:

  my resent apt-get upgrade of my German sarge system failed while
  installing some locales packages. When I now execute an upgrade the
  process always fails with the message: [..]

  Check the BTS... http://bugs.debian.org/

 I looked there already, as I am sure the OP did. Do you have any idea
 how to fix this problem? You seem to imply that the solution is obvious,
 so what is it?

 Please tell us, because this is a very serious botch-up which makes
 Debian almost unusable for non-C-locale users.


I just find out that you can fix this problem while using
dpkg-reconfigure locales and generate the setting for your country.

The seconf problem is a broken OpenOffice package which comes with
some of the Knoppix version. In order to solve it, remove the package with
dpkg -r openoffice-de-en and install the recent version from
www.openoffice.org

Regards,
Paul

 Regards, Jan


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


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



Re: Setting locale failed

2004-05-08 Thread Colin Watson
On Fri, May 07, 2004 at 07:45:48PM +0200, Jan Willem Stumpel wrote:
 Thomas Adam wrote:
  --- Christian Christmann [EMAIL PROTECTED] wrote:
  my resent apt-get upgrade of my German sarge system failed while 
  installing some locales packages. When I now execute an upgrade the
  process always fails with the message: [..]
 
  Check the BTS... http://bugs.debian.org/
 
 I looked there already, as I am sure the OP did. Do you have any idea
 how to fix this problem? You seem to imply that the solution is obvious,
 so what is it?
 
 Please tell us, because this is a very serious botch-up which makes
 Debian almost unusable for non-C-locale users.

This is obviously not true, since the locale warnings you got were
merely non-failure-causing warnings, and not the source of the error ...

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


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



Setting locale failed

2004-05-07 Thread Christian Christmann
Hallo,

beim Aufruf von apt-get upgrade auf meiner Sarge-Box brach das Upgrade,
ich meine beim Installieren irgendwelcher locales-Pakete,mittendrin ab.
Seitdem scheitert das Upgrade jedesmal mit der Meldung:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = de,
 LC_ALL = (unset),
 LANG = [EMAIL PROTECTED]
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
dpkg: error processing
/var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb (--unpack):
trying to overwrite
`/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop',
which is also in package openoffice-de-en
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Wie kann ich den Fehler beheben?

Gruß
Christian


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-05-07 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Christian Christmann wrote:
 beim Aufruf von apt-get upgrade auf meiner Sarge-Box brach das Upgrade,
 ich meine beim Installieren irgendwelcher locales-Pakete,mittendrin ab.
 Seitdem scheitert das Upgrade jedesmal mit der Meldung:
 
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = de,
  LC_ALL = (unset),
  LANG = [EMAIL PROTECTED]
 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

das hier ist eine perl-Warnung.

dpkg-reconfigure locales und [EMAIL PROTECTED] generieren.

 dpkg: error processing
 /var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb (--unpack):
 trying to overwrite
 `/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop',
 which is also in package openoffice-de-en
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Errors were encountered while processing:
 /var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 Wie kann ich den Fehler beheben?

Schmeiss das kaputte knoppix-Paket (openoffice-de-en) von der Platte und
nehm das offizielle OOo Paket, welches diesen Dateikonflikt nicht mehr
hat...

Grüße/Regards,

René
- -- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73
  
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAm4UC+FmQsCSK63MRAhhTAJoDeqXWtZNmy0Jn8o8WiqtUFQcmhACfdJBZ
jFS/wHHAR6QcwxrauMJjySI=
=OJnq
-END PGP SIGNATURE-


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-05-07 Thread Christian Christmann

Rene Engelhard [EMAIL PROTECTED] schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi,

 Christian Christmann wrote:
  beim Aufruf von apt-get upgrade auf meiner Sarge-Box brach das Upgrade,
  ich meine beim Installieren irgendwelcher locales-Pakete,mittendrin ab.
  Seitdem scheitert das Upgrade jedesmal mit der Meldung:
 
  perl: warning: Setting locale failed.
  perl: warning: Please check that your locale settings:
   LANGUAGE = de,
   LC_ALL = (unset),
   LANG = [EMAIL PROTECTED]
  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

 das hier ist eine perl-Warnung.

 dpkg-reconfigure locales und [EMAIL PROTECTED] generieren.


erstmals danke für die Tipps, werde ich gleich mal ausprobieren.
Kannst Du mir noch verraten, wie ich [EMAIL PROTECTED] generiere.

Gruß
Christian

  dpkg: error processing
  /var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb (--unpack):
  trying to overwrite
  `/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop',
  which is also in package openoffice-de-en
  dpkg-deb: subprocess paste killed by signal (Broken pipe)
  Errors were encountered while processing:
  /var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
 
  Wie kann ich den Fehler beheben?

 Schmeiss das kaputte knoppix-Paket (openoffice-de-en) von der Platte und
 nehm das offizielle OOo Paket, welches diesen Dateikonflikt nicht mehr
 hat...

 Grüße/Regards,

 René
 - -- 
  .''`.  René Engelhard -- Debian GNU/Linux Developer
  : :' : http://www.debian.org | http://people.debian.org/~rene/
  `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
`-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)

 iD8DBQFAm4UC+FmQsCSK63MRAhhTAJoDeqXWtZNmy0Jn8o8WiqtUFQcmhACfdJBZ
 jFS/wHHAR6QcwxrauMJjySI=
 =OJnq
 -END PGP SIGNATURE-


 -- 
 Haeufig gestellte Fragen und Antworten (FAQ):
 http://www.de.debian.org/debian-user-german-FAQ/

 Zum AUSTRAGEN schicken Sie eine Mail an
[EMAIL PROTECTED]
 mit dem Subject unsubscribe. Probleme? Mail an
[EMAIL PROTECTED] (engl)


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-05-07 Thread Patrick Cornelißen
Christian Christmann wrote:

dpkg-reconfigure locales und [EMAIL PROTECTED] generieren.
erstmals danke für die Tipps, werde ich gleich mal ausprobieren.
Kannst Du mir noch verraten, wie ich [EMAIL PROTECTED] generiere.
was steht denn da über deinem Text?
Probier das mal aus und wenn du dann noch fragen hast, stelle sie hier...
--
Bye,
 Patrick Cornelissen
 http://www.p-c-software.de
 ICQ:15885533
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: Setting locale failed

2004-05-07 Thread Christian Christmann
On Fri, 07 May 2004 15:20:09 +0200, Patrick Cornelißen wrote:

 Christian Christmann wrote:
 
dpkg-reconfigure locales und [EMAIL PROTECTED] generieren.
 erstmals danke für die Tipps, werde ich gleich mal ausprobieren.
 Kannst Du mir noch verraten, wie ich [EMAIL PROTECTED] generiere.
 was steht denn da über deinem Text?
 Probier das mal aus und wenn du dann noch fragen hast, stelle sie hier...
tut mir leid, war eine dumme Frage. Beim Ausführen ist
mir klar geworden, was gemeint ist.
Gruß

Christian

 
 -- 
 Bye,
   Patrick Cornelissen
   http://www.p-c-software.de
   ICQ:15885533


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-05-07 Thread Christian Christmann
On Fri, 07 May 2004 14:40:11 +0200, Rene Engelhard wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi,
 
 Christian Christmann wrote:
 beim Aufruf von apt-get upgrade auf meiner Sarge-Box brach das Upgrade,
 ich meine beim Installieren irgendwelcher locales-Pakete,mittendrin ab.
 Seitdem scheitert das Upgrade jedesmal mit der Meldung:
 
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
  LANGUAGE = de,
  LC_ALL = (unset),
  LANG = [EMAIL PROTECTED]
 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
 
 das hier ist eine perl-Warnung.
 
 dpkg-reconfigure locales und [EMAIL PROTECTED] generieren.
 
 dpkg: error processing
 /var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb (--unpack):
 trying to overwrite
 `/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop',
 which is also in package openoffice-de-en
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Errors were encountered while processing:
 /var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)

vielen Dank. Hat wunderbar geklappt.

 
 Wie kann ich den Fehler beheben?
 
 Schmeiss das kaputte knoppix-Paket (openoffice-de-en) von der Platte und
 nehm das offizielle OOo Paket, welches diesen Dateikonflikt nicht mehr
 hat...

Leider krige ich es nicht hin, das kaputte Paket zu entfernen.

[EMAIL PROTECTED]:/usr/share/mimelnk/application# apt-get remove openoffice-de-en 
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
Sie möchten wahrscheinlich ,,apt-get -f install aufrufen, um dies zu korrigieren:
Die folgenden Pakete haben nichterfüllte Abhängigkeiten:
  kdelibs4: Hängt ab: kdelibs-data (= 4:3.2.1) aber 4:3.1.5-1 soll installiert werden
E: Nichterfüllte Abhängigkeiten. Versuchen Sie ,,apt-get -f install ohne jeglich 
Pakete (oder geben Sie eine Lösung an).

[EMAIL PROTECTED]:/usr/share/mimelnk/application# apt-get -f install 
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
Abhängigkeit werden korrigiert... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
  kdelibs-data
Die folgenden Pakete werden aktualisiert:
  kdelibs-data
1 aktualisiert, 0 neu installiert, 0 zu entfernen und 16 nicht aktualisiert.
95 nicht vollständig installiert oder entfernt.
Es müssen noch 0B von 6380kB Archiven geholt werden.
Nach dem Auspacken werden 3420kB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] J
(Lese Datenbank ... 129551 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereiten zum Ersetzen von kdelibs-data 4:3.1.5-1 (durch 
.../kdelibs-data_4%3a3.2.2-2_all.deb) ...
Entpacke Ersatz für kdelibs-data ...
dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb (--unpack):
 versuche »/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop« zu überschreiben, 
welches auch in Paket openoffice-de-en ist
dpkg-deb: Unterprozess paste getötet mit Signal (Datenübergabe unterbrochen (broken 
pipe))
Fehler traten auf beim Bearbeiten von:
 /var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Ich habe auch schon OpenOffice1.1 runtergelanden und installiert, aer der
Fehler ist immer noch da.

Gruß
christian


 
 Grüße/Regards,
 
 René
 - -- 
  .''`.  René Engelhard -- Debian GNU/Linux Developer
  : :' : http://www.debian.org | http://people.debian.org/~rene/
  `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
`-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73
   
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (GNU/Linux)
 
 iD8DBQFAm4UC+FmQsCSK63MRAhhTAJoDeqXWtZNmy0Jn8o8WiqtUFQcmhACfdJBZ
 jFS/wHHAR6QcwxrauMJjySI=
 =OJnq
 -END PGP SIGNATURE-


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-05-07 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
Christian Christmann wrote:
 Vorbereiten zum Ersetzen von kdelibs-data 4:3.1.5-1 (durch 
 .../kdelibs-data_4%3a3.2.2-2_all.deb) ...
 Entpacke Ersatz für kdelibs-data ...
 dpkg: Fehler beim Bearbeiten von 
 /var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb (--unpack):
  versuche »/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop« zu 
 überschreiben, welches auch in Paket openoffice-de-en ist
 dpkg-deb: Unterprozess paste getötet mit Signal (Datenübergabe unterbrochen (broken 
 pipe))
 Fehler traten auf beim Bearbeiten von:
  /var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)

Benutz dpkg direkt:

dpkg -P openoffice-de-en
apt-get install openoffice.org openoffice.org-l10n-de
openoffice.org-help-de myspell-de-de

(ich nehme mal an, Du willst das ganze in deutsch, mit deutscher Hilfe
und deutscher Rechtschreibprüfung verfügbar; für andere Sprachen
analoges nachinstallieren)

evtl. noch dpkg --configure --a

Grüße/Regards,

René
- -- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73
  
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAm6Bc+FmQsCSK63MRAgkJAJ9Sfm4yRuxYwEljkA3l5LAjA8ZAeACdF7xl
6aP4fDZ6nd/YPWKTMJ78dsc=
=/qVl
-END PGP SIGNATURE-


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Setting locale failed

2004-05-07 Thread Christian Christmann
Hi,

my resent apt-get upgrade of my German sarge system failed while installing
some locales packages.
When I now execute an upgrade the process always fails with the message:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = de,
 LC_ALL = (unset),
 LANG = [EMAIL PROTECTED]
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
dpkg: error processing
/var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb (--unpack):
trying to overwrite
`/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop',
which is also in package openoffice-de-en
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/kdelibs-data_4%3a3.2.2-2_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

How can I solve that problem.

Regards,

Chris


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



Re: Setting locale failed

2004-05-07 Thread Thomas Adam
 --- Christian Christmann [EMAIL PROTECTED] wrote: 
 Hi,
 
 my resent apt-get upgrade of my German sarge system failed while
 installing
 some locales packages.
 When I now execute an upgrade the process always fails with the message:

Check the BTS... http://bugs.debian.org/

-- Thomas Adam

=
The Linux Weekend Mechanic -- http://linuxgazette.net
TAG Editor -- http://linuxgazette.net

shrug We'll just save up your sins, Thomas, and punish 
you for all of them at once when you get better. The 
experience will probably kill you. :)

 -- Benjamin A. Okopnik (Linux Gazette Technical Editor)






Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html


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



Re: Setting locale failed

2004-05-07 Thread Jan Willem Stumpel
Thomas Adam wrote:
 --- Christian Christmann [EMAIL PROTECTED] wrote:

 my resent apt-get upgrade of my German sarge system failed while 
 installing some locales packages. When I now execute an upgrade the
 process always fails with the message: [..]

 Check the BTS... http://bugs.debian.org/

I looked there already, as I am sure the OP did. Do you have any idea
how to fix this problem? You seem to imply that the solution is obvious,
so what is it?

Please tell us, because this is a very serious botch-up which makes
Debian almost unusable for non-C-locale users.

Regards, Jan


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



Setting locale failed

2004-02-11 Thread Klaus Becker
Hallo michelle  Co,

ich hab' also OpenOffice desinstalliert:

apt-get remove openoffice*

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = [EMAIL PROTECTED],
LC_ALL = (unset),
LC_MESSAGES = de_DE@,
LANG = [EMAIL PROTECTED]
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
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

Da liegt wohl der Hund begraben. Was kann ich da machen ?

Klaus

-- 
       .~.        http://katalogdeutsch.net
       /V\        annuaire des ressources internet
     //    \\      pour l'allemand
    /(     )\
     ^`~'^    powered by Linux
 
 Veuillez ne pas me joindre de textes aux formats Word ou 
 PowerPoint, mais plutôt aux formats «html», «pdf», «rtf» ou «txt». Merci.
 Cf: http://www.fsf.org/philosophy/no-word-attachments.fr.html


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-02-11 Thread Andreas Janssen
Hallo

Klaus Becker ([EMAIL PROTECTED]) wrote:

 ich hab' also OpenOffice desinstalliert:
 
 apt-get remove openoffice*
 
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = [EMAIL PROTECTED],
 LC_ALL = (unset),
 LC_MESSAGES = de_DE@,
 LANG = [EMAIL PROTECTED]
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 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
 
 Da liegt wohl der Hund begraben. Was kann ich da machen ?

Die Fehlermeldung bei groups.google.com eingeben. Oder folgendes an der
Kommandozeile:

dpkg-reconfigure locales

und dann [EMAIL PROTECTED] ISO8859-15 markieren. Und eventuell mal von Hand
in /etc/environment nachsehen, ob alle Einträge in Ordnung sind.

Grüße
Andreas Janssen

-- 
Andreas Janssen
[EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674
Registered Linux User #267976


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-02-11 Thread Michelle Konzack
Am 2004-02-11 18:54:41, schrieb Klaus Becker:
Hallo michelle  Co,

ich hab' also OpenOffice desinstalliert:

apt-get remove openoffice*

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = [EMAIL PROTECTED],
LC_ALL = (unset),
LC_MESSAGES = de_DE@,
LANG = [EMAIL PROTECTED]
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
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

Da liegt wohl der Hund begraben. Was kann ich da machen ?

Das du vergesen hast, ein

dpkg-reconfigure locales 

zu machen. Sprich, Du hast 'locales' installiert, '[EMAIL PROTECTED]' und 
'[EMAIL PROTECTED]' warscheinlich ausgewählt und in deine ~/bashrc sowie 
in ~/.xsession eingetragen. 

Nun weiste Du warscheinlich garnicht, das es sich hier um einen 
bekannten Bug handelt, denn leider wird locales nicht geschrieben, 
wmit du ein dpkg-reconfigure brauchst.

Danach funktioniert es wieder.

Abgesehen davon: warum arbeitest Du als ROOT mit locales ?
Der ROOT sollte eigentlich 'C' sein. 

Klaus

Grüße
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org/ 


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-02-11 Thread Klaus Becker
Hallo Michelle,

 Nun weiste Du warscheinlich garnicht, das es sich hier um einen
 bekannten Bug handelt, denn leider wird locales nicht geschrieben,
 wmit du ein dpkg-reconfigure brauchst.

Ich hatte es vergessen. Ich hab's inzwischen für beide Sprachen nachgeholt, 
und...es klappt endlich !! Ich habe es stolz meiner Frau vorgeführt, sie hat 
OO auf französisch  ich auf deutsch, uff !

 Abgesehen davon: warum arbeitest Du als ROOT mit locales ?
 Der ROOT sollte eigentlich 'C' sein.

Das verstehe ich nicht so recht. Ich muss doch dpkg-reconfigures locales als 
root eingeben. Ich melde mich fast nie als root an, sondern als user  
benutze su, wenn nötig.

Klaus


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-02-11 Thread Michelle Konzack
Am 2004-02-11 21:36:48, schrieb Klaus Becker:
Hallo Michelle,

Ich hatte es vergessen. Ich hab's inzwischen für beide Sprachen nachgeholt, 
und...es klappt endlich !! Ich habe es stolz meiner Frau vorgeführt, sie hat 
OO auf französisch  ich auf deutsch, uff !

Herzlichen Glückwunsch !

 Abgesehen davon: warum arbeitest Du als ROOT mit locales ?
 Der ROOT sollte eigentlich 'C' sein.

Das verstehe ich nicht so recht. Ich muss doch dpkg-reconfigures locales als 
root eingeben. Ich melde mich fast nie als root an, sondern als user  
benutze su, wenn nötig.

Also ich verwende für 'root' keine locales, sprich, es ist alles auf 
englisch. Habe als root noch nie derartige Fehlermeldungen gehabt. ;-)

Ich gehe mal davon aus, das Du beim configurieren der 'locales' 
[EMAIL PROTECTED] als 'default' angegeben hast. ;-) Ich habe 'C'.

Klaus

Schönen Abend 
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org/ 


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-02-11 Thread Reinhold Plew
Michelle Konzack schrieb:

[...]

Also ich verwende für 'root' keine locales, sprich, es ist alles auf 
englisch. Habe als root noch nie derartige Fehlermeldungen gehabt. ;-)
ist auch besser so ;-)

Ich gehe mal davon aus, das Du beim configurieren der 'locales' 
[EMAIL PROTECTED] als 'default' angegeben hast. ;-) Ich habe 'C'.

Schönen Abend 
Michelle

Gruss
Reinhold


--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Setting locale failed

2004-01-01 Thread Torsten Zumpf
Hallo

Erstmal ein gesundes und erfolgreiches neues Jahr an alle.

Wenn ich mit apt-get ein neues Paket installieren möchte, kommt bei der 
Konfiguration folgende Meldung:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = [EMAIL PROTECTED]
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).


Gebe ich nur Perl ein, kommt das selbe. Ich habe locale neu installiert und 
auch konfiguriert. In /etc/profile steht LANG=[EMAIL PROTECTED] drin. Auf dem 
System läuft Debian 3.0
Ich weiß nun leider nicht mehr weiter und hoffe, einer von euch hat einen Tipp 
für mich.
Danke im Voraus.

Torsten Zumpf


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-01-01 Thread Martin Hennes
On Thu, 1 Jan 2004 10:41:47 +0100
Torsten Zumpf [EMAIL PROTECTED] wrote:


 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),


dpkg-reconfigure locale

ist dein Freund

MfG Martin

-- 
carpe diem


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-01-01 Thread Torsten Zumpf
Hallo
 
  perl: warning: Setting locale failed.
  perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
 
 
 dpkg-reconfigure locale
 ist dein Freund

dpkg-reconfigure locales mußte es heißen. Das lokales-Paket war nicht richtig 
installiert. Nach einer Neuinstallation funktionierte das Kommando.
Danke

Torsten


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-01-01 Thread Michelle Konzack
Am 2004-01-01 14:38:22, schrieb Torsten Zumpf:
Hallo
 
  perl: warning: Setting locale failed.
  perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
 
 
 dpkg-reconfigure locale
 ist dein Freund

dpkg-reconfigure locales mußte es heißen. Das lokales-Paket war nicht richtig 
installiert. Nach einer Neuinstallation funktionierte das Kommando.
Danke

Bist Du sicher, das es nicht richtig installiert war ?

'locales' hat eine Bekannten Bug: Bei der installation kanste zwar 
auswählen und kompilieren, aber die Datei wird nicht geschrieben.

Da hilft auch kein neuinstallieren.

Was bei der (Neu)Installation nicht geschrieben wird ist halt nicht da.

Am besten ist immer, 'locales' einfach zu installieren ohne auswahl, 
und danach ein 'dpkg-reconfigure locales' zu machen.

Torsten

Grüße
Michelle

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2004-01-01 Thread Torsten Zumpf
Hallo

 Bist Du sicher, das es nicht richtig installiert war ?
 
 'locales' hat eine Bekannten Bug: Bei der installation kanste zwar 
 auswählen und kompilieren, aber die Datei wird nicht geschrieben.
 
 Da hilft auch kein neuinstallieren.
 
 Was bei der (Neu)Installation nicht geschrieben wird ist halt nicht da.
 
 Am besten ist immer, 'locales' einfach zu installieren ohne auswahl, 
 und danach ein 'dpkg-reconfigure locales' zu machen.

Nun ist es richtig. Habe bei der Installation das entsprechende ausgewählt und 
zur Sicherheit noch dpkg-rec. gemacht. Danach dann das System neu 
gestartet (ich weiß, muß man nicht, wollte aber ganz sicher gehen). Auch 
danach hat es so funktioniert, wie es soll. War beim ersten mal nicht. Ich 
kann nun aber nicht mehr nachvollziehen, woran es lag.

Grüße
Torsten


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Setting locale failed

2003-11-25 Thread Leandro Guimarães Faria Corsetti Dutra
Em Thu, 30 Oct 2003 12:42:01 -0200, RC Lages escreveu:

 Já rodei o dpkg-reconfigure locales e defini essas variáveis de ambiente
 tanto no .profile como no .bashrc (qual o melhor?).

Na verdade basta o /etc/environment.


-- 
Leandro Guimarães Faria Corsetti Dutra [EMAIL PROTECTED]
+55 (11) 5685 2219
+55 (11) 5686 9607
+55 (11) 9406 7191




Setting locale failed

2003-10-30 Thread RC Lages

Amigos,

Estou recebendo estas mensagens seguidamente numa estação Debian GNU/Linux 
Woody:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_TYPE = ,
LANG = pt_BR.ISO-8850-1
are supported and installed on your system.
perl: warning: Falling back to the standard code (C).

Já rodei o dpkg-reconfigure locales e defini essas variáveis de ambiente tanto 
no .profile como no .bashrc (qual o melhor?).

Agradeço quem me lembrar qual o detalhezinho que estou a esquecer, ok?
--


Obrigado por tua especial atenção.
Paz, Vida Longa e Prospere!

Ronaldo Cardozo Lages
E-mail: [EMAIL PROTECTED] - ICQ #3640360
Projeto Software Livre RS [ONG Associação SoftwareLivre.org]
Visite nosso Portal em http://www.softwarelivre.org !!
Porto Alegre, Rio Grande do Sul - Brasil




Setting locale failed

2003-01-09 Thread Jon
Buenasss: 



A la hora de instalar paquetes, siempre me aparece el siguiente mensaje: 


perl: warning: Setting locale failed
perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = es_ES,
  
are supported an installed on your system.
perl: warning: Falling back to the standard locale (C). 



¿Como se corrige, por misericordia? 

Gracias mil, y a los que os tenía que haber agradecido la ayuda directa... 
pues tres mil. 

Jon. 



Re: Setting locale failed

2003-01-09 Thread Jon
Err lo de 'suerte'... me hago cargo. 

Había un problema con el eu_ES.ISO-8859-1 (que no con el 
[EMAIL PROTECTED]). 

Tenía los dos activados, pero dejando sólo es_ES, [EMAIL PROTECTED] y [EMAIL PROTECTED] ya 
funciona. 

Gracias cuatro mil. 

Jon 

Victor Ruiz Huerga(e)k esan du: 


perl: warning: Setting locale failed
perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = es_ES,
   
 are supported an installed on your system.
perl: warning: Falling back to the standard locale (C).  



¿Como se corrige, por misericordia? 


dpkg-reconfigure locales, suerte :-)) 


--
Victor Ruiz Huerga 



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






perl: warning : setting locale failed

2002-09-09 Thread Torsten Puls

Hallo

bekomme immer folgende Fehlermeldung.



perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = de_DE
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).



Wie setzt ich die denn ?

MfG

Torsten 



-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: perl: warning : setting locale failed

2002-09-09 Thread Marcus Fihlon

Am Mon, 2002-09-09 um 16.06 schrieb Torsten Puls:

 perl: warning: Setting locale failed.

[...]

 Wie setzt ich die denn ?

Als root:
dpkg-reconfigure locales
apt-get install language-env

Als user:
set-language-env

Bei mir musste ich noch in der .bashrc folgende Zeilen
einkommentieren:

LC_MESSAGES=de_DE@euro
LC_CTYPE=de_DE@euro
export LC_MESSAGES LC_CTYPE

hth
Marcus

-- 

MobilCom Communicationstechnik GmbH
Business Unit Consumer IT
Point of Business

Telefon: +49-4331-69-3040
Telefax: +49-4331-69-2729

Das geht alle an:
http://www.tu-was-gegen-gewalt.de/




signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: perl: warning : setting locale failed

2002-09-09 Thread Heiko Schlittermann

On Mon, Sep 09, 2002 at 04:06:50PM +0200, Torsten Puls wrote:
 Hallo
 
 bekomme immer folgende Fehlermeldung.
 
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = de_DE
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).

Es genügt ein:
apt-get install locales
dpkg-reconfigure locales


Best regards from Dresden
Viele Gruesse aus Dresden
Heiko Schlittermann
-- 
 SCHLITTERMANN - internet  unix support -
 a href=http://debian.schlittermann.de/; Debian 3.x CD /a
 Heiko Schlittermann HS12-RIPE finger:[EMAIL PROTECTED] -
 pgp: A1 7D F6 7B 69 73 48 35  E1 DE 21 A7 A8 9A 77 92 ---
 gpg: CC19 0FE2 073B AEA1 5C11  37DD 347D 73DC FF56 BA6D -



-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




warning: Setting locale failed

2002-07-20 Thread Belky

Hola all

Tengo un problemilla con los locale, a ver si a alguien se le ocurre
algo.
Cuando actualizo o instalo algún paquete con apt-get me da este error
siempre, los paquetes los instala bien solo me avisa del tema de los
locale. He revisado configuración de locale y aparentemente tengo todos
bien puestos y de hecho no noto nada raro a la hora de hacer uso de
todo, está todo bien castellanizado y demás. Se os ocurre que puede
estar ocurriendo?


Calculating Upgrade... Done
1 packages upgraded, 0 newly installed, 0 to remove and 0  not upgraded.
Need to get 141kB of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n] 
Get:1 ftp://ftp.es.debian.org woody/main bsdmainutils 5.20020211-4.99
[141kB]
Fetched 141kB in 6s
(21.4kB/s)  
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = es_ES,
LANG = spanish
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
Preconfiguring packages ...
(Reading database ... 14137 files and directories currently installed.)
Preparing to replace bsdmainutils 5.20020211-4 (using
.../bsdmainutils_5.20020211-4.99_i386.deb) ...
Unpacking replacement bsdmainutils ...
Setting up bsdmainutils (5.20020211-4.99) ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = es_ES,
LANG = spanish
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).

  localepurge: processing locale files ...

-- 
Belky [EMAIL PROTECTED]
Linux User #122260  GnuPG ID: CD3C4A75
ICQ UIN: 57186338   Fidonet: 2:347/1.22



signature.asc
Description: Esta parte del mensaje esta firmada digitalmente


Re: warning: Setting locale failed

2002-07-20 Thread yoros

Hola,

El error que te da lo genera Perl, no tiene gran importancia porque solo
es un problema de locales pero se puede reparar. Asegúrate de que en el
fichero /etc/locale.gen hay una linea como la siguiente:

es_ES ISO-8859-1

Luego comprueba que en el fichero /etc/locale.alias se encuentra lo
siguiente:

spanish es_ES.ISO-8859-1

Si en alguno de los dos ficheros no se encuentra alguna de las lineas,
ponlas.

Tras esto tienes que ejecutar locale-gen para que se generen las BBDD de
locales. Para probar que todo ha funcionado basta con que ejecuetes perl
sin nada ni argumentos, por ejemplo echo | perl. Si no salen esas
líneas de error todo ha funcionado.

Un saludo,

Pedro

-- 
Pedro Martinez Juliá
\  [EMAIL PROTECTED]
)|[EMAIL PROTECTED]
/http://yoros.cjb.net
Socio HispaLinux #311
Usuario Linux #275438 - http://counter.li.org
GnuPG publi c information:  pub  1024D/74F1D3AC
Key fingerprint = 8431 7B47 D2B4 5A46 5F8E  534F 588B E285 74F1 D3AC


pgpozDZCCEpm9.pgp
Description: PGP signature


Re: warning: Setting locale failed

2002-07-20 Thread Ruben Porras
El sáb, 20-07-2002 a las 11:18, Belky escribió:

dpkg-reconfigure locales

 
 Hola all
 
 Tengo un problemilla con los locale, a ver si a alguien se le ocurre
 algo.
 Cuando actualizo o instalo algún paquete con apt-get me da este error
 siempre, los paquetes los instala bien solo me avisa del tema de los
 locale. He revisado configuración de locale y aparentemente tengo todos
 bien puestos y de hecho no noto nada raro a la hora de hacer uso de
 todo, está todo bien castellanizado y demás. Se os ocurre que puede
 estar ocurriendo?
 
 
 Calculating Upgrade... Done
 1 packages upgraded, 0 newly installed, 0 to remove and 0  not upgraded.
 Need to get 141kB of archives. After unpacking 0B will be used.
 Do you want to continue? [Y/n] 
 Get:1 ftp://ftp.es.debian.org woody/main bsdmainutils 5.20020211-4.99
 [141kB]
 Fetched 141kB in 6s
 (21.4kB/s)
   
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = es_ES,
   LANG = spanish
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 Preconfiguring packages ...
 (Reading database ... 14137 files and directories currently installed.)
 Preparing to replace bsdmainutils 5.20020211-4 (using
 .../bsdmainutils_5.20020211-4.99_i386.deb) ...
 Unpacking replacement bsdmainutils ...
 Setting up bsdmainutils (5.20020211-4.99) ...
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = es_ES,
   LANG = spanish
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 
   localepurge: processing locale files ...
 
 -- 
 Belky [EMAIL PROTECTED]
 Linux User #122260  GnuPG ID: CD3C4A75
 ICQ UIN: 57186338   Fidonet: 2:347/1.22
 

-- 
The chains are broken and the door is open wide
Our eyes adjusting to the light that was denied
And the voices ringing out now
Sing of freedom
And bring a sense of wonder

http://www.es.debian.org/intro/about.es.html


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



RE: Warning: Setting locale failed

2002-06-02 Thread Julio César Mejía Terán
 --- Pedro Bados [EMAIL PROTECTED] escribió: 
 Hasta ahora no me había preocupado pero al
 ejecutar xsatellite
  (front-end de audiogalaxy) recibo el siguiente
 error)
  
  Error in startup script: bad option unset: must
 be anymore, donesearch,
  exists, get, names, nextelement, set, size, or
 startsearch
  while executing
  array unset tf
  (procedure Init line 17)
  invoked from within
  Init
  (file xsatellite.tcl line 483)
  
  ¿Como puedo modificar el LANGUAGE= (unset)?
 
 
 ¿Estas seguro que tiene que ver un error con el
 otro? 
Hola,
yo tuve el primer error el de perl y me provocaba un
montón de errores en todas partes (parase que se usa
bastante perl ¿no? :) )
Para resolverlo lo hice regenerando las locales con:

#dpkg-reconfigure locales

y le indicas las locales que usas, en mi caso era
es_BO

en el tuyo creo que es es_ES
y listo después de eso ya no hubo más problemas con
perl.
si no estas seguro si el tuyo es es_ES puedes
seleccionar varios a la vez. Yo tengo es_BO y es_ES y
todo va bien.
suerte.

Creo que yo lo resolví
 editando el fichero tcl y borrando (con un poco de
 cabeza) las referencias
 erroneas guiandome por mensajes de error como el de
 arriba. Supongo que habra
 algo que no vaya del todo bien, pero ya me he bajado
 alrededor de 10Gb con esta
 chapucilla y sin problemas. Prueba a ver tu. Al
 final deduje que era cosa de
 versiones del interprete tcl y no le di mas vueltas.
 
 Un saludo. Pedro.
 
 
 -- 
 To UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
  

=
· .--. _·
·|o_o |Julio César Mejía Terán   /   \  ·
·|:_/ | [EMAIL PROTECTED]|  () | ·
·   //   \ \[EMAIL PROTECTED]  |  \_/  ·
·  (| | )   cel.: 77070868   \  ·
· /'\_   _/`\  \·
· \___)=(___/   Linux User: #113749 debian  ·

_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com


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



RE: Warning: Setting locale failed

2002-06-02 Thread Ruben Porras

 ¿Estas seguro que tiene que ver un error con el otro?

Tienes razón, he reconfigurado los locales y el error sigue ahí.
Debe ser un problema de versiones. No se programar así que esperaré a
una nueva versión. De momento hay un programa hecho en java que
funciona.



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



Warning: Setting locale failed

2002-06-01 Thread Ruben Porras
Desde que ejecuté el programa castellanizar al instalar
paquetes recibo los siguienes errores:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = es_ES,
LC_MESSAGES = spanish,
LC_CTYPE = ,
LANG = es_ES.ISO-8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = es_ES,
LC_MESSAGES = spanish,
LC_CTYPE = ,
LANG = es_ES.ISO-8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).

Hasta ahora no me había preocupado pero al ejecutar xsatellite
(front-end de audiogalaxy) recibo el siguiente error)

Error in startup script: bad option unset: must be anymore, donesearch, 
exists, get, names, nextelement, set, size, or startsearch
while executing
array unset tf
(procedure Init line 17)
invoked from within
Init
(file xsatellite.tcl line 483)

¿Como puedo modificar el LANGUAGE= (unset)?





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



RE: Warning: Setting locale failed

2002-06-01 Thread Pedro Bados
 Hasta ahora no me había preocupado pero al ejecutar xsatellite
 (front-end de audiogalaxy) recibo el siguiente error)
 
 Error in startup script: bad option unset: must be anymore, donesearch,
 exists, get, names, nextelement, set, size, or startsearch
 while executing
 array unset tf
 (procedure Init line 17)
 invoked from within
 Init
 (file xsatellite.tcl line 483)
 
 ¿Como puedo modificar el LANGUAGE= (unset)?


¿Estas seguro que tiene que ver un error con el otro? Creo que yo lo resolvi
editando el fichero tcl y borrando (con un poco de cabeza) las referencias
erroneas guiandome por mensajes de error como el de arriba. Supongo que habra
algo que no vaya del todo bien, pero ya me he bajado alrededor de 10Gb con esta
chapucilla y sin problemas. Prueba a ver tu. Al final deduje que era cosa de
versiones del interprete tcl y no le di mas vueltas.

Un saludo. Pedro.


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



perl: warning: Setting locale failed

2002-02-26 Thread Erik van der Meulen
Kind all - I seem to be missing some vital setting in my system. When I
start some application from the command line, I get these messages:

  perl: warning: Setting locale failed.
  perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = ,
LANG = en.ISO-8859-1
  are supported and installed on your system.
  perl: warning: Falling back to the standard locale (C).

Can someone point me to a fix for this? 

Thanks a lot.

--
  Erik van der Meulen [EMAIL PROTECTED]



Re: perl: warning: Setting locale failed

2002-02-26 Thread will trillich
On Tue, Feb 26, 2002 at 11:35:15AM +0100, Erik van der Meulen wrote:
 Kind all - I seem to be missing some vital setting in my system. When I
 start some application from the command line, I get these messages:
 
   perl: warning: Setting locale failed.
   perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = (unset),
   LC_CTYPE = ,
   LANG = en.ISO-8859-1
   are supported and installed on your system.
   perl: warning: Falling back to the standard locale (C).
 
 Can someone point me to a fix for this? 

here's my setup--

% printenv | grep LC|LANG | sort
LANG=C
LC_CTYPE=en_US

% egrep \\LC|LANG /etc/environment ~/.??*
/etc/environment:LANG=C
/home/will/.cshrc:setenv LC_CTYPE en_US

also try

% locale
LANG=C
LC_CTYPE=en_US
LC_NUMERIC=C
LC_TIME=C
LC_COLLATE=C
LC_MONETARY=C
LC_MESSAGES=C
LC_ALL=

(man locale)

you might put such commands in your .login or .bashrc
files to get the same setup on every log-in. there may
even be a utility that'll set this up for you, and if so,
surely someone wiser than me will tell you about it,
Any Minute Now. :)

does that help?

-- 
DEBIAN NEWBIE TIP #28 from Will Trillich [EMAIL PROTECTED]
:
Would you like to have rxvt show you useful information in the
TITLE BAR of its X window? For example, to see your present
working directory in the title bar, include this in your bash
command prompt string:
export PS1=\e]0;[EMAIL PROTECTED] 
Anything between the \e]0; and the control-G will be displayed
as the title of the rxvt window. (For data entry, you may need to
precede the ^G with ^V.)

Also see http://newbieDoc.sourceForge.net/ ...



Re: perl: warning: Setting locale failed

2002-02-26 Thread Sean 'Shaleh' Perry

On 26-Feb-2002 Erik van der Meulen wrote:
 Kind all - I seem to be missing some vital setting in my system. When I
 start some application from the command line, I get these messages:
 
   perl: warning: Setting locale failed.
   perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = (unset),
   LC_CTYPE = ,
   LANG = en.ISO-8859-1
   are supported and installed on your system.
   perl: warning: Falling back to the standard locale (C).
 
 Can someone point me to a fix for this? 
 
 Thanks a lot.
 

The value of LANG is not a proper one.  If you want an English locale you
should use probably either en_US or en_GB (Great Britain).  More details in
/usr/share/i18n/SUPPORTED.

If you want dutch or another non-English locale, look at /etc/locale.gen and be
sure the one you want is listed in the file, then run 'locale-gen' as root.



Re: Setting locale failed

2001-07-23 Thread Richard Black
I had the same problem and was able to fix it by adding the following line to my
/etc/locale.alias file:

english en_US,ISO-8859-1

I'm not sure why this wasn't there anyway...

cheers

Richard

Marcelo Chiapparini wrote:

 Dear Debianers,

 When I apt-get install some packages I get the following message:

 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = en.ISO8859-1
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).

 what does it mean? How can I fix it? I didn't find any man page regarding
 locale...

 Thanks in advance!

 Marcelo

 --
 Marcelo Chiapparini
 DFT-IF/UERJ
 [EMAIL PROTECTED]

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


Setting locale failed

2001-07-19 Thread Marcelo Chiapparini
Dear Debianers,

When I apt-get install some packages I get the following message:


perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en.ISO8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).


what does it mean? How can I fix it? I didn't find any man page regarding 
locale... 

Thanks in advance!

Marcelo  

-- 
Marcelo Chiapparini
DFT-IF/UERJ
[EMAIL PROTECTED]



Re: Setting locale failed?

2001-01-28 Thread Andre Berger
[EMAIL PROTECTED] (Torben Korte) writes:

 On 27 Jan 2001 17:10:59 +0100, Andre Berger wrote:
  [EMAIL PROTECTED] (Torben Korte) writes:
  
   perl: warning: Setting locale failed.
   perl: warning: Please check that your locale settings:
   LANGUAGE = (unset),
   LC_ALL = (unset),
   LANG = de_DE.ISO-8859-1
   are supported and installed on your system.
   perl: warning: Falling back to the standard locale (C).
   
   I did locale-gen now but still this message appears after upgrading from
   potato to woody. I am not able to find any information about this!
   Thanks for your help
  
  Put 'export LC_ALL=de_DE' into /etc/profile and 'LC_ALL=de_DE' into
  /etc/environment. Remove LANG and other LC settings from both files,
  if existing.
  
  -- 
  Andre Berger[EMAIL PROTECTED]
  
  
  -- 
  To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
  
 
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = de_DE,
 LANG = de_DE.ISO-8859-1
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 
 still get this warning do you an other idea!!! but still comming closer
 so thanks anyway!

# apt-get --reinstall install gettext liblocale-gettext-perl i18ndata

If nothing works,

# apt-get --reinstall install libc6 locales

which I needed once with progeny. BTW where does that LANG setting come
from? 

-- 
Andre Berger[EMAIL PROTECTED]



Setting locale failed?

2001-01-27 Thread Torben Korte
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = de_DE.ISO-8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).

I did locale-gen now but still this message appears after upgrading from
potato to woody. I am not able to find any information about this!
Thanks for your help





Re: Setting locale failed?

2001-01-27 Thread Andre Berger
[EMAIL PROTECTED] (Torben Korte) writes:

 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = de_DE.ISO-8859-1
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 
 I did locale-gen now but still this message appears after upgrading from
 potato to woody. I am not able to find any information about this!
 Thanks for your help

Put 'export LC_ALL=de_DE' into /etc/profile and 'LC_ALL=de_DE' into
/etc/environment. Remove LANG and other LC settings from both files,
if existing.

-- 
Andre Berger[EMAIL PROTECTED]



Re: Setting locale failed?

2001-01-27 Thread Torben Korte
On 27 Jan 2001 17:10:59 +0100, Andre Berger wrote:
 [EMAIL PROTECTED] (Torben Korte) writes:
 
  perl: warning: Setting locale failed.
  perl: warning: Please check that your locale settings:
  LANGUAGE = (unset),
  LC_ALL = (unset),
  LANG = de_DE.ISO-8859-1
  are supported and installed on your system.
  perl: warning: Falling back to the standard locale (C).
  
  I did locale-gen now but still this message appears after upgrading from
  potato to woody. I am not able to find any information about this!
  Thanks for your help
 
 Put 'export LC_ALL=de_DE' into /etc/profile and 'LC_ALL=de_DE' into
 /etc/environment. Remove LANG and other LC settings from both files,
 if existing.
 
 -- 
 Andre Berger[EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = de_DE,
LANG = de_DE.ISO-8859-1
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).

still get this warning do you an other idea!!! but still comming closer
so thanks anyway!



perl: warning: Setting locale failed

2000-03-13 Thread Jaume Teixi
When setting up pakages I get:

perl: warning: Setting locale failed
perl: warning: Please check that your locale settings:
   LANGUAGE= (unset),
   LC_ALL= (unset),
   LANG= ES
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C)

how to fix all that ? thanks.


Re: perl: warning: Setting locale failed

2000-03-13 Thread Darlock
On Mon, 13 Mar 2000, Jaume Teixi wrote:

  When setting up pakages I get:
  
  perl: warning: Setting locale failed
  perl: warning: Please check that your locale settings:
 LANGUAGE= (unset),
 LC_ALL= (unset),
 LANG= ES
  are supported and installed on your system.
  perl: warning: Falling back to the standard locale (C)
  
  how to fix all that ? thanks.

It's so easy, you only have to set this variables into the
/etc/environment or /etc/profile. I come from Spain and I have this:

LC_CTYPE=ISO_8859_15
LC_ALL=es_ES
LANG=es_ES.ISO-8859-15

The first variable stablish the language to Latin1 with Euro simbol,
the second refers to the language country (es - Spanish, ES - standard
spanish). The third is the same.

I think you only need to set one of them, take a look to:
$ man latin1
and to
$ man bash (search LC_ALL word)
but I have the three. 

I think you come from the same place than me (Catalunya). Put this
variables and all will run ok. 

If you have any other problem with it send me an e-mail.

Good Luck!!



Josep Llauradó Selvas[EMAIL PROTECTED]
Darlock http://darlockd.xoom.com
 Linux Registered User #153481

Real programmers don't comment their code.It was
hard to write, it should be hard to understand.



perl: warning: Setting locale failed.

1999-10-24 Thread Colin Telmer
I recently upgraded to the latest unstable distribution and now get the
following error message:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = (null)
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).

Any idea how I fix this? Thanks in advance. Colin.


-- 
Colin Telmer, Ottawa, Ontario, Canada
mailto:[EMAIL PROTECTED]
http://www.telmer.com


Re: perl: warning: Setting locale failed.

1999-10-24 Thread Jean-Yves BARBIER
On Sun, Oct 24, 1999 at 07:28:46AM -0400, Colin Telmer wrote:
 I recently upgraded to the latest unstable distribution and now get the
 following error message:
 
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = (null)
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 
 Any idea how I fix this? Thanks in advance. Colin.

Hi,

I use the following in my ~/.bash_profile:

LESSCHARSET=latin1
LC_TYPE=iso-8859-1
LC_ALL=fr_FR
LANG=us

(and export them, of course :)

Which give me some messages in french, but keep all the rest
(and especially man pages) in english; you'll have to change
them to english kbd, etc...

It work with a slink install... don't know for unstable.

JY
-- 
Jean-Yves F. Barbier [EMAIL PROTECTED]
 The disks are getting full; purge a file today.