NEED HELP PLEASE

rmazouzi

New Member
Jul 29, 2023
19
1
3
we have proxmox
pve-manager/8.2.2/9355359cd7afbae4 (running kernel: 6.8.4-2-pve)
after trying to stop template influxdb the node stuck we have not able to access web ,access ssh ok,VMs still running

pve-manager/8.2.2/9355359cd7afbae4 (running kernel: 6.8.4-2-pve)

root@:/# root@UNIMERGROUP:/# pvecm status
ipcc_send_rec[1] failed: Connection refused
ipcc_send_rec[2] failed: Connection refused
ipcc_send_rec[3] failed: Connection refused
Unable to load access control list: Connection refused

and unable to restart services

root@:/# systemctl stop pve-cluster.service & systemctl stop corosync.service
[1] 2138830

Failed to stop corosync.service: Transport endpoint is not connected
Failed to stop pve-cluster.service: Transport endpoint is not connected
See system logs and 'systemctl status corosync.service' for details.
See system logs and 'systemctl status pve-cluster.service' for details.

even the reboot doesn't work

root@:/# reboot
Call to Reboot failed: Connection timed out


im in trouble can u help me please
 
Last edited:
You are fighting just with follow on errors. Holt the power button until off and restart. What happen then ?
 
hi waltar thanks for your reply i killed all process associated with lxc which caused the issue and i got the windows below
1734536410819.png
 
107 is a lxc so use "pct destroy 107" if you want to.

pct help destroy
USAGE: pct destroy <vmid> [OPTIONS]
Destroy the container (also delete all uses files).
<vmid> <integer> (100 - 999999999)
The (unique) ID of the VM.
--destroy-unreferenced-disks <boolean>
If set, destroy additionally all disks with the VMID from all
enabled storages which are not referenced in the config.
--force <boolean> (default=0)
Force destroy, even if running.
--purge <boolean> (default=0)
Remove container from all related configurations. For example,
backup jobs, replication jobs or HA. Related ACLs and Firewall
entries will *always* be removed.
 
Last edited:
107 is a lxc so use "pct destroy 107" if you want to.

pct help destroy
USAGE: pct destroy <vmid> [OPTIONS]
Destroy the container (also delete all uses files).
<vmid> <integer> (100 - 999999999)
The (unique) ID of the VM.
--destroy-unreferenced-disks <boolean>
If set, destroy additionally all disks with the VMID from all
enabled storages which are not referenced in the config.
--force <boolean> (default=0)
Force destroy, even if running.
--purge <boolean> (default=0)
Remove container from all related configurations. For example,
backup jobs, replication jobs or HA. Related ACLs and Firewall
entries will *always* be removed.
Thanks a lot the powering off of the server and powering on solved the issue
 
  • Like
Reactions: waltar