Outils pour utilisateurs

Outils du site


linux:proxmox (lu 95693 fois)

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
linux:proxmox [28-11-2023 21:01]
edmc73 [Cas de figure : une seule adresse ip public + un LAN]
linux:proxmox [19-06-2024 16:53] (Version actuelle)
edmc73 [Login ssh long]
Ligne 587: Ligne 587:
  
 Et ça fait plaisir de voir que je ne suis pas le seul à avoir eu des problèmes -> https://blog.zwindler.fr/2021/07/19/les-soucis-que-jai-rencontre-en-upgradant-proxmox-ve-7/ Et ça fait plaisir de voir que je ne suis pas le seul à avoir eu des problèmes -> https://blog.zwindler.fr/2021/07/19/les-soucis-que-jai-rencontre-en-upgradant-proxmox-ve-7/
 +
 +===== Autres bidouilles =====
 +==== Login ssh long LXC ====
 +Sur un LXC avec une debian 11, se connecter en ssh était super long
 +
 +Dans les log du LXC je voyais ceci
 +<code>
 +Jun 19 14:41:43 zabbix dbus-daemon[78]: [system] Failed to activate service 'org.freedesktop.login1': timed out (service_start_timeout=25000ms)
 +Jun 19 14:41:43 zabbix sshd[1013861]: pam_systemd(sshd:session): Failed to create session: Failed to activate service 'org.freedesktop.login1': timed out (service_start_timeout=25000ms)
 +</code>
 +
 +En redémarrant le service concerné, j'ai vu qu'il ne fonctionnait pas
 +<code>
 +root@lxc:/var/log# systemctl restart systemd-logind
 +Job for systemd-logind.service failed because the control process exited with error code.
 +See "systemctl status systemd-logind.service" and "journalctl -xe" for details.
 +
 +root@lxc:/var/log# systemctl status systemd-logind
 +● systemd-logind.service - User Login Management
 +     Loaded: loaded (/lib/systemd/system/systemd-logind.service; static)
 +     Active: failed (Result: exit-code) since Wed 2024-06-19 14:43:27 UTC; 15s ago
 +       Docs: man:sd-login(3)
 +             man:systemd-logind.service(8)
 +             man:logind.conf(5)
 +             man:org.freedesktop.login1(5)
 +    Process: 1013940 ExecStart=/lib/systemd/systemd-logind (code=exited, status=226/NAMESPACE)
 +   Main PID: 1013940 (code=exited, status=226/NAMESPACE)
 +        CPU: 5ms
 +
 +juin 19 14:43:27 zabbix systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 5.
 +juin 19 14:43:27 zabbix systemd[1]: Stopped User Login Management.
 +juin 19 14:43:27 zabbix systemd[1]: systemd-logind.service: Start request repeated too quickly.
 +juin 19 14:43:27 zabbix systemd[1]: systemd-logind.service: Failed with result 'exit-code'.
 +juin 19 14:43:27 zabbix systemd[1]: Failed to start User Login Management.
 +</code>
 +
 +La solution trouvé sur le net consiste à masquer le service...
 +<code>
 +root@zabbix:/var/log# systemctl mask systemd-logind
 +Created symlink /etc/systemd/system/systemd-logind.service → /dev/null.
 +</code>
 +
 +<code>
 + mask UNIT...
 +           Mask one or more units, as specified on the command line. This will link these unit files to /dev/null, making it impossible to start them. This is a
 +           stronger version of disable, since it prohibits all kinds of activation of the unit, including enablement and manual activation. Use this option with
 +           care. This honors the --runtime option to only mask temporarily until the next reboot of the system. The --now option may be used to ensure that the units
 +           are also stopped. This command expects valid unit names only, it does not accept unit file paths.
 +</code>
 +
linux/proxmox.1701201699.txt.gz · Dernière modification: 28-11-2023 21:01 de edmc73