Project

General

Profile

Anomalie #3134

[gen_conteneur] Erreur non bloquante sur la création du répertoire etc

Added by Daniel Dehennin about 11 years ago. Updated almost 11 years ago.

Status:
Fermé
Priority:
Bas
Assigned To:
Category:
-
Start date:
03/22/2012
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:
Distribution:
EOLE 2.3

Description

Lors de l’installation d’un eclair:

Configuration du démarrage
 Removing any system startup links for /etc/init.d/ondemand ...
   /etc/rc2.d/S99ondemand
   /etc/rc3.d/S99ondemand
   /etc/rc4.d/S99ondemand
   /etc/rc5.d/S99ondemand
Compression de l'image du conteneur
Installation du conteneur ltspserver (veuillez patienter)
Configuration du conteneur ltspserver
mkdir: impossible de créer le répertoire «/opt/lxc/ltspserver/rootfs/etc/»: Le fichier existe
Installation du conteneur ltspapps (veuillez patienter)

L’installation continue malgré ce message.

Associated revisions

Revision 618b8f4c (diff)
Added by Emmanuel GARETTE almost 11 years ago

eole-conteneur/eole/lxc_install.sh : Ne pas faire d'erreur si le /etc existe déjà (fixes #3134)

History

#1 Updated by Joël Cuissinat almost 11 years ago

  • Target version set to Mises à jour 2.3.5 RC
  • Estimated time set to 0.50 h

#2 Updated by Emmanuel GARETTE almost 11 years ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100

#3 Updated by Joël Cuissinat almost 11 years ago

  • Status changed from Résolu to Fermé
  • Assigned To set to Emmanuel GARETTE

Ca va mieux avec du -p partout :)

root@amonecole:~# grep ROOTFS /usr/share/eole/lxc_install.sh | grep mkdir
mkdir -p $ROOTFS
mkdir -p $ROOTFS/etc/
mkdir -p $ROOTFS/etc/ssh/

Also available in: Atom PDF