[26546] in Source-Commits

home help back first fref pref prev next nref lref last post

Re: /svn/athena r25615 - trunk/debathena/config/reactivate/debian

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Thu Jul 5 18:48:13 2012

Date: Thu, 5 Jul 2012 18:48:09 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201207051723.q65HNsrB023262@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1207051847580.18441@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

Sigh indeed.  ACK.
-Ben

On Thu, 5 Jul 2012, Jonathan D Reed wrote:

> Author: jdreed
> Date: 2012-07-05 13:23:53 -0400 (Thu, 05 Jul 2012)
> New Revision: 25615
>
> Modified:
>   trunk/debathena/config/reactivate/debian/changelog
>   trunk/debathena/config/reactivate/debian/mount-athena.in
> Log:
> In reactivate:
>  * Sigh.  Order matters in the mounts file because with the /run
>    transition, /run/shm needs to get bind-mounted after /run, otherwise
>    it ends up with the wrong mode bits.
>
>
> Modified: trunk/debathena/config/reactivate/debian/changelog
> ===================================================================
> --- trunk/debathena/config/reactivate/debian/changelog	2012-07-05 15:52:44 UTC (rev 25614)
> +++ trunk/debathena/config/reactivate/debian/changelog	2012-07-05 17:23:53 UTC (rev 25615)
> @@ -1,3 +1,11 @@
> +debathena-reactivate (2.0.36) unstable; urgency=low
> +
> +  * Sigh.  Order matters in the mounts file because with the /run
> +    transition, /run/shm needs to get bind-mounted after /run, otherwise
> +    it ends up with the wrong mode bits.
> +
> + -- Jonathan Reed <jdreed@mit.edu>  Thu, 05 Jul 2012 13:24:33 -0400
> +
> debathena-reactivate (2.0.35) unstable; urgency=low
>
>   * Update debian/copyright for 3-clause BSD and one GPL'd file
>
> Modified: trunk/debathena/config/reactivate/debian/mount-athena.in
> ===================================================================
> --- trunk/debathena/config/reactivate/debian/mount-athena.in	2012-07-05 15:52:44 UTC (rev 25614)
> +++ trunk/debathena/config/reactivate/debian/mount-athena.in	2012-07-05 17:23:53 UTC (rev 25615)
> @@ -5,10 +5,10 @@
> /proc		/proc		none	rw,bind		0	0
> /sys		/sys		none	rw,bind		0	0
> /dev		/dev		none	rw,bind		0	0
> -_DEVSHM_	_DEVSHM_	none	rw,bind		0	0
> /dev/pts	/dev/pts	none	rw,bind		0	0
> _VARRUN_	_VARRUN_	none	rw,bind		0	0
> _VARLOCK_	_VARLOCK_	none	rw,bind		0	0
> +_DEVSHM_	_DEVSHM_	none	rw,bind		0	0
> /var/log	/var/log	none	rw,bind		0	0
> /var/tmp	/var/tmp	none	rw,bind		0	0
> /afs		/afs		none	rw,bind		0	0
>
>

home help back first fref pref prev next nref lref last post