Fixed
Created: Apr 29, 2014
Updated: Dec 3, 2018
Resolved Date: May 19, 2014
Found In Version: 6.0.0.6
Fix Version: 6.0.0.7
Severity: Critical
Applicable for: Wind River Linux 6
Component/s: Target-Installer
Can not disable Smart Repository during installation.
Try to disable smart repository and following exception appears:
Please see screenshot and log in the attachment.
08:46:34,905 INFO anaconda: dispatch: leaving (1) step reposetup
08:46:34,905 INFO anaconda: dispatch: moving (1) to step tasksel
08:46:34,921 DEBUG anaconda: called smartinstall.SmartBackend.groupListExists: ['wrlinux-image-installer']
08:46:34,921 DEBUG anaconda: called smartinstall.SmartBackend.groupListDefault: ['wrlinux-image-installer']
08:46:34,921 DEBUG anaconda: called smartinstall.SmartBackend.groupListExists: ['wrlinux-image-installer', 'dev-pkgs', 'staticdev-pkgs']
08:46:34,921 DEBUG anaconda: called smartinstall.SmartBackend.groupListDefault: ['wrlinux-image-installer', 'dev-pkgs', 'staticdev-pkgs']
08:46:34,922 DEBUG anaconda: called smartinstall.SmartBackend.groupListExists: ['wrlinux-image-installer', 'dbg-pkgs']
08:46:34,922 DEBUG anaconda: called smartinstall.SmartBackend.groupListDefault: ['wrlinux-image-installer', 'dbg-pkgs']
08:46:34,922 DEBUG anaconda: called smartinstall.SmartBackend.groupListExists: ['wrlinux-image-installer', 'dev-pkgs', 'staticdev-pkgs', 'dbg-pkgs']
08:46:34,922 DEBUG anaconda: called smartinstall.SmartBackend.groupListDefault: ['wrlinux-image-installer', 'dev-pkgs', 'staticdev-pkgs', 'dbg-pkgs']
08:46:34,923 DEBUG anaconda: AnacondaSmartRepo(anaconda-config):items() = {'media_x86_64': {'priority': 45, 'type': 'rpm-md', 'name': 'Install Media feed for x86_64', 'baseurl': 'file:///Packages/x86_64'}, 'media_intel_x86_64': {'priority': 50, 'type': 'rpm-md', 'name': 'Install Media feed for intel_x86_64', 'baseurl': 'file:///Packages/intel_x86_64'}, 'media_all': {'priority': 40, 'type': 'rpm-md', 'name': 'Install Media feed for all', 'baseurl': 'file:///Packages/all'}}
08:46:34,923 DEBUG anaconda: AnacondaSmartRepo(anaconda-config):items() = [('media_x86_64', <pyanaconda.smartinstall.SmartRepo instance at 0x21c38c0>), ('media_intel_x86_64', <pyanaconda.smartinstall.SmartRepo instance at 0x3bc7dd0>), ('media_all', <pyanaconda.smartinstall.SmartRepo instance at 0x3bc7fc8>)]
08:46:34,923 DEBUG anaconda: SmartRepo(media_x86_64): isEnabled - True
08:46:34,923 DEBUG anaconda: SmartRepo(media_intel_x86_64): isEnabled - True
08:46:34,923 DEBUG anaconda: SmartRepo(media_all): isEnabled - True
08:46:46,645 CRIT anaconda: anaconda 16.25 exception report
Traceback (most recent call first):
File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/task_gui.py", line 600, in _repoToggled
repo.disable()
AttributeError: SmartRepo instance has no attribute 'disable'
1. /buildarea1/product/wrlinux-x/wrlinux/configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=wr-installer --enable-target-installer=yes --with-sstate-dir=/buildarea1/build/SSTATE_CACHE --enable-parallel-pkgbuilds=8 --enable-jobs=8 --enable-bootimage=iso
2. make all
3. install iso image to target through usb flash disk
4. Click "Install media feed for all" and try to disable smart repository. Please see screenshot.