informatique:nix:linux:proxmox

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
informatique:nix:linux:proxmox [2021/11/22 09:14] beninformatique:nix:linux:proxmox [2026/01/14 12:30] (Version actuelle) – [Serial console] ben
Ligne 1: Ligne 1:
-===== Démarrer conteneur en mode debug / console =====+===== zvol timeout =====
  
-  start -lDEBUG -o /tmp/112.log -F -n 112+  systemctl restart systemd-udevd; udevadm trigger; udevadm settle 
 + 
 +===== Démarrer conteneur LXC en mode debug / console ===== 
 + 
 +  lxc-start -lDEBUG -o /tmp/112.log -F -n 112
  
 ===== Serial console ===== ===== Serial console =====
Ligne 23: Ligne 27:
 <code> <code>
 # in /etc/default/grub change the GRUB_CMDLINE_LINUX parameter to # in /etc/default/grub change the GRUB_CMDLINE_LINUX parameter to
-GRUB_CMDLINE_LINUX="quiet console=tty0 console=ttyS0" +GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8"
 </code> </code>
  
 <code> <code>
-update-grub+update-grub (debian) 
 +grub2-mkconfig -o /boot/grub2/grub.cfg (rhel)
 </code> </code>
  
 <code> <code>
-/etc/init/ttyS0.conf  +systemctl enable --now serial-getty@ttyS0.service 
- +</code>
-# ttyS0 - getty +
-+
-# This service maintains a getty on ttyS0 from the point the system is +
-# started until it is shut down again.+
  
-start on stopped rc or RUNLEVEL=[2345] 
-stop on runlevel [!2345] 
- 
-respawn 
-exec /sbin/getty -L 9600 ttyS0 vt102 
-</code> 
 === connect to console === === connect to console ===
  
  • informatique/nix/linux/proxmox.1637568852.txt.gz
  • Dernière modification : 2021/11/22 09:14
  • de ben