Recent content by hamed

  1. H

    cpu steal

    Hi, I have a 24 core node running proxmox. On this node, I create a VM and assigned 24 cores cpu to it. When the VM is using all its cores, the cpu steal percentage on this vm will range from 1% to 9%. I was wondering why is there cpu steal for this vm and how to prevent it? Thanks
  2. H

    Wrong calculation of disk size

    Reading config file manually may not be a good approach for me. Is there any commands to display the hardware specs of the VM so I can parse that?
  3. H

    Wrong calculation of disk size

    Hi, It seems that "qm list" only considers first disk to show the size of the VM. So, if the VM has 2 disks (each 50GB), qm list shows 50GB instead of 100GB. Do you have any plans on fixing this or is there another way that I can get the total size of VMs disks (aggregated size)? Thanks
  4. H

    VM shows black screen

    Also, the status of vm in the GUI is now internal-error. pveversion -v pve-manager: 2.3-13 (pve-manager/2.3/7946f1f1) running kernel: 2.6.32-18-pve proxmox-ve-2.6.32: 2.3-88 pve-kernel-2.6.32-18-pve: 2.6.32-88 lvm2: 2.02.95-1pve2 clvm: 2.02.95-1pve2 corosync-pve: 1.4.4-4 openais-pve: 1.1.4-2...
  5. H

    VM shows black screen

    Hi, I had a windows 2008 VM running, after some updates by the client and restarting the VM, it is not responding anymore. And by not responding, I mean VNC is displaying only a black page (I cannot even see BIOS startup or anything, it's just a black window since the start of the VM, I cannot...
  6. H

    issue with pveproxy and cefsharp

    Hi, I'm using cefsharp library to display proxmox web gui in my application. It works fine with other websites and earlier versions of proxmox, but as of proxmox 3 (pveproxy implemented), it does not display anything. I tried "pveproxy --debug" and got the following result when connecting using...
  7. H

    broken network on the node

    Ok, I finally found the problem. in the file /etc/modprobe.d/blacklist.conf , my network device was inserted! blacklist r8169 I removed this line and restarted the system and it's working fine now. I just don't know how it got there! And thank you for trying to help me
  8. H

    broken network on the node

    no, It's not. Here is the output of iconfig -a: lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX...
  9. H

    broken network on the node

    available networks from ifconfig -a lo venet0-00 vmbr1
  10. H

    broken network on the node

    root@node1 ~ # ifconfig eth0 eth0: error fetching interface information: Device not found
  11. H

    broken network on the node

    yes, it displays Realtek ethernet controller in lspci. When I boot the system using a rescue cd, the network works just fine. the main os has some problems that I can't figure out.