From owner-freebsd-questions@FreeBSD.ORG Thu May 12 11:43:43 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25F5516A4CE for ; Thu, 12 May 2005 11:43:43 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE3943D39 for ; Thu, 12 May 2005 11:43:42 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4F05851CAD; Thu, 12 May 2005 04:43:42 -0700 (PDT) Date: Thu, 12 May 2005 04:43:42 -0700 From: Kris Kennaway To: Herv? Kergourlay Message-ID: <20050512114342.GB58837@xor.obsecurity.org> References: <428306AF.1080108@atempo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1UWUbFP1cBYEclgG" Content-Disposition: inline In-Reply-To: <428306AF.1080108@atempo.com> User-Agent: Mutt/1.4.2.1i cc: questions@FreeBSD.org Subject: Re: FreeBSD 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 11:43:43 -0000 --1UWUbFP1cBYEclgG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 12, 2005 at 09:33:03AM +0200, Herv? Kergourlay wrote: > we are porting our product on FreeBSD 5.3 >=20 > it's a backup product which is still running on FreeBSD 4.0 >=20 > here's a list of questions after checking the documentation >=20 > 1) PAM >=20 > it's working, the only problem is with the null password users, the=20 > answer is allways NO. the nullok doesn't seem active > here is my PAM file > auth required /usr/lib/pam_unix.so nullok > account required /usr/lib/pam_unix.so nullok Which PAM file? 5.3 doesn't use a single /etc/pam.conf. > 5) where are generated the core files ? >=20 > I change the kernel with the following command > sysctl kern.corefile=3D"/cores/%U/%P%N.core" Make sure those directories exist and are writable by the user. They won't be created automatically. > 6) 2 last questions :-) >=20 > what about files more than 4GB, do I need to use specific APIs as=20 > open64, stat64 or the current open and stat API are managing the big file= ? No. Kris --1UWUbFP1cBYEclgG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCg0FtWry0BWjoQKURAlvRAKDAXPtyVD/VM+WJvsviic6xftL12gCfVcHX IpXAScm7tih9XWMmPgca0Sw= =fi5c -----END PGP SIGNATURE----- --1UWUbFP1cBYEclgG--