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]



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)



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]



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)


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




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] 






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]


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]



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!