From owner-freebsd-newbies@FreeBSD.ORG Fri Mar 12 10:10:44 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D4F16A4CE for ; Fri, 12 Mar 2004 10:10:44 -0800 (PST) Received: from uis-gumail-1.georgetown.edu (postoffice-1.georgetown.edu [141.161.1.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89FD443D1D for ; Fri, 12 Mar 2004 10:10:44 -0800 (PST) (envelope-from chacono@georgetown.edu) Received: from georgetown.edu ([141.161.56.25]) (user=chacono mech=PLAIN bits=0)i2CIAg4R012578 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 12 Mar 2004 13:10:43 -0500 (EST) Message-ID: <4051FD16.6050608@georgetown.edu> Date: Fri, 12 Mar 2004 13:10:30 -0500 From: Omar Chacon Organization: Georgetown University User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en To: freebsd-newbies@freebsd.org Content-Transfer-Encoding: 7bit X-GU-FilterVersion: 1.25 X-Scanned-By: MIMEDefang 2.36 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Virtual users with VSFTPD X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 18:10:45 -0000 Please forgive my ignorance. I am very new at this. Following the instructions to create a virtual user for vsftpd service, I read that I must have the Berkeley DB program installed in order to run "db_load -T -t hash -f file.nam /etc/vsftpd_login.db" but when I tried to run the string, I get "db_load: command not found" if I try to run "db3_load.........." I get a message that reads "usage: db_load........" pkg_info shows that I have db3-3.3.11,1 installed along with vsftpd-1.1.3. I reinstalled both ports just to verify that they were indeed installed. What am I doing wrong? Many thanks.