Recent content by dt47

  1. D

    generic install of linux headers

    Hello, I know I can manually install all the headers I want. But is there a way that with each new kernel to be installed I get the appropriate headers package too? This would be quite useful for automatically building kernel modules with dkms.. Thanks ;)
  2. D

    online migration failure

    Hi and thanks.The output of pveversion for the other node is:proxmox-ve-2.6.32: 3.2-126 (running kernel: 2.6.32-29-pve)pve-manager: 3.2-4 (running version: 3.2-4/e24a91c1)pve-kernel-2.6.32-20-pve: 2.6.32-100pve-kernel-2.6.32-27-pve: 2.6.32-121pve-kernel-2.6.32-19-pve...
  3. D

    online migration failure

    Hello,I was updating my Server and wanted to live migrate all the machines in the cluster, which went successful with all but one. There I got the following message: Jul 09 13:41:53 starting migration of VM 134 to node 'franz' (127.0.0.9) Jul 09 13:41:53 copying disk images Jul 09 13:41:53...
  4. D

    icedtea-plugin (OpenJDK browser plugin)

    Hi, I am confused the latest version atm is 1.4.2: http://icedtea.classpath.org/wiki/IcedTea-Web Also atm I cant scroll with the mouse wheel with it and neither with tigervnc (1.3). The button itself works in the vms though. As operating systems from the vms I tested Windows 7, ubuntu 12.04...
  5. D

    activation of san lvs impossible

    Thanks for the reply. I went on vacation, but don't want to leave the thread as is.. I think I had my lvm.conf a little misconfigured, as I got a message about duplicate entries for my san device, when doing something like "vgs". I was still able to create lvs with lvcreate --zero n -l 2 -n...
  6. D

    activation of san lvs impossible

    Hi, after todays update I tried to live-migrate a VM, which also has a partition in the SAN. I got the following error message: Okt 15 16:27:07 starting migration of VM 139 to node 'firle' (141.20.10.88) Okt 15 16:27:07 copying disk images Okt 15 16:27:07 starting VM 139 on remote node 'flush'...
  7. D

    qcow2 template, clone to LVM - possible?

    Interesting. The part of the config from my template is virtio0: local:119/base-119-disk-1.qcow2,format=qcow2,size=7G , yet I can't clone this one to a lvm-volume, getting the message qcow2 is not supported.
  8. D

    start point on end point of boot partition

    Hi, although I haven't encountered any problems so far, I don't understand, why the end point of sda1 is the start point of sda2. fdisk -l /dev/sda Disk /dev/sda: 146.2 GB, 146163105792 bytes 255 heads, 63 sectors/track, 17769 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector...
  9. D

    Survey: Do you use KVM or OpenVZ, or both?

    I couldn't find any documentation, how to implement HA for OpenVZ with a SAN. Can you provide a link or some more information? Doesnt Live-Migration mean no downtime ideally? Atm I use both, though KVM is the only choice for HA here, atleast I was not able to setup everything up, so I could use...
  10. D

    Fencing with drac6 (firewalled)

    Thanks, thats what I thought and read. I hoped I overlooked something though. Making changes to the firewall in that regard is out of the question. Maybe I get to atleast circumvent the issue by using ipv6.
  11. D

    Fencing with drac6 (firewalled)

    Hi, so far I have setup everything for HA except fencing on my Two-Node-Cluster. The wiki mentions, that the Proxmox hosts need ssh access to the cards. The IPs (v4) assigned to the dracs are in a protected network though and thus the controllers arent accessible this way. The IPs are also in...