Re: [CentOS] Disabling Firewall/iptables on CentOS 7??

2017-03-24 Thread Łukasz Posadowski
Data Wed, 22 Mar 2017 19:56:03 -0400 James Pifer wrote: > I apologize if this has been asked and answered, but I googled and > attempted things for several hours today without success. Iptables isn't used by default, at least not directly. Easiest way to do dosable firewall is: # systemctl mask

Re: [CentOS] Python 3.x on Centos 7

2017-03-24 Thread Matt
> # yum install python34 I already have epel installed. If it breaks something is it as simple as yum erase python34 to restore everything back to normal? On Thu, Mar 23, 2017 at 6:27 PM, Christian, Mark wrote: > On Thu, 2017-03-23 at 18:16 -0500, Matt wrote: >> Is there a way to install Pyth

Re: [CentOS] polkit helper timeout and defunct pkla-check-authorization processes on CentOS 7.3

2017-03-24 Thread Edgecombe, Jason
Hi everyone, I'm replying to myself to help anyone else who happens to get the polkit timeouts. Our CentOS7 machines are joined to our Active Directory domain and use AD for authentication and account lookups (Using the SSSD AD provider). We're NOT using FreeIPA. The polkit timeouts were caused by

Re: [CentOS] Python 3.x on Centos 7

2017-03-24 Thread Pete Biggs
On Fri, 2017-03-24 at 08:52 -0500, Matt wrote: > > # yum install python34 > > I already have epel installed. If it breaks something is it as simple > as yum erase python34 to restore everything back to normal? > If it's in epel it will have been tested with RHEL/CentOS so shouldn't break anythi

Re: [CentOS] Python 3.x on Centos 7

2017-03-24 Thread Gordon Messmer
On 03/24/2017 06:52 AM, Matt wrote: I already have epel installed. If it breaks something is it as simple as yum erase python34 to restore everything back to normal? Consider using "yum history undo" or "yum history revert" to remove dependencies as well. __

Re: [CentOS] Python 3.x on Centos 7

2017-03-24 Thread John R Pierce
On 3/24/2017 6:52 AM, Matt wrote: # yum install python34 I already have epel installed. If it breaks something is it as simple as yum erase python34 to restore everything back to normal? be pretty hard to break anything, it installs... /usr/bin/python3 /usr/bin/python3.4 and puts all the ru

Re: [CentOS] Python 3.x on Centos 7

2017-03-24 Thread Andrew Holway
I much prefer the Anaconda distribution of Python3. It installs for a single user and is completely self contained. Also much more recent versions are available: https://www.continuum.io/downloads On 24 March 2017 at 00:16, Matt wrote: > Is there a way to install Python 3.x on Centos 7.x witho

Re: [CentOS] RHEL 6.9 is out

2017-03-24 Thread Johnny Hughes
On 03/23/2017 06:57 PM, Johnny Hughes wrote: > On 03/22/2017 05:11 PM, Digimer wrote: >> On 22/03/17 05:31 PM, Johnny Hughes wrote: >>> On 03/22/2017 08:27 AM, Phelps, Matthew wrote: On Wed, Mar 22, 2017 at 9:16 AM, Valeri Galtsev wrote: > > On Wed, March 22, 2017 7:46 am, P

Re: [CentOS] Disabling Firewall/iptables on CentOS 7??

2017-03-24 Thread James Pifer
On 3/24/2017 3:16 AM, Łukasz Posadowski wrote: Data Wed, 22 Mar 2017 19:56:03 -0400 James Pifer wrote: I apologize if this has been asked and answered, but I googled and attempted things for several hours today without success. Iptables isn't used by default, at least not directly. Easiest wa