VirtualBox/Preparing a disk image: Difference between revisions
No edit summary |
No edit summary |
||
| Line 131: | Line 131: | ||
# yum install dkms gcc | # yum install dkms gcc | ||
#: (Other dependencies will be called into the installation.) | #: (Other dependencies will be called into the installation.) | ||
'''Note:''' The installation fails as of 10 June 2010 with 32-bit Fedora while updating glibc-common-2.12-2.i686<br>error: unpacking of archive failed on file /usr/lib/locale/locale-archive.tmpl: cpio: rename<br>Traceback (most recent call last): | |||
<pre> | |||
File "/usr/lib/python2.6/site-packages/yum/rpmtrans.py", line 387, in callback | |||
{{Show|<Terminal log from 21 May 2010 with Fedora 64 bit> | File "/usr/lib/python2.6/site-packages/yum/rpmtrans.py", line 457, in _instCloseFile | ||
File "/usr/lib/python2.6/site-packages/yum/rpmtrans.py", line 246, in _scriptout | |||
File "/usr/lib/python2.6/site-packages/yum/rpmtrans.py", line 367, in log_scriptlet_output | |||
File "/usr/lib/python2.6/site-packages/yum/rpmtrans.py", line 223, in _commit | |||
sqlite3.OperationalError: disk I/O error | |||
error: python callback <bound method RPMTransaction.callback of <yum.rpmtrans.RPMTransaction instance at 0xa088b8c>> failed, aborting! | |||
</pre> | |||
(With 512 KB of memory allocated, the update seemed to hang on the glibc update. Boosting the memory to 1024 revealed the above failure.) | |||
{{Show|<Successful Terminal log from 21 May 2010 with Fedora 64 bit> | |||
|<pre> | |<pre> | ||
[root@localhost ~]# yum install dkms gcc | [root@localhost ~]# yum install dkms gcc | ||