Search results

  1. M

    [SOLVED] LXC overwriting my config changes.

    I know this is an old thread, but could someone, if not scap, briefly explain how do you "mount a volume from the host using a fstab that is in the config directory"? Which fstab file (a different one than the /etc/fstab?) and which config directory?
  2. M

    [SOLVED] nano odd behaviour in LXC

    Good find, Fabian. I can confirm that the same error happens inside an openVZ container. With LXC, the default TERM can be set permanently in the config file for the container. cat /var/lib/lxc/105/config ....... lxc.environment = TERM=vt100 ....... Both TERM=vt100 and TERM=vt102, as well as...
  3. M

    [SOLVED] nano odd behaviour in LXC

    Are the bash versions on your container, host and bare metal the same? (bash --version)
  4. M

    [SOLVED] nano odd behaviour in LXC

    What's the host's OS and the OS inside the LXC?
  5. M

    ProxmoxVE 5. Did not installed on Debian 8

    Does the result of the 'hostname' command match the hostname in your /etc/hosts?
  6. M

    [SOLVED] nano odd behaviour in LXC

    So, the cursor moves to line 3 in joe but not in nano when you run your script inside the container?
  7. M

    [SOLVED] nano odd behaviour in LXC

    What happens if you use joe instead of nano in your script (after installing the joe editor package in your container)? joe +3 file.txt
  8. M

    noauto_da_alloc anyone?

    Never knew or heard about this switch for ext4 until now. " Delayed allocation is used by write system call. It delays real block allocation until written data is flushed from memory to disk. Prevent file fragmentation and decrease CPU utilization. Suppress writes to temporary files which exist...
  9. M

    ProxMox Mail Gateway Free Subscription Limit.

    I've read somewhere, but can't remember where now, that the number of spamassassin custom rules that can be used when scanning an email is limited in the free edition? Is that true?
  10. M

    DCC + Pyzor + Virus Scanners ?

    Thanks Davide for your advice. How do you enable avast? Does avast have a downloadable command-line scanner for Linux? I've also noticed some code for virustotal? Does PMG-5 send the emails to virustotal for scanning? Wouldn't that be great if that were the case, it would guarantee 99.9999%...
  11. M

    WARNING: Use of uninitialized value $spages ?

    Hi, I've just installed PMG-5 in an openVZ container (PVE 3.4, the container template is debian stretch from openvz.org) and all seems to be working fine. But, I am getting copious amounts of this error in the log files in /var/log/ . WARNING: Use of uninitialized value $spages in int at...
  12. M

    DCC + Pyzor + Virus Scanners ?

    Hi, Is it possible to add DCC (https://www.dcc-servers.net/dcc), Pyzor (https://packages.debian.org/stable/pyzor) and additional virus scanners to PMG? How? Thanks.
  13. M

    Wget PMG ISO ?

    Thanks, Thomas and Tom. Excellent.
  14. M

    Wget PMG ISO ?

    Hi, Is there a direct URL to download the PMG .iso file via ssh? Thanks.
  15. M

    Proxmox 3.4 + OpenVZ + DRBD ?

    Hi, The DRBD article on the Proxmox Wiki explicitly says that only KVMs can be replicated with DRBD. Is that valid for Proxmox 3.4? Is it not possible to replicate OpenVZ containers with DRBD? Thanks.
  16. M

    How To Relay Incoming Mail to Mail Server?

    Before installing PMG 5.0, here's what I can't seem to find an answer in the docs for. Let's assume the mail server and the PMG server are VMs on 2 separate Proxmox nodes. Every domain's MX record points to the PMG server. PMG filters incoing emails for the domain and then what? How does PMG...
  17. M

    Proxmox 4 / LXC: Chroot instead of raw images?

    Yes. As you've said it, can't set quotas on individual files/directories if: * the container has been formatted with XFS (raw image) or resides in a partition formatted with XFS (openvz6-simfs) * the container is a ZFS subvolume So basically, XFS and ZFS are unusable if second-level user...
  18. M

    Proxmox 4 / LXC: Chroot instead of raw images?

    The question is, is it possible to replace or add files to the mounted raw file from the host (from a backup, for example) without disturbing the user quotas, in the same way that it is possible to do with OpenVZ (simfs) containers.
  19. M

    Proxmox 4 / LXC: Chroot instead of raw images?

    Aren't the user and group quotas for the subvol itself? Like, it is impossible to set individual user quotas inside the subvol. It is the same issue with XFS in OpenVZ 6 (simfs) containers; there is no support for user quotas if the storage device has been formatted with XFS.