Re: Locale problem after upgrade 5.4 to 6.1

2006-05-23 Thread Rafael Aquino

Thanks a lot! At least now I know that I didn´t do anything wrong.

>From /usr/src/UPDATING:

...
20050227:
  The on-disk format of LC_CTYPE files was changed to be machine
  independent.  Please make sure NOT to use NO_CLEAN buildworld
  when crossing this point. Crossing this point also requires
  recompile or reinstall of all locale depended packages.
...

Rafael Aquino


On Mon, 22 May 2006 18:12:39 -0400, Kris Kennaway wrote
> On Mon, May 22, 2006 at 07:52:56PM -0200, Rafael Aquino wrote:
> > Hello ALL,
> > 
> > I use to set all my systems to pt_BR.ISO8859-1, and everytime
> > works perfect. The ports that are sensible for locale always uses
> > the correct language (Apache, Postgresql, etc).
> > 
> > After upgrate from 5.4 to 6.1, I realize that postgresql wasn?t starting
> > up with rc.d script. Trying to mannualy start it, the message was that
> > my database couldn?t support LATIN-1 (witch was, before upgrade).
> > 
> > Also the characters that used to work in console (?, ?, ...) don?t work 
> > anymore.
> 
> Something changed with locale support between 5.x and 6.x; check the
> release notes, UPDATING, etc.  There's also a compatibility package.
> 
> Kris


--
Rafael Mentz Aquino
BSDServer Ltda.
51 - 9847 8825

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Locale problem after upgrade 5.4 to 6.1

2006-05-22 Thread Kris Kennaway
On Mon, May 22, 2006 at 07:52:56PM -0200, Rafael Aquino wrote:
> Hello ALL,
> 
> I use to set all my systems to pt_BR.ISO8859-1, and everytime
> works perfect. The ports that are sensible for locale always uses
> the correct language (Apache, Postgresql, etc).
> 
> After upgrate from 5.4 to 6.1, I realize that postgresql wasn?t starting
> up with rc.d script. Trying to mannualy start it, the message was that
> my database couldn?t support LATIN-1 (witch was, before upgrade).
> 
> Also the characters that used to work in console (?, ?, ...) don?t work 
> anymore.

Something changed with locale support between 5.x and 6.x; check the
release notes, UPDATING, etc.  There's also a compatibility package.

Kris


pgpmpFE1WzHbm.pgp
Description: PGP signature


Locale problem after upgrade 5.4 to 6.1

2006-05-22 Thread Rafael Aquino
Hello ALL,

I use to set all my systems to pt_BR.ISO8859-1, and everytime
works perfect. The ports that are sensible for locale always uses
the correct language (Apache, Postgresql, etc).

After upgrate from 5.4 to 6.1, I realize that postgresql wasn´t starting
up with rc.d script. Trying to mannualy start it, the message was that
my database couldn´t support LATIN-1 (witch was, before upgrade).

Also the characters that used to work in console (ç, ã, ...) don´t work 
anymore.

Below is my profile, rc.conf, login.conf and master.passwd:

#rc.conf
...
keymap="br275.iso.acc"
font8x8="cp437-8x8"
font8x14="cp437-8x14"
font8x16="cp437-8x16"
scrnmap="iso-8859-1_to_cp437"
...

#Profile
...
export LC_ALL=pt_BR.ISO8859-1
export LC_TYPE=pt_BR.ISO8859-1
export LC_CTYPE=pt_BR.ISO8859-1
export MM_CHARSET=ISO-8859-1
export USE_LANG=pt_BR.ISO8859-1
export LANG=pt_BR.ISO8859-1
...


#login.conf
...
portuguese|Portuguese:\
  :charset=ISO-8859-1:\
  :lang=pt_BR.ISO_8859-1:=
  :tc=default:
...

#pw usershow root:
root:*:0:0:portuguese:0:0:Charlie &:/root:/usr/local/bin/bash

Before upgrade everything was fine. If I install it using 6.x CD sets also
works fine with these parameters.

Thanks a lot!

--
Rafael Mentz Aquino
BSDServer Ltda.
51 - 9847 8825

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"