DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Ports and Packages

FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 10th June 2008
hirohitosan hirohitosan is offline
New User
 
Join Date: Jun 2008
Posts: 4
Default pure-ftpd

hi there
I have problems with my pure-ftp server. It's working on my computer by from time to time suddenly not working anymore. I mean I start the server with
Code:
# /usr/sbin/pure-ftpd &
and after a while the daemon is not working. I tried to put it in rc.conf to start automatically when my computer starts
Code:
echo 'pure-ftpd_enable="YES"' /etc/rc.conf
but after restarting the daemon doesn't starts.
can I find a log of the server or does anyone had the same problem?
It's something with my server or is a common problem?
Should I try ftp daemon that comes with the freeBSD distro?

Thanks a lot
Reply With Quote
  #2   (View Single Post)  
Old 10th June 2008
sverreh's Avatar
sverreh sverreh is offline
Real Name: Sverre Hval
Port Guard
 
Join Date: Apr 2008
Location: Norway
Posts: 36
Default

Have you checked that the line to enable pure_ftpd appears in your rc.conf? The command you list will not put it there.
Code:
echo 'pure-ftpd_enable="YES"' /etc/rc.conf
You need:
Code:
echo 'pure-ftpd_enable="YES"' >> /etc/rc.conf
to get it at the end of rc.conf.
Reply With Quote
  #3   (View Single Post)  
Old 10th June 2008
sverreh's Avatar
sverreh sverreh is offline
Real Name: Sverre Hval
Port Guard
 
Join Date: Apr 2008
Location: Norway
Posts: 36
Default

hirohitosan,

Are you sure it is located in /usr/sbin? I just installed it from ports on my system (FreeBSD 6.2) and I see the following:

Code:
# which pure-ftpd
/usr/local/sbin/pure-ftpd
I have never run pure-ftpd, so I don't know how it is supposed to work, just hinting at possible problems!
Reply With Quote
  #4   (View Single Post)  
Old 10th June 2008
tad1214 tad1214 is offline
Real Name: Thomas Donnelly
Fdisk Soldier
 
Join Date: Jun 2008
Location: Houston, TX
Posts: 60
Default

I start my pure-ftp like this
Code:
/usr/local/etc/rc.d/pure-ftpd start
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Running Pure 64-Bits On FreeBSD. MetalHead FreeBSD General 4 21st October 2008 04:59 AM
inetd, ftpd problems jsadm FreeBSD General 7 24th August 2008 08:33 PM
ftpd problem narcotico FreeBSD General 3 11th July 2008 03:08 AM
ftpd and hiding . files crofox OpenBSD Packages and Ports 5 26th June 2008 03:01 AM
FTPD User Access Denied wastedbreath FreeBSD General 7 21st May 2008 03:44 AM


All times are GMT. The time now is 07:34 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick