OpenSolaris

Printable Version Enter a New Search
Bug ID 6470489
Synopsis lx_distro_install fails on ja locale
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:brandz
Keywords
Responsible Engineer William Kucharski
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_52
Fixed In snv_52
Release Fixed solaris_nevada(snv_52) , solaris_10u4(s10u4_01) (Bug ID:2144875)
Related Bugs
Submit Date 13-September-2006
Last Update Date 19-January-2007
Description
check_mbfree() function in lx_distro_install script assumes
the result of df -k "$dir" is always in "English" of the
C locale.  However, executing the script on the ja locale,
the result of the df command will be in "Japanese".
So, it fails to find the size of the free space.
The script should not depend on the result of i18n'd
utilities, or it should make sure to execute such
utilities always in the C locale.
Work Around
Run zoneadm in the C locale.
Comments
N/A