

<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.theplaz.com/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.theplaz.com/w/index.php?action=history&amp;feed=atom&amp;title=Yum_on_1%261_Root_Server</id>
		<title>Yum on 1&amp;1 Root Server - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.theplaz.com/w/index.php?action=history&amp;feed=atom&amp;title=Yum_on_1%261_Root_Server"/>
		<link rel="alternate" type="text/html" href="https://wiki.theplaz.com/w/index.php?title=Yum_on_1%261_Root_Server&amp;action=history"/>
		<updated>2026-06-12T19:43:52Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.1</generator>

	<entry>
		<id>https://wiki.theplaz.com/w/index.php?title=Yum_on_1%261_Root_Server&amp;diff=9692&amp;oldid=prev</id>
		<title>ThePlaz: write page</title>
		<link rel="alternate" type="text/html" href="https://wiki.theplaz.com/w/index.php?title=Yum_on_1%261_Root_Server&amp;diff=9692&amp;oldid=prev"/>
				<updated>2007-12-15T19:21:04Z</updated>
		
		<summary type="html">&lt;p&gt;write page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I have a [http://www.1and1.com/?k_id=10309718 1&amp;amp;1] root server.  It's a shame they have the wrong yum configuration set up.  Without fixing anything, you will get an error message &amp;quot;Error: Cannot open/read repomd.xml file for repository: updates-released&amp;quot;  This is because they have set the yum path to point to an update server they own.  However the server apperars to be down or out of date.  After about an hour of searching, I found you can change the config path to a working server (in this case the official Fedora. repositories).&lt;br /&gt;
[[Category:Tech]]&lt;br /&gt;
[[Category:1&amp;amp;1]] &lt;br /&gt;
==Set up Yum==&lt;br /&gt;
Open up SSH as root&lt;br /&gt;
&amp;gt; cd /etc&lt;br /&gt;
&amp;gt; vi yum.conf&lt;br /&gt;
type [Insert] to get into editing mode&lt;br /&gt;
Make the bottom of the file look like this by changing both URLs to the Fedora server&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[base]&lt;br /&gt;
name=Fedora Core $releasever - $basearch - Base&lt;br /&gt;
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os&lt;br /&gt;
&lt;br /&gt;
[updates-released]&lt;br /&gt;
name=Fedora Core $releasever - $basearch - Released Updates&lt;br /&gt;
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Hit [Escape]:wq to save and exit&lt;br /&gt;
Enjoy YUM!&lt;br /&gt;
-ThePlaz&lt;br /&gt;
http://theplaz.com&lt;br /&gt;
&lt;br /&gt;
==Config File After Changes==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[main]&lt;br /&gt;
cachedir=/var/cache/yum&lt;br /&gt;
debuglevel=2&lt;br /&gt;
logfile=/var/log/yum.log&lt;br /&gt;
pkgpolicy=newest&lt;br /&gt;
distroverpkg=redhat-release&lt;br /&gt;
tolerant=1&lt;br /&gt;
exactarch=1&lt;br /&gt;
retries=20&lt;br /&gt;
obsoletes=1&lt;br /&gt;
gpgcheck=1&lt;br /&gt;
&lt;br /&gt;
# PUT YOUR REPOS HERE OR IN separate files named file.repo&lt;br /&gt;
# in /etc/yum.repos.d&lt;br /&gt;
&lt;br /&gt;
[base]&lt;br /&gt;
name=Fedora Core $releasever - $basearch - Base&lt;br /&gt;
# Changed by ThePlaz 12/15/2007&lt;br /&gt;
# baseurl=http://update.onlinehome-server.info/distribution/fedora/linux/core/$releasever/$basearch/os/&lt;br /&gt;
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os&lt;br /&gt;
&lt;br /&gt;
[updates-released]&lt;br /&gt;
name=Fedora Core $releasever - $basearch - Released Updates&lt;br /&gt;
# Changed by ThePlaz 12/15/2007&lt;br /&gt;
# baseurl=http://update.onlinehome-server.info/distribution/fedora/linux/core/updates/$releasever/$basearch/&lt;br /&gt;
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>ThePlaz</name></author>	</entry>

	</feed>