1. Ubuntu unattended upgrades the salt way

    There are many ways to turn on the unattended upgrades in Ubuntu. Creating files in /etc/apt/apt.conf.d, reconfiguring the package by hand, reinstalling after debconf, etc.

    Here’s a simple way to do it with salt without breaking the Ubuntu / debconf integration:

    unattended-upgrades:
      debconf.set:
        - data …
    read more
  2. Are your data archives append-only?

    Any long-term data archives you keep - backups, copies of logs, code repositories, audit entries, etc. Are they append-only? I don’t mean from the perspective of the account owner. Of course the operator is able to do whatever he wants with those files, including deleting them.

    But what about your …

    read more
  3. Issues with preseeding dbconfig

    There’s an interesting side effect to way Debian-like systems handle the database configuration for various packages. Instead of each package setting the connection parameters on their own, they reuse the abstraction provided by package ‘dbconfig-common’. This is all fine in theory, but unfortunately dbconfig doesn’t seem to behave …

    read more

« Page 5 / 7 »

blogroll

social