[CentOS] Setup a devel environment for perl modules

2014-03-31 Thread C. L. Martinez
Hi all, This is an interesting thread: http://lists.centos.org/pipermail/centos/2014-April/141871.html about the problems you can find building perl modules for CentOS releases (new or old). I agree with John R. Pierce: cpan is very very bad tool ( in fact, I hate it) to build perl modules

Re: [CentOS] write barrier support in CentOS 6

2014-03-31 Thread Alexandru Chiscan
On 04/01/2014 06:27 AM, Keith Keller wrote: > On 2014-04-01, Tom Robinson wrote: >> Now, I understand that Red Hat (and therefore CentOS) backport many upstr= >> eam features into the stock >> kernel so how can I be sure that kernel 2.6.32-431.11.2.el6 has write bar= >> rier support? Take a look h

Re: [CentOS] trouble installing Math::BigInt module

2014-03-31 Thread John R Pierce
On 3/31/2014 11:13 PM, Tom Robinson wrote: > I used to stick to the packages only approach but came up against more issues > that way. I also spent > a lot of time compiling and build packages. At the end of the day, CPAN > consistently built a very > tidy environment the problem with CPAN is it

Re: [CentOS] write barrier support in CentOS 6

2014-03-31 Thread Tom Robinson
On 01/04/14 14:27, Keith Keller wrote: > On 2014-04-01, Tom Robinson wrote: >> Now, I understand that Red Hat (and therefore CentOS) backport many upstr= >> eam features into the stock >> kernel so how can I be sure that kernel 2.6.32-431.11.2.el6 has write bar= >> rier support? > I believe you ca

Re: [CentOS] trouble installing Math::BigInt module

2014-03-31 Thread Tom Robinson
On 01/04/14 16:57, John R Pierce wrote: > On 3/31/2014 10:50 PM, Tom Robinson wrote: >> Others may see it differently but personally I would install packages only >> from CentOS and the rest >> from CPAN > If possible, I would install ONLY packages from Centos and EPEL and > avoid CPAN entirely.

Re: [CentOS] trouble installing Math::BigInt module

2014-03-31 Thread John R Pierce
On 3/31/2014 10:50 PM, Tom Robinson wrote: > Others may see it differently but personally I would install packages only > from CentOS and the rest > from CPAN If possible, I would install ONLY packages from Centos and EPEL and avoid CPAN entirely. if you absolutely need something thats not in

Re: [CentOS] trouble installing Math::BigInt module

2014-03-31 Thread Tom Robinson
On 01/04/14 16:43, John R Pierce wrote: > On 3/31/2014 10:20 PM, Bennett Haselton wrote: >> On 3/31/2014 8:10 PM, John R Pierce wrote: >>> On 3/31/2014 7:56 PM, Tom Robinson wrote: Can you verify to which packages thefiles belong? Try using RPM: rpm -qf /usr/lib/perl5/vendo

Re: [CentOS] trouble installing Math::BigInt module

2014-03-31 Thread John R Pierce
On 3/31/2014 10:20 PM, Bennett Haselton wrote: > On 3/31/2014 8:10 PM, John R Pierce wrote: >> On 3/31/2014 7:56 PM, Tom Robinson wrote: >>> Can you verify to which packages thefiles belong? >>> >>> Try using RPM: >>> >>> rpm -qf /usr/lib/perl5/vendor_perl/5.8.8/Net/IP.pm >>> >>> and >>> >>> rpm -q

Re: [CentOS] trouble installing Math::BigInt module

2014-03-31 Thread Tom Robinson
On 01/04/14 16:19, Bennett Haselton wrote: > On 3/31/2014 7:56 PM, Tom Robinson wrote: >> Can you verify to which packages thefiles belong? >> >> Try using RPM: >> >> rpm -qf /usr/lib/perl5/vendor_perl/5.8.8/Net/IP.pm > On the old machine: > perl-Net-IP-1.25-2.fc6 >> and >> >> rpm -qf /usr/lib/perl

Re: [CentOS] trouble installing Math::BigInt module

2014-03-31 Thread Bennett Haselton
On 3/31/2014 8:10 PM, John R Pierce wrote: > On 3/31/2014 7:56 PM, Tom Robinson wrote: >> Can you verify to which packages thefiles belong? >> >> Try using RPM: >> >> rpm -qf /usr/lib/perl5/vendor_perl/5.8.8/Net/IP.pm >> >> and >> >> rpm -qf /usr/lib/perl5/vendor_perl/5.8.8/Crypt/DSA/KeyChain.pm >

Re: [CentOS] trouble installing Math::BigInt module

2014-03-31 Thread Bennett Haselton
On 3/31/2014 7:56 PM, Tom Robinson wrote: > Can you verify to which packages thefiles belong? > > Try using RPM: > > rpm -qf /usr/lib/perl5/vendor_perl/5.8.8/Net/IP.pm On the old machine: perl-Net-IP-1.25-2.fc6 > and > > rpm -qf /usr/lib/perl5/vendor_perl/5.8.8/Crypt/DSA/KeyChain.pm On the new mach

Re: [CentOS] write barrier support in CentOS 6

2014-03-31 Thread Keith Keller
On 2014-04-01, Tom Robinson wrote: > Now, I understand that Red Hat (and therefore CentOS) backport many upstr= > eam features into the stock > kernel so how can I be sure that kernel 2.6.32-431.11.2.el6 has write bar= > rier support? I believe you can look through the RHEL tech notes. Here they

Re: [CentOS] trouble installing Math::BigInt module

2014-03-31 Thread John R Pierce
On 3/31/2014 7:56 PM, Tom Robinson wrote: > Can you verify to which packages thefiles belong? > > Try using RPM: > > rpm -qf /usr/lib/perl5/vendor_perl/5.8.8/Net/IP.pm > > and > > rpm -qf /usr/lib/perl5/vendor_perl/5.8.8/Crypt/DSA/KeyChain.pm for that matter, on both machines... rpm -qa |gre

Re: [CentOS] trouble installing Math::BigInt module

2014-03-31 Thread Tom Robinson
Can you verify to which packages thefiles belong? Try using RPM: rpm -qf /usr/lib/perl5/vendor_perl/5.8.8/Net/IP.pm and rpm -qf /usr/lib/perl5/vendor_perl/5.8.8/Crypt/DSA/KeyChain.pm Tom Robinson IT Manager/System Administrator MoTeC Pty Ltd 121 Merrindale Drive Croydon South 3136 Victoria

[CentOS] trouble installing Math::BigInt module

2014-03-31 Thread Bennett Haselton
I had to move a perl script from an old server to a new one. Both the old and new servers are running "CentOS release 5.10 (Final)" and perl v5.8.8. (But the problem I'm running into appears to be a package management problem and not a Perl problem which is why I'm posting it to a CentOS list.

[CentOS] write barrier support in CentOS 6

2014-03-31 Thread Tom Robinson
Hi, I've been looking for an answer to this question and can't find anything concrete that says full support for write barriers has been backported to the stock kernel. I've read that: "There is incomplete write barrier support in kernel versions 2.6.32 and earlier (2.6.31 has some support, wh

Re: [CentOS] CENTOS 6.5 NO syslog.conf file. How to fix?

2014-03-31 Thread SilverTip257
On Mon, Mar 31, 2014 at 1:48 PM, James A. Peltier wrote: > - Original Message - > | On Mon, 31 Mar 2014 23:38:26 +0800 (CST) > | mcclnx mcc wrote: > | > | > Can anyone tell me how to fix Centos 6.X no /etc/syslog.conf issue? > | > | It's /etc/rsyslog.conf now. > | > | -- > | I think that

Re: [CentOS] about new Centos SIG distro releases

2014-03-31 Thread Edward M
On 3/31/2014 6:26 AM, Jim Perrin wrote: > > On 03/31/2014 04:56 AM, Edward M wrote: >> Hello, >> >> Kinda confused, will CentOS new SIGs: CentOS Storage, CentOS Cloud, and >> CentOS Virtualization, CentOS Core,etc be a developmental path to future >> RHEL releases, or will they continue be an exa

Re: [CentOS] Centos and Selinux issue

2014-03-31 Thread Daniel J Walsh
Do you actually want the data to be available to both domains at the same time? Or could you setup different directories? If you want them to be both available you could label it postgresql_db_t, and then turn on the samba_export_all_ro_boolean or samba_export_all_rw_boolean. If this was to loo

Re: [CentOS] CENTOS 6.5 NO syslog.conf file. How to fix?

2014-03-31 Thread James A. Peltier
- Original Message - | On Mon, 31 Mar 2014 23:38:26 +0800 (CST) | mcclnx mcc wrote: | | > Can anyone tell me how to fix Centos 6.X no /etc/syslog.conf issue? | | It's /etc/rsyslog.conf now. | | -- | I think that all right-thinking people in this country are sick and | tired of being tol

Re: [CentOS] Supervise Directory With TRIPWIRE

2014-03-31 Thread SilverTip257
On Mon, Mar 31, 2014 at 11:02 AM, Rodrigo Pichiñual Norin < rodrigo.pichin...@gmail.com> wrote: > Hi all > > I have a question, I need supervise a directory of apache on centos > > The directory it is: > > /var/www/html/application/ > > But I not know if this it is possible... > > Tripwire

Re: [CentOS] Centos and Selinux issue

2014-03-31 Thread John R Pierce
On 3/31/2014 7:18 AM, Alessandro Baggi wrote: > It's a better choice mount /dev/md2 on /mnt/data, make to dirs, one for > pgsql and another for sambashare, set relative context and start services? well, its not a good practice to have your postgres data directory in a shared location, as nothing

Re: [CentOS] CENTOS 6.5 NO syslog.conf file. How to fix?

2014-03-31 Thread Mr Queue
On Mon, 31 Mar 2014 23:38:26 +0800 (CST) mcclnx mcc wrote: > Can anyone tell me how to fix Centos 6.X no /etc/syslog.conf issue? It's /etc/rsyslog.conf now. -- I think that all right-thinking people in this country are sick and tired of being told that ordinary decent people are fed up in this

[CentOS] CENTOS 6.5 NO syslog.conf file. How to fix?

2014-03-31 Thread mcclnx mcc
We just install Centos 6.5 as an ORACLE server.  We found /etc/syslog.conf file is gone.  Some of our applications used to setup on CENTOS 5.X /etc/syslog.conf are not work. Can anyone tell me how to fix Centos 6.X no /etc/syslog.conf issue? Thanks. _

[CentOS] Supervise Directory With TRIPWIRE

2014-03-31 Thread Rodrigo Pichiñual Norin
Hi all I have a question, I need supervise a directory of apache on centos The directory it is: /var/www/html/application/ But I not know if this it is possible... Tripwire Can supervise the directory and all files within ? this it is possible mofidy the policies for default???

Re: [CentOS] Centos and Selinux issue

2014-03-31 Thread m . roth
Alessandro Baggi wrote: > Hi list, > I'm new to Centos and I've a very small knowledge of selinux use. > > I can disable it, but I prefer take it on for study. Ok, first thing you want to do is set it to permissive mode (setenforce 0, and edit /etc/selinux/config to Permissive from Enforcing). Tha

Re: [CentOS] about new Centos SIG distro releases

2014-03-31 Thread m . roth
Phelps, Matt wrote: > Initial reaction: Crap! > > One of the best things about CentOS, in my opinion, was not having to deal > with all the different RHEL builds/releases/whatever they called them, and > just having ONE distribution. > > So much for that. > > It didn't take long for Red Hat to get

Re: [CentOS] about new Centos SIG distro releases

2014-03-31 Thread Jim Perrin
On 03/31/2014 08:49 AM, Phelps, Matt wrote: >> > OK, I'll calm down. Perhaps what you've said could have been communicated > by the article. This line is what troubled me: > > "So what the newly united Red Hat and > CentOS

[CentOS] Centos and Selinux issue

2014-03-31 Thread Alessandro Baggi
Hi list, I'm new to Centos and I've a very small knowledge of selinux use. I can disable it, but I prefer take it on for study. I've a second mirrored device that I use for file sharing. This is the scenario: /dev/md2 mounted on /mnt/data To make samba working I must set the file context to the

Re: [CentOS] about new Centos SIG distro releases

2014-03-31 Thread Phelps, Matt
On Mon, Mar 31, 2014 at 10:02 AM, Matthew Miller wrote: > Do keep in mind that the article in question was written by a tech > journalist > and includes independent analysis and opinion. It isn't direct > communication > from Red Hat or CentOS. > Yes, I see that now. Is the talk by Karsten Wad

Re: [CentOS] about new Centos SIG distro releases

2014-03-31 Thread Matthew Miller
On Mon, Mar 31, 2014 at 09:49:53AM -0400, Phelps, Matt wrote: > OK, I'll calm down. Perhaps what you've said could have been communicated > by the article. This line is what troubled me: Do keep in mind that the article in question was written by a tech journalist and includes independent analysis

Re: [CentOS] about new Centos SIG distro releases

2014-03-31 Thread Phelps, Matt
On Mon, Mar 31, 2014 at 9:36 AM, Jim Perrin wrote: > > > On 03/31/2014 08:16 AM, Phelps, Matt wrote: > > On Mon, Mar 31, 2014 at 8:58 AM, Jim Perrin wrote: > > > >> > >> > >> On 03/31/2014 07:28 AM, Phelps, Matt wrote: > >>> Initial reaction: Crap! > >>> > >>> One of the best things about CentOS

Re: [CentOS] vncserver does not start gnome-sessioin automatically

2014-03-31 Thread Yawei Guo
Hi Miranda, I had not killed my vnc server and restarting it each time I changed my xstartup. I thought that would reset xstartup to the original one. And I did not understand how vnc server work. Now gnome session appears after I kill and restart my vnc server. Thank you very much. You are so nic

Re: [CentOS] about new Centos SIG distro releases

2014-03-31 Thread Jim Perrin
On 03/31/2014 08:16 AM, Phelps, Matt wrote: > On Mon, Mar 31, 2014 at 8:58 AM, Jim Perrin wrote: > >> >> >> On 03/31/2014 07:28 AM, Phelps, Matt wrote: >>> Initial reaction: Crap! >>> >>> One of the best things about CentOS, in my opinion, was not having to >> deal >>> with all the different RH

Re: [CentOS] about new Centos SIG distro releases

2014-03-31 Thread Jim Perrin
On 03/31/2014 04:56 AM, Edward M wrote: > Hello, > > Kinda confused, will CentOS new SIGs: CentOS Storage, CentOS Cloud, and > CentOS Virtualization, CentOS Core,etc be a developmental path to future > RHEL releases, or will they continue be an exact clone of RHEL, like > Centos currently is

Re: [CentOS] about new Centos SIG distro releases

2014-03-31 Thread Phelps, Matt
On Mon, Mar 31, 2014 at 8:58 AM, Jim Perrin wrote: > > > On 03/31/2014 07:28 AM, Phelps, Matt wrote: > > Initial reaction: Crap! > > > > One of the best things about CentOS, in my opinion, was not having to > deal > > with all the different RHEL builds/releases/whatever they called them, > and >

Re: [CentOS] The repodata directory is currently broken on several, if not all, mirrors for the 6.5 iso files

2014-03-31 Thread Jim Perrin
On 03/29/2014 05:05 PM, John Shields wrote: > I have just downloaded the two iso files again and they have the correct > file names now. Hopefully someone else noticed this and pushed a change > out, or I'm just crazy. This isn't any issue any more. We didn't change the isos, so Your word

Re: [CentOS] about new Centos SIG distro releases

2014-03-31 Thread Jim Perrin
On 03/31/2014 07:28 AM, Phelps, Matt wrote: > Initial reaction: Crap! > > One of the best things about CentOS, in my opinion, was not having to deal > with all the different RHEL builds/releases/whatever they called them, and > just having ONE distribution. This doesn't change. It's the core si

Re: [CentOS] about new Centos SIG distro releases

2014-03-31 Thread Phelps, Matt
Initial reaction: Crap! One of the best things about CentOS, in my opinion, was not having to deal with all the different RHEL builds/releases/whatever they called them, and just having ONE distribution. So much for that. It didn't take long for Red Hat to get their mitts all over CentOS, huh?

[CentOS] about new Centos SIG distro releases

2014-03-31 Thread Edward M
Hello, Kinda confused, will CentOS new SIGs: CentOS Storage, CentOS Cloud, and CentOS Virtualization, CentOS Core,etc be a developmental path to future RHEL releases, or will they continue be an exact clone of RHEL, like Centos currently is? http://www.zdnet.com/red-hat-reveals-centos-plans-