Thank you. The FEDORA13-WRAPPER-qemu-system-arm worked and I was able to run fedora arm under virtual box. I was able to get ip address through dhcp and ping outer world. <br><br>I now need to install essential packages to run olpc-os-builder through my new fedora( which happens to be Fedora 12)  but the problem is neither I can yum update nor install any package from the virtual environment. <br>
<br>The yum configuration files have been copied below: <br>-------------------------------------<br><br>[root@fedora-arm yum.repos.d]# <span style="color:rgb(255,0,0)">more /etc/yum.conf</span><br>[main]<br>cachedir=/var/cache/yum/$basearch/$releasever<br>
keepcache=1<br>debuglevel=2<br>logfile=/var/log/yum.log<br>exactarch=1<br>obsoletes=1<br>gpgcheck=1<br>plugins=1<br>installonly_limit=3<br><br>[root@fedora-arm yum.repos.d]# <br>[root@fedora-arm yum.repos.d]# <span style="color:rgb(255,0,0)">more /etc/yum.repos.d/fedora.repo </span><br>
[fedora]<br>name=Fedora $releasever - $basearch<br>mirrorlist=<a href="http://mirrorlist.fedora-arm.wantstofly.org/?repo=fedora-$releasever&arch=$basearch">http://mirrorlist.fedora-arm.wantstofly.org/?repo=fedora-$releasever&arch=$basearch</a><br>
enabled=1<br>metadata_expire=7d<br>gpgcheck=1<br>gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch<br><br>[fedora-source]<br>name=Fedora $releasever - Source<br>failovermethod=priority<br>#baseurl=<a href="http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/">http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/</a><br>
mirrorlist=<a href="https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch">https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch</a><br>enabled=0<br>
metadata_expire=7d<br>gpgcheck=1<br>gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-primary<br><br>[fedora-arm-source]<br>name=Fedora ARM $releasever - Source<br>mirrorlist=<a href="http://mirrorlist.fedora-arm.wantstofly.org/?repo=fedora-source-$releasever&arch=$basearch">http://mirrorlist.fedora-arm.wantstofly.org/?repo=fedora-source-$releasever&arch=$basearch</a><br>
enabled=0<br>metadata_expire=7d<br>gpgcheck=1<br>gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch<br>[root@fedora-arm yum.repos.d]# <br>--------------------------------<br><br>Regards,<br>Basanta <br><br><br><div class="gmail_quote">
On Wed, Mar 13, 2013 at 4:17 PM, Niels de Vos <span dir="ltr"><<a href="mailto:devos@fedoraproject.org" target="_blank">devos@fedoraproject.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="im">On Wed, Mar 13, 2013 at 03:41:17PM +0545, Basanta Shrestha wrote:<br>
</div><div class="im">> Trying to setup build environment for ARM under fedora 14, following<br>
> following doc <a href="http://fedoraproject.org/wiki/Architectures/ARM/HowToQemu" target="_blank">http://fedoraproject.org/wiki/Architectures/ARM/HowToQemu</a><br>
><br>
> getting following error.<br>
> --------------------<br>
> error: internal error process exited while connecting to monitor:<br>
> qemu-system-arm: -device lsi,id=scsi0,bus=pci.0,addr=0x4: Bus 'pci.0' not<br>
> found<br>
> ---------------<br>
<br>
</div>See <a href="https://bugzilla.redhat.com/show_bug.cgi?id=667345#c1" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=667345#c1</a>, which points<br>
to <a href="http://cdot.senecac.on.ca/arm/FEDORA13-WRAPPER-qemu-system-arm" target="_blank">http://cdot.senecac.on.ca/arm/FEDORA13-WRAPPER-qemu-system-arm</a>.<br>
A newer version of libvirt should work too.<br>
<div class="im"><br>
><br>
> Also,<br>
> Getting following error while  while configuring selinux<br>
> setsebool -P virt_use_execmem 1<br>
> -----------------------------<br>
><br>
> libsemanage.dbase_llist_set: record not found in the database (No such file<br>
> or directory).<br>
> libsemanage.dbase_llist_set: could not set record value (No such file or<br>
> directory).<br>
> Could not change boolean virt_use_execmem<br>
> Could not change policy booleans<br>
><br>
> ----------------------------<br>
><br>
> tried disabling the effect of selinux by doing<br>
> echo 0 > /selinux/enforce<br>
><br>
><br>
> but no luck.<br>
<br>
</div>Maybe completely disabling selinux (instead of putting it in permissive)<br>
works. Either boot with "selinux=0" on the kernel command line or<br>
disable in /etc/selinux/config and reboot. Updating to a newer<br>
selinux-policy would be an alternative.<br>
<br>
HTH,<br>
Niels<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
><br>
><br>
> On Wed, Mar 6, 2013 at 4:30 PM, James Cameron <<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>> wrote:<br>
><br>
> > Your builder system should have an ARM processor, but I see from your<br>
> > rpm -qa that you have an i686 package installed.  This is because<br>
> > builder system is not ARM processor?<br>
> ><br>
> > See <a href="http://wiki.laptop.org/go/OS_Builder/Run_on_XO_hardware" target="_blank">http://wiki.laptop.org/go/OS_Builder/Run_on_XO_hardware</a> for how to<br>
> > build 11.3.x on XO-1.75 hardware.<br>
> ><br>
> > On Wed, Mar 06, 2013 at 03:38:37PM +0545, Basanta Shrestha wrote:<br>
> > > Hi,<br>
> > > I am trying to build oob for my xo 1.75. But I am getting following<br>
> > error:<br>
> > > Please help.<br>
> > > --------------------<br>
> > > Retrieving <a href="http://mock.laptop.org/repos/koji.dist-f14-armv5tel/repodata/" target="_blank">http://mock.laptop.org/repos/koji.dist-f14-armv5tel/repodata/</a><br>
> > > repomd.xml ...OK<br>
> > > Retrieving<br>
> > <a href="http://mock.laptop.org/repos/koji.dist-f14-armv5tel-updates-11.3.0/" target="_blank">http://mock.laptop.org/repos/koji.dist-f14-armv5tel-updates-11.3.0/</a><br>
> > > repodata/repomd.xml ...OK<br>
> > > Retrieving <a href="http://mock.laptop.org/repos/local.11.3.0/repodata/repomd.xml...OK" target="_blank">http://mock.laptop.org/repos/local.11.3.0/repodata/repomd.xml...OK</a><br>
> > > Retrieving<br>
> > <a href="http://mock.laptop.org/repos/local.11.3.0-xo1.75/repodata/repomd.xml" target="_blank">http://mock.laptop.org/repos/local.11.3.0-xo1.75/repodata/repomd.xml</a><br>
> > > ...OK<br>
> > > ERROR:root:Error creating Live CD : Failed to find package<br>
> > 'openssh-clients' :<br>
> > > No package(s) available to install<br>
> > >  * Caught error, cleanup and then bail out.<br>
> > >  * Running part cleanup base cleanup.50.cleanup.sh...<br>
> > >  * Running part cleanup buildnr_from_file cleanup.50.write_buildnr.sh...<br>
> > > ERROR: Failure in BuildStage: module base, part <a href="http://build.40.imagecreate.py" target="_blank">build.40.imagecreate.py</a>,<br>
> > error<br>
> > > code 1<br>
> > > ----------------------<br>
> > > I have following system:<br>
> > > ----------------------<br>
> > > [root@basanta-dev examples]# pwd<br>
> > > /usr/share/doc/olpc-os-builder-4.0.0/example<br>
> > > [root@basanta-dev examples]# more /etc/redhat-release<br>
> > > Fedora release 14 (Laughlin)<br>
> > > [root@basanta-dev examples]# rpm -qa | grep openssh-clients<br>
> > > openssh-clients-5.5p1-24.fc14.2.i686<br>
> > > [root@basanta-dev examples]# ls<br>
> > /usr/share/doc/olpc-os-builder-4.0.0/examples/<br>
> > > [root@basanta-dev examples]# olpc-os-builder /usr/share/doc/<br>
> > > olpc-os-builder-4.0.0/examples/olpc-os-11.3.0-xo1.75.ini<br>
> > ><br>
> > > --<br>
> > > Basanta Shrestha<br>
> > > OLE Nepal<br>
> > ><br>
> ><br>
> > > _______________________________________________<br>
> > > Devel mailing list<br>
> > > <a href="mailto:Devel@lists.laptop.org">Devel@lists.laptop.org</a><br>
> > > <a href="http://lists.laptop.org/listinfo/devel" target="_blank">http://lists.laptop.org/listinfo/devel</a><br>
> ><br>
> ><br>
> > --<br>
> > James Cameron<br>
> > <a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
> ><br>
><br>
><br>
><br>
> --<br>
> Basanta Shrestha<br>
> Network Engineer<br>
> Open Learning Exchange (OLE) Nepal<br>
> Tel: <a href="tel:%2B977.1.5544441" value="+97715544441">+977.1.5544441</a>, 5520075 Ext. 303<br>
> Cell: <a href="tel:%2B977.9818%20605110" value="+9779818605110">+977.9818 605110</a><br>
> <a href="http://www.olenepal.org" target="_blank">http://www.olenepal.org</a><br>
<br>
> _______________________________________________<br>
> Devel mailing list<br>
> <a href="mailto:Devel@lists.laptop.org">Devel@lists.laptop.org</a><br>
> <a href="http://lists.laptop.org/listinfo/devel" target="_blank">http://lists.laptop.org/listinfo/devel</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Basanta Shrestha<br>Network Engineer<br>Open Learning Exchange (OLE) Nepal<br>Tel: +977.1.5544441, 5520075 Ext. 303<br>Cell: +977.9818 605110<br><a href="http://www.olenepal.org" target="_blank">http://www.olenepal.org</a>