Plone 5.2.14 won't start, PermissionError

Hi, we're running Plone 5.2 and for seemingly no reason other than having restarted the server for an upgrade, Plone 5.2.14 won't start

bin/plonectl start

zeoserver: . Traceback (most recent call last):
File "/var/www/intraprd/intranet/bin/zeoserver", line 37, in
+ sys.argv[1:]))
File "/var/www/intraprd/buildout-cache/eggs/plone.recipe.zeoserver-2.0.3-py3.6.egg/plone/recipe/zeoserver/ctl.py", line 37, in main
zeoctl.main(args)
File "/var/www/intraprd/buildout-cache/eggs/ZEO-5.3.0-py3.6.egg/ZEO/zeoctl.py", line 28, in main
zdaemon.zdctl.main(args, options)
File "/var/www/intraprd/buildout-cache/eggs/zdaemon-4.4-py3.6.egg/zdaemon/zdctl.py", line 639, in main
return zdaemon.zdrun.main(args)
File "/var/www/intraprd/buildout-cache/eggs/zdaemon-4.4-py3.6.egg/zdaemon/zdrun.py", line 741, in main
d.main(args)
File "/var/www/intraprd/buildout-cache/eggs/zdaemon-4.4-py3.6.egg/zdaemon/zdrun.py", line 234, in main
self.run()
File "/var/www/intraprd/buildout-cache/eggs/zdaemon-4.4-py3.6.egg/zdaemon/zdrun.py", line 238, in run
self.opensocket()
File "/var/www/intraprd/buildout-cache/eggs/zdaemon-4.4-py3.6.egg/zdaemon/zdrun.py", line 260, in opensocket
sock.bind(tempname)
PermissionError: [Errno 13] Permission denied
. . . . . . . . . .
daemon manager not running

Running
bin/plonectl client1 fg

--- Logging error ---
Traceback (most recent call last):
File "/var/www/intraprd/Python-3.6/lib/python3.6/logging/init.py", line 994, in emit
msg = self.format(record)
File "/var/www/intraprd/Python-3.6/lib/python3.6/logging/init.py", line 840, in format
return fmt.format(record)
File "/var/www/intraprd/Python-3.6/lib/python3.6/logging/init.py", line 577, in format
record.message = record.getMessage()
File "/var/www/intraprd/Python-3.6/lib/python3.6/logging/init.py", line 338, in getMessage
msg = msg % self.args
TypeError: not enough arguments for format string
Call stack:
File "/var/www/intraprd/Python-3.6/lib/python3.6/threading.py", line 884, in _bootstrap
self._bootstrap_inner()
File "/var/www/intraprd/Python-3.6/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/var/www/intraprd/Python-3.6/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/var/www/intraprd/buildout-cache/eggs/ZEO-5.3.0-py3.6.egg/ZEO/asyncio/client.py", line 892, in run
loop.run_forever()
File "/var/www/intraprd/Python-3.6/lib/python3.6/asyncio/base_events.py", line 438, in run_forever
self._run_once()
File "/var/www/intraprd/Python-3.6/lib/python3.6/asyncio/base_events.py", line 1451, in _run_once
handle._run()
File "/var/www/intraprd/Python-3.6/lib/python3.6/asyncio/events.py", line 145, in _run
self._callback(*self._args)
File "/var/www/intraprd/buildout-cache/eggs/ZEO-5.3.0-py3.6.egg/ZEO/asyncio/client.py", line 134, in done_connecting
(self.addr, future.exception()))
Message: 'Connection to %r failed, %s'
Arguments: ((('127.0.0.1', 10100), ConnectionRefusedError(111, "Connect call failed ('127.0.0.1', 10100)")),)

I've run buildout a few different times changing the ports and that doesn't change the behavior. I've tried reverting the last system package update we made, and that didn't help. If you have any insight, please let me know. Thanks!

Disregard. This issue was caused by the underlying filesystem (glusterfs) and has nothing to do with Plone.