Project

General

Profile

Actions

Demande #3916

closed

Demande #3801: Migrer le parc des machines et VM vers Debian Buster

Migrer vers Debian Buster la vm sympa

Added by Christian P. Momon about 5 years ago. Updated almost 5 years ago.

Status:
Fermé
Priority:
Normale
Assignee:
Christian P. Momon
Category:
-
Target version:
-
Start date:
10/08/2019
Due date:
% Done:

100%

Estimated time:

Description

Ticket de suivi de la migration du Chapril vers Debian Buster (#3801).


Related issues 1 (0 open1 closed)

Copied to Infra Chapril - Demande #5501: Migrer vers Debian Bullseye la vm sympaFerméFrançois Poulain

Actions
Actions #1

Updated by Christian P. Momon about 5 years ago

  • Status changed from Nouveau to Confirmé
Actions #2

Updated by Christian P. Momon about 5 years ago

  • Status changed from Confirmé to En cours de traitement
  • Assignee set to Christian P. Momon

Migration de la vm sympa :

  • pose d'un point d'arrêt via VirtManager
  • apt-get update ; apt-get upgrade ; apt-get dist-upgrade
  • apt-get autoremove
  • sed -i 's/stretch/buster/g' /etc/apt/sources.list
  • sed -i 's/stretch/buster/g' /etc/apt/sources.list.d/chapril.list
  • apt-get update
  • apt-get upgrade :
    • là, ça coince sur firehol, tant pis on passe à la suite,
  • apt-get dist-upgrade :
    • j'ai refusé la modification des fichiers suivants :
      /etc/bash.bashrc
      /etc/icinga2/features-available/api.conf
      /etc/icinga2/icinga2.conf
      /etc/icinga2/zones.conf
      /etc/vim/vimrc
      /etc/ssh/sshd_config
    • modification manuelle du fichier /etc/logrotate.d/apache2 (2 lignes récupérées du fichier .dpkg)
  • reboot :
  • apt-get autoremove :
    • problème :
      • le site listes.chapril.org semble avoir perdu ses CSS
      • AH01630: client denied by server configuration: /var/lib/sympa/static_content
        • dans /etc/apache2/sites-enabled/sympa.conf, changement d'un chemin :
          - Alias /static-sympa /var/lib/sympa/static_content
          + Alias /static-sympa /usr/share/sympa/static_content
      • AH00128: File does not exist: /var/www/html/css-sympa/chapril.org/style.css
        • dans /etc/apache2/sites-enabled/sympa.conf, ajout d'une section :
          Alias /css-sympa/chapril.org /var/lib/sympa/css/chapril.org
          <Directory /var/lib/sympa/css/chapril.org>
          Require all granted
          </Directory>
  • reboot : tout semble ok
  • Icinga2 :
    • modification de la conf :
      • admin:/etc/icinga2/zones.d/master/cluster/sympa.conf
      • vars.os_version = "Buster"
      • icinga2 daemon -C
      • systemctl reload icinga2
Actions #3

Updated by Christian P. Momon about 5 years ago

  • Status changed from En cours de traitement to Résolu
  • % Done changed from 0 to 100

Sous réserve que tout est ok, fait.

Actions #4

Updated by Christian P. Momon almost 5 years ago

  • Project changed from Chapril to Infra Chapril
  • Status changed from Résolu to Fermé
Actions #5

Updated by Christian P. Momon over 3 years ago

  • Copied to Demande #5501: Migrer vers Debian Bullseye la vm sympa added
Actions

Also available in: Atom PDF