Search results

  1. J

    Performace issue

    Nope. Do you think it's the only possible way?
  2. J

    Performace issue

    Hi, I have 2 supermicro servers with latest Proxmox 3.0 installed on both: N1 - H8DMR-82 (nVidia chipset, AMD CPU) and N2 - X8SIE (Intel chipset, Xeon CPU). While N2 works great, N1 has some performance issues: top shows ksoftirqd eats cpu. I booted N1 in a single user mode and simulated the...
  3. J

    EXT4 error: no quota engine running

    Faced same issue on Proxmox 3.0: Are there any other suggestions besides changing ext4 to ext3?
  4. J

    Network lag

    This issue (along with another one - see below) has been resolved after changing CT settings from venet to veth. Thanks to all of you! NB In parallel, I struggled with another strange issue. I have two containers on two Proxmox servers. Both are CentOS 6. The CTs are in different VLANs. VLANs...
  5. J

    Network lag

    Yeah, I've already found that thread (thank you for the string to google). I'm reading it forward and back and back and forward and still not sure I understand how they solved the issue.. Do they mean I have to use veth interface instead of venet?
  6. J

    Network lag

    snowman66, I do not think so. I see this issue only with openvz containers. All other servers are ARP-replying pretty fast. Also, there are only two D-Link switches that all servers are plug into and there is one meter between them. Any more ideas?
  7. J

    Network lag

    If you're asking me, I've no idea :(
  8. J

    Network lag

    Hi, I'm running Proxmox 2.3 with the latest updates installed (though, I noticed the same issue on the previous 2.3 builds). When I ping (from another server) an openvz container which has no network load at the moment, the 1st ping has high latency: # ping vm-centos6-2 PING...
  9. J

    vlans and containers

    Looks like I got what you mean: I should use veth device, not venet (https://openvz.org/Differences_between_venet_and_veth). Thanks for your help!
  10. J

    vlans and containers

    firewall - accept policy is everywhere no issues with routing, since i have a KVM machine in vlan 12 on the same proxmox and it works without issues. As I told before, traceroute does not work, since the router can't resolve a mac of 172.27.200.10 - - - Updated - - - Well, I actually thought...
  11. J

    vlans and containers

    Hello, I got stuck with the following: Two VLANs (1 and 12) are configured on a Proxmox server: # ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope...
  12. J

    [SOLVED] strange issue during booting from usb flash drive

    Yeah, it works pretty nice. Of course, I had to tune up the system to avoid unwanted writes to the flash drive. I used following thread for the setup (thanks to those guys!): http://forum.proxmox.com/threads/10414-Proxmox-boot-from-usb-pen-drive And before that I had a hard time trying to...
  13. J

    [SOLVED] strange issue during booting from usb flash drive

    My mistake. USB drive was not the 1st boot device. Please, close or delete this thread.
  14. J

    [SOLVED] strange issue during booting from usb flash drive

    Hello. I apologize in advance if you decide this is not a Proxmox issue but rather grub2 or kinda. I faced it during booting Proxmox only. I have a server - Supermicro SYS-5016I-MTF. When I'm booting Proxmox from USB flash drive, I'm getting Grub2 error 22. The most strange thing is that if...