Search results

  1. L

    Open Media Vault on container install issues

    thanks for the reply. I've now installed it over a debian 6 container but have other issues as OpenMediaVault does not seem to have a "local directories" option for sharing points. I mean, even if I bind mount the partitions I want to share with the NAS I can't seem to find a way of adding them...
  2. L

    Open Media Vault on container install issues

    Hi. Trying to get a file server running on a container under a proxmox-ve-2.6.32: 2.3-96 installation. Open Media Vault runs under a Debian install and the new version will use a Debian 7 as base installation so I was trying to do an install now under a Debian 7 container. Apparently the install...
  3. L

    BIND dns server rquired

    Our system included after install: I assume that means I can uninstall bind9 (server) But what is the easiest to allow host to "forward" DNS requests? Does not PVE host include that? I mean, I want all VMs and containers resolving to the hotst IP address so I can cache them and have static...
  4. L

    BIND dns server rquired

    Can anyone confirm if the BIND server that comes preinstalled and running with PVE 2 (on OVH servers at least) can be safely disabled and removed. I use to run a small DNSMASQ instance on the host merely to act as a DNS cache and central point for all VMs on that host and BIND just seems to be...
  5. L

    Should container bind mounts contain mount flags?

    I was rather (very) unsuccessful with my last query regarding mount options con container (http://forum.proxmox.com/threads/12728-Improving-mount-parameters-how-to) so I'll try again with a related question. I am trying to improve mount options in general on our system. We heavily use bind...
  6. L

    One question about clustering in Proxmox 2.x

    This worked for me too on 2 nodes that were failing and we could not recover. Thanks. As I've read on other posts I also find a fail that PVE cluster has become so much more complex to maintain and that it does not include a simple "remove" from cluster command or even better that the new...
  7. L

    two unrelated issues/questions

    Same issue here and your solution worked perfectly. Thanks mo_
  8. L

    Improving mount parameters how to

    Trying to improve our partitions and mount points while migrating a new server to the latest release we are splitting some partitions in order to improve mount points with specific parameters (as noatime,data=writeback,barrier=0,nobh and others) for web files, mysql, etc We currently only use...
  9. L

    Help with PVE 2 Cluster planning setup

    We are migrating one of our online servers (OVH) from 1.9 to 2.2 release via a new server setup. The host node has 1 main OpenVZ container plus 2 other for logging and minor tasks. For additional security we are considering hosting a second cheaper server that is capable of running PVE and...
  10. L

    pve-data size and partitioning on install

    I understand you mean these and that they should already be implemented on the installer just as the rest of documented parameters of installation? If so, I'll give it a try. Many thanks.
  11. L

    pve-data size and partitioning on install

    We are planning an upgrade to pve 2.1 of a local server with a considerably modified partition table. At the time we took the work of resizing root and pve-data partitions to allocate for example some tmp and cache LVM partitions and a 60Gb root. I was really hoping that pve 2 would include...
  12. L

    32bit vs 64bit containers

    This thread which (I never found before) http://forum.proxmox.com/threads/677-64bits-images-possible?highlight=ssh clarified a lot about the issue. Basically PVE developers consider 64 bit containers can "waste" a lot of RAM without a proportional return in system speed ! My concern is basically...
  13. L

    32bit vs 64bit containers

    I apparently wrong, thought this was the case with host "physical" systems, but I understand by your comment that also applies to containers ;(
  14. L

    32bit vs 64bit containers

    I am uncertain about the real limitations/advantages of having OpenVZ containers running 32bit vs 64bit templates. My doubt raised after trying some mysqltuner on a Debain container that reported: [!!] Switch to 64-bit OS - MySQL cannot currently use all of your RAM Are there any...
  15. L

    module CSF on vm failed

    Re: xt_connlimit on vm failed I have the same issue with a Debian VM Host specs: pve-manager: 1.9-26 (pve-manager/1.9/6567) running kernel: 2.6.32-6-pve proxmox-ve-2.6.32: 1.9-55 pve-kernel-2.6.32-6-pve: 2.6.32-55 qemu-server: 1.1-32 pve-firmware: 1.0-14 libpve-storage-perl: 1.0-19 vncterm...
  16. L

    Shapping traffic and combine public and private IPs

    Thanks udo. Remain completely stack on this. I am gone to create "local" VM bridged to my vmbr10 (see http://pve.proxmox.com/wiki/Protected_VLAN) which solves the issue between any local VM on that local network. My problem is I was hoping my "main" machine which receives public traffic to...
  17. L

    Web Management : Internal Server Error

    Thanks. Truly some packets were missing on reinstall. Nevertheless the problem got solved before that. Although not sure, we believe it had to do with a warning we had on pve restart regarding an iptables_modules directive either at vz.conf or one of the machines confs that could not be parsed...
  18. L

    Web Management : Internal Server Error

    Back to this issue again but now on a clean OVH server with no Debian upgrade. Clean OVH install of PVE. Upgraded kernel via apt-get to 2.6.32-6 and I understand pve-manager at the same time. After restart, back to the perl issues when listing vz machines. It seems an issue between PVE and VZ...
  19. L

    Shapping traffic and combine public and private IPs

    Further to a previous post regarding combining public and private IPs that I was not very lucky with, I've managed to have a working setup for OpenVZ containers sharing either public or private IPs as follows: # network interface settings auto lo vmbr0 vmbr1 vmbr10 iface lo inet loopback...
  20. L

    Combine public and private IPs ov OpenVZ VM easiest configuration

    Hi. I've dig around as much as I could for a simple setup that allows me to combine VMs on public IPs with others with private ones (hoping some of this services could be NATed via a the firewall/router). I found some interesting proposal that made me configure the host machine network as...