[7231] in testers
Re: Yet another kernel oops in 9.4.9, AFS issues
daemon@ATHENA.MIT.EDU (You (Yoyo) Zhou)
Thu Jul 7 20:55:32 2005
Date: Thu, 7 Jul 2005 20:55:20 -0400 (EDT)
From: "You (Yoyo) Zhou" <yoz@MIT.EDU>
To: testers@MIT.EDU
In-Reply-To: <Pine.LNX.4.62L.0507061309140.24464@fplgure.zvg.rqh>
Message-ID: <Pine.LNX.4.62L.0507072044540.14818@punenpgre.zvg.rqh>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
I succeeded in causing the same kernel oops on dewey.mit.edu (Athena Linux
9.4.9) that I reported experiencing earlier on character.mit.edu. This
time, I noticed that apparently, regardless of which Athena 9.4 Linux
machine I log into, ls -l lists my .k5login as
?--------- ? ? ? ? ? .k5login
even when I have tokens and can access other files in my home directory
properly; this condition did not go away for hours. (dewey.mit.edu had
this state even right after it was rebooted.) So I ran (under bash)
strace touch .k5login 2> /tmp/tempfile
and observed the kernel panic, then rebooted to recover the output of
strace. The important lines are below:
execve("/bin/touch", ["touch", ".k5login"], [/* 51 vars */]) = 0
uname({sys="Linux", node="dewey.mit.edu", ...}) = 0
.
.
.
open(".k5login", O_WRONLY|O_NONBLOCK|O_CREAT|O_NOCTTY|O_LARGEFILE, 0666 <unfinished ...>
+++ killed by SIGSEGV +++
--
Hypothetically,
Yoyo Zhou