From owner-freebsd-questions@FreeBSD.ORG Sat Apr 15 21:50:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9F6D916A403 for ; Sat, 15 Apr 2006 21:50:20 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02D5343D45 for ; Sat, 15 Apr 2006 21:50:17 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.5/8.12.11) with ESMTP id k3FLmL4u095958; Sat, 15 Apr 2006 16:48:21 -0500 (CDT) Message-Id: <6.0.0.22.2.20060415164739.02885948@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Sat, 15 Apr 2006 16:48:15 -0500 To: Jonathan Horne , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <200604151637.33347.freebsd@dfwlp.com> References: <200604151447.25403.freebsd@dfwlp.com> <20060415230923.3d7a0756.albi@scii.nl> <200604151637.33347.freebsd@dfwlp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: vsftpd wont start at boot 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: Sat, 15 Apr 2006 21:50:20 -0000 rename the script to: /usr/local/etc/rc.d/vsftpd.sh -Derek At 04:37 PM 4/15/2006, Jonathan Horne wrote: >On Saturday 15 April 2006 16:09, albi wrote: > > On Sat, 15 Apr 2006 14:47:25 -0500 > > > > Jonathan Horne wrote: > > > i compiled vsftpd from ports today. at the end of the install, it > > > asks me to add vsftpd_enable="YES" to /etc/rc.conf, and also that i > > > should add: > > > > > > listen=YES > > > background=YES > > > > > > to /usr/local/etc/vsftpd.conf. when i do all those things, vsftpd > > > will start when i issue it from a terminal, but it will not start at > > > boot. > > > > > > can someone point me in the right direction here? > > > > do you have /usr/local/etc/rc.d/vsftpd > > and is it executable ? > > > > afair the last version of vsftpd asks you before installing whether you > > want to use the rc.d/ script or not > > > > if you don't have this script, i've just copied it here : > > http://scii.nl/~albi/vsftpd > >i did check just to be sure: > >root@hera# ls -la /usr/local/etc/rc.d/vs* >-r-xr-xr-x 1 root wheel 927 Apr 15 09:08 /usr/local/etc/rc.d/vsftpd > >vsftpd will start if i issue the command manually, but i hope i can get it >set >up that the daemon will start if i have to reboot my server. > >thanks, >jonathan >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"