[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: NLS charset error



	Subject: Re: NLS charset error
	Date: Wed, Mar 10, 1999 at 10:22:46PM -0600

In reply to:Craig T. Hancock

Quoting Craig T. Hancock(craig.hancock@intellipost.com):
> What it means is that you don't have the iso8859-1 filesystem install you have to
> configure that option in your kernel under filesystems
> 
> 
> 
> 
> Pollywog wrote:
> 
> > I am getting these messages in syslog.  What do they mean?
> >
> > Mar 11 02:40:34 lilypad kernel: Unable to load NLS charset
> > iso8859-1(nls_iso8859_1)
> >
> > thanks
> >
> > --

grep -i nls /usr/src/linux/.config
CONFIG_NLS=y
CONFIG_NLS_CODEPAGE_437=m           <---- You don't have this enabled
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
CONFIG_NLS_ISO8859_1=m				<--- or this
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set


If you use the help feature of config/menuconfig/xconfig you will find
out what they mean.  If that is not enough info the Documentation dir
could help.



-- 
Our OS who art in CPU, UNIX be thy name.
        Thy programs run, thy syscalls done,
        In kernel as it is in user!
_______________________________________________________
Wayne T. Topa <wtopa@ix.netcom.com>


Reply to: