Projet

Général

Profil

Tâche #37515

Mis à jour par Joël Cuissinat il y a 3 mois

https://dev-eole.ac-dijon.fr/jenkins/job/2.10.0/job/test-instance-acascribe-2.10.0-amd64/

<pre>
root@scribe:~# lxc-create -n addc -t ubuntu -- -r noble -u Ubuntu -S /root/.ssh/eole.pub --mirror http://test-eole.ac-dijon.fr/ubuntu --packages bind9-dnsutils
Checking cache download in /var/cache/lxc/noble/rootfs-amd64 ...
Installing packages in template: apt-transport-https,ssh,vim,language-pack-en,language-pack-fr
Downloading ubuntu noble minimal ...
I: Retrieving InRelease
I: Retrieving Release
E: Failed getting release file http://test-eole.ac-dijon.fr/ubuntu/dists/noble/Release
lxc-create: addc: ../src/lxc/lxccontainer.c: create_run_template: 1628 Failed to create container from template
lxc-create: addc: ../src/lxc/tools/lxc_create.c: main: 317 Failed to create container addc
</pre>

Idem avec les dépôts Ubuntu :
<pre>
root@scribe:~# lxc-create -n addc -t ubuntu -- -r noble -u Ubuntu -S --mirror http://fr.archive.ubuntu.com/ubuntu
Checking cache download in /var/cache/lxc/noble/rootfs-amd64 ...
Installing packages in template: apt-transport-https,ssh,vim,language-pack-en,language-pack-fr
Downloading ubuntu noble minimal ...
I: Retrieving InRelease
I: Retrieving Release
E: Failed getting release file http://archive.ubuntu.com/ubuntu/dists/noble/Release
lxc-create: addc: ../src/lxc/lxccontainer.c: create_run_template: 1628 Failed to create container from template
lxc-create: addc: ../src/lxc/tools/lxc_create.c: main: 317 Failed to create container addc
</pre>

Mouais...
<pre>
root@scribe:~# wget http://archive.ubuntu.com/ubuntu/dists/noble/Release
--2026-06-19 09:57:50-- http://archive.ubuntu.com/ubuntu/dists/noble/Release
Résolution de archive.ubuntu.com (archive.ubuntu.com)… échec : Échec temporaire dans la résolution du nom.
wget : impossible de résoudre l’adresse de l’hôte ‘archive.ubuntu.com’
root@scribe:~# wget http://test-eole.ac-dijon.fr/ubuntu/dists/noble/Release
--2026-06-19 09:57:53-- http://test-eole.ac-dijon.fr/ubuntu/dists/noble/Release
Résolution de test-eole.ac-dijon.fr (test-eole.ac-dijon.fr)… échec : Échec temporaire dans la résolution du nom.
wget : impossible de résoudre l’adresse de l’hôte ‘test-eole.ac-dijon.fr’
</pre>

Retour