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

2016-09-16 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] SELinux module

2016-09-16 Thread Bernard Fay
Hello everyone, I have a problem with oddjob_mkhomedir on a NFS mount point. The actual context is nfs_t drwxr-xr-x. root root system_u:object_r:nfs_t:s0 users/ With this type, oddjob_mkhomedir cannot do is job of creating home user directories. In the logs, I found about creating a new

Re: [CentOS] SELinux module

2016-09-16 Thread Bernard Fay
I do not want to disable SELinux at large but only for a directory and its sub-directories. On Fri, Sep 16, 2016 at 8:31 AM, Eddie G. O'Connor Jr. wrote: > Not sure about most others, but I was always told that you never disable > Selina. Of course that is in a business/corporate setting. If

Re: [CentOS] SELinux module

2016-09-16 Thread Jonathan Billings
If you are using NFS homedirs, you should run: setsebool -P use_nfs_home_dirs 1 -- Jonathan Billings > On Sep 16, 2016, at 08:25, Bernard Fay wrote: > > setsebool -P use_nfs_home_dirs 1 > > * Plugin catchall (11.6 confidence) suggests > ** > > If you believe that

Re: [CentOS] SELinux module

2016-09-16 Thread Bernard Fay
Thanks a lot Jonathan, It was that simple!!! Problem fixed! On Fri, Sep 16, 2016 at 10:05 AM, Jonathan Billings wrote: > If you are using NFS homedirs, you should run: > > setsebool -P use_nfs_home_dirs 1 > > -- > Jonathan Billings > > > On Sep 16, 2016, at 08:25, Bernard Fay wrote: > > > >

[CentOS] An m4 question

2016-09-16 Thread m . roth
Does anyone know what, if any, the limits are in m4 on the length of strings, such as in defines? That is, if I were to do define('LINUX', 'machine1, machine2,...machine120...') Is there a limit to how many I could put in that one define? mark

[CentOS] Centos 7: Notification of available updates in KDE?

2016-09-16 Thread Frank Bures
Hi, I recently upgraded from CentOS 5 to 7. I have been running KDE. In version 5, if there was a pending update, an icon would appear in the panel, notifying about the update. There is no such icon in CentOS 7 - KDE 4. Is there a way to get this very convenient function? Thanks Frank --