[OpenAFS] OpenAFS 1.4.x on SuSE 10.1 and rlim error

Lewis, Dave LEWIS@NKI.RFMH.ORG
Tue, 19 Sep 2006 13:26:12 -0400


> -----Original Message-----
> From: Derrick J Brashear [mailto:shadow@dementia.org]
> Sent: Tuesday, September 19, 2006 11:31 AM
> To: Lewis, Dave
> Cc: Jim Rees; OpenAFS-info (E-mail)
> Subject: RE: [OpenAFS] OpenAFS 1.4.x on SuSE 10.1 and rlim error=20
>=20
>=20
> On Tue, 19 Sep 2006, Lewis, Dave wrote:
>=20
> > In my previous attempt where I didn't specify where to find=20
> the kernel
> > headers, my src/config/Makefile.config has
> > 	LINUX_KERNEL_PATH =3D /lib/modules/2.6.16.13-4-default/build
>=20
> does /lib/modules/2.6.16.13-4-default/source exist?
> what does it point to?
>=20

$ ls -l /lib/modules/2.6.16.13-4-default/source
lrwxrwxrwx 1 root root 26 2006-06-05 15:31 =
/lib/modules/2.6.16.13-4-default/source -> /usr/src/linux-2.6.16.13-4

Also
$ ls -l /usr/src/linux
lrwxrwxrwx 1 root root 17 2006-06-06 16:15 /usr/src/linux -> =
linux-2.6.16.13-4

$ ls -l /lib/modules/2.6.16.13-4-default/build
lrwxrwxrwx 1 root root 43 2006-06-05 15:31 =
/lib/modules/2.6.16.13-4-default/build -> =
/usr/src/linux-2.6.16.13-4-obj/i386/default

> > Now with the switch that file has
> > 	LINUX_KERNEL_PATH =3D /usr/src/linux
> >
> >
>=20