Re: [CentOS] more recent perl version?

2017-06-05 Thread Japheth Cleaver
On 6/5/2017 7:21 AM, Warren Young wrote: On Jun 3, 2017, at 4:13 AM, hw wrote: Perl is pretty fast, and most of the work is being done by the database, so I´m not sure how using an alternative to CGI could make things go faster. There are many reasons CGI is relatively slow.

Re: [CentOS] C7 ansible 2.3 become_method: su not working

2017-06-05 Thread Mark Haney
Well, it turns out, after 4 days of digging, that the become_method: su option has a catastrophic bug in it that makes it fail when the method is SU. At least for version 2.3.0 of Ansible. I just found v2.3.1 in EPEL testing that I may pull just to see if that fixes the problem. I can't

Re: [CentOS] C7 ansible 2.3 become_method: su not working

2017-06-05 Thread Gordon Messmer
On 06/05/2017 10:40 AM, Mark Haney wrote: [root@ansible ~]# ansible-playbook playbooks/radtest.yml --ask-become-pass SUDO password: ansible-playbook --become-method su --ask-become-pass playbooks/radtest.yml ___ CentOS mailing list

[CentOS] C7 ansible 2.3 become_method: su not working

2017-06-05 Thread Mark Haney
I just don't know what else to try. I've beat my head on this for 3 days now and it's becoming obvious that either Ansible 2.3 is a complete disaster, or the CentOS 7 package is a complete cluster. Here's my problem. I am working on getting an ansible server to manage about 100 or so CentOS 6

Re: [CentOS] C6 or C7 for an old netbook

2017-06-05 Thread m . roth
Johnny Hughes wrote: > On 06/05/2017 11:15 AM, Fred Smith wrote: >> On Mon, Jun 05, 2017 at 10:31:10AM -0400, m.r...@5-cent.us wrote: >>> I've got an old HP Netbook, which is just fine for taking with when I'm >>> travelling, to check email and news. I have a very old Ubuntu >>> netbook-remix on

Re: [CentOS] C6 or C7 for an old netbook

2017-06-05 Thread Johnny Hughes
On 06/05/2017 11:15 AM, Fred Smith wrote: > On Mon, Jun 05, 2017 at 10:31:10AM -0400, m.r...@5-cent.us wrote: >> I've got an old HP Netbook, which is just fine for taking with when I'm >> travelling, to check email and news. I have a very old Ubuntu >> netbook-remix on it, and it really, *really*

Re: [CentOS] C6 or C7 for an old netbook

2017-06-05 Thread Scott Robbins
> On Mon, Jun 05, 2017 at 10:31:10AM -0400, m.r...@5-cent.us wrote: > > I've got an old HP Netbook, which is just fine for taking with when I'm > > travelling, to check email and news. I have a very old Ubuntu > > netbook-remix on it, and it really, *really* needs to be updated to > > something

Re: [CentOS] C6 or C7 for an old netbook

2017-06-05 Thread Fred Smith
On Mon, Jun 05, 2017 at 10:31:10AM -0400, m.r...@5-cent.us wrote: > I've got an old HP Netbook, which is just fine for taking with when I'm > travelling, to check email and news. I have a very old Ubuntu > netbook-remix on it, and it really, *really* needs to be updated to > something current. I,

Re: [CentOS] CentOS 7 install: closest mirror not supported?

2017-06-05 Thread Jos Vos
Hi, On Mon, Jun 05, 2017 at 09:28:03AM -0500, Johnny Hughes wrote: > Yes but .. closest mirror only gets as detailed as per country. Maybe my question was not clear: the problem is that the install (when doing a virt-install with boot.iso) does not choose a mirror at all. It just requires that

Re: [CentOS] C6 or C7 for an old netbook

2017-06-05 Thread Johnny Hughes
On 06/05/2017 09:31 AM, m.r...@5-cent.us wrote: > I've got an old HP Netbook, which is just fine for taking with when I'm > travelling, to check email and news. I have a very old Ubuntu > netbook-remix on it, and it really, *really* needs to be updated to > something current. I, of course, would

Re: [CentOS] CentOS 7 install: closest mirror not supported?

2017-06-05 Thread Johnny Hughes
On 06/05/2017 09:28 AM, Johnny Hughes wrote: > On 06/04/2017 10:29 AM, Jos Vos wrote: >> Hi, >> >> Do CentOS 7 installs not automatically use a closest mirror for >> installing like Fedora does, or is that due to the way I'm starting >> the install (virt-install)? >> >> Background: >> >> I'm

[CentOS] C6 or C7 for an old netbook

2017-06-05 Thread m . roth
I've got an old HP Netbook, which is just fine for taking with when I'm travelling, to check email and news. I have a very old Ubuntu netbook-remix on it, and it really, *really* needs to be updated to something current. I, of course, would prefer CentOS The question is: I see that *if* the

[CentOS-announce] CEEA-2017:1388 CentOS 7 kmod-redhat-i40e Enhancement Update

2017-06-05 Thread Johnny Hughes
CentOS Errata and Enhancement Advisory 2017:1388 Upstream details at : https://rhn.redhat.com/errata/RHEA-2017-1388.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64:

[CentOS-announce] CEEA-2017:1388 CentOS 7 kmod-redhat-i40evf Enhancement Update

2017-06-05 Thread Johnny Hughes
CentOS Errata and Enhancement Advisory 2017:1388 Upstream details at : https://rhn.redhat.com/errata/RHEA-2017-1388.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64:

Re: [CentOS] CentOS 7 install: closest mirror not supported?

2017-06-05 Thread Johnny Hughes
On 06/04/2017 10:29 AM, Jos Vos wrote: > Hi, > > Do CentOS 7 installs not automatically use a closest mirror for > installing like Fedora does, or is that due to the way I'm starting > the install (virt-install)? > > Background: > > I'm trying to find the best way to do installs using basic

Re: [CentOS] more recent perl version?

2017-06-05 Thread Warren Young
On Jun 3, 2017, at 4:13 AM, hw wrote: > > I´m using CGI as a simple > means for the users to use the programs...There are less than 10 users. If we’re talking less than one full page hit per second, then it doesn’t much matter what technology you use. You won’t be able to tell