<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RPM configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rpm-configuration/m-p/3997299#M28240</link>
    <description>it is a good idea to use NFS , but i want to configure it as ftp server how can i do this to get prms fro  it  .</description>
    <pubDate>Sun, 13 May 2007 08:30:13 GMT</pubDate>
    <dc:creator>Fadia Almarei</dc:creator>
    <dc:date>2007-05-13T08:30:13Z</dc:date>
    <item>
      <title>RPM configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-configuration/m-p/3997295#M28236</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;I want to do thing related to installing my RPMs, i want to make a cashing server that take the RPMs from RHN site and then from it i need to install my RPMs on the servers , how can i configure my server and client to do this process, another thing how can i make a server an ftp server with anonymous login ( from where can i get the password for this user ).kindly details for these issues</description>
      <pubDate>Thu, 10 May 2007 03:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-configuration/m-p/3997295#M28236</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2007-05-10T03:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: RPM configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-configuration/m-p/3997296#M28237</link>
      <description>Latest distributions use yum.&lt;BR /&gt;read the info in this link:&lt;BR /&gt;&lt;A href="http://www.phptr.com/articles/article.asp?p=440160&amp;amp;seqNum=3&amp;amp;rl=1" target="_blank"&gt;http://www.phptr.com/articles/article.asp?p=440160&amp;amp;seqNum=3&amp;amp;rl=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;as for anonymous ftp user:&lt;BR /&gt;if you install vsftpd the anonymous user is enabled by default (anonymous_enable=YES).&lt;BR /&gt;You don't need to know the password. Every string will fit, although many times the string must be in the form of e-mail (vip@domain.com will also work).&lt;BR /&gt;</description>
      <pubDate>Thu, 10 May 2007 04:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-configuration/m-p/3997296#M28237</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-05-10T04:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: RPM configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-configuration/m-p/3997297#M28238</link>
      <description>My thoughts. &lt;BR /&gt;&lt;BR /&gt;1. setup a server for the updates. &lt;BR /&gt;&lt;BR /&gt;2. create a directory to sore the rpms. For example /rhn/updates. Make sure you have plenty of space to hold the updates.&lt;BR /&gt;&lt;BR /&gt;3. run the following:&lt;BR /&gt;&lt;BR /&gt;# up2date --showall | xargs up2date -k /rhn/updates --get&lt;BR /&gt;&lt;BR /&gt;This will download updates from rhn and place them in /var/spool/up2date.&lt;BR /&gt;&lt;BR /&gt;4. move the updates to /rhn/updates:&lt;BR /&gt;&lt;BR /&gt;# find /var/spool/up2date -type f -iname '*.rpm' -exec mv {} /rhn/updates \;&lt;BR /&gt;&lt;BR /&gt;2. setup NFS on the server and export /rhn/updates.&lt;BR /&gt;&lt;BR /&gt;3. mount the nfs directory on your other machines, cd to the directory, then run&lt;BR /&gt;&lt;BR /&gt;# rpm -Fvh --aid *.rpm&lt;BR /&gt;&lt;BR /&gt;This will upgrade any installed packages and install their dependencies.&lt;BR /&gt;&lt;BR /&gt;Once you have the hang of it, this could all be scripted and run via cron.</description>
      <pubDate>Thu, 10 May 2007 08:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-configuration/m-p/3997297#M28238</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-05-10T08:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: RPM configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-configuration/m-p/3997298#M28239</link>
      <description>I think mrepo (&lt;A href="http://dag.wieers.com/home-made/mrepo/)" target="_blank"&gt;http://dag.wieers.com/home-made/mrepo/)&lt;/A&gt; is designed to provide this functionality.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 May 2007 09:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-configuration/m-p/3997298#M28239</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-05-11T09:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: RPM configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpm-configuration/m-p/3997299#M28240</link>
      <description>it is a good idea to use NFS , but i want to configure it as ftp server how can i do this to get prms fro  it  .</description>
      <pubDate>Sun, 13 May 2007 08:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpm-configuration/m-p/3997299#M28240</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2007-05-13T08:30:13Z</dc:date>
    </item>
  </channel>
</rss>

