Machine fails to boot after setting locale
Hi,
I am trying to set the locale during the jumpstart. In my profile I set
locale en_US.UTF-8
and in sysidcfg I set
system_locale=en_US.UTF-8
The locale is correctly installed and /etc/default/init looks like
TZ=Europe/Stockholm
CMASK=022
LANG=en_US.UTF-8
However when I type locale, I get
# locale
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=
Using some info from
http://docs.sun.com/app/docs/doc/817-2521/6mi67tj5d?a=view
I changed the /etc/default/init to look like
TZ=Europe/Stockholm
CMASK=022
LANG=en_US.UTF-8
LC_ALL=""
LC_CTYPE=""
LC_NUMERIC=""
LC_TIME=""
LC_COLLATE=""
LC_MONETARY=""
LC_MESSAGES=""
However when I reboot my machine, I get the following error from SVC:
Boot device: /pci@7c0/pci@0/pci@1/pci@0,2/LSILogic,sas@2/disk@0,0:a File and args:
SunOS Release 5.10 Version Generic_118833-18 64-bit
Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
libscf.c:2060: scf_pg_get_property() failed with unexpected error 1007. Aborting.
Sep 1 16:26:50 svc.startd[11]: restarting after interruption
libscf.c:2060: scf_pg_get_property() failed with unexpected error 1007. Aborting.
Sep 1 16:26:51 svc.startd[14]: restarting after interruption
libscf.c:2060: scf_pg_get_property() failed with unexpected error 1007. Aborting.
Requesting maintenance mode
(See /lib/svc/share/READMEfor additional information.)
Root passwordfor system maintenance (control-d to bypass):
Any ideas?

