<?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://permalink.gmane.org/gmane.linux.centos.general">
    <title>gmane.linux.centos.general</title>
    <link>http://permalink.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/135065"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135064"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135063"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135062"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135061"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135060"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135059"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135058"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135057"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135056"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135055"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135054"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135053"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135052"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135051"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135050"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135049"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135048"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135047"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.centos.general/135046"/>
      </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/135065">
    <title>Re: OpenStack Grizzly on CentOS-6.4</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135065</link>
    <description>&lt;pre&gt;
These kickstart files look very good. The 4 files each contain changes
not merged into the others, so you might want to diff/merge these a
little bit.

Too bad there are still no "official" CentOS images out there, also
Fedora working more towards Fedora-19 than RHEL6. :-)

best regards,

Florian La Roche
&lt;/pre&gt;</description>
    <dc:creator>Florian La Roche</dc:creator>
    <dc:date>2013-05-19T06:39:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135064">
    <title>Re: OpenStack Grizzly on CentOS-6.4</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135064</link>
    <description>&lt;pre&gt;
Fixed.


Sure. (Also added notes to the wiki page for this.)

The document has many new sections and is much improved now:

    http://jur-linux.org/testwiki/index.php/CloudLinux/OpenStack

best regards,

Florian La Roche
&lt;/pre&gt;</description>
    <dc:creator>Florian La Roche</dc:creator>
    <dc:date>2013-05-19T06:21:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135063">
    <title>Re: OT: Script Help</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135063</link>
    <description>&lt;pre&gt;
I can't say for sure it'll do what you want, it should be tested
extensively to make sure it doesn't destroy your car, sleep with your
wife,steal your money, etc etc all the warnings I can give, but I'd
suggest perl.   this is something I cooked up on a conf call:


[zep&amp;lt; at &amp;gt;nemesis throwaway]$ cat centoslist
CN=DATA.OU=XYZ.O=CO
CN=DATA.OU=XYY.OU=MEM.O=CO
CN=DATA.OU=XZZ.OU=OOP.O=CO
[zep&amp;lt; at &amp;gt;nemesis throwaway]$ cat cent-req
#!/usr/bin/perl

open(FH,"&amp;lt; $ARGV[0]") || die "can not open $ARGV[0]:";

while(&amp;lt;FH&amp;gt;){
  chomp $_;
  if($_=~/OU=/){
     $prepend=$_;
     &amp;lt; at &amp;gt;prepend=split(/.OU=/,$_);
     $mod=$prepend[1];
     $mod=~s/\..*//;
     $_=~s/^CN=/CN=${mod}_/;
  }
  print "$_\n";
}
[zep&amp;lt; at &amp;gt;nemesis throwaway]$ perl cent-req centoslist
CN=XYZ_DATA.OU=XYZ.O=CO
CN=XYY_DATA.OU=XYY.OU=MEM.O=CO
CN=XZZ_DATA.OU=XZZ.OU=OOP.O=CO
[zep&amp;lt; at &amp;gt;nemesis throwaway]$




--
Even the Magic 8 ball has an opinion on email clients: Outlook not so good.
&lt;/pre&gt;</description>
    <dc:creator>zGreenfelder</dc:creator>
    <dc:date>2013-05-19T00:56:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135062">
    <title>Re: OT: Script Help</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135062</link>
    <description>&lt;pre&gt;Am 19.05.2013 um 02:31 schrieb James Pifer &amp;lt;jep-2I/IFv/jpUMre736sURT7g&amp;lt; at &amp;gt;public.gmane.org&amp;gt;:


$ export file=FILENAME
$ for i in $(cat $file) ; do TAG=$(echo $i | cut -d. -f2 |cut -d= -f2) ; echo $i | sed s/CN=/CN=${TAG}_/ ; done

--
LF
&lt;/pre&gt;</description>
    <dc:creator>Leon Fauster</dc:creator>
    <dc:date>2013-05-19T00:55:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135061">
    <title>Re: OT: Script Help</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135061</link>
    <description>&lt;pre&gt;Larry,

Thanks for the answer. Still having trouble making it work. Been looking 
at sed for the last two hours. Let me give a specific example of a few 
lines I would want to change:

Let's say my original lines are:
CN=DATA.OU=XYZ.O=CO
CN=DATA.OU=XYY.OU=MEM.O=CO
CN=DATA.OU=XZZ.OU=OOP.O=CO

I want them to look like:
CN=XYZ_DATA.OU=XYZ.O=CO
CN=XYY_DATA.OU=XYY.OU=MEM.O=CO
CN=XZZ_DATA.OU=XZZ.OU=OOP.O=CO

So I need to take the data after the FIRST OU and stick in front of DATA 
with an _ in between. The rest of the line then remains the same.

Hope it makes sense. Appreciate the help!

Thanks,
James
&lt;/pre&gt;</description>
    <dc:creator>James Pifer</dc:creator>
    <dc:date>2013-05-19T00:31:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135060">
    <title>Re: 6.4 on old PC not connecting</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135060</link>
    <description>&lt;pre&gt;On Sat, 18 May 2013 20:46:10 +0000 (UTC)
Beartooth wrote:


If it shows eth0 in the networkmanager window, then it appears that it can see
the ethernet card.

What is the output from ifconfig?

What does /var/log/messages say when you are trying to connect?

&lt;/pre&gt;</description>
    <dc:creator>Frank Cox</dc:creator>
    <dc:date>2013-05-18T21:12:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135059">
    <title>6.4 on old PC not connecting</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135059</link>
    <description>&lt;pre&gt;
 On an old server (Dell PowerEdge SC1420, now without RAID) 
    I have CentOS 6.4 installed, up, and running -- but it 
    keeps failing to connect for some reason ....
   
        NetworkManager applet 0.8.1 runs blue rings around in the 
   panel for a while, then reports itself disconnected. It also 
   offers a pseudo-choice, if I right-click, between Wired 
   Connection and eth0; in fact, the cable to the router is the only 
   connection the machine has or has ever had.
   
        I've tried such things as I could find to get a 
   connection, in vain. I've tried replacing the cable.
   
        If there's a good fix, I'd like to get my wife running CentOS, 
   because it's one obvious choice for her to have against such time 
   as I'm gone. (I don't at all claim to be the Oldest Subscriber, 
   but I am at an age such that I would be irrational not to plan for such 
   contingencies.)

What new way can I try to get this beast online?
&lt;/pre&gt;</description>
    <dc:creator>Beartooth</dc:creator>
    <dc:date>2013-05-18T20:46:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135058">
    <title>Re: Force anaconda to use GPT labels on all drives?</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135058</link>
    <description>&lt;pre&gt;
yes

did you try setting  : X86._disklabel_types = ['gpt']

also, worth noting that if you use EFI, its always going to be gpt

&lt;/pre&gt;</description>
    <dc:creator>Karanbir Singh</dc:creator>
    <dc:date>2013-05-18T19:42:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135057">
    <title>Re: CentOS 5.9 LiveCD build on CentOS 6.4?</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135057</link>
    <description>&lt;pre&gt;Hi

On 05/18/2013 03:02 PM, Ljubomir Ljubojevic wrote:

how about you chroot the build so you dont need to work through / with
the bdb issues


&lt;/pre&gt;</description>
    <dc:creator>Karanbir Singh</dc:creator>
    <dc:date>2013-05-18T19:33:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135056">
    <title>Re: OT: Script Help</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135056</link>
    <description>&lt;pre&gt;
cat file | sed -e's/CN=DATA.OU=\(.*\)\.O=CO/CN=\1_DATA.OU=\1.O=CO/'
&lt;/pre&gt;</description>
    <dc:creator>Larry Martell</dc:creator>
    <dc:date>2013-05-18T19:23:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135055">
    <title>OT: Script Help</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135055</link>
    <description>&lt;pre&gt;Sorry for the off topic, but don't a better resource. I'm not great at 
scripting, but need a quick script to modify a file.

I have a long file that has lines like this:

some text
some text2
CN=DATA.OU=XYZ.O=CO
some text3
some text4

And this repeats, but XYZ changes. "DATA" is always called data. (it's 
being renamed basically)

I need to change the middle line but leave the rest of the file as is 
like this:

some text
some text2
CN=XYZ_DATA.OU=XYZ.O=CO
some text3
some text4

Anyone know a quick way to do this? Any help is appreciated.

Thanks,
James
&lt;/pre&gt;</description>
    <dc:creator>James Pifer</dc:creator>
    <dc:date>2013-05-18T19:15:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135054">
    <title>[Fwd: GThread-ERROR **: GThread system may only be initialized once.]</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135054</link>
    <description>&lt;pre&gt;
I posted this to the Jitsi users mailing list on Thursday last and
have received no replies.  Does anyone here have any idea of what is
causing this and how to fix it?

One other bit of information.  When I first installed Jitsi it
initially worked for a non-privileged user as I ran it from the gnome
menu of my login account.  However, at some point it seemed get
'confused' and hung.  Since then I have been unable to get it to run
as a non-privileged user.  I have removed and reinstalled it.  I have
also rebooted the host.  Nothing changes its current behaviour.

-------------------------- Original Message --------------------------
Subject: GThread-ERROR **: GThread system may only be initialized once.
From:    "James B. Byrne" &amp;lt;byrnejb-fqAF1SpE7daWxEb2tNKyrg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date:    Thu, May 16, 2013 16:54
To:      users-st2Kn3bmYpHYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org
----------------------------------------------------------------------

I installed jitsi-2.2 on a CentOS-6.4 x86_64 host.  When I run it as a
no&lt;/pre&gt;</description>
    <dc:creator>James B. Byrne</dc:creator>
    <dc:date>2013-05-18T19:01:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135053">
    <title>CentOS 5.9 LiveCD build on CentOS 6.4?</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135053</link>
    <description>&lt;pre&gt;Is it possible to create CentOS 5.9 LiveCD on CentOS 6.4 system?


I am trying but getting following errors (rpmdb related):

&amp;lt;snip&amp;gt;

  Installing: cups-pdf             ################### [ 692/1011]
semodule: SELinux policy is not managed or store cannot be accessed.
rpmdb: /var/lib/rpm/Packages: unsupported hash version: 9
error: cannot open Packages index using db3 - Invalid argument (22)
error: cannot open Packages database in /var/lib/rpm
   Installing: bluez-utils-cups    ################### [ 693/1011]

&amp;lt;snip&amp;gt;

   Installing: firefox             ################### [ 868/1011]
warning: google-earth-stable-6.0.3.2197-0.i386: Header V4 DSA/SHA1 
Signature, key ID 7fac5991: NOKEY
   Installing: google-earth-stable ################### [ 869/1011]
rpmdb: /var/lib/rpm/Packages: unsupported hash version: 9
error: cannot open Packages index using db3 - Invalid argument (22)
error: cannot open Packages database in /var/lib/rpm
error: /tmp/google.sig.G17031: import failed.
[  OK  ] atd: [  OK  ]
job 1 at 2013-&lt;/pre&gt;</description>
    <dc:creator>Ljubomir Ljubojevic</dc:creator>
    <dc:date>2013-05-18T14:02:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135052">
    <title>Re: F18: Create a USB install of CentOS 6 from iso</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135052</link>
    <description>&lt;pre&gt;
In my post, I also mentioned that a plain dd of the ISO file onto an
USB pen drive works for the netinstall use case.

However, the dd method does not work for if you want  the install to
happen from the pen drive (w/o network connectivity).

The OP was having problems with the livecd-tools, the links quoted
earlier provide a manual method to do so.

&lt;/pre&gt;</description>
    <dc:creator>Arun Khan</dc:creator>
    <dc:date>2013-05-18T12:42:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135051">
    <title>Re: F18: Create a USB install of CentOS 6 from iso</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135051</link>
    <description>&lt;pre&gt;
FWIW, I have found that recent Fedora installs, at least the net.iso, works
without problem, whether one uses livecd-tools or dd.  

I haven't reinstalled CentOS from USB in awhile, and don't remember which I
used.  I am sure that livecd-tools worked (again for the net.iso) and I'm
pretty sure that dd also worked.


&lt;/pre&gt;</description>
    <dc:creator>Scott Robbins</dc:creator>
    <dc:date>2013-05-18T12:02:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135050">
    <title>Re: F18: Create a USB install of CentOS 6 from iso</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135050</link>
    <description>&lt;pre&gt;
Although it sounds like a F18 issue, the under lying issue (IMO) is
that it the dd of ISO image to a pen drive device does not work  with
the RHEL/CentOS installer.

Whereas with other Linux distros like the Debian / openSUSE / Ubuntu
it is possible to dd the ISO images on to a pen drive, boot from it
and complete the installation [1].

The OP is trying to use a tool which supposedly makes a
bootable/installable USB device.

Search keywords "centos create usb boot disk" throws up helpful links.
  The manual methods may the way to go to achieve the objective.

[a] &amp;lt;http://wiki.centos.org/HowTos/InstallFromUSBkey&amp;gt;
[b] &amp;lt;http://shivasbase.blogspot.in/2012/03/create-bootable-usb-with-centos.html&amp;gt;
[c] &amp;lt;http://thenubbyadmin.com/2012/05/04/how-to-make-a-bootable-centos-6-usb-drive/&amp;gt;

All of the above essentially say the same thing.

&amp;lt; at &amp;gt;OP please try the method outlined in above links and report your
success/failure.


[1] This is my preferred method, it eliminates need for an optical
media and burning the ISO image t&lt;/pre&gt;</description>
    <dc:creator>Arun Khan</dc:creator>
    <dc:date>2013-05-18T08:26:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135049">
    <title>Re: Best configuration for encrypted software RAID 1?</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135049</link>
    <description>&lt;pre&gt;
That example is helpful for the RAID stuff, but it doesn't show an
example of encryption and so that's what my question is really about.
Should the raid line have the encryption like I have in my example? Or
should it be on each of the partitions? I'm just curious if there's a
pro/con to each of those options. My very basic/quick testing seemed
to indicate that doing it on the raid line was the better solution,
but I was just wondering if anyone had experience with this?

Thanks,
Dave
&lt;/pre&gt;</description>
    <dc:creator>Dave Johansen</dc:creator>
    <dc:date>2013-05-18T01:48:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135048">
    <title>Re: F18: Create a USB install of CentOS 6 from iso</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135048</link>
    <description>&lt;pre&gt;
This sounds like something you should post to the Fedora Users list. 
The problem probably lies with the F18 application, not with the CentOS 
ISO image.

&lt;/pre&gt;</description>
    <dc:creator>Mark LaPierre</dc:creator>
    <dc:date>2013-05-17T21:39:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135047">
    <title>Re: Best configuration for encrypted software RAID 1?</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135047</link>
    <description>&lt;pre&gt;

You might also reference the advanced example here [0].

[0]
http://www.centos.org/docs/5/html/Installation_Guide-en-US/s1-kickstart2-options.html#s2-kickstart2-options-part-examples





&lt;/pre&gt;</description>
    <dc:creator>SilverTip257</dc:creator>
    <dc:date>2013-05-17T19:04:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135046">
    <title>Re: Best configuration for encrypted software RAID 1?</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135046</link>
    <description>&lt;pre&gt;

That looks right.  Maybe somebody else will have a tip.

The key to your puzzle is --encrypted and you've got that.

I don't have a kickstart config that has both software raid and luks
encryption, so that's a scenario I have not tested.  Sounds like a perfect
lab to spin up a VM on a Friday! :)





&lt;/pre&gt;</description>
    <dc:creator>SilverTip257</dc:creator>
    <dc:date>2013-05-17T16:42:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.centos.general/135045">
    <title>Re: device in use after a reboot</title>
    <link>http://permalink.gmane.org/gmane.linux.centos.general/135045</link>
    <description>&lt;pre&gt;Hi,


I think this is not so uncommon. In my experience this has to do with
the initialization of PCIe controller cards. I assume you are using a
RAID controller, right? I saw that with Areca RAID-controllers in the
past as well with LSI-controller these days.

I am using UUID for that purpose. Not really convenient, but safe. You
probably don't have to change that as soon as it is running, so the
strange UUID designators are no big issue.


best regards
---
Michael Schumacher
PAMAS Partikelmess- und Analysesysteme GmbH
Dieselstr.10, D-71277 Rutesheim
Tel +49-7152-99630
Fax +49-7152-996333
Geschäftsführer: Gerhard Schreck
Handelsregister B Stuttgart HRB 252024
&lt;/pre&gt;</description>
    <dc:creator>Michael Schumacher</dc:creator>
    <dc:date>2013-05-17T15:48:49</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>
