Re: [CentOS] DNF update

2016-09-07 Thread John R Pierce
On 9/7/2016 7:02 PM, Keith Keller wrote: Staying with excellent C6 until the end. CentOS 7 is yum based, not dnf. "Always Learning" seems to have a distaste for anything new or different than what he already knows. -- john r pierce, recycling bits in santa cruz __

Re: [CentOS] DNF update

2016-09-07 Thread Keith Keller
On 2016-09-08, Always Learning wrote: > > In any single version of Centos there is only one YUM. Having multiple > and incompatible versions of Yum in the same software release is > bonkers. Fedora is the place to try out bonkers stuff. If RedHat is satisfied with dnf then they will include it a

Re: [CentOS] DNF update

2016-09-07 Thread Always Learning
On Wed, 2016-09-07 at 16:43 -0700, John R Pierce wrote: > DNF is a fork of yum that involves a nearly total rewrite. yum > development continues. Wonderful news from Santa Cruz, USA :-) -- Regards, Paul. England, EU. England's place is in the European Union.

Re: [CentOS] DNF update

2016-09-07 Thread Always Learning
On Wed, 2016-09-07 at 23:40 +, Joseph L. Casale wrote: > > I think it should be called YUM. > https://fedoraproject.org/wiki/Features/DNF#Naming > DNF stands for Dandified yum. Since DNF is a tech preview > in Fedora 18 the Python module names can not be 'yum.*' as > that would clash with y

Re: [CentOS] DNF update

2016-09-07 Thread John R Pierce
On 9/7/2016 4:33 PM, Always Learning wrote: On Tue, 2016-09-06 at 18:03 -0700, John R Pierce wrote: >DNF is a replacement for Yum that will probably be in a future RHEL >release, but is not used by any RHEL/CentOS yet. I think it should be called YUM. Nothing wrong with having a new version o

Re: [CentOS] DNF update

2016-09-07 Thread Joseph L. Casale
> I think it should be called YUM. https://fedoraproject.org/wiki/Features/DNF#Naming ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] DNF update

2016-09-07 Thread Always Learning
On Tue, 2016-09-06 at 18:03 -0700, John R Pierce wrote: > DNF is a replacement for Yum that will probably be in a future RHEL > release, but is not used by any RHEL/CentOS yet. I think it should be called YUM. Nothing wrong with having a new version of Yum, especially when we have a new versio

Re: [CentOS] DNF update

2016-09-07 Thread Liam O'Toole
On 2016-09-07, Lamar Owen wrote: [...] > And if anyone were to think that the Debian-style 'apt-get dist-upgrade' > is the cure-all, there is a thread in the owncloud user mailing list > that you may want to read, about an admin who locked up (and ended up > losing) his owncloud instance afte

Re: [CentOS] NetworkManger wireless issues - "Failed to load root certificates"/"unable to get local issuer certificate"

2016-09-07 Thread Toralf Lund
On 06/09/16 09:06, Toralf Lund wrote: On 05/09/16 11:08, John Hodrien wrote: On Fri, 2 Sep 2016, Toralf Lund wrote: Hi, I'm trying to connect my CentOS 6.8 laptop to the wireless net at work, which is secured with WPA2 and AES. I've done this successfully in the past using NetworkManager, but

Re: [CentOS] DNF update

2016-09-07 Thread Lamar Owen
On 09/06/2016 08:57 PM, Jerry Geis wrote: I was searching tonight how to update OLD systems. I have C5 and C6 systems that need updating and they are remote systems. ... Is this a valid option for updating C5 and C6 to take them to C7? First, a bit of nomeclature clarification is in order. To me

[CentOS] CentOS-announce Digest, Vol 139, Issue 2

2016-09-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 https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ.

[CentOS] devtoolset-3 application execution

2016-09-07 Thread Leon Fauster
Its seems challenging to maintain applications with a long term vision. For EL6 I want to use devtoolset-3-gcc-c++-4.9.2-6.2.el6.x86_64 to compile some binaries. Here my question: will the binaries execute flawless on a plain EL6 system without additional libraries (stdc++ etc.)? Example: scl

Re: [CentOS] how to limit cpu usage for specified processes

2016-09-07 Thread Gianluca Cecchi
On Wed, Sep 7, 2016 at 9:52 AM, Sander Kuusemets wrote: > Hello, > > You could do it with Cgroups, if your specified processes run or can be > made to run in group permissions. > > https://access.redhat.com/documentation/en-US/Red_Hat_Enterp > rise_Linux/6/html/Resource_Management_Guide/sec-cpu_a

[CentOS] Where to get good threadpool c library

2016-09-07 Thread qw
Hi, I can find many c libraries of good threadpool on centos. But is there some good threadpool c library for centos/linux? Thanks! regards andrew ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] how to limit cpu usage for specified processes

2016-09-07 Thread Sander Kuusemets
Hello, You could do it with Cgroups, if your specified processes run or can be made to run in group permissions. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/sec-cpu_and_memory-use_case.html Regards, -- Sander Kuusemets University of

[CentOS] how to limit cpu usage for specified processes

2016-09-07 Thread qw
Hi, Is there some tool or method in centos that can limit cpu usage to some percentage for specified processes that consume large cpu resource? I found cpulimit which is only able to limit one process. what I want is one tool that can limit several same processes' cpu usage. Thanks! Regards