From owner-freebsd-questions@FreeBSD.ORG Thu Jun 18 19:20:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 581CF1065672 for ; Thu, 18 Jun 2009 19:20:30 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 0DA688FC16 for ; Thu, 18 Jun 2009 19:20:29 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so667187qwe.7 for ; Thu, 18 Jun 2009 12:20:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=9UZAeoWyhyxvorizV+oGOcmer0TkGn+nwdUfuNKWQNM=; b=ROFD/zR3iDdSgjXM6WNtnf/CY9dp6LImfUR+OK6pByPMoJst+9HO8LI2PCxBs7NRkN Keqjn6kD5Vl2qakIzC6rPgef/2rW3L0YZ0aLH9/u8TL/d1FzTDoLQ7MZ8+JnUYbldR/j ChJ+KJDxs/qoBQKxat//0GoP4LEAL+C7ZOGfw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=FcrPbFCGzooSfwKL1LvLPdBtHphY8arbbOcxPQiEceWk6V7dVdGtAhoyzbi1q5M1UW COukxDrVdone0TNIJqYsjoBG9U4gP/MtKu89RJiGolWd5nsR8AVEgQs5gO0Lfrtr47Uw c2XiNQym8Ot8RPwtMi92+fsIuEyQ4So7z+AGY= MIME-Version: 1.0 Sender: christopher.maness@gmail.com Received: by 10.220.85.202 with SMTP id p10mr2089906vcl.72.1245352828979; Thu, 18 Jun 2009 12:20:28 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Jun 2009 12:20:28 -0700 X-Google-Sender-Auth: 73cae352b82c57a8 Message-ID: From: Chris Maness To: Tim Judd Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ftp user issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 19:20:30 -0000 > > is your user's shell (i.e: bash) in /etc/shells ? > This was the issue, thanks. I guess I missed that one in mergemaster. Chris