Anomalie #2138
service.py : suppression du fichier temporaire /tmp/eole.ti
Status:
Fermé
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
Distribution:
EOLE 2.3
Description
--- service.py 2011-10-01 16:14:15.000000000 +0200 +++ /usr/share/pyshared/pyeole/service.py 2011-10-01 16:17:14.000000000 +0200 @@ -3,6 +3,7 @@ from shutil import move from glob import glob +from os import unlink from os.path import join, isfile from pyeole.process import run_subprocess, system_out, system_code from creole.config import init_services_file, VIRTMASTER, containers_file @@ -91,6 +92,7 @@ system_code(ticcmd) env = {'TERM': 'eole'} pty = True + unlink(ti_file) except: pty = False env = None
Associated revisions
service.py : suppression du fichier temporaire /tmp/eole.ti (fixes #2138)
Duplicate search option for fiber channel outlets; fixes #2138 (#2152)
Duplicate search option for fiber channel outlets; fixes #2138 (#2152)
History
#1 Updated by Joël Cuissinat over 11 years ago
- Target version set to Mises à jour 2.3 - 02 RC
#2 Updated by Joël Cuissinat over 11 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit 450be835f7ce2a69142706f69d093ab10c7988a5.
#3 Updated by Fabrice Barconnière over 11 years ago
- Status changed from Résolu to Fermé
- Distribution set to EOLE 2.3