'ipcc_send_rec failed' on a non-cluster installation

nasenmann72

Renowned Member
Dec 9, 2008
71
2
73
Germany, Saarland
Hi,

I do not run a cluster, but I get 'ipcc_send_rec failed: Connection refused' error messages in /var/log/sylsog.
What I did: I 'cloned' (created LVM volumes and rsynced the volumes) the PVE Installation to an new hard disk. The systems boots up properly, but PVE is not running.

Code:
/etc/pve# pveversion -v
pve-manager: 3.0-23 (pve-manager/3.0/957f0862)
running kernel: 2.6.32-20-pve
proxmox-ve-2.6.32: 3.0-100
pve-kernel-2.6.32-20-pve: 2.6.32-100
lvm2: 2.02.95-pve3
clvm: 2.02.95-pve3
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-1
pve-cluster: 3.0-4
qemu-server: 3.0-20
pve-firmware: 1.0-22
libpve-common-perl: 3.0-4
libpve-access-control: 3.0-4
libpve-storage-perl: 3.0-8
vncterm: 1.1-4
vzctl: 4.0-1pve3
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-13
ksm-control-daemon: 1.1-1
 
Make sure /etc/pve is empty (that is a mount point for the pve configuration file system). If that directory contains files the filesystem does not start -try with:

# service pve-cluster start

Note: The name is a bit confusing because it is needed even if you do not run a cluster.
 
I checked /etc/pve, but it's definitly not a mounted directory. To where gets it normaly mounted?

If I try to start the cluster serice, I get:

Code:
service pve-cluster start
Starting pve cluster filesystem : pve-clusterfuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
[main] crit: fuse_mount error: No such file or directory
[main] notice: exit proxmox configuration filesystem (-1)
 (warning).
 
Last edited:
Ok, solved it. I found out that /etc/pve is created from the SQLite database /var/lib/pve-cluster/config.db. There was an old lock file, which I deleted, cleaned /etc/pve, rebooted the machine and the whole thing is fine again.

Thx.

How can I mark this thread as solved?
 
Last edited: