Search results

  1. L

    LXC multiple NIC's accessibility issue

    Add it this question to stackoverflow as the only fix I can figure so far is by using only one MAC for all the IPs, which is something I would rather avoid. https://stackoverflow.com/questions/54905772/network-config-of-container-lxc-with-multiple-ips-not-working-after-upgrade-to
  2. L

    LXC multiple NIC's accessibility issue

    Hi all. We have a proxy server with a few IPs from OVH pointing to it as per the recommended IP configuration for PVE/OVH... this is, virtual MAC addresses for each created and all their gateways pointing to the same gateway of the host. This was working on PVE 4 and also after upgrade to 5...
  3. L

    apparmor error every few seconds

    Testing an upgraded host and container to Debian 9 we keep getting an apparmor error on syslog. I've read other threads about this being a "warning" of some process trying to remount something not allowed on the container but can't figure out what it is. prox-test kernel: [1893537.445678]...
  4. L

    Convert to template not working if with bind mounts?

    Hi. I was trying to test the possibilities of converting a container to template. Also wanted to test the possibilities of "linked clones" but I've discovered that as I understand no template or cloning possible if bind mounts are included on the container. unable to clone mountpint 'mp3' (type...
  5. L

    Web interface access error.log location?

    Hello, trying to configure login protection to PVE interface and can't find where failed logins are logged. I can see /var/log/pveproxy with traffic of the front but don't see there login details. Can't find documentation either. Thanks.
  6. L

    lvm thin pool full, how to resize

    We had a major issue today with a server which had some too many containers running over an lvm thin partition. Two of them had a log issue and the whole system collapsed with I/O errors we assume because the thin pool got too full. On restart only a couple of containers were working. We...
  7. L

    Use of variables in lxc.conf files

    We use to use VMID vars in OpenVZ conf files to define fixed mount points on all our containers. We've been trying to achieve the same with LXC without success. Something like: mp2: /logs/$VMID,mp=/logs I understand there are a number of Environment Variables available in LXC...
  8. L

    Swap allocation recommendatios

    No one? Can someone at least confirm if they use swap or not in containers and if the behaviour is similar as I comment here? Thanks.
  9. L

    Swap allocation recommendatios

    Hi, can any one point me to guidelines for RAM configuration on containers? Ever since we updated to Proxmox 4 we to often get containers overusing swap even if their allocated RAM seems on ranges of 40-60%. We've adjusted the vm.swappiness on the host system to 10 now with similar results. It...
  10. L

    Kernel 4 panic after upgrade

    /boot could have been small at a point but not to that extend and not yesterday when we installed latest kernel. sdg 8:96 0 238,5G 0 disk ├─sdg1 8:97 0 511M 0 part /boot └─sdg2 8:98 0 230,2G 0 part...
  11. L

    Kernel 4 panic after upgrade

    We've had issues twice now updating the pve kernel on a system. After restart we get a kernel panic error that we understand is related to the fact that the corresponding initramfs file was not created. We've tried by uninstalling that kernel via apt. When we do the post (de)installation...
  12. L

    grub-update detecting all containers OS

    pveversion: proxmox-ve: 4.2-56 (running kernel: 4.4.6-1-pve) pve-manager: 4.2-17 (running version: 4.2-17/e1400248) pve-kernel-4.4.6-1-pve: 4.4.6-48 pve-kernel-4.4.13-1-pve: 4.4.13-56 pve-kernel-2.6.32-45-pve: 2.6.32-174 pve-kernel-4.4.10-1-pve: 4.4.10-54 lvm2: 2.02.116-pve2 corosync-pve...
  13. L

    grub-update detecting all containers OS

    We recently upgraded to PVE4 and migrated all containers to LVM-thin drives. We've been removing some old kernels and on one of them grup-update was executed and I noticed that grub is checking all drives, including the containers one. Found Debian GNU/Linux (7.7) on /dev/sdb2...
  14. L

    Local network of containers how to

    We've seemed to track the issue but I am not really sure of the explanation or correct/recommended configuration. On previous PVE versions we had on vmbr10 (private lan) definition: post-up iptables -t nat -A POSTROUTING -s '10.0.0.0/24' -o vmbr0 -j MASQUERADE As we use CSF as a firewall on...
  15. L

    Local network of containers how to

    Initially the issue was not being able to connect from one to the other but I've now realized I have a "higher" problem with network traffic in general for those containers as they don't seem to be able to root traffic to the internet if they only have a local network. This is: HOST: # The...
  16. L

    Local network of containers how to

    Hi. On a PVE4 upgrade we are having some issues to understand best setup for local traffic among containers. Some containers only have "local network" IP/interfaces (10.0.0.XXX) while others have various public ones + a local. Host also has an interface with a local network IP. Up till now...
  17. L

    Trying to understand LVM models in 4.2

    Thanks. Now to understand ho to archive the "new" default storage on an upgraded install... I converted /pve/data like this: lvconvert --type thin-pool pve/data - Any issues in maintaining that mounted on /var/lib/vz while also using it for new LVM thin container storage? - Should it or...
  18. L

    Trying to understand LVM models in 4.2

    We are currently migrating one server to 4.2 and LXC and after looking at various threads I still don't have 100% clear what the new use of LVM-thin involves as far as previous storage model. We mainly use containers with many bind mounts we've now migrated to LXC contents. We maintain LVM...
  19. L

    Cleanup and unneeded services after upgrade to 3.3

    We recently upgraded a local installation to PVE 3.3 and had an issue with the final cleanup step of the upgrade script, so we had to repeat the process and avoided that part. In order to cleanup the system and deactivated services we don't use I would appreciate if anyone could confirm: -...
  20. L

    Flashcache on Proxmox 3.x

    I was wondering if dlasher or anyone has any more info or advance on these. We are upgrading a local small server and was considering using 2 SSD disks to improve system, mainly using it for system and VMs on OpenVZ. I was also considering using them with LVM over softraid moving most write...