hi there!!!!!!
actually iam able to configure yum server on fedora 13 but it is not working on fedora 16
in fedora 13 i can do it in the following manner:---
firstly i copied all the rpm packages to the any folder say rpm
then i made repo file
after that i went inside the rpm folder then type this cmd rpm -ivh createrepo*
after that i came out of the rpm folder
then type the following cmd createrepo -v /rpm
above procedure works on fedora 13 but onfedora 16 it shows some errors
okey sir,i will try in this manner
sir/mam
i wnat to tell that i can configure a yum server on the fedora 13 but on fedora 16 i cant configure
what is the difference ????
it shows some following erros----------------------------
first errors::::::::::::::::::::::::::::::::::

this thing was taking so much time)
[root@localhost /]# createrepo -v /rpm [here rpm is the folder name where i copied all rpm pcakages]
Spawning worker 0 with 3117 pkgs
Worker 0: reading fedora-easy-karma-0-0.15.20110825git36efb338.fc16.noarch.rpm
second errors:::::::::::::::::::::::::::::::::::::::::::: :::
[root@localhost /]# yum install ftp*
Loaded plugins: langpacks, refresh-packagekit
file:///rpm/repodata/repomd.xml: [Errno 14] Could not open/read file:///rpm/repodata/repomd.xml
Trying other mirror.
file:///rpm/repodata/repomd.xml: [Errno 14] Could not open/read file:///rpm/repodata/repomd.xml
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora.repo. Please verify its path and try again
this is my repo file::::::::::::::::::::::::::::
[fedora.repo]
name=myrepo
baseurl=file:///rpm
enabled=1
gpgcheck=0
~
~
actually i had wasted three weeks

on this thing i already posted some thread regarding this problem even i use fedora documentation but nothing is working
plzzzzzzzz tell me this time that iam layman(this is because iam loosing confidence ) yet iam computer engineering student .
things which seems odd to me :----------
------------------------------------------------------------------------------------------------------------------------
firstly i copied all rpm packages from fedora dvd under packages folder to /rpms(this is the folder which i created)
then i issued a cmd :---rpm -ivh createrepo*
it goes well
---------------------------------------------------------------------------------------------------------------------------
then just outside of that folder i issued another cmd :- createrepo -v /rpms
it shows some following output:--
Spawning worker 0 with 3117 pkgs
Worker 0: reading gnome-power-manager-3.2.1-1.fc16.i686.rpm
it only create repodata folder under rpms folder and if i open (repodata) then it is empty it is ongoing process
but if u press ctrl+c to break this process it shows some following errors:--
^CTraceback (most recent call last):
File "/usr/share/createrepo/genpkgmetadata.py", line 275, in <module>
main(sys.argv[1:])
File "/usr/share/createrepo/genpkgmetadata.py", line 249, in main
mdgen.doPkgMetadata()
File "/usr/lib/python2.7/site-packages/createrepo/__init__.py", line 395, in doPkgMetadata
self.writeMetadataDocs(packages)
File "/usr/lib/python2.7/site-packages/createrepo/__init__.py", line 640, in writeMetadataDocs
line = job.stderr.readline()
KeyboardInterrupt
i did this because nothing was going on
--------------------------------------------------------------------------------------------------------------------------
to get rid of above problem i copied repodata folder from the fedora dvd and paste it under rpms
okey now i issued another cmd :==yum install httpd*
it shows following output:--
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package httpd.i686 0:2.2.21-1.fc16 will be installed
--> Processing Dependency: libaprutil-1.so.0 for package: httpd-2.2.21-1.fc16.i686
--> Processing Dependency: libapr-1.so.0 for package: httpd-2.2.21-1.fc16.i686
--> Processing Dependency: apr-util-ldap for package: httpd-2.2.21-1.fc16.i686
---> Package httpd-devel.i686 0:2.2.21-1.fc16 will be installed
--> Processing Dependency: apr-util-devel for package: httpd-devel-2.2.21-1.fc16.i686
--> Processing Dependency: apr-devel for package: httpd-devel-2.2.21-1.fc16.i686
---> Package httpd-manual.noarch 0:2.2.21-1.fc16 will be installed
---> Package httpd-tools.i686 0:2.2.21-1.fc16 will be installed
--> Running transaction check
---> Package apr.i686 0:1.4.5-1.fc16 will be installed
---> Package apr-devel.i686 0:1.4.5-1.fc16 will be installed
---> Package apr-util.i686 0:1.3.12-1.fc16 will be installed
---> Package apr-util-devel.i686 0:1.3.12-1.fc16 will be installed
--> Processing Dependency: db4-devel for package: apr-util-devel-1.3.12-1.fc16.i686
--> Processing Dependency: expat-devel for package: apr-util-devel-1.3.12-1.fc16.i686
--> Processing Dependency: openldap-devel for package: apr-util-devel-1.3.12-1.fc16.i686
---> Package apr-util-ldap.i686 0:1.3.12-1.fc16 will be installed
--> Running transaction check
---> Package db4-devel.i686 0:4.8.30-3.fc15 will be installed
--> Processing Dependency: db4-cxx = 4.8.30-3.fc15 for package: db4-devel-4.8.30-3.fc15.i686
---> Package expat-devel.i686 0:2.0.1-11.fc15 will be installed
---> Package openldap-devel.i686 0:2.4.26-1.fc16.1 will be installed
--> Processing Dependency: cyrus-sasl-devel >= 2.1 for package: openldap-devel-2.4.26-1.fc16.1.i686
--> Running transaction check
---> Package cyrus-sasl-devel.i686 0:2.1.23-25.fc16 will be installed
---> Package db4-cxx.i686 0:4.8.30-3.fc15 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================== ================================================== =======================================
Package Arch Version Repository Size
================================================== ================================================== =======================================
Installing:
httpd i686 2.2.21-1.fc16 repofile 811 k
httpd-devel i686 2.2.21-1.fc16 repofile 145 k
httpd-manual noarch 2.2.21-1.fc16 repofile 877 k
httpd-tools i686 2.2.21-1.fc16 repofile 69 k
Installing for dependencies:
apr i686 1.4.5-1.fc16 repofile 103 k
apr-devel i686 1.4.5-1.fc16 repofile 186 k
apr-util i686 1.3.12-1.fc16 repofile 82 k
apr-util-devel i686 1.3.12-1.fc16 repofile 69 k
apr-util-ldap i686 1.3.12-1.fc16 repofile 16 k
cyrus-sasl-devel i686 2.1.23-25.fc16 repofile 299 k
db4-cxx i686 4.8.30-3.fc15 repofile 644 k
db4-devel i686 4.8.30-3.fc15 repofile 16 M
expat-devel i686 2.0.1-11.fc15 repofile 54 k
openldap-devel i686 2.4.26-1.fc16.1 repofile 986 k
Transaction Summary
================================================== ================================================== =======================================
Install 14 Packages
Total download size: 20 M
Installed size: 84 M
Is this ok [y/N]:
-
-now i f i press y then it shows some following output:------
Is this ok [y/N]: y
Downloading Packages:
Error Downloading Packages:
httpd-devel-2.2.21-1.fc16.i686: failure: Packages/httpd-devel-2.2.21-1.fc16.i686.rpm from repofile: [Errno 256] No more mirrors to try.
db4-devel-4.8.30-3.fc15.i686: failure: Packages/db4-devel-4.8.30-3.fc15.i686.rpm from repofile: [Errno 256] No more mirrors to try.
httpd-manual-2.2.21-1.fc16.noarch: failure: Packages/httpd-manual-2.2.21-1.fc16.noarch.rpm from repofile: [Errno 256] No more mirrors to try.
httpd-2.2.21-1.fc16.i686: failure: Packages/httpd-2.2.21-1.fc16.i686.rpm from repofile: [Errno 256] No more mirrors to try.
apr-util-1.3.12-1.fc16.i686: failure: Packages/apr-util-1.3.12-1.fc16.i686.rpm from repofile: [Errno 256] No more mirrors to try.
cyrus-sasl-devel-2.1.23-25.fc16.i686: failure: Packages/cyrus-sasl-devel-2.1.23-25.fc16.i686.rpm from repofile: [Errno 256] No more mirrors to try.
httpd-tools-2.2.21-1.fc16.i686: failure: Packages/httpd-tools-2.2.21-1.fc16.i686.rpm from repofile: [Errno 256] No more mirrors to try.
apr-util-devel-1.3.12-1.fc16.i686: failure: Packages/apr-util-devel-1.3.12-1.fc16.i686.rpm from repofile: [Errno 256] No more mirrors to try.
db4-cxx-4.8.30-3.fc15.i686: failure: Packages/db4-cxx-4.8.30-3.fc15.i686.rpm from repofile: [Errno 256] No more mirrors to try.
apr-1.4.5-1.fc16.i686: failure: Packages/apr-1.4.5-1.fc16.i686.rpm from repofile: [Errno 256] No more mirrors to try.
apr-util-ldap-1.3.12-1.fc16.i686: failure: Packages/apr-util-ldap-1.3.12-1.fc16.i686.rpm from repofile: [Errno 256] No more mirrors to try.
expat-devel-2.0.1-11.fc15.i686: failure: Packages/expat-devel-2.0.1-11.fc15.i686.rpm from repofile: [Errno 256] No more mirrors to try.
apr-devel-1.4.5-1.fc16.i686: failure: Packages/apr-devel-1.4.5-1.fc16.i686.rpm from repofile: [Errno 256] No more mirrors to try.
openldap-devel-2.4.26-1.fc16.1.i686: failure: Packages/openldap-devel-2.4.26-1.fc16.1.i686.rpm from repofile: [Errno 256] No more mirrors to try.