Project

General

Profile

Anomalie #2138

service.py : suppression du fichier temporaire /tmp/eole.ti

Added by Emmanuel GARETTE (2) over 11 years ago. Updated over 11 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
-
Category:
-
Start date:
10/01/2011
Due date:
% Done:

100%

Spent time:
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

Revision 450be835 (diff)
Added by Joël Cuissinat over 11 years ago

service.py : suppression du fichier temporaire /tmp/eole.ti (fixes #2138)

Revision 2868e27d (diff)
Added by Johan Cwiklinski about 6 years ago

Duplicate search option for fiber channel outlets; fixes #2138 (#2152)

Revision 66acfc96 (diff)
Added by Johan Cwiklinski about 6 years ago

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

#3 Updated by Fabrice Barconnière over 11 years ago

  • Status changed from Résolu to Fermé
  • Distribution set to EOLE 2.3

Also available in: Atom PDF