<?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://comments.gmane.org/gmane.linux.centos.general/135211"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135204"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135196"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135183"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135182"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135170"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135166"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135165"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135160"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135156"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135138"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135131"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135130"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135127"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135122"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135120"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135117"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135109"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135107"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.centos.general/135082"/>
      </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://comments.gmane.org/gmane.linux.centos.general/135211">
    <title>Libcurl.so.3: wherefore art thou?</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135211</link>
    <description>&lt;pre&gt;I am utterly stumped. I need libcurl.so.3 for CentOS 6.4.
I have Googled everything and I  have been going all over the Internet 
looking for a solution. I give up; I need help. The error message I
get when I try to run a program is:

error while loading shared libraries: libcurl.so.3: cannot open shared 
object file: No such file or directory

I have:

Package libcurl-7.19.7-36.el6_4.i686 already installed and latest version
Package python-pycurl-7.19.0-8.el6.i686 already installed and latest 
version
Package curl-7.19.7-36.el6_4.i686 already installed and latest version
Package libcurl-devel-7.19.7-36.el6_4.i686 already installed and latest 
version

I also have git installed (yes, I know about the EPEL conflict giving 
me a 5.9 version) and I do have the CentOS 6 version installed)...no 
dice. Can anyone help me?

Gilbert

*******************************************************************************
Gilbert Sebenste                                                    ********
(My opinions only!)         &lt;/pre&gt;</description>
    <dc:creator>Gilbert Sebenste</dc:creator>
    <dc:date>2013-05-24T21:07:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135204">
    <title>Failed to create /dev/loop0p* entries for partitionsinside loopback devices</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135204</link>
    <description>&lt;pre&gt;centos 6 failed to create entries under /dev for newly created loopback devices. Any one know why? and how to fix/workaround it?

The steps to duplicate is pretty simple

dd if=/dev/zero of=/tmp/deleteme bs=1M count=100
losetup /dev/loop0 /tmp/deleteme
fdisk /dev/loop0   ## created partitions 1, 2, etc.
fdisk -l /dev/loop0  ## confirmed that the partitions do exist
mkfs.ext3 /dev/loop0p1 ## failed here, the error prompt says that the /dev/loop0p1 doesn't exist!
ls /dev/loop0p*  ## no entries

Please shed a light here, I'm running centos 6.4

Thanks.
Robert
&lt;/pre&gt;</description>
    <dc:creator>Gelen James</dc:creator>
    <dc:date>2013-05-24T17:56:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135196">
    <title>CentOS 6 and PHP</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135196</link>
    <description>&lt;pre&gt;Still upgrading CentOS 5 to CentOS 6, and have run into the next issue:

When I install httpd and php, everything works great, and the default-test "&amp;lt;?php phpinfo(); ?&amp;gt;" works great.  The problem is that I have a bunch of old HTML that seems to use "&amp;lt;?" alone (or worse, "&amp;lt;!--?"), which worked in CentOS 5 but fails in CentOS 6.  I can change all the HTML, but is there an easier way?

Summary of previous issues:
system-config-network-cmd leaving behind "ifcfg" files in network-scripts that it shouldn't: I still don't have an answer for this one; I work around it by naming all the scripts "ifcfg-ethX_&amp;lt;profile&amp;gt;" and cleaning any that don't match &amp;lt;profile&amp;gt; after running system-config-network-cmd.  I suspect it has to do with either the contents of /etc/udev/rules.d/70-persistant-net.rules or the format of my ifcfg-ethX_* files, but haven't been able to resolve it.  Probably will leave it as "workaround works".
UUIDs and boot drives: Didn't solve this one either, but again didn't try very hard because the recove&lt;/pre&gt;</description>
    <dc:creator>Glenn Eychaner</dc:creator>
    <dc:date>2013-05-24T15:42:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135183">
    <title>Enable HT on CentOS 6.4 (Dell R720 64 Bit server)</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135183</link>
    <description>&lt;pre&gt;Hi,

I have HT Feature available on my Dell Server R720. Please help me
understand if HT is enabled on the server, will there be a performance
impact. What are the deciding factors to enable HT on the servers.

Regards

Kaushal
&lt;/pre&gt;</description>
    <dc:creator>Kaushal Shriyan</dc:creator>
    <dc:date>2013-05-24T12:28:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135182">
    <title>CentOS-announce Digest, Vol 99, Issue 12</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135182</link>
    <description>&lt;pre&gt;Send CentOS-announce mailing list submissions to
centos-announce-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

You can reach the person managing the list at
centos-announce-owner-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CEBA-2013:0858  CentOS 6 coreutils Update (Johnny Hughes)


----------------------------------------------------------------------

Message: 1
Date: Thu, 23 May 2013 15:14:05 +0000
From: Johnny Hughes &amp;lt;johnny-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Subject: [CentOS-announce] CEBA-2013:0858  CentOS 6 coreutils Update
To: centos-announce-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org
Message-ID: &amp;lt;20130523151405.GA51390-BrKlbu&lt;/pre&gt;</description>
    <dc:creator>centos-announce-request-IFYaIzF+flcdnm+yROfE0A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-24T12:00:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135170">
    <title>Frustrated. Java on Centos 6 doesn't give an error message when downloading from a Samsung Galaxy S3</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135170</link>
    <description>&lt;pre&gt;SUMMARY:
Maybe this all boils down to "how do we debug when Java fails on Centos 6?

DETAILS: 
If you don't have the Samsung Galaxy S3, then you might not realize how 
frustratingly difficult it is to transfer multiple files from the 
smartphone to Centos 6.

It should be as simple as hooking up a USB cable and dragging and 
dropping (which it is, on most other smartphones, including the Samsung 
Galaxy S2, which has USBMS mode still intact).
 
Note: I don't have a microUSB card, so that isn't an option and I have no 
desire to transfer the personal photos to the cloud just to get them from 
the phone to Centos, nor to install Wine and/or a virtuoal OS just to do 
something as simple as transfer files.

On the Samsung Galaxy S3, you can go all day to Settings-&amp;gt;More Settings-&amp;gt; 
but there is nothing for "USB" anywhere anymore.

Unfortunately, [url=http://androidforums.com/computers/499522-looking-
linux-file-transfer-tool-android-4-0-devices.html]Google has apparently 
disabled USB transfer in the Android OS 4&lt;/pre&gt;</description>
    <dc:creator>Rock</dc:creator>
    <dc:date>2013-05-24T02:24:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135166">
    <title>Dell R320 server</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135166</link>
    <description>&lt;pre&gt;Is there a way on Dell R320 (two power supplies and hardware RAID-1) on 
centos
to get a message that a power supply is failing or that one of the 
hardware RAID disks is failing?
Sure there is the front panel - but no-one is there ...

Is that reported to linux/centos some way?
This is my first R320.

Thanks,

Jerry
&lt;/pre&gt;</description>
    <dc:creator>Jerry Geis</dc:creator>
    <dc:date>2013-05-23T21:04:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135165">
    <title>CentOS-announce Digest, Vol 99, Issue 11</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135165</link>
    <description>&lt;pre&gt;Send CentOS-announce mailing list submissions to
centos-announce-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

You can reach the person managing the list at
centos-announce-owner-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CEBA-2013:0854  CentOS 6 vte Update (Johnny Hughes)
   2. Release for CentOS-6.4 LiveCD and LiveDVD fori386 and x86_64
      (Karanbir Singh)
   3. CEBA-2013:0857  CentOS 6 qemu-kvm Update (Johnny Hughes)


----------------------------------------------------------------------

Message: 1
Date: Wed, 22 May 2013 17:17:34 +0000
From: Johnny Hughes &amp;lt;johnny-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Subject: [CentOS-announ&lt;/pre&gt;</description>
    <dc:creator>centos-announce-request-IFYaIzF+flcdnm+yROfE0A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-23T12:00:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135160">
    <title>Changing disk UUID after cloning</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135160</link>
    <description>&lt;pre&gt;So, I have a CentOS 6 system, and I want to make several clones of it.  I'm using Clonezilla to clone the drives; that's no problem.  But the drive UUIDs are driving me up the wall. After cloning, the two drives have the same UUID, but I'd like each clone to have different UUIDs so there's no possibility of a conflict when I am running diagnostics with two drives installed, etc. But when I change the UUID of the /boot or / partition (even if I update /etc/fstab), the system won't boot; it GRUBs OK (after I use recovery mode to rerun grub-install), but never gets to the 'Welcome to CentOS " message.  Do I need to "rebless" vmlinuz or initrd or initramfs in the /boot partition if I change the drive UUID?

Or should I just ignore UUID and go back to using labels in /etc/fstab (which is what I did in CentOS 5)?

Thanks,
-G.
--
Glenn Eychaner (geychaner-MeXw3tIIDIE&amp;lt; at &amp;gt;public.gmane.org)
Telescope Systems Programmer, Las Campanas Observatory
&lt;/pre&gt;</description>
    <dc:creator>Glenn Eychaner</dc:creator>
    <dc:date>2013-05-22T19:58:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135156">
    <title>CentOS-announce Digest, Vol 99, Issue 10</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135156</link>
    <description>&lt;pre&gt;Send CentOS-announce mailing list submissions to
centos-announce-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

You can reach the person managing the list at
centos-announce-owner-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CESA-2013:0847 Moderate CentOS 5 kernel Update (Johnny Hughes)
   2. CEBA-2013:0846  CentOS 5 xen Update (Johnny Hughes)
   3. CEEA-2013:0852  CentOS 5 rgmanager Update (Johnny Hughes)


----------------------------------------------------------------------

Message: 1
Date: Wed, 22 May 2013 00:42:18 +0000
From: Johnny Hughes &amp;lt;johnny-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Subject: [CentOS-announce] CESA-2013:0847 Mo&lt;/pre&gt;</description>
    <dc:creator>centos-announce-request-IFYaIzF+flcdnm+yROfE0A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-22T12:00:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135138">
    <title>SuperMicro with LSI MegaRaid with Centos 6.0</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135138</link>
    <description>&lt;pre&gt;Everyone,

I am trying to install a Centos 6.0 system on a SuperMicro with an LSI
MegaRaid SCSI 320-2 controller.  

I had originally tried to install 6.4, but the 6.4 install DVD does not
boot with this configuration.  
See :
http://bugs.centos.org/view.php?id=5377

Fortunately, the 6.0 install DVD worked fine until it failed to identify
the hard disc controller.  I checked the lsi.com site which had a driver
for RH 3 and RH4, but not 5 and not 6.  

The interesting thing about this machine is that I had Centos 5.0
installed without difficulty (that over time upgraded to 5.9)

Does anyone have any idea of a driver I could use to get Centos 6.0 up
and running.

Thanks!!!!

Greg Ennis
&lt;/pre&gt;</description>
    <dc:creator>Gregory P. Ennis</dc:creator>
    <dc:date>2013-05-21T17:54:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135131">
    <title>semi-OT: flashing the BIOS on an HP dl580 GT, afterward</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135131</link>
    <description>&lt;pre&gt;When last we saw our hero, er, sysadmin, he'd found that the "noarch" BIOS
update was, in fact, a self-extracting .exe file, and he'd extracted it.
Finally getting the ok to take the system down, the following hilarity
(for small values of hilarity) ensued.

First, booting off unetbootin to freedos was fine... except it was try to
guess which version - freedos + emm386 + himem, no himem, live CD only,
or, finally, "no drivers loaded", which works. It gags on something orders
of magnitude larger than it was written for, y'know.

Then I discover that the builtin type command does *not* have /p, and
there's no more command, and I should have read the longer files before I
started this. Fun with &amp;lt;ctrl-s&amp;gt; ensues.

Finally, I find what are actually DOS config.sys files, with different
extensions, and read them - they're one-liners, and find out how to run
the rompaq.exe that runs the utility to flash the drives, and run it. And
again. And again. And *finally* get the reason it's failing, and (to save
the original &lt;/pre&gt;</description>
    <dc:creator>m.roth-x6lchVBUigD1P9xLtpHBDw&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-21T15:41:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135130">
    <title>CentOS Dojo and Barbecue - Aldershot, UK on 12th July 2013</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135130</link>
    <description>&lt;pre&gt;Hi,

The next CentOS Dojo is coming to Aldershot, UK - a 45 min train ride
from London Waterloo station - on the 12th July 2013. We have a great,
and growing list of speakers already on the agenda, and another few
waiting to confirm.

And, the venue sponsors - catn.com - are going to organise a hog roast
barbecue and beet for everyone attending once the talks are done (
4pm'ish ). So another great reason to come along and say hi.

Details on the day: http://wiki.centos.org/Events/Dojo/Aldershot2013
Registration URL : http://centosdojoaldershot.eventbrite.co.uk/#

I will post another followup email once we have the agenda finalised,
but if you are in the area - or can get to the area on the 12th July - I
highly recommend you come along. Its going to be a great event!

Regards,

&lt;/pre&gt;</description>
    <dc:creator>Karanbir Singh</dc:creator>
    <dc:date>2013-05-21T15:42:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135127">
    <title>CentOS source rpm repository setup</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135127</link>
    <description>&lt;pre&gt;Hi.

I thought I might set up my CentOS 6 system with a source rpm repository 
config, so that I'll be able to download srpm files via "yumdownloader 
--source" or similar. I'm thinking that in order to this, I have to add 
something like the following to the yum repos config:

    [base-source]
    name=CentOS-$releasever - Base (SRPMS)
    baseurl=http://mirror.centos.org/centos/$releasever/os/SRPMS
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

    #released updates
    [updates-source]
    name=CentOS-$releasever - Updates (SRPMS)
    baseurl=http://mirror.centos.org/centos/$releasever/updates/SRPMS
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6


The question is, what I specify as "baseurl"? The above does not 
actually work, as http://mirror.centos.org/ does not have SRPMS 
subdirectories, although I believe it did in the past for earlier 
versions. So, does anyone know of URLs I can use instead?

Thanks,


- Toralf

This e-mail, including any attachment&lt;/pre&gt;</description>
    <dc:creator>Toralf Lund</dc:creator>
    <dc:date>2013-05-21T13:53:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135122">
    <title>ReiserFS - status?</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135122</link>
    <description>&lt;pre&gt;Hi All.

What is the status of ReiserFS in CentOS at the moment? I have some servers
which use it as a loadable kernel module. I am thinking about a filesystem
for database systems and would like to know if ReiserFS will be maintained
in CentOS/Linux kernel in the future?

Best regards,
Rafal.
&lt;/pre&gt;</description>
    <dc:creator>Rafał Radecki</dc:creator>
    <dc:date>2013-05-21T12:11:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135120">
    <title>CentOS-announce Digest, Vol 99, Issue 9</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135120</link>
    <description>&lt;pre&gt;Send CentOS-announce mailing list submissions to
centos-announce-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

You can reach the person managing the list at
centos-announce-owner-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CEBA-2013:0835  CentOS 6 selinux-policy Update (Johnny Hughes)


----------------------------------------------------------------------

Message: 1
Date: Mon, 20 May 2013 21:40:06 +0000
From: Johnny Hughes &amp;lt;johnny-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Subject: [CentOS-announce] CEBA-2013:0835  CentOS 6 selinux-policy
Update
To: centos-announce-IFYaIzF+flcdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org
Message-ID: &amp;lt;20130520214006.GA4&lt;/pre&gt;</description>
    <dc:creator>centos-announce-request-IFYaIzF+flcdnm+yROfE0A&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-21T12:00:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135117">
    <title>ICMPv6 Neighbour Solication request is not answered bylinux when IPv6 address is assigned via Netlink code.</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135117</link>
    <description>&lt;pre&gt;Hi, 

I have a process which is running as a linux service and assigns IP addresses using netlink to configued interface in linux.
For IPv4 addresses i do not see any issue with this assignment.

When i try to assign an IPv6 address, the address gets assigned successfully to the interface, but the Neighbour Solication request received for that address is not responded with and hence ping6 from a different machine doesn't work.

When i take the same netlink code and run it in a sample program the address gets assigned and the Neighbour solicitation is responded with a advertisement and hence ping6 works.

IP assigned by the program : 7000::15/32
IP on client machine from where ping6 is done : 7000::17/32.

Bot machines are connected to same Layer-2 switch.

I have flushed the ip6tables on both the machines just to rule out any firewall issues.

Thanks,
Kevin Peterson
&lt;/pre&gt;</description>
    <dc:creator>Kevin Peterson</dc:creator>
    <dc:date>2013-05-21T06:10:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135109">
    <title>NIC interrupts and packets per second ratio, how to calculate? There must be some way...</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135109</link>
    <description>&lt;pre&gt;Hello again guys,

Iam trying to asses the best hardware for a machine that procceses a 
high number of packets per second on its NIC. THe only way I can achieve 
this without guesses is If iam able to understand or test what the 
number of interrupts available per core and how to translate that to PPS 
capabilities.

So far ive been testing an Core I5 CPU  and was able to achieve up to 
400k packets (small syn packets) in a single core (2.8Ghz i think..) 
untill the point where 100% was reported to serve as hardware 
interrupts, yet what is the math behind this?

In any case, i find this rather low and confused as I know for a fact 
that small home routers even on gigabit have specs that detail they can 
do packet forwarding at rates up to 1.4 million pps and iam sure there 
CPU is no where as powerfull as a 2.8Ghz Core I5 core.

Any orientation is much appreciated.

Alex
&lt;/pre&gt;</description>
    <dc:creator>Alex Flex</dc:creator>
    <dc:date>2013-05-21T05:07:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135107">
    <title>How to load balance interrupts of a NIC on the PCI-MSI-edge driver in CentOS? :(</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135107</link>
    <description>&lt;pre&gt;Hello CentOS !

Iam trying to configure a Dual Core 1.6Ghz AMD E-350 machine to be able 
NIC (eth0) interrupts the most efficient way possible so that I can be 
able to handle the large number of random source packets per second. 
Currently running CentOS 6.4 2.6.32-358.6.2.el6.x86_64, i made some load 
testing with a random sourced syn flood to the NIC of this machine and 
found out according to top all the CPU interrupts are being sent to 
CPU0, thus saturating it and keeping the second core 100% idle because 
of this the amount of PPS handled is low (50k /sec). So.. below the 
output of /proc/interrupts, and also the output of the SMP affinity file 
which already contains "3" which I expect it tells the kernel to load 
balance the interrupts between the two cores and its not happening.

Questions:
a.) Could anyody please help me with a solution so that iam able to 
balance equally the interrupts on both cores?
b.) Is there anyway to actually assign more interrupts to this IRQ (25) 
or is that something th&lt;/pre&gt;</description>
    <dc:creator>Alex Flex</dc:creator>
    <dc:date>2013-05-21T04:53:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135082">
    <title>Where did yum install monodevelop?</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135082</link>
    <description>&lt;pre&gt;Hello all, I'm running CentOS 6.4.

Today I tried installing monodevelop and this is the result of the
installation:
http://bin.cakephp.org/view/258829139

Now.  When I went to my terminal and ran monodevelop... nothing.  When
I tried to locate the actual executable by running
find . -name "*monodevelop*" (kinda overkill, but figured that I'd get this
option out of the way), I couldn't find anything.  So, now, I'm scratching
my head and wondering what to do next :) .  Where did I mess up?  Am
I not starting monodevelop correctly?  If so, how should I start it?
&lt;/pre&gt;</description>
    <dc:creator>Yves S. Garret</dc:creator>
    <dc:date>2013-05-20T16:54:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.centos.general/135077">
    <title>Centos6.4 cannot reboot</title>
    <link>http://comments.gmane.org/gmane.linux.centos.general/135077</link>
    <description>&lt;pre&gt;Dear all，
   I install new version centos 6.4 64bit and everything is ok except it cannot reboot, below is the /var/messages information:


May 20 10:08:07 ravi2 smbd[1712]:   failed to retrieve printer list: NT_STATUS_UNSUCCESSFUL
May 20 10:22:24 ravi2 init: tty (/dev/tty1) main process (1727) killed by TERM signal
May 20 10:22:24 ravi2 init: tty (/dev/tty2) main process (1729) killed by TERM signal
May 20 10:22:24 ravi2 init: tty (/dev/tty3) main process (1731) killed by TERM signal
May 20 10:22:24 ravi2 init: tty (/dev/tty4) main process (1733) killed by TERM signal
May 20 10:22:24 ravi2 init: tty (/dev/tty5) main process (1735) killed by TERM signal
May 20 10:22:24 ravi2 init: tty (/dev/tty6) main process (1737) killed by TERM signal
May 20 10:22:25 ravi2 xinetd[1618]: Exiting...
May 20 10:22:26 ravi2 init: Disconnected from system bus
May 20 10:22:26 ravi2 auditd[1530]: The audit daemon is exiting.
May 20 10:22:26 ravi2 kernel: type=1305 audit(1369016546.436:112): audit_pid=0 old=1530 auid=4294967295 &lt;/pre&gt;</description>
    <dc:creator>muiz</dc:creator>
    <dc:date>2013-05-20T02:47:07</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>
