

<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://strike.scec.org/scecwiki/index.php?action=history&amp;feed=atom&amp;title=BBP_Images</id>
	<title>BBP Images - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://strike.scec.org/scecwiki/index.php?action=history&amp;feed=atom&amp;title=BBP_Images"/>
	<link rel="alternate" type="text/html" href="https://strike.scec.org/scecwiki/index.php?title=BBP_Images&amp;action=history"/>
	<updated>2026-05-13T17:38:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://strike.scec.org/scecwiki/index.php?title=BBP_Images&amp;diff=11276&amp;oldid=prev</id>
		<title>Maechlin: Created page with '== Fedora 14 Virtual Box Installation on Mac OS X 10.9 == * Set up for the SCEC CME Configuration: == Virtual Box Software == * Install VB v4.3.18  == Download Fedora 14 == * Whi…'</title>
		<link rel="alternate" type="text/html" href="https://strike.scec.org/scecwiki/index.php?title=BBP_Images&amp;diff=11276&amp;oldid=prev"/>
		<updated>2014-10-20T23:28:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;== Fedora 14 Virtual Box Installation on Mac OS X 10.9 == * Set up for the SCEC CME Configuration: == Virtual Box Software == * Install VB v4.3.18  == Download Fedora 14 == * Whi…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Fedora 14 Virtual Box Installation on Mac OS X 10.9 ==&lt;br /&gt;
* Set up for the SCEC CME Configuration:&lt;br /&gt;
== Virtual Box Software ==&lt;br /&gt;
* Install VB v4.3.18&lt;br /&gt;
&lt;br /&gt;
== Download Fedora 14 ==&lt;br /&gt;
* While current Fedora is v20, some VB features like guest additions work best on older versions of fedora&lt;br /&gt;
** Machine name: scecbbp&lt;br /&gt;
** Machine type: Linux - Fedora (64Bit)&lt;br /&gt;
*Use the Default System except:&lt;br /&gt;
** Set Base Memory to 2048MB&lt;br /&gt;
** Set FileSystem type VDI&lt;br /&gt;
** set dynamically allocated&lt;br /&gt;
** Size: 71.31GB dynamic (does not need to be exactly this value)&lt;br /&gt;
* After machine is created, select &amp;quot;Settings&amp;quot;, &amp;quot;Display&amp;quot;&lt;br /&gt;
** Increase video memory to 32MB&lt;br /&gt;
* Define a shared folder location on host system&lt;br /&gt;
** Select a folder on host system called &amp;quot;share&amp;quot; &lt;br /&gt;
* Download &amp;quot;Fedora-14-x86_64-DVD.iso&amp;quot; onto Mac hard drive&lt;br /&gt;
** Load it into VB&lt;br /&gt;
** Select the &amp;quot;Fedora 14 iso image downloaded above&amp;quot;, and then click &amp;quot;OK&amp;quot;&lt;br /&gt;
* Boot (Start) the new machine and the Fedora 14 installation will begin&lt;br /&gt;
** Select &amp;quot;install a new system or upgrade...&amp;quot; &lt;br /&gt;
* Skip the media test&lt;br /&gt;
* When warning dialog asking about re-initializing device pops-up, select &amp;quot;Re-Initialize All&amp;quot;&lt;br /&gt;
* Machine name: &amp;quot;scecbbp&amp;quot;&lt;br /&gt;
* Select &amp;quot;Los Angeles&amp;quot; time zone&lt;br /&gt;
* Root password set to: &amp;quot;scecbbp2014&amp;quot;&lt;br /&gt;
* Installation type: &amp;quot;Use all space&amp;quot;&lt;br /&gt;
** Select the review and Customize box at the bottom of page&lt;br /&gt;
** Delete the /home partition and make the / partition larger to use the space used by /home. Set it to Max size shown on screen&lt;br /&gt;
*When it prompts for software to install&lt;br /&gt;
** Select Customize Now&lt;br /&gt;
** Edit source (from http to DVD)&lt;br /&gt;
** Select &amp;quot;Software Development&amp;quot; and &lt;br /&gt;
**add &amp;quot;Fedora 14 - x86_64&amp;quot; and &amp;quot;Fedora 14 - x86_64 Updates&amp;quot;&lt;br /&gt;
** to add these, modify repository by changing url from https to http&lt;br /&gt;
* Actual installation begins...&lt;br /&gt;
* After machine reboots...&lt;br /&gt;
* User setup&lt;br /&gt;
** Username: scecbbp&lt;br /&gt;
** Fullname: Broadband Platform&lt;br /&gt;
** Password: sceccme&lt;br /&gt;
** advanced settings and added this users to the wheel group&lt;br /&gt;
* Installation ends!&lt;br /&gt;
* Open terminal window&lt;br /&gt;
* Set up sudo access for user cme&lt;br /&gt;
** su - (to become root)&lt;br /&gt;
** visudo&lt;br /&gt;
**Find the line that says&lt;br /&gt;
**ROOT ALL=(ALL) ALL&lt;br /&gt;
**under that line add the line&lt;br /&gt;
*** Add line at the end: &amp;quot;scecbbp     ALL=(ALL)     ALL&amp;quot;&lt;br /&gt;
*Error on sudo yum install&lt;br /&gt;
** edit /etc/yum.repo.d/ files. Comment in the base url, and remove https and add http for mirrors.&lt;br /&gt;
** This changes seems related to where image is originally loaded from, and this was needed &lt;br /&gt;
** to get it to work from mac disk image.&lt;br /&gt;
** edit /etc/yum.repos.d files to comment in baseurl and change https to http for mirror sites&lt;br /&gt;
* Install missing Python dependencies for BBP and UCVM&lt;br /&gt;
**sudo yum install numpy scipy python-matplotlib python-basemap&lt;br /&gt;
* Disable the sendmail daemon&lt;br /&gt;
** sudo chkconfig sendmail off&lt;br /&gt;
** Install Pyproj&lt;br /&gt;
** Download Pyproj from https://pyproj.googlecode.com/files/pyproj-1.8.9.tar.gz&lt;br /&gt;
** untar, then run &amp;quot;sudo python ./setup.py install&amp;quot;&lt;br /&gt;
* Install the Virtual Box guest additions (from http://www.sysprobs.com/install-fedora-15-virtualbox-steps-install-virtualbox-guest-additions-fedora-15)&lt;br /&gt;
** sudo yum install dkms&lt;br /&gt;
** Select &amp;quot;Devices&amp;quot; -&amp;gt; &amp;quot;Insert Guest Additions CD image...&amp;quot;&lt;br /&gt;
** sudo su -&lt;br /&gt;
** cd /media/VBOXADDITIONS_&amp;lt;VERSION_NUMBER&amp;gt;&lt;br /&gt;
** sh ./VBoxLinuxAdditions.run&lt;br /&gt;
** Reboot!&lt;br /&gt;
&lt;br /&gt;
* Setting up a shared folder on the virtual machine&lt;br /&gt;
** https://forums.virtualbox.org/viewtopic.php?t=15868&lt;br /&gt;
** edit /etc/rc.local to automount&lt;br /&gt;
**mount -t vboxsf share /home/&amp;lt;username&amp;gt;/host&lt;/div&gt;</summary>
		<author><name>Maechlin</name></author>
		
	</entry>
</feed>