I installed the pure-ftpd package (version 1.0.35-1) on an Ubuntu 12.04 box (an EC2 instance based on the standard Ubuntu 12.04 AMI).
The pure-ftpd daemon is running (verified with ps), though there is no PID file (expected one to be created by the /etc/init.d/pure-ftpd script).
Here's the resulting command that gets run by the init.d script:
/usr/sbin/pure-ftpd -l pam -O clf:/var/log/pure-ftpd
Hi,
Greetings!!!!!!!
I am trying to configure Pure-ftpd with authenticated users
But after configuring its giving the following error
"pure-ftpd: (?@?) [ERROR] Unable to start a standalone server: [Invalid argument]"
Ftp is not configured using xinetd services
kindly find the configuration file /etc/pure-ftpd/pure-ftpd.conf as the attachment
dont know what mistake i am doing but
How can i change the web port of OpenERP v6.1, I want to change the port from 8069 to 8787 following is my configuration file i.e.
1)
Normal good ftp using a Windows client and a Solaris server:
Client: ls
200 PORT command successful.
150 Opening ASCII mode data connection for file list
Works fine!
2)
Windows client - SUSE server pure-ftpd (firewall active/pure-ftpd allowed)
Client: ls
200 PORT command successful.
150 Connecting to port 500
I have installed the pure-ftpd package with PureFTP 1.0.24 on Ubuntu 10.04 using apt-get.
Even though, this is the default port range, I've added the file /etc/pure-ftpd/conf/PassivePortRange containing:
30000 50000
This does add the correct option to the command as it is run (-p 30000:50000), but for some reason, I still get connections trying to use ports above 50000.
Here's my named.conf
//
// named.caching-nameserver.conf
//
// Provided by Red Hat caching-nameserver package to configure the
// ISC BIND named(8) DNS server as a caching only nameserver
// (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
// DO NOT EDIT THIS FILE - use system-config-bind or an editor
// to create named.conf - ed
I am using netstat to display the open port, but I am wondering when a port is opened is it only when a bind() is invoked in a process, or it is already available and the bind just change its state to listen.
My Mic-in port is somehow damaged. I'm not using my Line-in port. SO I want to use my Line-in port as my MIC-in port (Microphone). So that I can continue using skype and other VOIP Apps. If there is any way to reconfigure my port setting Please let me know.
OS: Ubuntu 11.10
Hello!
Im trying to setup an ftpserver with ssl using Pure-FTPd. I can connect to the server and all that, but the second i try to upload/download filezilla gets this error:
421 1 users (the maximum) are already logged in, sorry
I've googled like crazy but I cant find any solution to this.. I've tried setting MaxClientsNumber and MaxClientsPerIP 10 but it doesn't make a difference.