Search results

  1. A

    KVM_Cant start to used VNC Console

    hi, i have the same problem. when i open console for vm he starts nc .... but i get the following error: command '/bin/nc -l -p 5900 -w 10 -c '/usr/sbin/qm vncproxy 100 2>/dev/null'' failed: exit code 1 if i run this command directly on commandline and try to connect with telnet localhost...
  2. A

    kvm not shown in webui

    sorry for my fault. hostname started with a number ..... i already ran into this problem; i think i have to documentate this for me :) thx for help
  3. A

    kvm not shown in webui

    the configs are exist: ~# ls -l /etc/pve/qemu-server/ total 1 -rw-r----- 1 root www-data 209 May 21 13:09 100.conf -rw-r----- 1 root www-data 227 May 21 13:20 1337.conf if i run qm start 100, nothing happens. no message and qm list stays empty... but if i run ps aux i can see the running...
  4. A

    kvm not shown in webui

    hi dietmar, here is the output: # pvesh get /cluster/resources -type vm200 OK [] i have just on proxmox server running, no cluster. FR Patrick
  5. A

    kvm not shown in webui

    hi, i've installed now 2 times a fresh debian squeeze with proxmox packages. I did it this way (worked for about 2 weeks perfectly): install proxmox on both nodes: echo "deb http://download.proxmox.com/debian squeeze pve" >> /etc/apt/sources.list wget -O-...
  6. A

    Proxmox 2.0 Beta HA Config validation error

    if i finished my setup to a working one, i will provide you with data ;) i am still struggeling with rgmanager. also i am getting a segfault: # ccs_tool lsnode -v Cluster name: Cluster1, config_version: 3 Nodename Votes Nodeid Fencetype proxmox1...
  7. A

    Proxmox 2.0 Beta HA Config validation error

    hi, thanks for fast reply. I can not follow why glusterfs should not be stable. we are using it in many productive setups w/o problems :/ i figured out my problem. i still missed pve-resource-agents package. after installing it seems to work finde now ;) thx argonius
  8. A

    Proxmox 2.0 Beta HA Config validation error

    Hi, i've upgrade to the newest beta and tried to test HA Failover. I've created a simple kvm vm with id 100. disk images resides on a shared glusterfs storage and is accessible on node1 and node2. after that i've gone to Datacenter->HA and created an HA for this vm. then i clicked commit and...