search for: packagingdraft

Displaying 9 results from an estimated 9 matches for "packagingdraft".

Did you mean: packagingdrafts
2016 Jul 05
4
How to have more than on SELinux context on a directory
...allow rules to an existing type (tftpdir_rw_t or > samba_share_t). > Or use audit2allow to add necessary allow rules to an existing type. > Any of the above could be a major PITA. Some links and commands which might be useful if you really need this done: http://fedoraproject.org/wiki/PackagingDrafts/SELinux#Creating_new_types # sesearch --help # sesearch --allow -t samba_share_t # sesearch --allow -t tftpdir_rw_t
2008 Jan 09
3
CentOS and GCC Question
Hi People I am trying to build a piece of software from source in this case aide 0.13.1 using this config line ./configure --with-zlib --with-selinux. The configure step completes but there is a Warning that concerns me. This is taken from config.log configure:9809: checking for mhash_get_block_size in -lmhash configure:9844: gcc -o conftest -g -O2 -static -static conftest.c -lmhash -lz
2020 May 26
2
Changing the BLAS from openblas on a F32 box
Dear list, What is the recommended incantation on Fedora 32 to swap out the openblas BLAS that the packaged (rpm) version of R-core installs for ATLAS? I'm running into some problems with some big models I want to fit using the mgcv package, and openblas is apparently not thread safe and is causing problems. I have the following installed: $ dnf list installed | grep ^R R-core.x86_64
2020 May 27
2
Changing the BLAS from openblas on a F32 box
...shrc > to always prepend that override to R and Rscript. If you remove the > link in your home, it will default to system's openblas. If you point > it to another BLAS implementation, it will pick it up. > > Hope it helps. > > [1] https://fedoraproject.org/w/index.php?title=PackagingDrafts:BLAS_LAPACK > > > If anyone is interested, the issue Simon Wood reports with openblas > > and *mgcv* is: > > > > Issues: > > > > ** openblas 0.3.x x<7 is not thread safe if itself compiled for single thread > > use and then called from multiple th...
2016 Jul 05
3
How to have more than on SELinux context on a directory
Hello, I need to have the tftpdir_rw_t and samba_share_t SELinux context on the same directory. How can we do this? Is it feasible to have more than one SELinux context? Thanks, Bernard
2016 Jul 06
0
How to have more than on SELinux context on a directory
...pdir_rw_t or >> samba_share_t). >> Or use audit2allow to add necessary allow rules to an existing type. >> Any of the above could be a major PITA. >> > > Some links and commands which might be useful if you really need this done: > > http://fedoraproject.org/wiki/PackagingDrafts/SELinux#Creating_new_types > > # sesearch --help > # sesearch --allow -t samba_share_t > # sesearch --allow -t tftpdir_rw_t > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/c...
2020 May 27
0
Changing the BLAS from openblas on a F32 box
...u can define an alias in your .bashrc to always prepend that override to R and Rscript. If you remove the link in your home, it will default to system's openblas. If you point it to another BLAS implementation, it will pick it up. Hope it helps. [1] https://fedoraproject.org/w/index.php?title=PackagingDrafts:BLAS_LAPACK > If anyone is interested, the issue Simon Wood reports with openblas > and *mgcv* is: > > Issues: > > ** openblas 0.3.x x<7 is not thread safe if itself compiled for single thread > use and then called from multiple threads (unlike the reference BLAS, say)....
2020 May 27
0
Changing the BLAS from openblas on a F32 box
...at override to R and Rscript. If you remove the > > link in your home, it will default to system's openblas. If you point > > it to another BLAS implementation, it will pick it up. > > > > Hope it helps. > > > > [1] https://fedoraproject.org/w/index.php?title=PackagingDrafts:BLAS_LAPACK > > > > > If anyone is interested, the issue Simon Wood reports with openblas > > > and *mgcv* is: > > > > > > Issues: > > > > > > ** openblas 0.3.x x<7 is not thread safe if itself compiled for single thread > > >...
2019 Apr 11
3
compile samba 4.10.2 centos 7.6
On Thu, Apr 11, 2019 at 8:43 AM Gabriel O. Franca via samba <samba at lists.samba.org> wrote: > > Good morning people, > > I am opening my lab with version 4.10.2 in centos 7.6. > I'm trying to compile using python3 without success. > Has anyone managed to compile using python3 in the centos 7.6 that might > give way to the stones? > Here is the error message