Hello,
I managed to solve this issue. I used lsof
to identify all directories that the kernel was attempting to access, and it turns out it's trying to read from /tmp/MathLink
. For whatever reason, this directory was R/W only by root. Once I fixed that, the problem resolved itself.
Jason