Locale-gen error (solved) sort of

I am getting the following error using locale-gen...
[root@mauller obmenu-1.0]# locale-gen
Generating locales...
  en_US.UTF-8.../usr/sbin/locale-gen: line 41:  2780 Segmentation fault      localedef -i $input -c -f $charset -A /usr/share/locale/locale.alias $locale
the only ones i un-commented in /etc/locale.gen are the en-us ones.  any thoughts on this one?

Sorry for responding to an old thread, but I have exactly the same problem of funkyou after having updated glibc to 2.5.2
locale-gen
Generating locales...
it_IT.UTF-8.../usr/sbin/locale-gen: line 41: 7650 Segmentation fault localedef -i $input -c -f $charset -A /usr/share/locale/locale.alias $locale
ldd /usr/bin/localedef
linux-gate.so.1 => (0xffffe000)
libc.so.6 => /lib/libc.so.6 (0x0064e000)
/lib/ld-linux.so.2 (0x002d9000)
localedef -i it_IT -c -f UTF-8 -A /usr/share/locale/locale.alias it_IT.UTF-8
Segmentation fault
Not sure if the above command is correct.
locale -a
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_COLLATE to default locale: No such file or directory
C
POSIX
I've this in locale.gen (but even commenting or uncommenting other locales, it segfaults anyway)
cat /etc/locale.gen | grep '^[^#]'
it_IT.UTF-8 UTF-8
it_IT ISO-8859-1
it_IT@euro ISO-8859-15
I've already tried reinstalling glibc and rebooted a couple of times without any luck. Any idea?

Similar Messages

  • [solved] locale-gen don't work

    Hi,
    I've just got new Arch install but it seems there's some slight problems with locales. I enable few of them in /etc/locale.gen. To be exact:
    #en_SG.UTF-8 UTF-8
    #en_SG ISO-8859-1
    en_US.UTF-8 UTF-8
    en_US ISO-8859-1
    #en_ZA.UTF-8 UTF-8
    #en_ZA ISO-8859-1
    #en_ZW.UTF-8 UTF-8
    #li_NL UTF-8
    #lo_LA UTF-8
    lt_LT.UTF-8 UTF-8
    lt_LT ISO-8859-13
    #lv_LV.UTF-8 UTF-8
    #lv_LV ISO-8859-13
    But when I run
    sudo locale-gen
    I get only
    Generating locales...
    [edit].Setting system wide locale...Try `localedef --help' or `localedef --usage' for more information.
    After that locale -a gives me only C and POSIX.
    Maybe I'm missing something?
    Last edited by InfernalH (2008-12-27 09:56:12)

    strange problem.
    localedef seems to be a tool to build some locales
    maybe something has gone wrong during the installation of locales.
    try to reinstall glibc :
    pacman -S glibc
    and try again (you'll probably have to edit your /etc/locale.gen again)

  • [SOLVED] locale-gen, nano, sed not available in arch-chroot

    Both the Installation Guide and the Beginner's version say to use arch-chroot before configuring. However, when I try to do this, I no longer have access to the commands I need to do the configuration (e.g. sh: nano: command not found). I can use nano from outside of the chroot, but AFAIK locale-gen needs to be run inside, and it relies on sed which is also not present.
    I'm surprised this hasn't been brought up before-- have I done something wrong?
    EDIT: mkinitcpio is also not available while in arch-chroot
    Last edited by dtomasiewicz (2012-09-06 08:07:22)

    Whef wrote:Did you use pacstrap to install the base system (and anything else you want) on your install (usually /mnt) before chrooting? Otherwise, it won't be able to access the resources from the regular install media because it will be outside of the chroot environment.
    Hmmm no I did not do this, nor did I see any mention of it on the install guide. It just says to arch-chroot then (after editing a few files) run locale-gen and mkinitcpio, neither of which are accessible within the chroot'd shell.

  • [Solved] UTF-8 locale-gen not working

    $ cat /etc/locale.conf
    Lang=en_CA.UTF-8
    $ locale -a
    C
    POSIX
    en_CA.utf8
    $ locale
    LANG=C
    LC_CTYPE="C"
    LC_NUMERIC="C"
    LC_TIME="C"
    LC_COLLATE="C"
    LC_MONETARY="C"
    LC_MESSAGES="C"
    LC_PAPER="C"
    LC_NAME="C"
    LC_ADDRESS="C"
    LC_TELEPHONE="C"
    LC_MEASUREMENT="C"
    LC_IDENTIFICATION="C"
    LC_ALL=
    $ cat /etc/profile.d/locale.sh
    #!/bin/sh
    unset LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES \
    LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT"LC_IDENTIFICATION
    if [ -n "$XDG_CONFIG_HOME" ] && [ -r "XDG_CONFIG_HOME/locale.conf" ]; then
    . "$XDG_CONFIG_HOME/locale.conf"
    elif [ -n $HOME ] && [ -r $HOME/.config/locale.conf ]; then
    . "$HOME/.config/locale.conf"
    elif [ -r /etc/locale.conf ]; then
    . /etc/locale.conf
    elif [ -r /etc/rc.conf ]; then
    LANG=$(. /etc/rc.conf 2>/dev/null; echo "$LOCALE")
    fi
    export LANG="${LANG:-C}"
    [ -n "$LC_CTYPE" ] $$ export LC_CTYPE
    [ -n "$LC_NUMERIC" ] $$ export LC_NUMERIC
    [ -n "$LC_TIME" ] $$ export LC_TIME
    [ -n "$LC_COLLATE" ] $$ export LC_COLLATE
    [ -n "$LC_MONETARY" ] $$ export LC_MONETARY
    [ -n "$LC_MESSAGES" ] $$ export LC_MESSAGES
    [ -n "$LC_PAPER" ] $$ export LC_PAPER
    [ -n "$LC_NAME" ] $$ export LC_NAME
    [ -n "$LC_ADDRESS" ] $$ export LC_ADDRESS
    [ -n "$LC_TELEPHONE" ] $$ export LC_TELEPHONE
    [ -n "$LC_MEASUREMENT" ] $$ export LC_MEASUREMENT
    [ -n "$LC_IDENTIFICATION" ] $$ export LC_IDENTIFICATION
    So how to get en_CA.UTF-8 in effect? And why isn't in effect automatically? I installed recently and followed the locale-gen procedure. Only graphical stuff installed is i3, qupzilla & smplayer, no gnome or anything. I guess it's not related, but Dvorak layout is working as per vconsole.conf. Thanks
    Last edited by stozi (2013-09-30 14:33:29)

    stozi wrote:thanks I have read it, didn't find anything that would help. still want to know how my /etc/locale.conf could have the wrong formating when it's never been manually edited.
    Asked and answered.  You need to edit that file - this is described in the Beginners guide and installation guide (edit: and several times on the locale page).
    Last edited by Trilby (2013-09-30 14:29:04)

  • [Solved]Emtpy locale.gen - can't generate locales

    Hi,
    after a fresh arch install I have some trouble setting locales. I searched the forum and wiki, but all solutions start with uncommenting the appropriate lines within /etc/locale.gen.
    However, this file is empty! I tried removing the file and reinstalling glibc but this didn't help.
    Any ideas?
    Thx
    Last edited by daJense (2009-09-18 16:02:17)

    It seems something went wrong with the install because this file shouldn't be empty. Installing glibc (which is also the package that contains 'locale-gen') should generate this file I think. Try reinstalling it. Or put this in there:
    ## Configuration file for locale-gen
    ## lists of locales that are to be generated by the locale-gen command.
    ## Each line is of the form:
    ## <locale> <charset>
    ## where <locale> is one of the locales given in /usr/share/i18n/locales
    ## and <charset> is one of the character sets listed in /usr/share/i18n/charmaps
    ## Examples:
    ## en_US ISO-8859-1
    ## en_US.UTF-8 UTF-8
    ## de_DE ISO-8859-1
    ## de_DE@euro ISO-8859-15
    ## The locale-gen command will generate all the locales,
    ## placing them in /usr/lib/locale.
    ## A list of supported locales is included in this file.
    ## Uncomment the ones you need.
    ## This file names the currently supported and somewhat tested locales.
    ## If you have any additions please file a glibc bug report.
    #aa_DJ.UTF-8 UTF-8
    #aa_DJ ISO-8859-1
    #aa_ER UTF-8
    #aa_ER@saaho UTF-8
    #aa_ET UTF-8
    #af_ZA.UTF-8 UTF-8
    #af_ZA ISO-8859-1
    #am_ET UTF-8
    #an_ES.UTF-8 UTF-8
    #an_ES ISO-8859-15
    #ar_AE.UTF-8 UTF-8
    #ar_AE ISO-8859-6
    #ar_BH.UTF-8 UTF-8
    #ar_BH ISO-8859-6
    #ar_DZ.UTF-8 UTF-8
    #ar_DZ ISO-8859-6
    #ar_EG.UTF-8 UTF-8
    #ar_EG ISO-8859-6
    #ar_IN UTF-8
    #ar_IQ.UTF-8 UTF-8
    #ar_IQ ISO-8859-6
    #ar_JO.UTF-8 UTF-8
    #ar_JO ISO-8859-6
    #ar_KW.UTF-8 UTF-8
    #ar_KW ISO-8859-6
    #ar_LB.UTF-8 UTF-8
    #ar_LB ISO-8859-6
    #ar_LY.UTF-8 UTF-8
    #ar_LY ISO-8859-6
    #ar_MA.UTF-8 UTF-8
    #ar_MA ISO-8859-6
    #ar_OM.UTF-8 UTF-8
    #ar_OM ISO-8859-6
    #ar_QA.UTF-8 UTF-8
    #ar_QA ISO-8859-6
    #ar_SA.UTF-8 UTF-8
    #ar_SA ISO-8859-6
    #ar_SD.UTF-8 UTF-8
    #ar_SD ISO-8859-6
    #ar_SY.UTF-8 UTF-8
    #ar_SY ISO-8859-6
    #ar_TN.UTF-8 UTF-8
    #ar_TN ISO-8859-6
    #ar_YE.UTF-8 UTF-8
    #ar_YE ISO-8859-6
    #az_AZ.UTF-8 UTF-8
    #as_IN.UTF-8 UTF-8
    #ast_ES.UTF-8 UTF-8
    #ast_ES ISO-8859-15
    #be_BY.UTF-8 UTF-8
    #be_BY CP1251
    #be_BY@latin UTF-8
    #ber_DZ UTF-8
    #ber_MA UTF-8
    #bg_BG.UTF-8 UTF-8
    #bg_BG CP1251
    #bn_BD UTF-8
    #bn_IN UTF-8
    #bo_CN UTF-8
    #bo_IN UTF-8
    #br_FR.UTF-8 UTF-8
    #br_FR ISO-8859-1
    #br_FR@euro ISO-8859-15
    #bs_BA.UTF-8 UTF-8
    #bs_BA ISO-8859-2
    #byn_ER UTF-8
    #ca_AD.UTF-8 UTF-8
    #ca_AD ISO-8859-15
    #ca_ES.UTF-8 UTF-8
    #ca_ES ISO-8859-1
    #ca_ES@euro ISO-8859-15
    #ca_FR.UTF-8 UTF-8
    #ca_FR ISO-8859-15
    #ca_IT.UTF-8 UTF-8
    #ca_IT ISO-8859-15
    #crh_UA UTF-8
    #cs_CZ.UTF-8 UTF-8
    #cs_CZ ISO-8859-2
    #csb_PL UTF-8
    #cy_GB.UTF-8 UTF-8
    #cy_GB ISO-8859-14
    #da_DK.UTF-8 UTF-8
    #da_DK ISO-8859-1
    #de_AT.UTF-8 UTF-8
    #de_AT ISO-8859-1
    #de_AT@euro ISO-8859-15
    #de_BE.UTF-8 UTF-8
    #de_BE ISO-8859-1
    #de_BE@euro ISO-8859-15
    #de_CH.UTF-8 UTF-8
    #de_CH ISO-8859-1
    #de_DE.UTF-8 UTF-8
    #de_DE ISO-8859-1
    #de_DE@euro ISO-8859-15
    #de_LU.UTF-8 UTF-8
    #de_LU ISO-8859-1
    #de_LU@euro ISO-8859-15
    #dz_BT UTF-8
    #el_GR.UTF-8 UTF-8
    #el_GR ISO-8859-7
    #el_CY.UTF-8 UTF-8
    #el_CY ISO-8859-7
    #en_AG UTF-8
    #en_AU.UTF-8 UTF-8
    #en_AU ISO-8859-1
    #en_BW.UTF-8 UTF-8
    #en_BW ISO-8859-1
    #en_CA.UTF-8 UTF-8
    #en_CA ISO-8859-1
    #en_DK.UTF-8 UTF-8
    #en_DK ISO-8859-1
    #en_GB.UTF-8 UTF-8
    #en_GB ISO-8859-1
    #en_HK.UTF-8 UTF-8
    #en_HK ISO-8859-1
    #en_IE.UTF-8 UTF-8
    #en_IE ISO-8859-1
    #en_IE@euro ISO-8859-15
    #en_IN UTF-8
    #en_NG UTF-8
    #en_NZ.UTF-8 UTF-8
    #en_NZ ISO-8859-1
    #en_PH.UTF-8 UTF-8
    #en_PH ISO-8859-1
    #en_SG.UTF-8 UTF-8
    #en_SG ISO-8859-1
    #en_US.UTF-8 UTF-8
    #en_US ISO-8859-1
    #en_ZA.UTF-8 UTF-8
    #en_ZA ISO-8859-1
    #en_ZW.UTF-8 UTF-8
    #en_ZW ISO-8859-1
    #es_AR.UTF-8 UTF-8
    #es_AR ISO-8859-1
    #es_BO.UTF-8 UTF-8
    #es_BO ISO-8859-1
    #es_CL.UTF-8 UTF-8
    #es_CL ISO-8859-1
    #es_CO.UTF-8 UTF-8
    #es_CO ISO-8859-1
    #es_CR.UTF-8 UTF-8
    #es_CR ISO-8859-1
    #es_DO.UTF-8 UTF-8
    #es_DO ISO-8859-1
    #es_EC.UTF-8 UTF-8
    #es_EC ISO-8859-1
    #es_ES.UTF-8 UTF-8
    #es_ES ISO-8859-1
    #es_ES@euro ISO-8859-15
    #es_GT.UTF-8 UTF-8
    #es_GT ISO-8859-1
    #es_HN.UTF-8 UTF-8
    #es_HN ISO-8859-1
    #es_MX.UTF-8 UTF-8
    #es_MX ISO-8859-1
    #es_NI.UTF-8 UTF-8
    #es_NI ISO-8859-1
    #es_PA.UTF-8 UTF-8
    #es_PA ISO-8859-1
    #es_PE.UTF-8 UTF-8
    #es_PE ISO-8859-1
    #es_PR.UTF-8 UTF-8
    #es_PR ISO-8859-1
    #es_PY.UTF-8 UTF-8
    #es_PY ISO-8859-1
    #es_SV.UTF-8 UTF-8
    #es_SV ISO-8859-1
    #es_US.UTF-8 UTF-8
    #es_US ISO-8859-1
    #es_UY.UTF-8 UTF-8
    #es_UY ISO-8859-1
    #es_VE.UTF-8 UTF-8
    #es_VE ISO-8859-1
    #et_EE.UTF-8 UTF-8
    #et_EE ISO-8859-1
    #et_EE.ISO-8859-15 ISO-8859-15
    #eu_ES.UTF-8 UTF-8
    #eu_ES ISO-8859-1
    #eu_ES@euro ISO-8859-15
    #fa_IR UTF-8
    #fi_FI.UTF-8 UTF-8
    #fi_FI ISO-8859-1
    #fi_FI@euro ISO-8859-15
    #fil_PH UTF-8
    #fo_FO.UTF-8 UTF-8
    #fo_FO ISO-8859-1
    #fr_BE.UTF-8 UTF-8
    #fr_BE ISO-8859-1
    #fr_BE@euro ISO-8859-15
    #fr_CA.UTF-8 UTF-8
    #fr_CA ISO-8859-1
    #fr_CH.UTF-8 UTF-8
    #fr_CH ISO-8859-1
    #fr_FR.UTF-8 UTF-8
    #fr_FR ISO-8859-1
    #fr_FR@euro ISO-8859-15
    #fr_LU.UTF-8 UTF-8
    #fr_LU ISO-8859-1
    #fr_LU@euro ISO-8859-15
    #fur_IT UTF-8
    #fy_NL UTF-8
    #fy_DE UTF-8
    #ga_IE.UTF-8 UTF-8
    #ga_IE ISO-8859-1
    #ga_IE@euro ISO-8859-15
    #gd_GB.UTF-8 UTF-8
    #gd_GB ISO-8859-15
    #gez_ER UTF-8
    #gez_ER@abegede UTF-8
    #gez_ET UTF-8
    #gez_ET@abegede UTF-8
    #gl_ES.UTF-8 UTF-8
    #gl_ES ISO-8859-1
    #gl_ES@euro ISO-8859-15
    #gu_IN UTF-8
    #gv_GB.UTF-8 UTF-8
    #gv_GB ISO-8859-1
    #ha_NG UTF-8
    #he_IL.UTF-8 UTF-8
    #he_IL ISO-8859-8
    #hi_IN UTF-8
    #hne_IN UTF-8
    #hr_HR.UTF-8 UTF-8
    #hr_HR ISO-8859-2
    #hsb_DE ISO-8859-2
    #hsb_DE.UTF-8 UTF-8
    #ht_HT UTF-8
    #hu_HU.UTF-8 UTF-8
    #hu_HU ISO-8859-2
    #hy_AM UTF-8
    #hy_AM.ARMSCII-8 ARMSCII-8
    #id_ID.UTF-8 UTF-8
    #id_ID ISO-8859-1
    #ig_NG UTF-8
    #ik_CA UTF-8
    #is_IS.UTF-8 UTF-8
    #is_IS ISO-8859-1
    #it_CH.UTF-8 UTF-8
    #it_CH ISO-8859-1
    #it_IT.UTF-8 UTF-8
    #it_IT ISO-8859-1
    #it_IT@euro ISO-8859-15
    #iu_CA UTF-8
    #iw_IL.UTF-8 UTF-8
    #iw_IL ISO-8859-8
    #ja_JP.EUC-JP EUC-JP
    #ja_JP.UTF-8 UTF-8
    #ka_GE.UTF-8 UTF-8
    #ka_GE GEORGIAN-PS
    #kk_KZ.UTF-8 UTF-8
    #kk_KZ PT154
    #kl_GL.UTF-8 UTF-8
    #kl_GL ISO-8859-1
    #km_KH UTF-8
    #kn_IN UTF-8
    #ko_KR.EUC-KR EUC-KR
    #ko_KR.UTF-8 UTF-8
    #ks_IN UTF-8
    #ks_IN@devanagari UTF-8
    #ku_TR.UTF-8 UTF-8
    #ku_TR ISO-8859-9
    #kw_GB.UTF-8 UTF-8
    #kw_GB ISO-8859-1
    #ky_KG UTF-8
    #lg_UG.UTF-8 UTF-8
    #lg_UG ISO-8859-10
    #li_BE UTF-8
    #li_NL UTF-8
    #lo_LA UTF-8
    #lt_LT.UTF-8 UTF-8
    #lt_LT ISO-8859-13
    #lv_LV.UTF-8 UTF-8
    #lv_LV ISO-8859-13
    #mai_IN UTF-8
    #mg_MG.UTF-8 UTF-8
    #mg_MG ISO-8859-15
    #mi_NZ.UTF-8 UTF-8
    #mi_NZ ISO-8859-13
    #mk_MK.UTF-8 UTF-8
    #mk_MK ISO-8859-5
    #ml_IN UTF-8
    #mn_MN UTF-8
    #mr_IN UTF-8
    #ms_MY.UTF-8 UTF-8
    #ms_MY ISO-8859-1
    #mt_MT.UTF-8 UTF-8
    #mt_MT ISO-8859-3
    #nan_TW@latin UTF-8
    #nb_NO.UTF-8 UTF-8
    #nb_NO ISO-8859-1
    #nds_DE UTF-8
    #nds_NL UTF-8
    #ne_NP UTF-8
    #nl_AW UTF-8
    #nl_BE.UTF-8 UTF-8
    #nl_BE ISO-8859-1
    #nl_BE@euro ISO-8859-15
    #nl_NL.UTF-8 UTF-8
    #nl_NL ISO-8859-1
    #nl_NL@euro ISO-8859-15
    #nn_NO.UTF-8 UTF-8
    #nn_NO ISO-8859-1
    #nr_ZA UTF-8
    #nso_ZA UTF-8
    #oc_FR.UTF-8 UTF-8
    #oc_FR ISO-8859-1
    #om_ET UTF-8
    #om_KE.UTF-8 UTF-8
    #om_KE ISO-8859-1
    #or_IN UTF-8
    #pa_IN UTF-8
    #pa_PK UTF-8
    #pap_AN UTF-8
    #pl_PL.UTF-8 UTF-8
    #pl_PL ISO-8859-2
    #pt_BR.UTF-8 UTF-8
    #pt_BR ISO-8859-1
    #pt_PT.UTF-8 UTF-8
    #pt_PT ISO-8859-1
    #pt_PT@euro ISO-8859-15
    #ro_RO.UTF-8 UTF-8
    #ro_RO ISO-8859-2
    #ru_RU.KOI8-R KOI8-R
    #ru_RU.UTF-8 UTF-8
    #ru_RU ISO-8859-5
    #ru_UA.UTF-8 UTF-8
    #ru_UA KOI8-U
    #rw_RW UTF-8
    #sa_IN UTF-8
    #sc_IT UTF-8
    #sd_IN UTF-8
    #sd_IN@devanagari UTF-8
    #se_NO UTF-8
    #shs_CA UTF-8
    #si_LK UTF-8
    #sid_ET UTF-8
    #sk_SK.UTF-8 UTF-8
    #sk_SK ISO-8859-2
    #sl_SI.UTF-8 UTF-8
    #sl_SI ISO-8859-2
    #so_DJ.UTF-8 UTF-8
    #so_DJ ISO-8859-1
    #so_ET UTF-8
    #so_KE.UTF-8 UTF-8
    #so_KE ISO-8859-1
    #so_SO.UTF-8 UTF-8
    #so_SO ISO-8859-1
    #sq_AL.UTF-8 UTF-8
    #sq_AL ISO-8859-1
    #sr_ME UTF-8
    #sr_RS UTF-8
    #sr_RS@latin UTF-8
    #ss_ZA UTF-8
    #st_ZA.UTF-8 UTF-8
    #st_ZA ISO-8859-1
    #sv_FI.UTF-8 UTF-8
    #sv_FI ISO-8859-1
    #sv_FI@euro ISO-8859-15
    #sv_SE.UTF-8 UTF-8
    #sv_SE ISO-8859-1
    #ta_IN UTF-8
    #te_IN UTF-8
    #tg_TJ.UTF-8 UTF-8
    #tg_TJ KOI8-T
    #th_TH.UTF-8 UTF-8
    #th_TH TIS-620
    #ti_ER UTF-8
    #ti_ET UTF-8
    #tig_ER UTF-8
    #tk_TM UTF-8
    #tl_PH.UTF-8 UTF-8
    #tl_PH ISO-8859-1
    #tn_ZA UTF-8
    #tr_CY.UTF-8 UTF-8
    #tr_CY ISO-8859-9
    #tr_TR.UTF-8 UTF-8
    #tr_TR ISO-8859-9
    #ts_ZA UTF-8
    #tt_RU.UTF-8 UTF-8
    #[email protected] UTF-8
    #ug_CN UTF-8
    #uk_UA.UTF-8 UTF-8
    #uk_UA KOI8-U
    #ur_PK UTF-8
    #uz_UZ ISO-8859-1
    #uz_UZ@cyrillic UTF-8
    #ve_ZA UTF-8
    #vi_VN.TCVN TCVN5712-1
    #vi_VN UTF-8
    #wa_BE ISO-8859-1
    #wa_BE@euro ISO-8859-15
    #wa_BE.UTF-8 UTF-8
    #wo_SN UTF-8
    #xh_ZA.UTF-8 UTF-8
    #xh_ZA ISO-8859-1
    #yi_US.UTF-8 UTF-8
    #yi_US CP1255
    #yo_NG UTF-8
    #zh_CN.GB18030 GB18030
    #zh_CN.GBK GBK
    #zh_CN.UTF-8 UTF-8
    #zh_CN GB2312
    #zh_HK.UTF-8 UTF-8
    #zh_HK BIG5-HKSCS
    #zh_SG.UTF-8 UTF-8
    #zh_SG.GBK GBK
    #zh_SG GB2312
    #zh_TW.EUC-TW EUC-TW
    #zh_TW.UTF-8 UTF-8
    #zh_TW BIG5
    #zu_ZA.UTF-8 UTF-8
    #zu_ZA ISO-8859-1

  • Locale-gen command not found

    Hi everyone
    I just completed a new installation of Arch on my netbook, everything was working fine but there is a problem I can not solve.
    I managed to set everything as I wanted and put the language of my XFCE and Firefox in Spanish, but then (I do not know exactly when) all programs returned to English.
    I already check the rc.conf configuration and locale.gen and everything is set for Spanish, but when I try "sudo locale-gen" I recive a message like this: "sudo: locale-gen: command not found"
    I also have problems with the keyboard, I configured xorg and rc.conf to use spanish keymap but it didn't work
    Any ideas?

    TigTex wrote:I made one arch install that has this problem... locale-gen doesnt work (for example) but it's full path works. How do I re-set the PATH variable?
    All the problems I had with the PATH, keyboard and using other language than english had solved when I stop using autostart X in inittab , if I login to the terminal and start X myself, then everything works fine.
    I am still looking for a way to start XFCE at boot without having to enter my username or password and not having the problems I told (CDM looks like the better way )
    Last edited by Andyvec (2010-11-09 17:58:28)

  • Locale.gen and echoing LANG=es_US.UTF8 UTF-8 || Why "LANG"???

    I noticed in the beginner tutorial during the locale-gen area it gives you some options.
    EDIT!!! all es_US is really en_US. In bash I never typed es_US. So I changed my code examples from es_US to en_US
    NOTE!! I am in learning mode so I am purposly messing with things. I have already got Arch Linux up and running... I am purposely breaking things to fix them.
    First, I ran nano and looked at the locale.gen file and saw that it had a huge list.
    then I ran
    echo LANG=en_US.UTF-8 > /etc/locale.gen
    When I saw what happened other than being WOWed by learning what echo does. I saw that the locale.gen replaced the entire file with "LANG=es_US.UTF-8" and on top of that locale-gen has an error with the code.
    I would prefer this
    echo en_US.UTF-8 UTF 8 >> /etc/locale.gen
    So does the beginner guide have an error? Because "LANG=" was never in the locale file to begin with and just uncommenting leaves "en_US.UTF-8 UTF-8" NOT "en_US.UTF-8"
    Thank you for your time!
    Last edited by AcousticBruce (2015-03-08 15:21:10)

    I did not tell you what the error was... that was my fault. The error went away with me fixing locale.gen to locale.conf.
    Ranman: I have gone over the locale.conf wiki. Really what is hard is, when the wiki explains one thing, it explains it almost another language that I, yet again, have to look up something else. So I am hoping my question can be just treated as a simple question.
    I can appreciate the intense amount of questions you get from people who do not read or care to take the time. However, I am not that guy. So can you please quit telling me to do research. Please read my whole post, I went through the beginner guide-Many times! It does not tell me what the difference between these two files are.
    Yes locale.conf is in the wiki, but locale.gen is NOT. So if it is ok, see my next question...
    That brings me to the next question. What is the difference of locale.conf and locale.gen?
    if I run locale-gen that will pull the uncommented line and set it as language?
    Or if I chose to use the echo to locale.conf
    and export LANG=en_US... does this do the same thing?
    Last edited by AcousticBruce (2015-03-08 18:54:46)

  • I am moving to Alice Springs, Australia, this summer from the U.S. I would like to get the new iPad. How can I found out if I will be able to access all the functionality in Alice? Will I need to purchase a local plan of some sort?

    I am moving to Alice Springs, Australia, this summer from the U.S. I would like to get the new iPad to use while traveling back and forth from the U.S. to Australia, and within Australia. How can I found out if I will be able to access all the functionality of the iPad in Alice? Will I need to purchase a local plan of some sort? I have never owned an Apple product before -- I'm a newby!

    Aside form the limitation of LTE to the 700MHz and 2.1GHz bands (which rules out LTE in Europe I gather, at least as it stands now) the new iPad should let you use a GSM 3g/2g/edge network anywhere.  The CDMA Verizon model will only be able to use it's native CDMA radio band in the USA (that radio will be locked to Verizon), but it's international GSM radio is the same as the AT&T model.
    Keep in mind though that by far the cheapest option when abroad is to take advantage of free wifi as much as possible (well, that is always the cheapest option, since it is free).  I know several people who have taken their wifi-only iPads and iPad2s to Europe and said they did not find the lack of 3G really inconvenient at all as most towns had plenty of free or cheap wifi access all over the place.
    And in 3 years, your iPad will be at least 2-3 generations behind, LTE will have already been replaced by 5G or whatever the next new generation of cellular ends up being named (and the "young" kids will be wondering what the heck 3G even means or meant - dang that stuff was from the olden days!), and you can pitch that ancient piece of technology and start things all over again 

  • Error while sorting the model node table

    hi
    if(firstTime)
                     view.nowCreateAllCustomExtensionFields();
               IWDTable tab= (IWDTable)view.getElement("tbl_car");
               wdContext.currentContextElement().setCarTableSorter(new TableSorter(tab,wdThis.wdGetCarTableSorterAction(),null)); 
    i have written the above code in domodifyview()  {}
    and   tbl_car is the id of the my table. and the table is of type
    model node .
    wdContext.currentContextElement().getCarTableSorter().sort(wdEvent,wdContext.nodeIt_Car_Data());
    created a sort action  for the table , present in the  table
    properties and  iam getting a error under sort()  saying
    method sort(iwdcustomevent,iwdnode,string)  is  of type 
    tablesorter and  not  applicable for  
      (wdcustomevent,iprivateview.nodename) 
    can any one help me ?

    replace
    if(firstTime)
    view.nowCreateAllCustomExtensionFields();
    IWDTable tab= (IWDTable)view.getElement("tbl_car");
    wdContext.currentContextElement().setCarTableSorter(new TableSorter(tab,wdThis.wdGetCarTableSorterAction(),null));
    by
    if(firstTime)
    view.nowCreateAllCustomExtensionFields();
    IWDTable tab= (IWDTable)view.getElement("tbl_car");
    wdContext.currentContextElement().setCarTableSorter(new TableSorter(tab,wdThis.wdGetCarTableSorterAction(),new HashTable()));
    nikhil

  • Windows could not start the FLEXnet Licensing Service service on Local Computer Error 1068: The dependency service or group failed to start.

    Today I installed Adobe Director 11.5. I received a couple of errors in the FLEXnet Licensing Service. It looks It could not start. I tried to download the Licence fix what I found on Google but that doesn't work, so I checked the 'Service' at service (windows).
    It's status is empty. When I double click on the FLEXnet Licensing Service, clicked on start at the opened window and an error is coming: 
    Windows could not start the FLEXnet Licensing Service service on Local Computer
    Error 1068: The dependency service or group failed to start.
    I don't understand what it says with this message, only that it is impossible to start. However, that is not what I am trying of course, I want to start the FLEXnet Licensing Service, service. 
    Re-installing of the software, doesn't make any change. How can I start it so Director is also working?

    Hi Don1233,
    Please consider seek help at the software vendor side.
    For the services didn't start, follow the suggestions posted by Elton in the thread below:
    https://social.technet.microsoft.com/Forums/en-US/e35da253-f0df-41d1-8df2-b73fa54742a0/windows-could-not-start-the-flexnet-licensing-service-service-on-local-computer-error-1068-the?forum=w7itproinstall
    Best regards
    Michael Shao
    TechNet Community Support

  • Locale and LC_ALL [SOLVED]

    Having a problem with locales regarding the LC_CTYPE, LC_MESSAGES and LC_ALL variables:
    core-08 etc # locale
    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
    LANG=en_UK.utf8
    LC_CTYPE="en_UK.utf8"
    LC_NUMERIC="en_UK.utf8"
    LC_TIME="en_UK.utf8"
    LC_COLLATE=C
    LC_MONETARY="en_UK.utf8"
    LC_MESSAGES="en_UK.utf8"
    LC_PAPER="en_UK.utf8"
    LC_NAME="en_UK.utf8"
    LC_ADDRESS="en_UK.utf8"
    LC_TELEPHONE="en_UK.utf8"
    LC_MEASUREMENT="en_UK.utf8"
    LC_IDENTIFICATION="en_UK.utf8"
    LC_ALL=
    I tried following this suggestion: http://bbs.archlinux.org/viewtopic.php?id=19958 but still have the same issues.
    My /etc/locale.gen file contains:
    core-08 ~ # grep -v ^# /etc/locale.gen
    en_GB.UTF-8 UTF-8
    en_GB ISO-8859-1
    en_US.UTF-8 UTF-8
    en_US ISO-8859-1
    ...and glibc version is current/glibc 2.5-4
    Am I missing something here?
    TIA.
    Iain.
    Last edited by expat_iain (2007-03-05 12:20:59)

    you have default locale en_UK
    but this locale doesn't present in your locale.gen
    Last edited by zeus (2007-02-20 10:23:10)

  • A general error has occurred. [nQSError: 27002] Near local : Syntax error

    Hi
    I am using oracle BI Dashboard.
    i had configured my physical , business and presentation layers.
    when i click on the answers in the dashboard it also show me my
    new create presentation layer.
    even i can directly query my database using OBI but when i start using OBI Answers.
    i got this error
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <local>: Syntax error [nQSError: 26012] . (HY000)
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT "amount total".INVOICE_AMOUNT, STOREMAIN.STOREID FROM local')}
    SQL Issued: SELECT "amount total".INVOICE_AMOUNT, STOREMAIN.STOREID FROM locallocal is name of my presentation layer.
    while if i Issue SQL Directly it give me result.
    like
    select * from storemain
    storemain is name of table.
    Thanks
    umesh
    Message was edited by:
    Umesh Sharma
    Message was edited by:
    Umesh Sharma

    My understanding is Dim01 is taking values from the column - *"Company"."Company Name"*
    this being the case, try replacing the column name with one of the values from the column
    like @{Dim01}{value1}
    value1 being a value from the column *"Company"."Company Name"*..only then it will act as a default value
    Hope this helps...

  • SRKIM: Synchronize Wf Local Tables Errors: Ora-01400

    PURPOSE
    Synchronize Wf Local Tables 수행 시 발생한 ora-01400 error 를 해결한다.
    Problem Description
    Synchronize Wf Local Tables 수행 시 아래와 같은 error 가 발생하였다.
    ERROR
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 31-AUG-2005 09:39:54
    **Starts**31-AUG-2005 09:39:54
    **Ends**31-AUG-2005 09:40:33
    ORA-12801: error signaled in parallel query server P000
    ORA-01400: cannot insert NULL into
    ("APPLSYS"."WF_LOCAL_ROLES_STAGE"."DISPLAY_NAME")
    STEPS
    The issue can be reproduced at will with the following steps:
    Submit the concurrent program Synchronize WF LOCAL tables.
    Log file shows error.
    Workaround
    N/A
    Solution Description
    해당 error 는 per_all_people_f table 의 global_name 이 null 이기 때문에 발생하는 error 로 가장 간단하게는 아래와 같이 처리 하면 된다.
    update per_all_people_f
    set global_name = full_name
    where global_name is null;
    commit;
    위의 작업 후 다시 Synchronize WF LOCAL tables process 를 수행 한다.
    해당 issue 에 대한 원인은 note. 397219.1 - Why Are There NULL Values For global_name In 를 참조 하도록 한다.
    Reference Documents
    Note 375508.1 - Synchronize Wf Local Tables Errors: Ora-01400: Cannot

    Hi Hussein,
    Thanks for reply. Please find the below details.
    RELEASE_NAME
    12.1.3
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Linux **** 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    Conc Req Log file
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 19-JUN-2012 05:49:20
    **Starts**19-JUN-2012 05:49:20
    **Ends**19-JUN-2012 05:49:20
    ORA-14501: object is not partitioned
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 19-JUN-2012 05:49:20
    ---------------------------------------------------------------------------

  • Error: The sort order specified for distinct count records is incorrect

    When processing a measure group with a distinct count measure in it, i get the following error:
    "The sort order specified for distinct count records is incorrect."
    I have no idea what this means - any ideas?

    I had the same problem and your fix worked.  In more detail, the problematic field was contract_no.  I added a named calculation to the table in the Data Source View with the formula CHECKSUM(contract_no).  Then I created the distinct count measure on that named calculation.  And, lo and behold, the errors disappeared! 
    Thank you to Frank.
     - CindyCindy P Hoskey

  • 00904 error when sorting columns that require double quotes

    We have used an ETL tool to import an XML file into Oracle 10g. The column names are mixed case and unfortunately have to remain mixed case because we have a "column" and a "Column" name with different info in them. So when we migrate it in, the field names have be enclosed in double quotes in all SQL operations. The problem in SQL Developer 1.5.1 (Win XP SP2, Oracle 10G) though is that if I try to sort on a column by double clicking the column header, we get an ORA-00904 error COLUMN does not exist. So it looks like it is trying to do an ORDER BY without putting the column name in double quotes. Has anybody else had issues with this and is there a fix for it?
    Message was edited by:
    coachy

    It's a bug.
    Logged Bug 7344539 - 00904 error when sorting columns that require double quotes
    Workaround: Use the sort button on DataTab's toolbar.
    -Raghu

Maybe you are looking for

  • How do you get multiple plots to show up on the same graph?

    I am trying to get multiple (20) plots to show up on the same XY graph.  My data set is a 2D array, which exits a for loop.  The ultimate goal is to have one plot show up after each iteration of the for loop.  I can only get all 20 to show up at once

  • Windows 8 important update failure

    The following can be installed but they are failed in configuration after rebooting.  1. Security update for windows 8 x64-based systems (KB272758) 2. Update for windows 8 for x64-based systems (KB2769165) 3. Update for windows 8 for x64-based system

  • Can't use LogMiner utility

    I installed Oracle 9I Enterprise Edition on Red Hat 9 Linux. I have tried to use LogMiner and got the following error when I executed the following statement: create table logmnr_tbl as select * from v$logmnr_contents where operation='DELETE' and seg

  • Brarchive option for two copies and deletion if at least one copy

    Good morning, We are currently archiving our Oracle archive redos on tapes with legato/networker. When these files are backed up, we delete them from disk. Our current options are: brarchive -sd -c -f 1 What we would like to do is to store two copies

  • ITunes on Mac won't play transferred songs purchased by same account on PC

    I have recently transferred my iTunes library from a PC to a Mac (using my iPod as a hard drive). However, when I open up iTunes on my Mac, I am told that certain songs (all of the ones purchsed from the Music Store from the PC) are not authorized to