Fedora Linux Support Community & Resources Center
  #1  
Old 24th April 2004, 01:23 AM
nhansam Offline
Registered User
 
Join Date: Apr 2004
Posts: 9
pureftpd please help

I have installed pure-ftpd-1.0.18, but I can't find the file "ftp" in /etc/xinetd/ftp

How do I get it to work?

Thanks in advances
Reply With Quote
  #2  
Old 26th April 2004, 09:17 PM
kel Offline
Registered User
 
Join Date: Apr 2004
Posts: 27
pur-ftpd is designed to be a standalone service, not run from xinetd. Take a look in ~/pure-ftpd/contrib for redhat.init, the init file that belongs in /etc/init.d/. Simply copy redhat.init to /etc/init.d/pure-ftpd, issue the command '$ chkconfig --add pure-ftpd', check to see that it is now in the list of services to run with '$ chkconfig --list | grep on', create the configuration file /etc/pure-ftpd.conf and turn it on with '$ /etc/init.d/pure-ftpd start'
Reply With Quote
  #3  
Old 27th April 2004, 02:14 AM
nhansam Offline
Registered User
 
Join Date: Apr 2004
Posts: 9
I have got my proftpd running, but somehow I couldn't use my account "root" to login. I found this website helpful on install proftpd with mysql control.

but I got stuck on where the red line is


ProFTPd 1.2.8 with MySql Control for (Jaguar)


Install Instructions

Download and install Proftpd installer. (Based on this build instructions)

Open proftpd.conf

open -e /usr/local/etc/proftpd.conf

and edit "SQLConnectInfo ftp@localhost db_name db_password". (Sample config file)

Turn off FTP via Server Settings App.

Create a Group called FTP with GID 1025 and a user called "users" with UID 1010 with a password.

Create a database in MySql called "ftp"

Create tables and fields and move the FTPAdmin* folder to your web directory.

REBOOT COMPUTER

Point your browser to http://yourdomain.com/FTPAdmin

*FTPAdmin soon to come... For now you can use phpMyAdmin to add new users.

http://maxo.captainnet.net/installs/proftpd/index.html

Sorry, I'm so new with linux, but I want to learn something.

Thanks for your help.
Reply With Quote
  #4  
Old 27th April 2004, 05:43 AM
kel Offline
Registered User
 
Join Date: Apr 2004
Posts: 27
create the group using:
$ groupadd -g 1025 ftp
create the user using:
$ useradd -u 1010 -g 1025 users

Here I'm assuming that you are to create the user account with the group you've just created....
Reply With Quote
  #5  
Old 30th April 2004, 03:39 AM
nhansam Offline
Registered User
 
Join Date: Apr 2004
Posts: 9
Quote:
Originally posted by kel
create the group using:
$ groupadd -g 1025 ftp
create the user using:
$ useradd -u 1010 -g 1025 users

Here I'm assuming that you are to create the user account with the group you've just created....
I typed these commands above in terminal. I got errors.

[root@localhost root]# $ groupadd -g 1025 FTP
bash: $: command not found
[root@localhost root]# groupadd -g 1025 FTP
groupadd: FTP is a not a valid group name
[root@localhost root]# groupadd -g 1025 FTP
groupadd: FTP is a not a valid group name
Reply With Quote
  #6  
Old 30th April 2004, 04:05 AM
nhansam Offline
Registered User
 
Join Date: Apr 2004
Posts: 9
Is there any other ways to add an account for proftpd ? (can be any methods, doesn't have to use mysql)
Reply With Quote
  #7  
Old 30th April 2004, 06:25 AM
ilja Offline
Registered User
 
Join Date: Apr 2004
Location: Euregio
Posts: 3,613
Quote:
Originally posted by nhansam
I typed these commands above in terminal. I got errors.

[root@localhost root]# $ groupadd -g 1025 FTP
bash: $: command not found
[root@localhost root]# groupadd -g 1025 FTP
groupadd: FTP is a not a valid group name
[root@localhost root]# groupadd -g 1025 FTP
groupadd: FTP is a not a valid group name

the $-sign only shows that you have to be root . so don't copy and paste it, but all the contest _without_ the $ sign.
Reply With Quote
  #8  
Old 30th September 2004, 03:34 PM
DaveFB Offline
Registered User
 
Join Date: Sep 2004
Posts: 1
Sorry to bring back an old post, but I think it pertains to what I'm trying to ask. I setup pure-ftp last night, and forgive me for being new to linux, but I have samba, httpd, and firestarter running with the help of this forum. Thanks!

My question is, when I searched for the .conf file for pure-ftp it showed me two locations. Off the top of my head I cannot remember where they were (I'm at work now). Which one is the correct one to config? pure-ftpd is up and running and I can sign on using ftp localhost fine, now I just need to know which I should configure. I tried searching google for my answer, but didn't really go in depth because it was bed time!

Btw - the use of this computer will be a home server along with a web server for family/friends. I brought back an old PII 350 to install on, other than being slow, everything is great.

PS - the previous post up there ^ mentioned the location and creation of /etc/pure-ftpd.conf . What do I put in this file or where can I copy from to this file?

Thanks.
Reply With Quote
  #9  
Old 18th March 2007, 10:37 AM
alpha645's Avatar
alpha645 Offline
Registered User
 
Join Date: Jul 2006
Posts: 740
Quote:
Originally Posted by DaveFB
Sorry to bring back an old post, but I think it pertains to what I'm trying to ask. I setup pure-ftp last night, and forgive me for being new to linux, but I have samba, httpd, and firestarter running with the help of this forum. Thanks!

My question is, when I searched for the .conf file for pure-ftp it showed me two locations. Off the top of my head I cannot remember where they were (I'm at work now). Which one is the correct one to config? pure-ftpd is up and running and I can sign on using ftp localhost fine, now I just need to know which I should configure. I tried searching google for my answer, but didn't really go in depth because it was bed time!

Btw - the use of this computer will be a home server along with a web server for family/friends. I brought back an old PII 350 to install on, other than being slow, everything is great.

PS - the previous post up there ^ mentioned the location and creation of /etc/pure-ftpd.conf . What do I put in this file or where can I copy from to this file?

Thanks.
I think it's better if you start the server with the command line syntax.

pure-ftpd -h to see the options.
Reply With Quote
Reply

Tags
pureftpd

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Managing pureftpd users with MySQL spewperb Using Fedora 0 2nd December 2008 09:51 AM
proftpd vs pureftpd leone15 Linux Chat 4 23rd November 2007 03:07 AM
PureFTPd 829 Servers & Networking 2 13th April 2007 04:40 AM
FC 5 pureFTPD, MySQL, & User Manager For pure-ftpd jguy Servers & Networking 3 18th December 2006 04:07 PM
max file size >2Gbyte in apache and pureftpd limit netblues Servers & Networking 0 4th January 2005 07:59 PM


Current GMT-time: 08:36 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat