Fixed
Created: May 21, 2014
Updated: Dec 3, 2018
Resolved Date: May 26, 2014
Found In Version: 6.0.0.7
Fix Version: 6.0.0.7
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Target-Installer
Exception has occurred during installing a cgp iso : no space left on device.
Please see screenshot.
root@localhost:~# df . -H
Filesystem Size Used Avail Use% Mounted on
aufs 1.3G 1.3G 0 100% /
root@localhost:~# free -m
total used free shared buffers
Mem: 2450248 1929544 520704 0 482620
-/+ buffers: 1446924 1003324
Swap: 4553724 0 4553724
Works well with rpm installation methon.
23:39:09,842 INFO anaconda: Restoring stats on /mnt/sysimage//boot
23:39:10,125 INFO anaconda: copy_to_sysimage: source '/etc/multipath/wwids' does not exist.
23:39:10,262 INFO anaconda: recreating initrd for 3.10.19-WR6.0.0.0_cgl
23:39:11,413 INFO anaconda: dispatch: leaving (1) step postinstallconfig
23:39:11,415 INFO anaconda: dispatch: moving (1) to step writeconfig
23:39:11,416 DEBUG anaconda: dispatch: writeconfig is a direct step
23:39:11,417 INFO anaconda: Writing main configuration
23:39:11,509 ERR anaconda: Error copying timezone (from /mnt/sysimage/usr/share/zoneinfo/America/New_York): No space left on device
23:39:11,671 CRIT anaconda: anaconda 16.25 exception report
Traceback (most recent call first):
File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 798, in write_debian
f = open("/etc/hostname", "w")
File "/usr/lib64/python2.7/site-packages/pyanaconda/network.py", line 834, in write
self.write_debian()
File "/usr/lib64/python2.7/site-packages/pyanaconda/__init__.py", line 302, in write
self.network.write()
File "/usr/lib64/python2.7/site-packages/pyanaconda/backend.py", line 220, in writeConfiguration
anaconda.write()
File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 373, in dispatch
self.dir = self.steps[self.step].target(self.anaconda)
File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 241, in go_forward
self.dispatch()
File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1201, in nextClicked
self.anaconda.dispatch.go_forward()
File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/progress_gui.py", line 79, in renderCallback
self.intf.icw.nextClicked()
File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1221, in handleRenderCallback
self.currentWindow.renderCallback()
IOError: [Errno 28] No space left on device: '/etc/hostname'
1. project1:configure --enable-board=intel-x86-64 --enable-kernel=cgl --enable-rootfs=glibc-cgl+installer-support --with-sstate-dir=/buildarea1/build/SSTATE_CACHE --enable-bootimage=ext4
2. make all
3. project2: configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=wr-installer --enable-target-installer=yes --with-installer-target-build=/WRINSTALLER/0519/build_prj/combo1-cgl/export/*ext4 --enable-bootimage=iso (contain ext4 image)
4. make all
5. Install CGP ISO image through VirtualBox.