[OpenAFS-devel] macintosh
Marcus Watts
mdw@umich.edu
Sat, 06 Jan 2007 08:51:49 -0500
Just a small update.
I finally got the package script to build something
that would install. Besides the two bugs I found,
turns out the kernel I built was missing stuff,
and the errors were in fact going into /var/log/installer.log
After it installed, I wanted to change /afs . Which meant changing
CellServDB and rebooting. When I tried to stop & start openafs,
it died. It offered me a trouble report on the reboot, but
then never gave me anything. I found some stuff in /Library/Logs/panic.log
which at least contains register values. I have no idea how to
relate the program counter values I see there with the corresponding line
of source. It's not clear to me how I would go about getting
a crash dump, if this is even possible.
Anyways, I can now do this:
dynamic234-218:/afs/cats.umich.edu/w00t admin$ uname -a
Darwin dynamic234-218.staff.itd.umich.edu 8.8.0 Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC Power Macintosh powerpc
dynamic234-218:/afs/cats.umich.edu/w00t admin$ tokens
Tokens held by the Cache Manager:
K5 credential for mdw@CATS.UMICH.EDU in cell cats.umich.edu [Expires Jan 6 16:59]
--End of list--
dynamic234-218:/afs/cats.umich.edu/w00t admin$ rm test44 ; echo hi > test44 ; ls -ld test44
-rw-rw-rw- 1 25131 staff 3 Jan 6 07:15 test44
dynamic234-218:/afs/cats.umich.edu/w00t admin$
I still wish the configure options I passed in were less mysterious.
-Marcus