Recent content by Innovip

  1. I

    Can not restart a service

    Here you are: --- root@s4:~# qm config 101 bootdisk: scsi0 cores: 1 ide2: local:iso/debian-9.9.0-amd64-netinst.iso,media=cdrom memory: 512 name: S6 net0: virtio=E6:7E:BF:10:E1:7E,bridge=vmbr1,firewall=1 numa: 0 onboot: 1 ostype: l26 scsi0: local-zfs:vm-101-disk-0,size=100G scsihw...
  2. I

    Can not restart a service

    Hello Stoiko, Thank you for your help. 1- The only think that I can see is: throught the Proxmox console - options - QEMU agent : defautl (disabled). Where else can I check ? 2- What information do you need ? :-( 3- Debian 4.19.152-1
  3. I

    Can not restart a service

    Dear all, I just upgraded my machine from 5.4.XX to 6.3-6-6.3. The new Proxmox environnement runs fine. One some VMs, when I ssh and try, for instance to 'systemctl restart apache2' (or any other service), I get the following error: --- System has not been booted with systemd as init system...
  4. I

    [SOLVED] Can't upgrade from Proxmox 5.4-15 to 6.X

    Hello again Tapio, Finally, I found the solution: 1- uncomment # deb http://download.proxmox.com/debian buster pve-no-subscription in /etc/apt/sources.list file 2- apt update 3- apt dist-upgrade And,... tadaaaaaammm... That's ! Thank you for your help.
  5. I

    [SOLVED] Can't upgrade from Proxmox 5.4-15 to 6.X

    Hello Tapio, Here is what I have in my /etc/apt/sources.list: ---- root@s4:~# cat /etc/apt/sources.list deb http://ftp.be.debian.org/debian buster main contrib deb http://ftp.be.debian.org/debian buster-updates main contrib # security updates deb http://security.debian.org buster/updates main...
  6. I

    [SOLVED] Can't upgrade from Proxmox 5.4-15 to 6.X

    OK.. Now I went a bit further... I re-run 'apt dist-upgraded... It downloaded a bunch of files and then... --- W: (pve-apt-hook) !! WARNING !! W: (pve-apt-hook) You are attempting to remove the meta-package 'proxmox-ve'! W: (pve-apt-hook) W: (pve-apt-hook) If you really want to permanently...
  7. I

    [SOLVED] Can't upgrade from Proxmox 5.4-15 to 6.X

    Hello Tapio, Yes, Proxmox rebooted. No difference. Yes, pveversion still showing 4.15 version. I did not see any errors during the upgrade... Here is what I do: systemctl stop pve-ha-lrm systemctl stop pve-ha-crm apt update apt list --upgradeable -> Shows nothing to upgrade (because...
  8. I

    [SOLVED] Can't upgrade from Proxmox 5.4-15 to 6.X

    Hello Tapio, I did... all the steps (from 'Actions step-by-step' to 'systemctl start pve-ha-lrm and systemctl start pve-ha-crm') However, I see that I am still in 5.4-15 :-( What can I do ? What should I check ? :-(
  9. I

    [SOLVED] Can't upgrade from Proxmox 5.4-15 to 6.X

    And.. just in case... here is the result of pve5to6. root@s4:~# pve5to6 = CHECKING VERSION INFORMATION FOR PVE PACKAGES = Checking for package updates.. PASS: all packages uptodate Checking proxmox-ve package version.. PASS: proxmox-ve package has version >= 5.4-2 Checking running kernel...
  10. I

    [SOLVED] Can't upgrade from Proxmox 5.4-15 to 6.X

    Hello, I proceeded...but I am still on Virtual Environment 5.4-15... :-( What can I do ? How can I proceed ? What should I check ?
  11. I

    [SOLVED] Can't upgrade from Proxmox 5.4-15 to 6.X

    Hello Tapio, Thank you for your fast answer :-) I have only one server. How should I proceed without Corosync ? Is there a procedure for that ? Thank you
  12. I

    [SOLVED] Can't upgrade from Proxmox 5.4-15 to 6.X

    Hello Guys, I try to upgrade my Proxmox server from 5.4.15 to 6. To do that, I (try to) follow the following procedure: https://pve.proxmox.com/wiki/Upgrade_from_5.x_to_6.0 However I fail... When I do 'pvecm status', I receive: Corosync config '/etc/pve/corosync.conf' does not exist - is...