Search results

  1. T

    mfsys35 multipath config

    Sorry, I misread your question. I cannot re-test this, as my system is now running in production. However, from what I can find on Google this issue was created in kernel 2.6.27 and later and probably fixed in kernel versions from 2.6.32 or higher. According to...
  2. T

    Upgrade from 1.9 failde

    I just had the same issue, solution is: apt-get install vzctl apt-get -f install
  3. T

    mfsys35 multipath config

    I am unable to reproduce my Grub problem. Perhaps I did something wrong in the process. I just installed a new blade today with Proxmox and followed my own manual as described above. Besides the grub URLs that have changed due to newly released versions, the manual is valid. I have updated the...
  4. T

    mfsys35 multipath config

    I tested it, and grub fails to boot. I am currently trying to find the cause of this.
  5. T

    My PVE server is hacked

    My guess is weak passwords. Proxmox is basicly just Debian Squeeze, which (AFAIK) hasn't had any remote root bugs. The apt-get issues are caused by your system beeing wrecked by the hacker. Even if you could fix it, you will never be 100% sure whether all backdoors and/or infected files are...
  6. T

    mfsys35 multipath config

    I have a MFSYS35, which is basicly the same as the MFSYS25 but with 3.5 inch disks instead of 2.5 and I got multipath to work, but it takes a little bit of work: - I installed Proxmox 2.0 (which is based on Debian Squeeze) without multipath, so just running of /dev/sda - Install mutlipath...
  7. T

    KVM VM loses network connectivity.

    Thanks. I'll try virtio, althought e1000 also works now. btw, the issue where Windows NIC is up, but no traffic could be a WIndows issue. I have the exact same issue with real hardware (no VM's), and I've heard others that have the same issue. I hoped the issue would be fixed in w2k8, but its...
  8. T

    KVM VM loses network connectivity.

    Hi, I have an issue where doing alot of network IO (>100 Mbit) causes the VM to loose network connectivity using rtl driver. I have to either reboot the VM or type: ip link set eth0 down ip link set eth0 up This restores is, but it will drop again when I start the heavy network IO again...