Re: [CentOS] how to use intel-gpu-tools

2017-05-10 Thread Jim Perrin
This sort of email to the list is unacceptable, and the sender has been moderated. On 05/08/2017 07:24 AM, DR MW BAFFICO wrote: -- Jim Perrin The CentOS Project | http://www.centos.org twitter: @BitIntegrity | GPG Key: FA09AD77 ___ CentOS mailing l

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

2017-05-10 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.

Re: [CentOS] CentOS 7 selinux

2017-05-10 Thread Peter Eckel
Hi Larry, > If I make a change to /etc/sysconfig/selinux do I have to restart anything > for the change to take effect? It depends. If you are changing the SELinux mode from 'enforcing' to 'permissive' and vice versa, you can make that change active in the running system by issuing the 'sete

Re: [CentOS] CentOS 7 selinux

2017-05-10 Thread Jonathan Billings
On Tue, May 09, 2017 at 02:27:27PM -0600, Warren Young wrote: > Isn’t the correct answer “yes” for every single file under that > directory? > > If it were otherwise, you’d have services continually restarting to > look for updated settings. Then because of all the resulting > inadvertent lock-

Re: [CentOS] CentOS 7 selinux

2017-05-10 Thread Larry Martell
On Wed, May 10, 2017 at 9:30 AM, Peter Eckel wrote: > Hi Larry, > > > If I make a change to /etc/sysconfig/selinux do I have to restart > anything > > for the change to take effect? > > It depends. > > If you are changing the SELinux mode from 'enforcing' to 'permissive' and > vice versa, you can

[CentOS] strange system outage

2017-05-10 Thread Larry Martell
I have a CentOS 7 system that I run a home grown python daemon on. I run this same daemon on many other systems without any incident. On this one system the daemon seems to die or be killed every day around 3:30am. There is nothing it its log or any system logs that tell me why it dies. However in

Re: [CentOS] strange system outage

2017-05-10 Thread Alexander Dalloz
Am 10.05.2017 um 20:40 schrieb Larry Martell: I have a CentOS 7 system that I run a home grown python daemon on. I run this same daemon on many other systems without any incident. On this one system the daemon seems to die or be killed every day around 3:30am. There is nothing it its log or any s

Re: [CentOS] strange system outage

2017-05-10 Thread Jonathan Billings
On Wed, May 10, 2017 at 02:40:04PM -0400, Larry Martell wrote: > I have a CentOS 7 system that I run a home grown python daemon on. I > run this same daemon on many other systems without any incident. On > this one system the daemon seems to die or be killed every day around > 3:30am. There is noth

Re: [CentOS] strange system outage

2017-05-10 Thread Larry Martell
On Wed, May 10, 2017 at 3:05 PM, Alexander Dalloz wrote: > Am 10.05.2017 um 20:40 schrieb Larry Martell: >> >> I have a CentOS 7 system that I run a home grown python daemon on. I >> run this same daemon on many other systems without any incident. On >> this one system the daemon seems to die or b

Re: [CentOS] strange system outage

2017-05-10 Thread Larry Martell
On Wed, May 10, 2017 at 3:07 PM, Jonathan Billings wrote: > On Wed, May 10, 2017 at 02:40:04PM -0400, Larry Martell wrote: >> I have a CentOS 7 system that I run a home grown python daemon on. I >> run this same daemon on many other systems without any incident. On >> this one system the daemon se

Re: [CentOS] strange system outage

2017-05-10 Thread Jonathan Billings
On Wed, May 10, 2017 at 03:19:05PM -0400, Larry Martell wrote: > > How are you starting this daemon? > > I am using code something like this: https://gist.github.com/slor/5946334. Oh, I was assuming that since you called it a daemon, it was actually something started automatically on boot, instea

Re: [CentOS] strange system outage

2017-05-10 Thread Larry Martell
On Wed, May 10, 2017 at 4:18 PM, Jonathan Billings wrote: > On Wed, May 10, 2017 at 03:19:05PM -0400, Larry Martell wrote: >> > How are you starting this daemon? >> >> I am using code something like this: https://gist.github.com/slor/5946334. > > Oh, I was assuming that since you called it a daemo

Re: [CentOS] strange system outage

2017-05-10 Thread Larry Martell
On Wed, May 10, 2017 at 3:11 PM, Larry Martell wrote: > On Wed, May 10, 2017 at 3:05 PM, Alexander Dalloz wrote: >> Am 10.05.2017 um 20:40 schrieb Larry Martell: >>> >>> I have a CentOS 7 system that I run a home grown python daemon on. I >>> run this same daemon on many other systems without any

[CentOS] Thunderbird Regression

2017-05-10 Thread Mark LaPierre
Has anyone else noticed a 10X slowing of the time it takes Thunderbird to load an email that contains graphics on CentOS 6? The last Thunderbird update moved us from Thunderbird 45 to Thunderbird 52. While Thunderbird was loading the images the hard drive was busy cranking out seeks. I have all

Re: [CentOS] strange system outage

2017-05-10 Thread Fred Smith
On Wed, May 10, 2017 at 04:35:07PM -0400, Larry Martell wrote: > On Wed, May 10, 2017 at 4:18 PM, Jonathan Billings > wrote: > > On Wed, May 10, 2017 at 03:19:05PM -0400, Larry Martell wrote: > >> > How are you starting this daemon? > >> > >> I am using code something like this: https://gist.gith