Opened 6 years ago
Closed 5 years ago
#127 closed defect (fixed)
When taskDaemon.py failed to start, /var/run/IndicoTaskDaemon.pid is not removed
Reported by: | sylvestre | Owned by: | pferreir |
---|---|---|---|
Priority: | low | Milestone: | v0.98.1 |
Component: | Installation | Version: | 0.97.0 |
Keywords: | Cc: |
Description
Problem shown by bug #126, on the startup of taskDaemon, when it fails to start, /var/run/IndicoTaskDaemon.pid is left on the system causing the second startup to lie.
See:
$ python /usr/lib/python2.5/site-packages/cds_indico-0.97b-py2.5.egg/MaKaC/consoleScripts/taskDaemon.py start
Daemon started! (pid=22876)
ImportError:cannot import name ConferenceSchedule?
$ python /usr/lib/python2.5/site-packages/cds_indico-0.97b-py2.5.egg/MaKaC/consoleScripts/taskDaemon.py start
Task daemon is already running
Change History (5)
comment:1 Changed 6 years ago by pferreir
- Milestone set to v0.97
comment:2 Changed 6 years ago by pferreir
- Owner set to pferreir
- Priority changed from major to minor
- Status changed from new to accepted
- Version changed from 0.97 to 0.98
comment:3 Changed 6 years ago by pferreir
- Milestone changed from v0.97 to v0.98
- Version changed from 0.98 to 0.97
comment:4 Changed 5 years ago by jbenito
- Status changed from in_work to in_merge
comment:5 Changed 5 years ago by jbenito
- Resolution set to fixed
- Status changed from in_merge to closed
Note: See
TracTickets for help on using
tickets.
Integration of the new taskdaemon code will solve that.
I'll mark it as minor and change the milestone to 0.98.