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):
'''Note:''' The installation fails as of 27 June 2010 testing with 32-bit Fedora-14 while updating to glibc-common-2.12.90-3.i686<br>error: unpacking of archive failed on file /usr/lib/locale/locale-archive.tmpl: cpio: rename<br>Traceback (most recent call last):
<pre>
<pre>
   File "/usr/lib/python2.6/site-packages/yum/rpmtrans.py", line 387, in callback
   File "/usr/lib/python2.6/site-packages/yum/rpmtrans.py", line 387, in callback
Line 146: Line 146:
error: python callback <bound method RPMTransaction.callback of <yum.rpmtrans.RPMTransaction instance at 0xa088b8c>> failed, aborting!
error: python callback <bound method RPMTransaction.callback of <yum.rpmtrans.RPMTransaction instance at 0xa088b8c>> failed, aborting!
</pre>
</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.)
(With 512 MB of memory allocated, the update seemed to hang on the glibc update. Boosting the memory to 1024 revealed the above failure.)
* The installation fails as of 27 June 2010 testing with 32-bit Fedora-14 while updating to glibc-common-2.12.90-3.i686
*: Using {{Code|dmsetup status}} the overlay consumption measured (after rebooting from a hang with 512 MB of memory) moved from 23376/409600 to 406568/409600 sectors.


{{Show|<Successful Terminal log from 21 May 2010 with Fedora 64 bit>  
{{Show|<Successful Terminal log from 21 May 2010 with Fedora 64 bit>