On Fri, Dec 06, 2024 at 21:37:35 -0500, Timothy M Butterworth wrote: > 2024/12/06 21:35:05| *FATAL: Ipc::Mem::Segment::create failed to > shm_open(/squid-cf__metadata.shm): (17) File exists *
A quick google search gives me <https://squid-users.squid-cache.narkive.com/CcSDst54/fatal-ipc-mem-segment-create-failed-to-shm-open-squid-cf-queues-shm-17-file-exists> which says: It seems the squid-cf__queues.shm file already exists in /dev/shm/ and Squid has not permission to overwrite the file. So, I'd check that. Obviously with "metadata" instead of "queues" in the filename, to match your variant of the error message.