Recent content by FrankB

  1. F

    TurnKey Laravel Container Template

    I can't seem to setup a CT with this template. Is anyone else having an issue with this template? Where can I go to search for updated LXC templates I can upload? tar: ./var/spool/postfix/dev/urandom: Cannot mknod: Operation not permitted tar: ./var/spool/postfix/dev/random: Cannot mknod...
  2. F

    Has anyone done a successful PVE 4 to 5 upgrade?

    OK! Great! Sounds like it will go off without a glitch then.
  3. F

    Has anyone done a successful PVE 4 to 5 upgrade?

    I saw this guide: https://linuxconfig.org/how-to-upgrade-debian-8-jessie-to-debian-9-stretch that allows me to upgrade from jessie to stretch. I would assume I would need to do the same thing for proxmox to get from 4 to 5. Has anyone done it successfully? Any guides to do it?
  4. F

    [SOLVED] lxc-start fails! --> unsupported debian version '9.1'

    I ended up doing a dist-upgrade on the box and that fixed this problem as well.
  5. F

    apt-get upgrade ended in a failure to start a daemon

    Not sure, but I did a dist-upgrade on the whole box and rebooted it and it fixed everthing.. Go figure.
  6. F

    [SOLVED] lxc-start fails! --> unsupported debian version '9.1'

    After modifying /usr/share/perl5/PVE/LXC/Setup/Debian.pm do I need to restart something? Mine is still erroring with debian 9.
  7. F

    apt-get upgrade ended in a failure to start a daemon

    Job for pvedaemon.service failed. See 'systemctl status pvedaemon.service' and 'journalctl -xn' for details. dpkg: error processing package pve-manager (--unpack): subprocess installed post-installation script returned error exit status 1 E: Sub-process /usr/bin/dpkg returned an error code (1)...
  8. F

    Persistent LXC container options

    It seems that /etc/lxc/default.conf doesn't have much bearing. /usr/share/lxc/config/common.conf seems to be a better fit except that you can't control it per container, it will be applied system wide to all containers. Would be nice if it could be controlled per container.
  9. F

    Persistent LXC container options

    Gonna try throwing it into /etc/lxc/default.conf and seeing what happens.
  10. F

    Persistent LXC container options

    It seems that the config files get regenerated by proxmox and overwrites the "lxc.rootfs.options = noatime" option I threw in there. How can I make it persistent?
  11. F

    Where can I add --noatime to my lxc containers?

    Crap, when the config file gets regenerated, the parameter gets removed. Where can I make it part of the template and persistent.
  12. F

    Installing an ISO on a linux container

    I decided I wanted to test out how asterisk runs inside an lxc container. How latency is affected and what tweaks can be made to correct those problems. So I picked up a copy of freepbx and threw the ISO in the proper /var/lib/vz/template/iso directory and it showed up just fine. But when I...