Re: [squid-users] FATAL: Ipc::Mem::Segment::create failed to shm_open(/squid-cf__metadata.shm): (13) Permission denied

2016-04-12 Thread amadaan
Hey Eliezer, Thanks for looking into details. Here is my te file module MYPOLICY 1.0; require { type unconfined_t; type var_run_t; type usr_t; type syslogd_t; type user_tmpfs_t; type squid_t; type tmpfs_t; class process signal;

Re: [squid-users] FATAL: Ipc::Mem::Segment::create failed to shm_open(/squid-cf__metadata.shm): (13) Permission denied

2016-04-11 Thread amadaan
So I actually dig deeper into this issue and found stack traced error of squid: ERROR: Could not read pid file /var/run/squid.pid: (13) Permission denied Tried one of the responses from one of the forums. Saying the issue is with SELinux being enabled. I disabled that and it worked fine a