- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PROFTPD 1.2.7
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 02:20 AM
01-30-2003 02:20 AM
PROFTPD 1.2.7
ftp stream tcp nowait root /usr/local/sbin/protftpd proftpd
but it didn't work.
I always have to start it manually. What's going on?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 04:37 AM
01-30-2003 04:37 AM
Re: PROFTPD 1.2.7
1)Check the Online documentation at
http://www.proftpd.org
2)then replace the current ftp line in your /etc/inetd.conf with:
ftp stream tcp nowait root path/proftpd proftpd -l
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 04:58 AM
01-30-2003 04:58 AM
Re: PROFTPD 1.2.7
The -l option is used for list all the modules that you have installed. It does not work.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:10 AM
01-30-2003 05:10 AM
Re: PROFTPD 1.2.7
Could you check your spelling
ftp stream tcp nowait root /usr/local/sbin/protftpd proftpd
should be /usr/local/sbin/proftpd
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 08:47 AM
01-30-2003 08:47 AM
Re: PROFTPD 1.2.7
Did you execute the "inetd -c" to reread the configuration file? You can check the syslog.log after that for error messages. inetd will log changes to the inetd.conf into syslog.log, when you do an "inetd -c".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 09:04 AM
01-30-2003 09:04 AM
Re: PROFTPD 1.2.7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 10:09 AM
01-30-2003 10:09 AM
Re: PROFTPD 1.2.7
Just comment out the ftpd line in /etc/inetd.conf and run "inetd -c" to update.
Edit your proftpd.conf file and change the mode from inet to standalone.
Then, run
proftpd -d 9
I think you will find that it's broken.
I was able to compile their source with lots of errors, and some of it I cleaned up. I never got a good compile of proftpd though, so gave up after a couple months of plinking at their source to try and make it work.
Regards,
Shannon