Archives : July-2020

Home » 2020 » July (paged 2)

all,I have some AVC in the logs and wonder how to resolve this: Under EL8 (enforcing SElinux) I have /var/lib/php/session mounted as tmpfs.# tail -1 /etc/fstab tmpfs/var/lib/php/sessiontmpfs defaults,noatime,modew0,gid=apache,size777216,context=system_u:object_r:httpd_var_run_t..

Read more

Has anyone gotten virtualbox to run on CentOS8? I did the install, and it complained about missing elflibs, so I installed those, and the virtualbox install finished without any reported problems.when i try to run virtualbox, it fails with this message..

Read more

I have a simple script:#!/bin/bash#index=0total=0names=()ip=()while read -r LINEdo NODENAME=` echo $LINE | cut -f 1 -d ,`IP=` echo $LINE | cut -f 2 -d ,`names[index]=$NODENAMEip[index]=$IPindex=`expr index+1`total=`expr tot..

Read more

I need to set the umask for apache to 002.Ive tried every idea Ive found on the internet, but nothing make a difference.Most suggest that I put umask 002 in /etc/sysconfig/httpd, but that doesnt seem to make a difference. Others suggest adding someth..

Read more