[OpenAFS-devel] macintosh
Derrick J Brashear
shadow@dementia.org
Sat, 6 Jan 2007 11:25:57 -0500 (EST)
On Sat, 6 Jan 2007, Marcus Watts wrote:
> 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
Not surprising.
> 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.
Apple's knowledgebase has a document on getting one.
All I do is:
ARCHFLAGS="-arch i386 -arch ppc" ./configure --enable-transarc-paths --with-krb5-conf=/usr/bin/krb5-config
ARCHFLAGS="-arch i386 -arch ppc" make dest
sudo make packages
Not very mysterious.