Bug #832
Cannot write to pid file if another user used lunch before
| Status: | Closed | Start date: | 2012-06-11 | |
|---|---|---|---|---|
| Priority: | Urgent | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | Spent time: | - | |
| Target version: | 0.6 | |||
| Resolution: | Version: | 0.4 | ||
| Trac ticket ID: |
Description
There is an error in your lunch file !
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/lunch/runner.py", line 103, in run
lunch_master = master.run_master(config_file, log_to_file=file_logging_enabled, log_dir=logging_dir, log_level=log_level)
File "/usr/lib/pymodules/python2.7/lunch/master.py", line 726, in run_master
pid_file = write_master_pid_file(identifier=master_identifier, directory=log_dir)
File "/usr/lib/pymodules/python2.7/lunch/master.py", line 551, in write_master_pid_file
f = open(pid_file, 'w')
IOError: [Errno 13] Permission denied: '/var/tmp/lunch/master-launchlunch.pid'