informatique:nix:linux:proxmox

Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
informatique:nix:linux:proxmox [2016/10/25 16:00] – modification externe 127.0.0.1informatique:nix:linux:proxmox [2026/01/14 12:30] (Version actuelle) – [Serial console] ben
Ligne 1: Ligne 1:
 +===== zvol timeout =====
 +
 +  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 19: 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.1477404011.txt.gz
  • Dernière modification : 2016/10/25 16:00
  • de 127.0.0.1