From owner-freebsd-questions@freebsd.org Thu Mar 2 10:02:05 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E763DCF37A1 for ; Thu, 2 Mar 2017 10:02:05 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from voyageurs.rail.eu.org (voyageurs.rail.eu.org [IPv6:2001:bc8:30d3::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6776A79 for ; Thu, 2 Mar 2017 10:02:05 +0000 (UTC) (envelope-from erwan@rail.eu.org) Received: from rail.eu.org (voyageurs.rail.eu.org [IPv6:2001:bc8:30d3::1]) by voyageurs.rail.eu.org (Postfix) with ESMTPSA id 59BAA2CC0080 for ; Thu, 2 Mar 2017 11:01:55 +0100 (CET) Date: Thu, 2 Mar 2017 11:01:51 +0100 From: Erwan David To: FreeBSD Subject: ftp-proxy not starting Message-ID: <20170302100151.GA27546@rail.eu.org> Mail-Followup-To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Republicain: 12 =?utf-8?Q?vent=C3=B4se?= an CCXXV (Orme) User-Agent: Mutt/1.5.23 (2014-03-12) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rail.eu.org; s=mail; t=1488448915; bh=qvIaRFJt8TyE0SeqUBO94erixv1enDWKq+g+v6j8PHo=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=k02DsklvB83fVREYxRD9czRIoPXvT4gR9AaNQVzlRBdWYhbqIc3NtF8IAgpe2r2ljCMJhXflhE1bf5tn4cT+dZHqnRkA/QHXdO8OTQB5zHQTZBmJeancOmyK/iAGyAfpkxTZHoT45mSD/WCHXh4Bdpf97LgDEHJQzmPtKB9WjzI= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Mar 2017 10:02:06 -0000 Hi, I have setup pf and ftp-proxy, but despite having ftpproxy_enable="YES" in my rc.conf, ftp-proxy is not startd at boot. A service ftp-proxy start works once booted, and adding ftpproxy_flags="-D 7" does not help. What should I check now ? Thanks. -- Erwan