[26039] in Source-Commits
Re: /svn/athena r25357 - trunk/debathena/config/auto-update/debian
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Wed Aug 3 23:29:42 2011
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <201108040313.p743DaNR029263@drugstore.mit.edu>
Date: Wed, 3 Aug 2011 23:29:34 -0400
Cc: source-commits@mit.edu
Message-Id: <BA1BBC2C-4D6B-4936-803F-902CC58B21E4@mit.edu>
To: Jonathan D Reed <jdreed@mit.edu>
Content-Transfer-Encoding: 8bit
Geoff ACK'd this in person and it's now in -dev. I plan to push it out to production tomorrow morning.
-Jon
On Aug 3, 2011, at 11:13 PM, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2011-08-03 23:13:36 -0400 (Wed, 03 Aug 2011)
> New Revision: 25357
>
> Modified:
> trunk/debathena/config/auto-update/debian/athena-auto-upgrade
> trunk/debathena/config/auto-update/debian/changelog
> Log:
> In auto-update:
> * If we do stupid VGA tricks, we need to scribble over plymouth
> (stopping it is not sufficient) and chvt 1
>
>
> Modified: trunk/debathena/config/auto-update/debian/athena-auto-upgrade
> ===================================================================
> --- trunk/debathena/config/auto-update/debian/athena-auto-upgrade 2011-08-03 22:10:30 UTC (rev 25356)
> +++ trunk/debathena/config/auto-update/debian/athena-auto-upgrade 2011-08-04 03:13:36 UTC (rev 25357)
> @@ -176,8 +176,13 @@
> debathena/pxetype=cluster --"
> dead_chicken() {
> debug "Waving dead chicken..."
> + debug "Scribbling over Plymouth"
> + ln -nsf /bin/true /sbin/plymouthd
> + $MAYBE chvt 1
> + sleep 2
> # Run the video card's POST to reset it
> $MAYBE vbetool post
> + sleep 2
> # Disable the framebuffer, falling back to VGA
> if [ $DEBUG -eq 1 ]; then
> echo "Would echo 0 > /sys/class/vtconsole/vtcon1/bind"
>
> Modified: trunk/debathena/config/auto-update/debian/changelog
> ===================================================================
> --- trunk/debathena/config/auto-update/debian/changelog 2011-08-03 22:10:30 UTC (rev 25356)
> +++ trunk/debathena/config/auto-update/debian/changelog 2011-08-04 03:13:36 UTC (rev 25357)
> @@ -1,3 +1,10 @@
> +debathena-auto-update (1.30) unstable; urgency=low
> +
> + * If we do stupid VGA tricks, we need to scribble over plymouth
> + (stopping it is not sufficient) and chvt 1
> +
> + -- Jonathan Reed <jdreed@mit.edu> Wed, 03 Aug 2011 21:09:15 -0400
> +
> debathena-auto-update (1.29) unstable; urgency=low
>
> * Only do the aforementioned VGA tricks on cluster hardware
>