Re: [CentOS] chipsets etc to avoid for CentOS 6.x

2013-11-07 Thread John R Pierce
On 11/7/2013 9:48 PM, Arun Khan wrote: > Gigabyte does list Linux for their boards, albeit as caveat -- an example > here: > > > I would suggest select a board that has been in the market for about 6 > months. Look up the chipset on

Re: [CentOS] chipsets etc to avoid for CentOS 6.x

2013-11-07 Thread Arun Khan
On Fri, Nov 8, 2013 at 10:35 AM, Devin Reade wrote: > > I've typically stuck to Intel CPUs, and prefer Gigabyte or Intel > motherboards. I'd prefer to minimize the likelihood of non-working > or marginally-working hardware. As for "Desktop" grade boards - officially Intel does not support them.

[CentOS] chipsets etc to avoid for CentOS 6.x

2013-11-07 Thread Devin Reade
It's time to purchase hardware again, and I'm going through the usual "of that which is on the market, what will CentOS run without leaving new hardware collecting dust for a year"? I'm looking at a number of commodity-grade machines (ie: desktop grade will suffice) with reasonably fast CPUs and a

Re: [CentOS] XML to text

2013-11-07 Thread Les Mikesell
On Thu, Nov 7, 2013 at 4:53 PM, wrote: > > Or, the point for the OP is, try googling for an answer before posting > Do some of the heavy lifting yourself. > You can't really blame someone for thinking there _must_ be an easier way to deal with things that are clearly text than the stuff you

Re: [CentOS] XML to text

2013-11-07 Thread m . roth
Or, the point for the OP is, try googling for an answer before posting Do some of the heavy lifting yourself. mark ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] XML to text

2013-11-07 Thread Les Mikesell
On Thu, Nov 7, 2013 at 4:17 PM, Paul Heinlein wrote: > >> Steve, >> >> Its pretty easy to do with XSLT... > > > For some definition of "easy," of course... :-) > > Still, I'd agree that XSLT is probably your best bet for a long-term > solution (as opposed to a simplistic regex match via a scriptin

Re: [CentOS] XML to text

2013-11-07 Thread Paul Heinlein
On Thu, 7 Nov 2013, Scot P. Floess wrote: Steve, Its pretty easy to do with XSLT... For some definition of "easy," of course... :-) Still, I'd agree that XSLT is probably your best bet for a long-term solution (as opposed to a simplistic regex match via a scripting language) because it all

[CentOS] IBM Storwize V3700 storage - device names

2013-11-07 Thread Todor Petkov
Hello, I have IBM Storwize V3700 storage, connected to 2 IBM x3550 M4 servers via fiber channel. The servers are with QLogic ISP2532-based 8Gb Fibre Channel to PCI Express HBA cards and run Centos 5.10 When I export a volume to the servers, each of them sees the volume twice, i.e /dev/sdb and

Re: [CentOS] 3TB disk with 6.0.4 not booting

2013-11-07 Thread Leon Fauster
Am 05.11.2013 um 05:41 schrieb Wes James : > On Mon, Nov 4, 2013 at 9:19 PM, Keith Keller < > kkel...@wombat.san-francisco.ca.us> wrote: > >> On 2013-11-05, Wes James wrote: >>> On Mon, Nov 4, 2013 at 5:14 PM, James A. Peltier >> wrote: >>> >>> It boots fine with os x 10.6.3. >> >> OS X is alr

Re: [CentOS] Workaround for (EL6.4) rdesktop-1.6.0-10 Woe

2013-11-07 Thread Fred Smith
On Thu, Nov 07, 2013 at 08:00:53PM +, James Pearson wrote: > Cal Webster wrote: > > > > The Fedora package we used is the best choice since (1) it has already > > proven to fix the issues as cited in the bug report, and (2) Fedora is > > the source for upstream vendor packages anyway. > > RHEL

Re: [CentOS] Workaround for (EL6.4) rdesktop-1.6.0-10 Woe

2013-11-07 Thread James Pearson
Cal Webster wrote: > > The Fedora package we used is the best choice since (1) it has already > proven to fix the issues as cited in the bug report, and (2) Fedora is > the source for upstream vendor packages anyway. RHEL 6.5 will use rdesktop-1.7.1 If you have access to the RHEL 6.5 beta SRPMS,

Re: [CentOS] Workaround for (EL6.4) rdesktop-1.6.0-10 Woe

2013-11-07 Thread Cal Webster
On Thu, 2013-11-07 at 13:50 -0500, Fred Smith wrote: > On Thu, Nov 07, 2013 at 10:51:48AM -0500, Cal Webster wrote: > > rdesktop has been spewing error messages since the update to CentOS 6.4. > > Aside from the continuous stream of errors in the terminal window from > > which it was launched, ther

Re: [CentOS] Workaround for (EL6.4) rdesktop-1.6.0-10 Woe

2013-11-07 Thread Cal Webster
On Thu, 2013-11-07 at 19:17 +, James Pearson wrote: > Cal Webster wrote: > > > > In short, rdesktop 1.6.0-10 is buggy and unstable. See this upstream bug > > report for more: > > There are more recent versions of rdesktop available via 3rd party repos e.g. >

Re: [CentOS] Workaround for (EL6.4) rdesktop-1.6.0-10 Woe

2013-11-07 Thread James Pearson
Cal Webster wrote: > > In short, rdesktop 1.6.0-10 is buggy and unstable. See this upstream bug > report for more: There are more recent versions of rdesktop available via 3rd party repos e.g. No idea if they fix your problem - but probably worth a try? Jam

Re: [CentOS] XML to text

2013-11-07 Thread m . roth
Steve Campbell wrote: > Is there anything offered in Centos that might convert an XML file to a > plain text file? > > My hopes are that it is flexible enough to make the following type of > line: > > Guide > > into something like: > > title: Guide > > along with all the other fields. It'd be nice

Re: [CentOS] Workaround for (EL6.4) rdesktop-1.6.0-10 Woe

2013-11-07 Thread Fred Smith
On Thu, Nov 07, 2013 at 10:51:48AM -0500, Cal Webster wrote: > rdesktop has been spewing error messages since the update to CentOS 6.4. > Aside from the continuous stream of errors in the terminal window from > which it was launched, there are a number of usability issues in the > remote session. T

Re: [CentOS] XML to text

2013-11-07 Thread Scot P. Floess
Steve, Its pretty easy to do with XSLT... On Thu, 7 Nov 2013, Steve Campbell wrote: > Is there anything offered in Centos that might convert an XML file to a > plain text file? > > My hopes are that it is flexible enough to make the following type of line: > > Guide > > into something like: > >

[CentOS] XML to text

2013-11-07 Thread Steve Campbell
Is there anything offered in Centos that might convert an XML file to a plain text file? My hopes are that it is flexible enough to make the following type of line: Guide into something like: title: Guide along with all the other fields. It'd be nice if it could handle multiple lines inside

[CentOS] Workaround for (EL6.4) rdesktop-1.6.0-10 Woe

2013-11-07 Thread Cal Webster
rdesktop has been spewing error messages since the update to CentOS 6.4. Aside from the continuous stream of errors in the terminal window from which it was launched, there are a number of usability issues in the remote session. The pointer does not change shape when moving over various window comp

Re: [CentOS] echo 0> /selinux/enforce

2013-11-07 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/06/2013 12:55 PM, Les Mikesell wrote: > On Wed, Nov 6, 2013 at 11:01 AM, Daniel J Walsh wrote: > SELinux blocks "confined" processes, but usually does not block the administrator who is running as unconfined_t, and is allowed to do

[CentOS] how to calculate mail storage/traffic used

2013-11-07 Thread Götz Reinicke - IT Koordinator
Hi, we have to setup a server which gets a copy of all messages send and received by our mailserver as a 1:1 copy. Mails send to multiple recipients should be calculated and saved per user. (great if you usually have lost of mails send to groups of people.) So no dedublication should be used here

[CentOS] CentOS-announce Digest, Vol 105, Issue 5

2013-11-07 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.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-requ..