Author Topic: Instalation failed in Russian locale.  (Read 1522 times)

zergius

  • Zen Apprentice
  • *
  • Posts: 41
  • Karma: +1/-0
    • View Profile
Instalation failed in Russian locale.
« on: February 08, 2010, 09:25:51 am »
First a wall, thank you for your work... GREAT work...

I'm from Russia and have some truble while install 1.4 eBox... In standart instalation of common server 8.04 there is no packege console-cyrrilic, without this packege instalation fall, after asking amin name.

J. A. Calvo

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1986
  • Karma: +67/-3
    • View Profile
    • http://blogs.zentyal.org/jacalvo
Re: Instalation failed in Russian locale.
« Reply #1 on: February 08, 2010, 11:15:48 am »
Thanks for reporting it, we will try to fix it in a next version of the installer. In the meanwhile I suppose you can install in english and then change the locale after installed.
Zentyal Server Lead Developer

zergius

  • Zen Apprentice
  • *
  • Posts: 41
  • Karma: +1/-0
    • View Profile
Re: Instalation failed in Russian locale.
« Reply #2 on: February 08, 2010, 03:41:00 pm »
Yap, i have done it... =)) In english instalation everything go fine

Darvin

  • Zen Apprentice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: Instalation failed in Russian locale.
« Reply #3 on: February 09, 2010, 06:44:12 am »
zergius , after error, login as eboxadmin/eboxadmin.
Code: [Select]
sudo nano -w /etc/default/console-setup
Edit the following lines:
CODESET="CyrSlav"
FONTFACE="Terminus"
FONTSIZE="14"

Code: [Select]
sudo /etc/init.d/console-setup restart
sudo update-initramfs -u

Reboot.

zergius

  • Zen Apprentice
  • *
  • Posts: 41
  • Karma: +1/-0
    • View Profile
Re: Instalation failed in Russian locale.
« Reply #4 on: February 09, 2010, 07:21:56 am »
Ok, I'll try it next time...