Change logs for mountall source package in Precise

  • mountall (2.36.4ubuntu0.1) precise; urgency=medium
    
      * mounted-dev.conf: Don't mess with consoles inside containers. (LP: #1075717)
     -- Stephane Graber <email address hidden>   Wed, 21 Jan 2015 13:04:17 -0500
  • mountall (2.36.4) precise-proposed; urgency=low
    
      * Ensure callbacks are called directly when running with --no-events,
        otherwise the "event" handling of the non-events never finishes and
        mountall hangs.  LP: #1099349.
     -- Steve Langasek <email address hidden>   Wed, 16 Jan 2013 17:13:23 -0800
  • mountall (2.36.3) precise-proposed; urgency=low
    
      * Adjust parsing of options so mountall doesn't strip options that are
        substrings of these strings (showthrough, optional, bootwait, nobootwait
        or timeout). This fixes the issue where timeo was getting stripped from
        nfs mounts. LP: #1041377.
     -- Dave Chiluk <email address hidden>   Wed, 19 Dec 2012 10:21:43 -0600
  • mountall (2.36.2) precise-proposed; urgency=low
    
      * Fix a remaining issue with making the mounting and mounted events fully
        asynchronous.  LP: #1078926.
    
    mountall (2.36.1) precise-proposed; urgency=low
    
      * Add options to mountall(8) manual page.  LP: #805509.
      * Allow 'mounting' and 'mounted' signals from unrelated mounts to be
        processed in parallel.  Thanks to Alexander Achenbach for the initial
        patch.  LP: #643289.
    
      [ Andy Whitcroft ]
      * Add support for mounting the efivars filesystem onto
        /sys/firmware/efi/efivars.  LP: #1063061.
     -- Steve Langasek <email address hidden>   Mon, 03 Dec 2012 23:44:16 +0000
  • mountall (2.36.1) precise-proposed; urgency=low
    
      * Add options to mountall(8) manual page.  LP: #805509.
      * Allow 'mounting' and 'mounted' signals from unrelated mounts to be
        processed in parallel.  Thanks to Alexander Achenbach for the initial
        patch.  LP: #643289.
    
      [ Andy Whitcroft ]
      * Add support for mounting the efivars filesystem onto
        /sys/firmware/efi/efivars.  LP: #1063061.
     -- Steve Langasek <email address hidden>   Thu, 08 Nov 2012 00:29:40 -0800
  • mountall (2.36) precise; urgency=low
    
      * If no specific fsck.* checker is found for a given filesystem type
        (except for a short list where we know that checkers really should be
        present), skip checking that filesystem rather than emitting scary error
        messages (LP: #838091).  This duplicates some logic from 'fsck -A', but
        that seems reasonable given mountall's purpose.
     -- Colin Watson <email address hidden>   Thu, 12 Apr 2012 18:58:16 +0100
  • mountall (2.35) precise; urgency=low
    
      * conf/mounted-tmp.conf: Mount an 1 MiB tmpfs on /tmp/ if /tmp has less than
        1 MB of space, so that booting has a chance of succeeding with a full
        disk. Ubuntu up to 8.04 LTS already had this, but this got lost in
        between. (LP: #932598)
     -- Martin Pitt <email address hidden>   Thu, 08 Mar 2012 11:57:29 +0100
  • mountall (2.34) precise; urgency=low
    
      * Change conf/mounted-debugfs.conf to run the chmod in a || true.
        This is to avoid showing an "Event failed" message in containers
        where apparmor denies access to /sys/kernel/debug.
        Having that job always success shouldn't make any difference as it's
        not running anything after that chmod and /sys/kernel/debug is indeed
        mounted.
     -- Stephane Graber <email address hidden>   Wed, 15 Feb 2012 12:54:40 -0500
  • mountall (2.33) precise; urgency=low
    
      * Mark mountall as Multi-Arch: foreign to allow for upstart to be
        installable with multi-arch (needed for armhf containers on x86)
     -- Stephane Graber <email address hidden>   Thu, 02 Feb 2012 13:09:51 -0500
  • mountall (2.32) precise; urgency=low
    
      [ Steve Langasek ]
      * Drop /lib/init/rw from /lib/init/fstab, since this is now always a symlink
        to /run.
    
      [ James Hunt ]
      * src/mountall.c: mounted(): Add cast to appease gcc 4.6.2.
    
      [ Stéphane Graber ]
      * src/mountall.c: mount_policy(): Ignore mount points if there is already a
        mounted child (required for lxc(7) to ignore mounts such as /dev).
     -- James Hunt <email address hidden>   Thu, 05 Jan 2012 16:07:12 +0000
  • mountall (2.31) oneiric; urgency=low
    
      * Added com.ubuntu.Mountall.server interface. Implemented the mntctl command
        with 4 commands: 1. StopTimer 2. RestartTimer 3. ChangeMountDevice 4.
        Version.
      * Fixed the coding style bugs in the "timeout" option related code. Also
        removed a break from the is_device_ready () to get the "device-not-ready"
        event for all the devices which are marked with the timeout option and
        which are not ready by the time the timer expires.
      * Added debian/initramfs/Makefile.am to install mountall.initramfs-hook as
        an initramfs hook that installs mntctl, mountall and other files needed by
        an event driven initramfs. Also added
        debian/initramfs/upstart-jobs/Makefile.am to install the upstart-jobs
        related to mountall in the event driven initramfs. The current
        mountall.conf execute as an upstart job in place of the "local" script in
        the non-event driven initramfs
     -- Surbhi Palande <email address hidden>   Fri, 15 Jul 2011 13:32:33 +0100