[OpenAFS-port-darwin] OSXPref Pane news

Claudio Bisegni Claudio.Bisegni@lnf.infn.it
Fri, 3 Aug 2007 10:54:09 +0200


--Apple-Mail-6--481863653
Content-Type: multipart/alternative;
	boundary=Apple-Mail-5--481863773


--Apple-Mail-5--481863773
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=UTF-8;
	delsp=yes;
	format=flowed

Thanks Sebastian,
i have try to use it and try to make klog inside a demo app. I'he =20
tryed the two fucntion
int code =3D ka_Init(0);
if (code || !(lcell =3D ka_LocalCell())){

}
and i have seen that ka_Init and ka_LocalCell for example are not =20
part of default api. I've found it in two c file. It's correct this?

On 03/ago/07, at 10:33, Sebastian Hagedorn wrote:

> Hi Claudio,
>
> --On 3. August 2007 09:08:20 +0200 Claudio Bisegni =20
> <Claudio.Bisegni@lnf.infn.it> wrote:
>
>> 3) I'd like to rewrite the code to use directly afs api instead shell
>> script, where i can get header/develop lib from and afs installation?
>
> on any Mac that has OpenAFS installed you can find headers and =20
> libraries here:
>
> /Library/OpenAFS/Tools
> --=20
>     .:.Sebastian Hagedorn - RZKR-R1 (Geb=C3=A4ude 52), Zimmer 18.:.
> Zentrum f=C3=BCr angewandte Informatik - Universit=C3=A4tsweiter =
Service RRZK
> .:.Universit=C3=A4t zu K=C3=B6ln / Cologne University - =E2=9C=86 =20
> +49-221-478-5587.:.
>                   .:.:.:.Skype: shagedorn.:.:.:.


------------------------------------------------------------------------=20=

----------------------------------
Claudio Bisegni            	phone:  (+39)-06-9403.2345
Computing Service          	fax:    (+39)-06-9403.2649
LNF-INFN                   		e-mail: =
claudio.bisegni@lnf.infn.it
Via Enrico Fermi, 40       	www:    http://www.lnf.infn.it/~bisegni
I-00044 Frascati, Italy    =09




--Apple-Mail-5--481863773
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=UTF-8

<html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space; ">Thanks Sebastian,<div>i have =
try to use it and try to make klog inside a demo app. I'he tryed the two =
fucntion=C2=A0<font face=3D"Monaco" size=3D"2" color=3D"#760f50" =
style=3D"font: 10.0px Monaco; color: #760f50"></font></div><div><font =
face=3D"Monaco" size=3D"2" color=3D"#760f50" style=3D"font: 10.0px =
Monaco; color: #760f50">int</font><font face=3D"Monaco" size=3D"2" =
style=3D"font: 10.0px Monaco"> code =3D ka_Init(</font><font =
face=3D"Monaco" size=3D"2" color=3D"#0000ff" style=3D"font: 10.0px =
Monaco; color: #0000ff">0</font><font face=3D"Monaco" size=3D"2" =
style=3D"font: 10.0px Monaco">);</font><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font =
face=3D"Monaco" size=3D"2" color=3D"#760f50" style=3D"font: 10.0px =
Monaco; color: #760f50">if</font><font face=3D"Monaco" size=3D"2" =
style=3D"font: 10.0px Monaco"> (code || !(lcell =3D =
ka_LocalCell())){</font></div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font =
class=3D"Apple-style-span" face=3D"Monaco" size=3D"2"><span =
class=3D"Apple-style-span" style=3D"font-size: 10px;"><br =
class=3D"webkit-block-placeholder"></span></font></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><font class=3D"Apple-style-span" face=3D"Monaco" =
size=3D"2"><span class=3D"Apple-style-span" style=3D"font-size: =
10px;">}</span></font></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; "><font =
class=3D"Apple-style-span" color=3D"#000000">and i have seen =
that=C2=A0ka_Init and=C2=A0ka_LocalCell for example are not part of =
default api. I've found it in two c file. It's correct =
this?</font></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; "><br></div> <div><div>On =
03/ago/07, at 10:33, Sebastian Hagedorn wrote:</div><br =
class=3D"Apple-interchange-newline"><blockquote type=3D"cite"><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">Hi Claudio,</div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: =
14px; "><br></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">--On 3. August 2007 09:08:20 =
+0200 Claudio Bisegni &lt;<a =
href=3D"mailto:Claudio.Bisegni@lnf.infn.it">Claudio.Bisegni@lnf.infn.it</a=
>&gt; wrote:</div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div> =
<blockquote type=3D"cite"><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; ">3) I'd like to rewrite the =
code to use directly afs api instead shell</div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">script, =
where i can get header/develop lib from and afs installation?</div> =
</blockquote><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">on any Mac that has OpenAFS installed you can find =
headers and libraries here:</div><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: =
14px; "><br></div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">/Library/OpenAFS/Tools</div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">--<span =
class=3D"Apple-converted-space">=C2=A0</span></div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; "><span class=3D"Apple-converted-space">=C2=A0 =C2=A0 =
</span>.:.Sebastian Hagedorn - RZKR-R1 (Geb=C3=A4ude 52), Zimmer =
18.:.</div><div style=3D"margin-top: 0px; margin-right: 0px; =
margin-bottom: 0px; margin-left: 0px; ">Zentrum f=C3=BCr angewandte =
Informatik - Universit=C3=A4tsweiter Service RRZK</div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">.:.Universit=C3=A4t zu K=C3=B6ln / Cologne =
University - =E2=9C=86 +49-221-478-5587.:.</div><div style=3D"margin-top: =
0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span =
class=3D"Apple-converted-space">=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 </span>.:.:.:.Skype: shagedorn.:.:.:.</div> =
</blockquote></div><br><div> <span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: 12px; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; =
white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0; "><div style=3D"margin-top: 0px; =
margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: =
14px; "><br =
class=3D"Apple-interchange-newline">--------------------------------------=
--------------------------------------------------------------------<br></=
div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: =
0px; margin-left: 0px; ">Claudio Bisegni=C2=A0 =C2=A0=C2=A0 =C2=A0=C2=A0 =
=C2=A0=C2=A0 =C2=A0<span class=3D"Apple-tab-span" =
style=3D"white-space:pre"><span class=3D"Apple-style-span" =
style=3D"white-space: pre; "><span class=3D"Apple-style-span" =
style=3D"white-space: pre; ">	</span></span></span>phone:=C2=A0<span =
class=3D"Apple-converted-space">=C2=A0</span>(+39)-06-9403.2345</div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">Computing Service=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<sp=
an class=3D"Apple-converted-space">=C2=A0</span><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><span =
class=3D"Apple-style-span" style=3D"white-space: pre; "><span =
class=3D"Apple-style-span" style=3D"white-space: pre; ">	=
</span></span></span>fax:=C2=A0 =C2=A0<span =
class=3D"Apple-converted-space">=C2=A0</span>(+39)-06-9403.2649</div><div =
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; =
margin-left: 0px; ">LNF-INFN<span =
class=3D"Apple-converted-space">=C2=A0</span>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<span =
class=3D"Apple-converted-space">=C2=A0</span><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><span =
class=3D"Apple-style-span" style=3D"white-space: pre; "><span =
class=3D"Apple-style-span" style=3D"white-space: pre; ">		=
</span></span></span>e-mail: <a =
href=3D"mailto:claudio.bisegni@lnf.infn.it">claudio.bisegni@lnf.infn.it</a=
></div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: =
0px; margin-left: 0px; ">Via Enrico Fermi, 40<span =
class=3D"Apple-converted-space">=C2=A0</span>=C2=A0 =C2=A0 =C2=A0<span =
class=3D"Apple-converted-space">=C2=A0</span><span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><span =
class=3D"Apple-style-span" style=3D"white-space: pre; "><span =
class=3D"Apple-style-span" style=3D"white-space: pre; ">	=
</span></span></span>www:=C2=A0 =C2=A0<span =
class=3D"Apple-converted-space">=C2=A0</span><a =
href=3D"http://www.lnf.infn.it/~bisegni">http://www.lnf.infn.it/~bisegni</=
a></div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: =
0px; margin-left: 0px; ">I-00044 Frascati, Italy<span =
class=3D"Apple-converted-space">=C2=A0</span>=C2=A0 =C2=A0<span =
class=3D"Apple-tab-span" style=3D"white-space:pre"><span =
class=3D"Apple-style-span" style=3D"white-space: pre; "><span =
class=3D"Apple-style-span" style=3D"white-space: pre; ">	=
</span></span></span></div><div style=3D"margin-top: 0px; margin-right: =
0px; margin-bottom: 0px; margin-left: 0px; "><br></div></span><br =
class=3D"Apple-interchange-newline"> </div><br></div></body></html>=

--Apple-Mail-5--481863773--

--Apple-Mail-6--481863653
Content-Transfer-Encoding: base64
Content-Type: application/pkcs7-signature;
	name=smime.p7s
Content-Disposition: attachment;
	filename=smime.p7s

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

--Apple-Mail-6--481863653--