Search results

  1. O

    Problem with ProxMox v1.7

    NOTE: This appears to be the same problem that was reported with v1.6, tom apparently filed a bug report with the OpenVZ people HERE
  2. O

    Problem with ProxMox v1.7

    server02:~# pveversion -v pve-manager: 1.7-10 (pve-manager/1.7/5323) running kernel: 2.6.32-4-pve proxmox-ve-2.6.32: 1.7-28 pve-kernel-2.6.32-4-pve: 2.6.32-28 qemu-server: 1.1-25 pve-firmware: 1.0-9 libpve-storage-perl: 1.0-16 vncterm: 0.9-2 vzctl: 3.0.24-1pve4 vzdump: 1.2-9 vzprocps...
  3. O

    Hard Drive I/O Question...

    I know these aren't real benchmarks that will give me real world performance numbers, but they are useful for comparing one drive to the next on the same system. I was just trying to find out why my performance was so poor. I appreciate you taking the time to help me with this as much as you...
  4. O

    Hard Drive I/O Question...

    Sorry, I assumed that since you wrote about the controller not having a cache that you knew the controller didn't have a cache. I won't do that next time. HDD Cache is ON. Controller Cache is non-existent. The Highpoint 2640x4 card does not give you ANY user configurable options other...
  5. O

    can't run part of asterisk on new proxmox 1.6

    I had problems building modules under ProxMox v1.6 as well, I have a feeling that the kernel headers are messed up in the archive, but now that 1.7 is out I doubt anybody is going to look into this any further (I too was able to build my modules under 1.7 without problems).
  6. O

    Hard Drive I/O Question...

    Yes, we're ranked #7 out of the top 10. And did you know that less than 1% of the US population is responsible for more than 50% of the wealth in the United States? Did you know that we're in one of the worst depressions/recessions we've ever seen? Did you know that our country is almost $14...
  7. O

    Hard Drive I/O Question...

    I have fast hardware, I have 16 core systems with 144 GB of RAM and 15K SAS drives, I also have to support a lot of customer hardware that is not top-of-the-line... but you're missing the point of the original question, it was comparing drives on the same platform and I was only asking if you...
  8. O

    Hard Drive I/O Question...

    No, there is no cache on the controller. Reviews from Toms Hardware gave the controller favorable reviews and even said "Clearly, Highpoint can match Adaptec’s performance using four 15,000 RPM Fujitsu MBA3174RC drives." and "Depending on the I/O benchmark, the Adaptec RAID 5405 provides...
  9. O

    iSCSI Locking

    I was having this same problem, and I too am looking for something similar...
  10. O

    what is best options proxmox

    I just asked (almost) this same question about 10 days ago (CLICK HERE). The general consensus was: 1. KVM (instead of OpenVZ) 2. RAW (instead of QCOW2, or VMDK) 3. Virtio (instead of IDE, or SCSI) 4. LVM (instead of no LVM) I started making a spreadsheet of testing under the various...
  11. O

    Hard Drive I/O Question...

    I've got a * Highpoint 2640x4 4-port RAID controller card * 4 x Seagate 500GB 7,200 RPM 16MB Cache hard drives (http://www.newegg.com/Product/Product.aspx?Item=N82E16822148374) in RAID-10 And then I have * Western Digital 2TB 7,200 RPM 64MB Cache Hard Drive...
  12. O

    apt-get upgrade slowness on Debian 6.0 containers

    Yes, to me it appears that the Debian repositories have been having difficulties lately. I've noticed lots of network lag, timeouts and even reports of missing files while trying to update/upgrade depending on which site you connect to. I suspected it had something to do with Cyber Monday (net...
  13. O

    Help with additionals IP's from different Class

    From the vz.conf man page: NEIGHBOUR_DEVS[="detect"] Controls on which interfaces to add/remove ARP records for a container IP, also which interfaces to use to query/announce ARP. If this is set to detect, the right network interface (the one which is...
  14. O

    New Proxmox VE 1.6 kernels (2.6.32 and 2.6.35)

    I was having this same problem on 2.6.18 kernels, for me it turned out to be a power supply issue. not enough ooomph for all the hard drives I was running, or maybe varying voltages - not sure, but replacing the power supply seemed to fix the problem.
  15. O

    Html5 vnc

    I'd be interested in this as well, Guacamole seems to be a much better vnc viewer...
  16. O

    Help with additionals IP's from different Class

    Have you changed the line in your /etc/vz/vz.conf file: NEIGHBOUR_DEVS=detect should be: NEIGHBOUR_DEVS=all Make the change & reboot, let me know what happens...
  17. O

    Can't compile kernel module for 2.6.32-4-pve

    Ok, it appears the kernel *IS* there, but it's listed as 2.6.32-4-pve still. Just for grins I did: # apt-get install pve-kernel-2.6.32-4-pve pve-headers-2.6.32-4-pve And it said it was installing 2.6.32-28?? Wierd... Anyways, after the install, I rebooted and uname -r still shows...
  18. O

    Can't compile kernel module for 2.6.32-4-pve

    1. I know it's my fault, but can you guys remove the (+ Reply to Thread) button, or make it go away if you click "Reply" or "Reply With Quote"? LOL.. I can't tell you how many times I've typed a long reply and then accidentally clicked the "Reply to Thread" button and lost everything... (Just...
  19. O

    Can't compile kernel module for 2.6.32-4-pve

    Yes, the driver works with 2.6.18 kernel, however - 2.6.18 it super-slow compared to the 2.6.32 kernel for disk throughput.. Do we have a change log for 1.7?
  20. O

    Can't compile kernel module for 2.6.32-4-pve

    I had some problems with an existing server running 1.5 (which was later apt-get upgraded to 1.6 but still ran the 2.6.18 kernel), so I took it out of commission to fix it. After fixing it, I decided to re-install from scratch and make everything clean and fresh. In the process of doing so...