From owner-freebsd-database@FreeBSD.ORG Sat Jul 1 13:17:21 2006 Return-Path: X-Original-To: freebsd-database@freebsd.org Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F5B16A5A3 for ; Sat, 1 Jul 2006 13:17:21 +0000 (UTC) (envelope-from i.am.aleks@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D7DA44743 for ; Sat, 1 Jul 2006 12:53:18 +0000 (GMT) (envelope-from i.am.aleks@gmail.com) Received: by nf-out-0910.google.com with SMTP id c29so469125nfb for ; Sat, 01 Jul 2006 05:53:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FZjdHNx6VA9D76Lr+LlHVg/6uXc+T8ao4lsFfvYR9ayuKzskehYeaMnvdZAVl3gxGz82aU2jKIqvAmyXZdva5NtZonx8cL5S4EP4wsoJgskIU8zYo7DfcNfPxx2LOsa6fHsV/GJv+xfB3iQTKmB/99dtAS53I3VUyMwziwO+Zvg= Received: by 10.49.21.14 with SMTP id y14mr978451nfi; Sat, 01 Jul 2006 05:53:17 -0700 (PDT) Received: by 10.48.223.10 with HTTP; Sat, 1 Jul 2006 05:53:17 -0700 (PDT) Message-ID: <94678bd60607010553h3a50ee22saa3f4b194ff18a3a@mail.gmail.com> Date: Sat, 1 Jul 2006 15:53:17 +0300 From: Aleks To: freebsd-database@freebsd.org In-Reply-To: <94678bd60607010516l59a9db63hf9e0069d4aab9f75@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <94678bd60607010459s2c1b448co463ff5251bb4e1b8@mail.gmail.com> <94678bd60607010516l59a9db63hf9e0069d4aab9f75@mail.gmail.com> Subject: Re: FreeBSD 6.1 & Firebird X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 13:17:22 -0000 I think I smoothed the things out: 1. Install FreeBSD 2. Install Firebird 3. Add the lines for Firebird in /etc/services & /etc/inetd.conf 4. Restart inetd. 5. Change owner of /var/db/firebird/security.fdb & /usr/local/share/examples/firebird/employee.fdb to firebird:firebird. 6. Change permissions of employee.fdb to 644. 7. Connect to localhost:/usr/local/share/examples/firebird/employee.fdb with user SYSDBA and password masterkey. I'm happy with leaving the hosts.equiv part. But what do you think about changing the owner of these two fdb files? Aleks