not able to create any new thing

  • Thread starter Thread starter arash.abghari
  • Start date Start date
A

arash.abghari

Guest
Hi,

I am having a problem. I can not create any new object either a VM or an interface or a storage. Whenever I add a new thing, it seems proxmox accepts it but nothing showed up. What I already have is working fine.

I don't know whether it's related or not, at some point I wanted to cluster this machine with the brand new proxmox and by mistake I made this machine a node but I brought it back to master.

here is the pveversion -v output:

pve-manager: 1.4-9 (pve-manager/1.4/4390)
qemu-server: 1.1-6
pve-kernel: 2.6.24-16
pve-qemu-kvm: 0.11.0-2
pve-firmware: 1
vncterm: 0.9-2
vzctl: 3.0.23-8
vzdump: 1.2-3
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1

thanks,
 
Hi,

I am having a problem. I can not create any new object either a VM or an interface or a storage. Whenever I add a new thing, it seems proxmox accepts it but nothing showed up. What I already have is working fine.

I don't know whether it's related or not, at some point I wanted to cluster this machine with the brand new proxmox and by mistake I made this machine a node but I brought it back to master.

here is the pveversion -v output:

pve-manager: 1.4-9 (pve-manager/1.4/4390)
qemu-server: 1.1-6
pve-kernel: 2.6.24-16
pve-qemu-kvm: 0.11.0-2
pve-firmware: 1
vncterm: 0.9-2
vzctl: 3.0.23-8
vzdump: 1.2-3
vzprocps: 2.0.11-1dso2
vzquota: 3.0.11-1

thanks,

can you post the output of:

Code:
pveca -l
 
I don't see anything wrong in the syslog except this:
Oct 22 17:03:38 ------ kernel: vmbr1: port 1(vmtab129i1) entering disabled state
 
Last edited by a moderator:
here is the output of pveca
# pveca -l
local node '192.168.1.72' not part of cluster

thanks,
 
Hi,

I am having a problem. I can not create any new object either a VM or an interface or a storage. Whenever I add a new thing, it seems proxmox accepts it but nothing showed up.

Does it execute the create command? What happens when you create a VM using the CLI ('man qm')?
 
Does it execute the create command? What happens when you create a VM using the CLI ('man qm')?

yes, a VM can be created through CLI. Command like this :

qm create 300 -ide0 4 -vlan0 e1000

ctreates a VM, but after that using GUI, it's not possible to add anything to the VM like cdrom.

Thanks,
 
I noticed that I can remove elements from VM or even the VM, but no add.
 
any hints in /var/log/apache2/error.log
there are some errors and warnings like:

[error] [client 127.0.0.1] File does not exist: /usr/share/pve-manager/images/favicon.ico
[warn] RSA server certificate CommonName (CN) `<server-name>' does NOT match server name!?
[warn] The Alias directive in /etc/apache2/sites-enabled/pve.conf at line 44 will probably never match because it overlaps an earlier Alias.

I see these error and warnings on the other proxmox machine so I assume they are fine.

By the way, the Apache version is 2.2.14