FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Apr 07, 2020
  2. Dec 18, 2019
  3. Jul 30, 2019
  4. Jul 23, 2019
  5. Jul 15, 2019
    • Dr Adam Thorn's avatar
      set perms on logrotate file in postinst · 4cdae9df
      Dr Adam Thorn authored
      NB arguably we "should" be doing this via debian/rules and
      calling dh_fixperms. Doing that is left as an exercise for
      whoever volunteers to refactor the way we build all of our
      local debs!
      4cdae9df
  6. Apr 23, 2019
  7. Jan 16, 2019
  8. Dec 06, 2018
  9. Nov 07, 2018
    • Dr Adam Thorn's avatar
      Escape $ in ssh commands used in prepare scripts · 71da2ff1
      Dr Adam Thorn authored
      Our backup logs are generally full of
      
      + ssh -p 22 -o ConnectTimeout=10 root@openvpn2020.ch.cam.ac.uk '
        umask 077
        FILELIST=`tempfile`
        CONFLIST=`tempfile`
        mkdir -p /var/adm/backup
        # Make logrotate use datestamps
        if ! grep -q dateext /etc/logrotate.conf ; then sed  -i '\''s/^include/dateext\ninclude/'\'' /etc/logrotate.conf ; fi
        # Which packages are installed?
        dpkg --get-selections | awk '\'' { print $1 ; } '\'' >/var/adm/backup/packages
        cat /var/lib/dpkg/info/*.list | while read F ; do [ -f "$F" ] && echo "$F" ; done | sort > $FILELIST
        awk '\''/Description:/ { flag = 0 } ; flag == 1 { print $1 ; }  ; /Conffiles:/ { flag = 1  } ; '\'' </var/lib/dpkg/status |  sort >$CONFLIST
        diff -u $FILELIST $CONFLIST | grep ^-/ | sed s/^-// >/var/adm/backup/package-files
        rm
       '
      rm: missing operand
      
      because we're not escaping the args to that final rm command! This means we gradually fill
      up /tmp, especially on machines that are infrequently rebooted (e.g. calculon)
  10. Nov 06, 2018
  11. Oct 22, 2018
  12. Oct 18, 2018
  13. Jun 19, 2018
  14. Jan 11, 2018
  15. Nov 30, 2017
  16. Oct 10, 2017
  17. Aug 11, 2017
  18. Jun 01, 2017
  19. May 22, 2017
  20. Mar 29, 2017
  21. Mar 28, 2017
  22. Feb 14, 2017
Loading