Proxmox a start job is running for network initialisation (t... / no limit)
... / Proxmox a start job is ru...
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

Proxmox a start job is running for network initialisation (t... / no limit)

by
AdrienW2
Created on 2021-06-03 20:56:18 (edited on 2024-09-04 14:16:04) in Serveurs dédiés

Bonjour !
Je suis en train de monter un Proxmox sur un serveur dédié et je rencontre un petit problème quand je redémarre ma machine.
A chaque fois, elle se bloque sur ce message, et évidement je dois boot en rescue pour restorer mon /etc/network/interfaces

Sauf que je ne comprends pas pourquoi j'ai ce message... Je débute en Proxmox j'ai donc surement louper un truc ?
Et d'ailleur je ne comprends pas pourquoi j'ai un broadcast à 0.0.0.0 sur l'interface vmbr0.

Le message de la console (en KVM)
image


Mon fichier interfaces

auto vmbr0
iface vmbr0 inet static
address xx.xx.xx.xx/24
gateway xx.xx.xx.xx
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface vmbr0 inet6 static
address xx:xx:xx::xx/68
gateway xx:xx:xx::xx
#Wan
auto vmbr1
iface vmbr1 inet static
address 192.168.1.5/24
bridge-ports none
bridge-stp off
bridge-fd 0
#LAN


3 Replies ( Latest reply on 2021-06-04 15:00:50 by
AdrienW2
)

Et voici pour un ifconfig:


Quelqu'un pourrait m'aigiller svp ?

Bonjour !
Petite update ce cette nuit.
Je suis tombé sur ce topic qui me semble vraiment similaire à mon problème :
https://community.ovhcloud.com/community/fr/proxmox-6-4-6-erreur-a-la-creation-de-vmbr1-2-resolu?id=community_question&sys_id=46047d48e59286d02d4c0165b3e7664c https://community.ovhcloud.com/community/fr/proxmox-6-4-6-erreur-a-la-creation-de-vmbr1-2-resolu?id=community_question&sys_id=46047d48e59286d02d4c0165b3e7664c

https://forum.proxmox.com/threads/since-update-ifup-vmbr1-bridge-stucked-in-state-unknown.88234/ https://forum.proxmox.com/threads/since-update-ifup-vmbr1-bridge-stucked-in-state-unknown.88234/

J'ai bien supprimer ce fameux fichier /etc/network/if-pre-up.d/wait_for_link_up Mais cela n'a pas résolue mon problème.

Mais j'ai bien exactement le même problème quand je crée vmbr1 (ou vmbr2), j'applique la config et au moment d'appliquer, rien ne répond :
- avec le GUI proxmox, apprès appliquer, ca tourne indéfiniment
- diretement sur .etc.network/interface, j'applique avec ifup vmbr1 et j'attends indéfiniment (je termine par faire un Ctrl + C)

Si j'ai uniquement mon interface vmbr0 tous fonctionne correctement, le reboot aussi (désolé je n'avais pas mis la bonne capture dans le premier post, je change ça)

Conf interface quand ça pas :

auto vmbr0
iface vmbr0 inet static
address xx.xx.xx.xx/24
gateway xx.xx.xx.xx
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface vmbr0 inet6 static
address xx:xx:xx::xx/68
gateway xx:xx:xx::xx
#Wan

auto vmbr1
iface vmbr1 inet static
address 192.168.1.5/24
bridge-ports none
bridge-stp off
bridge-fd 0
#LAN

Si quelqu'un a une idée ?

Update,
Si j'assigne une interface sur mon vmbr1 (dans mon cas eno2), et bien par magie, tous fonctionne correctement !!!
Je peux ifup mon interface vmbr1, et je peux redémarrer !
Pour le moment, je n'utilise pas ma deuxième interface, donc ça me convient pour avancer sur mon projet.

Mais quelqu'un pourrait-il m'expliquer ce qui ce passe, on ne peut pas crée un bridge sans interface ?!?