Re: [CentOS] kerberized-nfs - any experts out there?

2017-03-23 Thread Matt Garman
On Wed, Mar 22, 2017 at 3:19 PM, wrote: > Matt Garman wrote: >> (2) Permission denied issues. I have user Kerberos tickets >> configured for 70 days. But there is clearly some kind of >> undocumented kernel caching going on. Looking at the Kerberos server >> logs, it looks like it "could"

Re: [CentOS] kerberized-nfs - any experts out there?

2017-03-23 Thread Matt Garman
On Wed, Mar 22, 2017 at 6:11 PM, John Jasen wrote: > On 03/22/2017 03:26 PM, Matt Garman wrote: >> Is anyone on the list using kerberized-nfs on any kind of scale? > > Not for a good many years. > > Are you using v3 or v4 NFS? v4. I think you can only do kerberized NFS with v4. > Also, you can

[CentOS] Python 3.x on Centos 7

2017-03-23 Thread Matt
Is there a way to install Python 3.x on Centos 7.x without breaking anything that depends on an older version of Python? This server is a minimal Centos 7 install that primarily runs a simple LAMP setup. ___ CentOS mailing list CentOS@centos.org https://

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

2017-03-23 Thread Hal Wigoda
Yes. Just don't delete 2.x version (Sent from iPhone, so please accept my apologies in advance for any spelling or grammatical errors.) > On Mar 23, 2017, at 6:16 PM, Matt wrote: > > Is there a way to install Python 3.x on Centos 7.x without breaking > anything that depends on an older versio

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

2017-03-23 Thread Christian, Mark
On Thu, 2017-03-23 at 18:16 -0500, Matt wrote: > Is there a way to install Python 3.x on Centos 7.x without breaking > anything that depends on an older version of Python?  This server is a > minimal Centos 7 install that primarily runs a simple LAMP setup. Yes. # yum install python34 > _

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

2017-03-23 Thread Paul Heinlein
On Thu, 23 Mar 2017, Matt wrote: Is there a way to install Python 3.x on Centos 7.x without breaking anything that depends on an older version of Python? This server is a minimal Centos 7 install that primarily runs a simple LAMP setup. yum install centos-release-scl yum search rh-python35 I

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

2017-03-23 Thread Christian, Mark
On Thu, 2017-03-23 at 23:27 +, Christian, Mark wrote: > On Thu, 2017-03-23 at 18:16 -0500, Matt wrote: > > > > Is there a way to install Python 3.x on Centos 7.x without breaking > > anything that depends on an older version of Python?  > Yes. > # yum install python34 I should have mentioned t

Re: [CentOS] RHEL 6.9 is out

2017-03-23 Thread Johnny Hughes
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, Phelps, Matthew wrote: > Red Hat released RHEL 6.9

Re: [CentOS] RHEL 6.9 is out

2017-03-23 Thread Earl A Ramirez
> > > OK .. current status on CentOS-6.9 testing: > > We have a CR tree (see this link if you don't know what CR is > http://bit.ly/2mWkdq7 ) > > We have been testing this tree for several hours in QA and have made > some corrections. > > If we don't find any deal breaking errors, the plan is to pu

[CentOS] SNMP oddity

2017-03-23 Thread Digimer
Hi all, Not sure if this is on topic or not. I'm trying to query an SNMP value from centos 6 and I get a bad response if I don't specify the MIB to use: 0 digimer@pulsar:~/anvil/striker$ snmpget -v2c -c public -m /home/digimer/Downloads/APC/AP7900/MIB/powernet421.mib 10.255.2.1 .1.3.6.1.2.

Re: [CentOS] SNMP oddity

2017-03-23 Thread Bruce Ferrell
On 03/23/2017 10:20 PM, Digimer wrote: Hi all, Not sure if this is on topic or not. I'm trying to query an SNMP value from centos 6 and I get a bad response if I don't specify the MIB to use: 0 digimer@pulsar:~/anvil/striker$ snmpget -v2c -c public -m /home/digimer/Downloads/APC/AP790