Re: locale error messages

2002-01-14 Thread lybrandnute
Timeboy [EMAIL PROTECTED] writes:

 On Saturday 12 Jan 2002 04:50 CET Titus Barik wrote:
 
  After doing a recent dselect upgrade, I'm noticing the following when
  trying to view man pages:
  
  [EMAIL PROTECTED]:~$ man ls
  (null): can't set the locale; make sure $LC_* and $LANG are correct
  Reformatting ls(1), please wait...
 
 This could be a bug. I have the same trouble since two days. Trying to
 configure locales in /etc/locale.gen and /etc/environment had no
 effect.
 
 Please let me know if there is a way to fix this and this is NOT a bug.
 Some other things also working bad. Hope that there cames a better
 update soon.
 
 Timo
 

I've fixed this by adding

LANG=en_AU
LANGUAGE=en_AU

export LANG LANGUAGE

to /etc/profile, you'de probably want to change it a bit if your not
in Oz

Cheers

Joel
- -- 
Go ahead try and spam me ...

So, if these variables aren't getting set during a new install of Woody, and
these variables are needed for the PERL package, where to do we report this
install bug.  I asked before, but I didn't get a response.

---
Eric Nute [EMAIL PROTECTED]
___
Get Your FREE FlashMail Address now at http://www.flashmail.com
It's Free, Easy,  Fun !!!



Re: locale error messages

2002-01-12 Thread Timeboy

On Saturday 12 Jan 2002 04:50 CET Titus Barik wrote:

 After doing a recent dselect upgrade, I'm noticing the following when
 trying to view man pages:
 
 [EMAIL PROTECTED]:~$ man ls
 (null): can't set the locale; make sure $LC_* and $LANG are correct
 Reformatting ls(1), please wait...

This could be a bug. I have the same trouble since two days. Trying to
configure locales in /etc/locale.gen and /etc/environment had no
effect.

Please let me know if there is a way to fix this and this is NOT a bug.
Some other things also working bad. Hope that there cames a better
update soon.

Timo



Re: locale error messages

2002-01-12 Thread Joel Mayes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Timeboy [EMAIL PROTECTED] writes:

 On Saturday 12 Jan 2002 04:50 CET Titus Barik wrote:
 
  After doing a recent dselect upgrade, I'm noticing the following when
  trying to view man pages:
  
  [EMAIL PROTECTED]:~$ man ls
  (null): can't set the locale; make sure $LC_* and $LANG are correct
  Reformatting ls(1), please wait...
 
 This could be a bug. I have the same trouble since two days. Trying to
 configure locales in /etc/locale.gen and /etc/environment had no
 effect.
 
 Please let me know if there is a way to fix this and this is NOT a bug.
 Some other things also working bad. Hope that there cames a better
 update soon.
 
 Timo
 

I've fixed this by adding

LANG=en_AU
LANGUAGE=en_AU

export LANG LANGUAGE

to /etc/profile, you'de probably want to change it a bit if your not
in Oz

Cheers

Joel
- -- 
Go ahead try and spam me ...
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.6 http://mailcrypt.sourceforge.net/

iD8DBQE8QBZxFgrYE4V82aYRAvL/AKCicy8ovsuuP0pTF29cO+unNpqKbgCdF24i
KgDwiLT79gqw8uVCGDf7B50=
=0SGr
-END PGP SIGNATURE-



Re: locale error messages

2002-01-12 Thread Nori Heikkinen
on Sat, 12 Jan 2002 11:39:31AM +0100, Timeboy insinuated:
  [EMAIL PROTECTED]:~$ man ls
  (null): can't set the locale; make sure $LC_* and $LANG are correct
  Reformatting ls(1), please wait...
 
 This could be a bug. I have the same trouble since two days. Trying to
 configure locales in /etc/locale.gen and /etc/environment had no
 effect.
 
 Please let me know if there is a way to fix this and this is NOT a bug.
 Some other things also working bad. Hope that there cames a better
 update soon.

`dpkg-reconfigure locales`

/nori

[EMAIL PROTECTED]--
-http://www.sccs.swarthmore.edu/~nori/jnl/daily.html



Re: locale error messages

2002-01-12 Thread Titus Barik
On Sat, 12 Jan 2002, Nori Heikkinen wrote:
 `dpkg-reconfigure locales`

This did the trick, thanks. I was using uxterm and did not have the
UTF-8 locale installed.

Titus Barik ([EMAIL PROTECTED])
AIM: TBarik  ICQ: 1604453



Re: locale error messages

2002-01-12 Thread Timeboy

On Saturday 12 Jan 2002 11:39 CET Timeboy wrote:
  
  On Saturday 12 Jan 2002 04:50 CET Titus Barik wrote:
  
   After doing a recent dselect upgrade, I'm noticing the following when
   trying to view man pages:
   
   [EMAIL PROTECTED]:~$ man ls
   (null): can't set the locale; make sure $LC_* and $LANG are correct
   Reformatting ls(1), please wait...
  
  This could be a bug. I have the same trouble since two days. Trying to
  configure locales in /etc/locale.gen and /etc/environment had no
  effect.

I made some experiments and i mean this is NOT a bug! You need to add
(for example)

LANG=en_us

in your /etc/environment. This should fix your trouble. The bug i saw
is in any gnome package and has nothing to do with locales.

Timo

--
Nothing is impossible!

You only need to know the way and price.

 :-)

END_OF_MAIL



locale error messages

2002-01-11 Thread Titus Barik
After doing a recent dselect upgrade, I'm noticing the following when
trying to view man pages:

[EMAIL PROTECTED]:~$ man ls
(null): can't set the locale; make sure $LC_* and $LANG are correct
Reformatting ls(1), please wait...

The man page seems to load fine, however. Also, I noticed some perl
warnings (maybe errors?) about locale while the dselect was upgrading,
but didn't pay too much attention to them (I should have!).

How do I fix this?

Thanks in advance,

Titus Barik ([EMAIL PROTECTED])
AIM: TBarik  ICQ: 1604453



Re: locale error messages

2002-01-11 Thread Vachi aaa

Hi,

Did you do the locale-gen thing on your machine?
Take a look at /etc/locale.gen and edit it as appropriate, then run 
locale-gen.

This might solve your problem
---
vachi


From: Titus Barik [EMAIL PROTECTED]
To: debian-user@lists.debian.org
Subject: locale error messages
Date: Fri, 11 Jan 2002 22:50:04 -0500 (EST)

After doing a recent dselect upgrade, I'm noticing the following when
trying to view man pages:

[EMAIL PROTECTED]:~$ man ls
(null): can't set the locale; make sure $LC_* and $LANG are correct
Reformatting ls(1), please wait...

The man page seems to load fine, however. Also, I noticed some perl
warnings (maybe errors?) about locale while the dselect was upgrading,
but didn't pay too much attention to them (I should have!).

How do I fix this?

Thanks in advance,

Titus Barik ([EMAIL PROTECTED])
AIM: TBarik  ICQ: 1604453


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

[EMAIL PROTECTED]




_
かわいい  使えるブラウザで、インターネット生活がもっと楽しくなる! 
http://explorer.msn.co.jp/