-
Notifications
You must be signed in to change notification settings - Fork 11
.python_eggs
Timothy O'Connell edited this page Sep 4, 2016
·
10 revisions
Issue: You're deploying the Manager for the first time and, upon running the init script /etc/init.d/kdm-manager start
, you see this:
Created '/var/log/kdm-manager/' directory!
Created '/var/run/kdm-manager' directory!
Starting kdm-manager...
Traceback (most recent call last):
File "/etc/init.d/kdm-manager", line 90, in <module>
toggle_server()
File "/etc/init.d/kdm-manager", line 67, in toggle_server
os.mkdir(egg_cache)
OSError: [Errno 13] Permission denied: '/home/toconnell/.python-eggs/'```
Resolution: