Search results

  1. M

    [SOLVED] issue with greyed out?

    Hi @killmasta93 can you try to make backup file pvestatd.pid.lock and try to restart the pvestatd? `mv /var/run/pvestatd.pid.lock /var/run/pvestatd.pid.lock.bak` then ➜ ~ pvestatd restart ➜ ~ pvestatd status but first kill the process id of pvestatd
  2. M

    Fehler beim Bearbeiten des Paketes proxmox-ve (--configure):

    Hallo, Ich glaube das Problem von dein hosts file. Versuchst du /etc/hosts zu bearbeiten nach 127.0.0.1 localhost.localdomain localhost pvelocalhost 192.168.178.69 ProxServer.example.com debian-server Dann mach hostname -f und apt install proxmox-ve
  3. M

    @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @

    Is the issue on all VMs? my guess is from Cluster. Please try to do this command: pvecm updatecerts -f and try again if not work post pveversion -v
  4. M

    TASK ERROR: command 'systemctl start pve-container@206' failed: exit code 1

    please post output of ip a cat /etc/network/interfaces pct config 206
  5. M

    TASK ERROR: command 'systemctl start pve-container@206' failed: exit code 1

    did you restart the node? if no - try to restart the node should works
  6. M

    8006 port can't be accessed after changing IP address

    did you restart the server after editing /etc/network/interfaces and /etc/hosts? could u post output of this commands: ss -4 -a | grep 8006 curl -s -k https://127.0.0.1:8006 | grep title && echo "\n" && ss -4 -a | grep 8006 ip a ip link cat /etc/network/interfaces cat /etc/hosts
  7. M

    TASK ERROR: command 'systemctl start pve-container@206' failed: exit code 1

    Stop 206 container and do this command please find /sys/fs/cgroup/ -type d -name "*206*" -print -delete then start it again
  8. M

    TASK ERROR: command 'systemctl start pve-container@206' failed: exit code 1

    please post output of command between : ls /sys/fs/cgroup/unified/lxc | grep '20'
  9. M

    [SOLVED] Problems on shutdown/boots with nfs/glusterfs Filesystems and HA containers / systemd order of services!

    Please send debug of a LXC Container: lxc-start -n ID -F -l DEBUG -o /tmp/lxc-ID.log that will be help to analysis :)
  10. M

    TASK ERROR: command 'systemctl start pve-container@206' failed: exit code 1

    what error you get when you start the LXC Container with this command: lxc-start -n 206 -F
  11. M

    Proxmox .6.2 install error

    maybe this helpful? https://upshell.wordpress.com/2011/11/25/install-proxmox-with-usb/
  12. M

    apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="/usr/bin/lxc-start" name="/proc/sys/kernel/random/boot_id"

    could you getting debug logs please [0] [0] https://pve.proxmox.com/pve-docs/chapter-pct.html#_obtaining_debugging_logs
  13. M

    OPNSense installation issues

    Did you a OPNSense already installed? if yes try to disable CD/DVD go to Datacenter -> NodeName -> VMID -> Hardware -> CD/DVD click edit and select Do not use any media then ok like this image :)
  14. M

    OPNSense installation issues

    try to click right and Reboot on the VM if not work post config VM qm config VMID
  15. M

    High use on swap

    do swapoff -va command and reboot the node then see if still using high swap
  16. M

    CEPH WARN ERROR--PLEASE HELP

    hi, take a look on this thread maybe that help you https://forum.proxmox.com/threads/ceph-mon-proxmox4-has-slow-ops-mon-proxmox4-crashed.66804/
  17. M

    Password incorrect issue on Centos 6 VM

    can you login into ssh to know if the password is correct?
  18. M

    [SOLVED] issue with greyed out?

    if you got same issue check journalctl/dmesg
  19. M

    High use on swap

    - What is version of your PVE? pveversion -v - See which processes eat the SWAP with top or htop - Check the journal of the PVE node for potential issues