<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.centos.general">
    <title>gmane.linux.centos.general</title>
    <link>http://blog.gmane.org/gmane.linux.centos.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126511"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126510"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126509"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126508"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126507"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126506"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126505"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126504"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126503"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126502"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126501"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126500"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126499"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126498"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126497"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126496"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126495"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126494"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126493"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/126492"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126511">
    <title>Re: compiling python</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126511</link>
    <description>&lt;pre&gt;Rita wrote on 05/25/2012 06:29 AM:

Some advice on python 2.7 from the list archives:

http://lists.centos.org/pipermail/centos/2012-April/125174.html
http://lists.centos.org/pipermail/centos/2012-May/125808.html

Phil
&lt;/pre&gt;</description>
    <dc:creator>Phil Schaffner</dc:creator>
    <dc:date>2012-05-25T11:52:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126510">
    <title>Re: compiling python</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126510</link>
    <description>&lt;pre&gt;From: Rita &amp;lt;rmorgan466-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;



Read the file README from the python tar.gz file.
Use "--prefix".

JD
&lt;/pre&gt;</description>
    <dc:creator>John Doe</dc:creator>
    <dc:date>2012-05-25T11:42:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126509">
    <title>Re: biggest disk partition on 5.8?</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126509</link>
    <description>&lt;pre&gt;...
...
...
...

This is the problem, various filesystems issues are irrelevant. sfdisk only 
uses "the old" msdos type partition table and this does not support &amp;gt;2T 
devices. It is unfortunate that it lacks proper error checking and warnings...

You should do one of:

 1) don't use partitioning (mkfs directly on /dev/sdb)
 2) use LVM (pvcreate /dev/sdb ...)
 3) use a GPT type partition table (parted /dev/sdb or similar)

After this you'll have to tackle the current 16T limit for ext4 and other 
filesystem related oddities..

/Peter
_______________________________________________
CentOS mailing list
CentOS-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org
http://lists.centos.org/mailman/listinfo/centos
&lt;/pre&gt;</description>
    <dc:creator>Peter Kjellström</dc:creator>
    <dc:date>2012-05-25T10:36:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126508">
    <title>compiling python</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126508</link>
    <description>&lt;pre&gt;Hello,

I would like to compile python 2.7.3 for centos and was wondering if there
were any instructions I should follow. I would like to keep the standard
python the way it is. I would like to compile to /opt. Any tips or ideas
would be much appreciated.



&lt;/pre&gt;</description>
    <dc:creator>Rita</dc:creator>
    <dc:date>2012-05-25T10:29:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126507">
    <title>Re: openldap mmr + heartbeat hot standby</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126507</link>
    <description>&lt;pre&gt;Dear Wessel,

I'd do the following.

give both servers a static non changing IP:

ldapA.yourdomain.tld, e.g. 10.0.0.1 on eth0
ldapB.yourdomain.tld, e.g. 10.0.0.2 on eth0

These two IPs will always be the same. You can access ldapA or ldapB
anytime via it's designated name.

For failover, use an alias:

ldap.yourdomain.tld, e.g. 10.0.0.3 on eth0:0 on the active node

Don't tell heartbeat of openldap and everything should be good.


Brgds


&lt;/pre&gt;</description>
    <dc:creator>Benjamin Hackl</dc:creator>
    <dc:date>2012-05-25T08:22:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126506">
    <title>Re: Installing CIFS on CentOS4</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126506</link>
    <description>&lt;pre&gt;Dear Jeff,

On Thu, 24 May 2012 15:16:13 -1000
Jeff Sadino &amp;lt;jsadino.queens-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


You can try the sernet samba repositories.

http://www.sernet.de/en/
http://ftp.sernet.de/pub/samba/3.6/centos/4/sernet-samba.repo

There are packages for various samba versions.

Brgds


&lt;/pre&gt;</description>
    <dc:creator>Benjamin Hackl</dc:creator>
    <dc:date>2012-05-25T07:58:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126505">
    <title>Re: biggest disk partition on 5.8?</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126505</link>
    <description>&lt;pre&gt;
ext4 is limited to 16 TB.

Use xfs instead.  I explain how here:

http://unix.stackexchange.com/questions/29078/
&lt;/pre&gt;</description>
    <dc:creator>Warren Young</dc:creator>
    <dc:date>2012-05-25T02:16:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126504">
    <title>Installing CIFS on CentOS4</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126504</link>
    <description>&lt;pre&gt;Hello,

I have a CentOS4 install and I am trying to mount a Windows Server 2008
folder.  When I use this command:
mount -t cifs //10.1.1.17/Org/MR\ Ops/ test, it only mounts the Org folder.
 When I try the same thing on a newer computer (Fedora 15), it mounts all
the way to MR Ops.  So I am pretty sure that my cifs file needs to be
updated, but I am having a really hard time doing this.  I updated to the
newest cif available for CentOS 4.9, but that still is not new enough.  Can
anyone tell me how to install the newer cifs on my CentOS 4?

Thank you,
Jeff Sadino
&lt;/pre&gt;</description>
    <dc:creator>Jeff Sadino</dc:creator>
    <dc:date>2012-05-25T01:16:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126503">
    <title>Re: google.repo</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126503</link>
    <description>&lt;pre&gt;fred smith wrote on 05/24/2012 07:27 PM:

# yum --disablerepo \* --enablerepo google-chrome list available

Loaded plugins: fastestmirror, priorities, refresh-packagekit

Loading mirror speeds from cached hostfile

Available Packages

google-chrome-beta.i386            20.0.1132.17-138701        google-chrome

google-chrome-stable.i386          19.0.1084.52-138391        google-chrome

google-chrome-unstable.i386        21.0.1145.0-138079         google-chrome

# cat /etc/yum.repos.d/google-chrome.repo

[google-chrome]

name=google-chrome

baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386

enabled=1

gpgcheck=1

gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

# rpm -q google-chrome-beta centos-release

google-chrome-beta-17.0.963.46-119351.i386

centos-release-6-2.el6.centos.7.i686


Phil
&lt;/pre&gt;</description>
    <dc:creator>Phil Schaffner</dc:creator>
    <dc:date>2012-05-25T00:05:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126502">
    <title>Re: Third party repo differences (was: Re: Repositories inCentOS 5.8)</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126502</link>
    <description>&lt;pre&gt;
Yep, it sure is.  Forward/backward compatibility is almost entirely in the hands of the upstream projects (upstream from Red Hat).  Some do that kindof thing well; others do not.  Open source not only gives choice to the user, but also transfers the responsibility for choosing wisely to the user making the choice.


The one that has bitten me the hardest is xrdp.  It will bite harder once a release based on FreeRDP rather than rdesktop is released out of git.  The compatibility depends entirely on the package's upstream policies, developers, and stage of development (xrdp isn't out of beta, after all).


Likewise amavisd-new.  It's not rare to have issues, and lots of people have had them, thus my cautions.  Not trying to scare anyone off from any third party repository; just want to give information that allows people to make informed decisions, and show people how I at least arrived at my conclusions that work for me with my particular setup; what my particular setup is isn't the important thing, it's how and why I got there that I consider potentially useful to others.

At the moment both EPEL and RPMforge are on a 2.6.x amavisd-new; 2.7 makes some changes in the AM.PDP protocol that can break, for instance, amavisd-milter (distinct from the much less useful amavis-milter).  Neither repo has amavisd-milter, so that compatibility issue may not show up except to those who actually use amavisd-milter instead of the much less useful amavis-milter. 

I'll step out on a limb here and generalize somewhat; I would think that most CentOS users use at least one third-party repository, if the traffic on this list is any indication (and, again, I reserve the right to be wrong).  So knowing how to properly determine how to use those repos (which was the OP's question, after all) is very useful indeed, IMO.

And, again, FWIW, HTH, IMHO, YMMV, etc.
&lt;/pre&gt;</description>
    <dc:creator>Lamar Owen</dc:creator>
    <dc:date>2012-05-25T00:00:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126501">
    <title>Re: google.repo</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126501</link>
    <description>&lt;pre&gt;
Hi. I think to remember that I went to Google's website (with Firefox on a
CentOS 6.2 desktop) and I either searched for google chrome or Google
suggested it to me.
Regards,
Jesus
&lt;/pre&gt;</description>
    <dc:creator>Jesus del Valle</dc:creator>
    <dc:date>2012-05-24T23:39:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126500">
    <title>Re: google.repo</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126500</link>
    <description>&lt;pre&gt;
Where do you find a Chrome package that works on Centos? Google seems
to provide only Fedora, not Centos, binaries. All I can find for
Centos is Chromium.

Fred

&lt;/pre&gt;</description>
    <dc:creator>fred smith</dc:creator>
    <dc:date>2012-05-24T23:27:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126499">
    <title>Re: Tomcat7</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126499</link>
    <description>&lt;pre&gt;Hi. I cannot help you with a repository, however I have been
installing/upgrading tomcat for a while now. I wrote the script I follow
here:
http://www.geilthings.com/wiki/Tomcat
Regards,
Jesus
&lt;/pre&gt;</description>
    <dc:creator>Jesus del Valle</dc:creator>
    <dc:date>2012-05-24T22:58:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126498">
    <title>Re: google.repo</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126498</link>
    <description>&lt;pre&gt;Ewww... you mean I have to d/l the chrome rpm, yum localinstall it, and
*then* it creates google.repo? That's *ugly*, if true. And, of course,
there's no way to get support. I can't tell if I have to create a google
email account (which I don't want) to get into the support groups, and I
don't see any way to just send an email to any kind of support.

       mark
&lt;/pre&gt;</description>
    <dc:creator>m.roth-x6lchVBUigD1P9xLtpHBDw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-24T20:34:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126497">
    <title>Re: google.repo</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126497</link>
    <description>&lt;pre&gt;* m.roth-x6lchVBUigD1P9xLtpHBDw&amp;lt; at &amp;gt;public.gmane.org &amp;lt;m.roth-x6lchVBUigD1P9xLtpHBDw&amp;lt; at &amp;gt;public.gmane.org&amp;gt; [05/24/2012 15:58]:

you can download the google-chrome rpm from their website.
It installs a cron job that runs daily and creates and makes sure the
/etc/yum.repos.d/google.repo is correct. 

Daniel.
&lt;/pre&gt;</description>
    <dc:creator>Daniel De Marco</dc:creator>
    <dc:date>2012-05-24T20:21:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126496">
    <title>Re: google.repo</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126496</link>
    <description>&lt;pre&gt;Don't remember where I found it but....
[root&amp;lt; at &amp;gt;sclark66 ~]# less /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1

&lt;/pre&gt;</description>
    <dc:creator>Steve Clark</dc:creator>
    <dc:date>2012-05-24T20:11:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126495">
    <title>google.repo</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126495</link>
    <description>&lt;pre&gt;This is annoying. I've got a user who needs chrome installed. I google,
and find there's a google.repo. I rpm --import the signing key... and
cannot find *where* on google.com I can install their own repo from. Every
hit that looks even vaguely close tells me "edit
/etc/yum.repos.d/google.repo.

I don't want to manually create one, I want *theirs*.

Clues for the poor?

        mark
&lt;/pre&gt;</description>
    <dc:creator>m.roth-x6lchVBUigD1P9xLtpHBDw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-24T19:58:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126494">
    <title>Re: Third party repo differences (was: Re: Repositories in CentOS 5.8)</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126494</link>
    <description>&lt;pre&gt;
Yup - that drives me crazy, when someone's put a dependency on an *exact*
rev of a library, rather than &amp;gt;=.

And Lamar, that was a serious bit of research. Thanks for the job.

        mark

_______________________________________________
CentOS mailing list
CentOS&amp;lt; at &amp;gt;centos.org
http://lists.centos.org/mailman/listinfo/centos
&lt;/pre&gt;</description>
    <dc:creator>m.roth-x6lchVBUigD1P9xLtpHBDw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-24T19:34:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126493">
    <title>Re: Third party repo differences (was: Re: Repositories in CentOS 5.8)</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126493</link>
    <description>&lt;pre&gt;
Yes, you are right to bring it up, but I don't think it should scare
people off.  You just have to pay attention.



But many, probably most of those cases are revs with forward/backward
compatibility.  It's hard to generalize about that, though.  Even in
the scalpel case you mentioned the up-rev lib was likely compatible
but just specified as requiring an exact version in the spec file.
And on the other side there are things like viewvc that are at the
same rev in epel and rpmforge but have slightly different and
incompatible configurations (and there is a reason I know that...).

&lt;/pre&gt;</description>
    <dc:creator>Les Mikesell</dc:creator>
    <dc:date>2012-05-24T19:26:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126492">
    <title>Third party repo differences (was: Re: Repositories inCentOS 5.8)</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126492</link>
    <description>&lt;pre&gt;
Probably so, and I know how to do that, but I wasn't illustrating a specific workaround, just illustrating the problem.  Technically, once you rebuild a package yourself you have become yet another third party repository, even if it isn't yummable, and you'll still have to pin the locally built and installed version to prevent the other repo from updating that package.  I have several locally rebuilt packages on that same system for other purposes, but that wasn't what I was illustrating.


It's only rare if you don't hit it.  

After writing that sentence, I started wondering just how rare it might be, and could I throw a few lines of shell together to find out how rare it might or might not be.  So I dug a little deeper.  And it makes a really good exercise while taking a lunch break, so I decided to try to find out.

Since yum-utils does contain the interesting repodiff utility, I ran it, with interesting and voluminous results.  I took the output of repodiff ran against the baseurls of EPEL and RPMforge (using the -a to specify arches instead of taking the default of running against source packages), pulled out the list of updated packages, removed the version, release, and tags with a combination of cut, sed, and a few manual edits, and ran repoquery against both EPEL and RPMforge for the list (948 packages where the name is the same but the EVR was different), cut the resulting lists at the colon epoch separator, dropped the release, arch, dist, and repo tags from the versions, and compared the two lists of version numbers alone.

Now, this is a snapshot in time, that is, the time I ran the repodiff and the repoquery commands, and things can change, and mirrors do change over time, especially with large repositories like these two.  And I didn't run this on a CentOS 5.8 box, but an upstream EL6 box, so time for a subject line change.  I have CentOS 6 boxes here, but none of them have both EPEL and RPMforge enabled, but my upstream EL6 box does.

I found, first of all, two packages that RPMforge has in both a i386/i686 and a .noarch form: facter and perl-AnyEvent; in both cases EPEL had but one package.  So I dropped the oldest version of those two in RPMforge so that I could do a straight version-to-version comparison.

A simple side-by-side diff of just the version numbers produced 418 differences (424 lines of diff, twelve of which were marked with &amp;lt; and &amp;gt; instead of |, so I subtracted half of  those).  Manually reading through the diff, I found one difference where the version in one repo was 1.66.001 and in the other it was 1.66001, dropping a period, so that makes 417 packages where the name is the same, but the version is different.  Some differences were small, some not so small.

Some differences are such that the epoch was different; I didn't do a count on those, since that's not an upstream version difference, but a packaging version difference.  I found that when I was looking for why the EPEL list had two fewer lines than the RPMforge list.

The bottom line: out of the about 6,000 packages in EPEL, there are 7% or so that have the same name but a different version in RPMforge; out of the about 4,400 (4,381 listed by yum repolist) package in RPMforge, there are 9.5% or so that have the same name but a different version in EPEL.  If anything you are running relies on any of those 417 packages, you have a potential for problems.

So, it's not rare.  

And while I could share those lists, they will be out of date by tonight, and most certainly by when you might need or want them.  Since there was a manual edit portion involved due to repodiff not outputting the epoch and its perfectly placed colon separator, it isn't very scriptable at this level.  

I'm sure repodiff could be modified to use the actual version numbers and names stored in the yum and rpm databases and ignoring the epoch, release, arch, dist, and repo tags.  Of course, EPEL doesn't have a repo tag, so you have to remember that, too.  Then you'd have another tool to help you deal with repo collisions.  Perhaps such a tool has been written; I don't know about it.  The repodiff tool as it stands is made for other purposes than this, and has to be shoehorned in to do this sort of comparison.

Again, YMMV, FWIW, HTH, and all that.

And I of course as always reserve the right to be wrong.
&lt;/pre&gt;</description>
    <dc:creator>Lamar Owen</dc:creator>
    <dc:date>2012-05-24T19:09:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/126491">
    <title>Re: [OT] Cannot boot into GUI after Video Driver isInstalled</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/126491</link>
    <description>&lt;pre&gt;


Thanks Akemi,

I have installed Fedora and Ubuntu on a USB drive and I was able to get
bumblebee to work, however I was not so successful when I tried it on
CentOS 6.2. I used the packages from ELRepo and they were installed
successfully but it did no work from the get go. Modify the config file and
I will still boot up with the intel driver.

&lt;/pre&gt;</description>
    <dc:creator>Earl Ramirez</dc:creator>
    <dc:date>2012-05-24T17:57:32</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.centos.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.centos.general</link>
  </textinput>
</rdf:RDF>

