Actions
Bug #11738
opentext-install fails with "IndexError: Index (0) out of range (0-0)" when selecting Europe in "Time Zone: Regions" screen
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Description
text-install
fails with IndexError: Index (0) out of range (0-0)
when selecting Europe in "Time Zone: Regions" screen. Other regions are good.
2019-09-20 17:20:38,868 - INFO : text-install:120 **** START **** 2019-09-20 17:20:42,440 - ERROR : fdisk_partitions.py:129 No partitions were selected. Continuing. 2019-09-20 17:20:46,297 - INFO : network_type.py:174 Configuring NIC as: automatic 2019-09-20 17:20:48,664 - ERROR : text-install:254 Install Profile: Disk Info (c3t0d0): Size: 19.6233062744gb BE name: openindiana Overwrite boot configuration: True NIC None: Type: automatic System Info: Hostname: oi TZ: Europe - None - None Time Offset: 0 Keyboard: None Locale: None None 2019-09-20 17:20:48,665 - ERROR : text-install:255 Traceback (most recent call last): File "/usr/bin/text-install", line 236, in <module> SCREEN = SCREEN.show(INSTALL_PROFILE) File "/usr/lib/python2.7/vendor-packages/osol_install/text_install/base_screen.py", line 124, in show self._show() File "/usr/lib/python2.7/vendor-packages/osol_install/text_install/timezone.py", line 154, in _show force_to_top=True) File "/usr/lib/python2.7/vendor-packages/osol_install/text_install/scroll_window.py", line 352, in activate_object_force super(ScrollWindow, self).activate_object(index, loop=loop) File "/usr/lib/python2.7/vendor-packages/osol_install/text_install/inner_window.py", line 313, in activate_object raise IndexError(err_msg) IndexError: Index (0) out of range (0-0) 2019-09-20 17:20:48,665 - INFO : text-install:99 **** END ****
I use a Live medium I built earlier today.
Related issues
Updated by Dan McDonald about 4 years ago
Is this in caiman? We had this problem in OmniOS when we used caiman. I think libzoneinfo (a library in -gate that is only used, AFAICT, by caiman) barfs on non-7-bit-ASCII characters. OmniOS ended up trashing caiman and beefing up its previously-only-DHCP "kayak" installer instead.
Updated by Andy Fiddaman about 4 years ago
- Related to Bug #11744: zone_sun.tab file must remain sorted added
Actions