[8349] in testers
Re: debathena-precise-cluster issues
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Sat Jun 23 09:53:17 2012
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <alpine.DEB.2.00.1206211443540.5300@dr-wily.mit.edu>
Date: Sat, 23 Jun 2012 09:53:09 -0400
Cc: Alex T Prengel <alexp@MIT.EDU>, debathena@MIT.EDU, testers@MIT.EDU
Message-Id: <0AA3AFF5-FC93-444E-9CDE-49B5237899FF@mit.edu>
To: Geoffrey Thomas <geofft@MIT.EDU>
Content-Transfer-Encoding: 8bit
On Jun 21, 2012, at 5:46 PM, Geoffrey Thomas wrote:
> On Thu, 21 Jun 2012, Alex T Prengel wrote:
>
>> Hi,
>>
>> In testing the Alpha release of debathena-precise-cluster I ran across
>> the following:
>>
>> A significant number of 32 bit applications have missing library
>> dependencies due to ia32-libs not being installed. I'll report this and
>> other missing packages in trac.
>
> Looks like what we intended to catch in #931. We probably want to install the moral equivalent of debathena-athena-libraries:i386. (Can you apt-get install that? I _think_ you should be able to.)
>
>> Various multimedia applications and chromium-browser generate errors
>> like "shm_open() failed: permission denied". chromium-browser helpfully
>> suggests running:
>>
>> chmod 1777 /dev/shm
>>
>> as root to fix this.
>
> Oh, I bet we're not bind-mounting /run/shm properly.
Uh, we should be. See r25538 and friends. I'd be interested to know what the output of "mount" and "readlink -f /dev/shm" are when this failure occurs.
-Jon