Search results

  1. F

    VNC issues

    Thanks, but this does not work for me: TigerVNC Viewer for X version 1.0.90 - built Apr 29 2011 11:37:44 Copyright (C) 2002-2005 RealVNC Ltd. Copyright (C) 2000-2006 TightVNC Group Copyright (C) 2004-2009 Peter Astrand for Cendio AB See http://www.tigervnc.org for information on TigerVNC. Sat...
  2. F

    VNC issues

    Hi, I've setup V2 and I've the following problems with VNC: 1. Tab does not work. It allways leaves the console in stead of beeing used in the console. 2. Shift does not work in all cases. Some times it's getting ignores. 3. I'm used to use VNC like this: /usr/sbin/qm vncproxy 107 password...
  3. F

    pve-qemu-kvm installation

    Hi, recently a new pve-qemu-kvm package arrived. I'm not sure about what to do. Do I have to restart any thing? TIA
  4. F

    HP P400 controller driver missing after upgrade to 1.9

    Hi, to day I've upgraded my first system to 1.9 and it faild to boot becaus the disk were not found. It seems like the HP P400 driver is missing in the initrd. What do I have to do to fix this ? TIA
  5. F

    New Dell Severs

    Thanks for the quick reply
  6. F

    New Dell Severs

    Hi, I plan to purchase two new Dell R510 Servers (Xeon E5620 ) with a PERC H700 RAID Controller. Will these hardware - namely the RAID controller - work with Proxmox ? TIA MH
  7. F

    qemu: could not open disk image

    YES Proxmox Web-GUI No special reason. I'm just used to use SCSI and it allways worked. What is the advantage of virtio ? Ubnutu 8.04.1 # pveversion -v pve-manager: 1.8-18 (pve-manager/1.8/6070) running kernel: 2.6.32-4-pve proxmox-ve-2.6.18: 1.8-15 pve-kernel-2.6.32-4-pve: 2.6.32-33...
  8. F

    qemu: could not open disk image

    Hi, I've upgraded to the latest 1.8 and wanted to add a disk to one old KVM VM. When I try to start the VM I get: #qm start 101 qemu: could not open disk image /var/lib/vz/images/101/vm-101-disk-1.vmdk start failed: command '/usr/bin/kvm -monitor...
  9. F

    Adaptec 6xxx Performance

    For me FSYNCS/SECOND has shown to be most important ... and I've 4 Seagate disks in one RAID 5
  10. F

    Adaptec 6xxx Performance

    I've just installed a new 6405 controller with 6gbs disks: CPU BOGOMIPS: 19998.24 REGEX/SECOND: 831972 HD SIZE: 9.99 GB (/dev/mapper/pve01-root) BUFFERED READS: 142.45 MB/sec AVERAGE SEEK TIME: 10.52 ms FSYNCS/SECOND: 4711.97 DNS EXT: 164.75 ms pretty cool...
  11. F

    Find the host in a KVM vm

    Hi, is there a way to find out the name and/or IP of the host system a KVM vm is running on ? I've no idea how to search for this question on the net ... TIA
  12. F

    problem with "qm" command while doing nagios monitoring

    Hi, I've writte a check_mk check for nagios monitoring KVM VM's. It just issues: qm list to get the required data. I also use the Proxmox backup funktion. The backups are stored on a external USB disk which is mounted by automounter when required. All this works as expected. Now for my...
  13. F

    VNC window patch

    Hi, I've created a micro patch for /usr/share/pve-manager/root/qemu/vnc-direct.htm I've the problem that the VNC windows are too small and scrollbars are generated. The generated window is exactly 2 pixel to small. I've changed lines 57 and 58 to: var offsetw = aw - ow + 2; var offseth...
  14. F

    bond, bridge and DHCP

    Hi, I made an interesting experience. I've migrated one Linux server and one Windows Server to KVM VMs. The Linux server was connected to the LAN with two gigabit links configured as a bond. The Linux server provided DHCP services. Now my Proxmox server hosts both systems as VMs - and -...
  15. F

    USB Scanner

    Found no solution, but thanks to a hint by Martin I was able to work this around and wrote a wiki page about how to work this around: http://pve.proxmox.com/wiki/USB_Redirector
  16. F

    Error kvm : cpu0 unhandled wrmsr & unhandled rdmsr

    Hi, I've several 10.04 VM's and no problems with LOCAL storage. Perhaps this little detail may be the problem:
  17. F

    Console alternatives

    yes, add some thing like that to inetd.conf for each VM: 5981 stream tcp nowait root /usr/sbin/qm qm vncproxy 101 password Where 5981 is the VNC port you want to use and 101 the ID of the VM.
  18. F

    USB Scanner

    Hi, finally I've tried to connect a USB scanner to a KVM VM. I've done so by adding hostusb: 04a9:1606 to the VMs conf. The scanner is detected by Windows XP and at first it seemed to work. It scanns but then "CapturePerfect" hangs for ever. lsusb reports: Bus 002 Device 005: ID...