Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-07-2007, 09:33 AM
|
#1
|
Member
Registered: Sep 2006
Posts: 39
Rep:
|
Pure-ftpd problem
Hi, we rebooted out FC5 server and ftp will not work.
From the messages log:
pure-ftpd: (?@?) [ERROR] Unable to start a standalone server: [Invalid argument]
Some commands tried:
service pure-ftpd status
pure-ftpd dead but subsys locked
fuser -n tcp 21
21/tcp: 2561
ps -ef | grep 2561
root 2561 1 0 10:41 ? 00:00:00 xinetd -stayalive -pidfile /var/run/xinetd.pid
Any suggestions would be appreciated
Thanks
|
|
|
12-08-2007, 11:01 AM
|
#2
|
Member
Registered: Feb 2006
Location: Venezuela
Distribution: Gentoo
Posts: 453
Rep:
|
Hi,
Check the config file of your pure-ftpd installation or, you could post it here if you're not sure what to check in that file.
Regards
|
|
|
12-30-2007, 03:52 AM
|
#3
|
LQ Newbie
Registered: Dec 2005
Distribution: Debian Sarge,Ubuntu,RHE 5, Gentoo,CentOS 5
Posts: 24
Rep:
|
i had this error to, but someone who has acces to my server instaled proftpd. it worked after i closed proftpd.
i belive that you have the same problem
check the xinetd config, maibe you have there an option to start ftp from xinetd, and your pure-ftpd server is working.
here is what i have there:
/etc/xinetd.conf
Code:
defaults
{
log_type = SYSLOG daemon info
log_on_failure = HOST
log_on_success = PID HOST DURATION EXIT
only_from = localhost
cps = 50 10
instances = 50
per_source = 10
v6only = no
groups = yes
umask = 002
}
includedir /etc/xinetd.d
/etc/xinetd.d/pure-ftpd
Code:
#
# Pure-FTPd FTP daemon - http://www.pureftpd.org
#
service ftp
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/pure-ftpd
server_args = -s -a 42
protocol = tcp
disable = yes
}
hoppe it helps
|
|
|
12-30-2007, 07:49 AM
|
#4
|
Member
Registered: Feb 2006
Location: Venezuela
Distribution: Gentoo
Posts: 453
Rep:
|
Can be a conflict with other ftp service installed on the same machine? maybe....but, the error is clear.
First, pure-ftpd isn't working as a xinetd service, is trying to work as a standalone mode so xinetd configuration doesn't matter unless there is other ftp service called by it.
Second, 'invalid argument' is almost certain that there is a parameter misstyped or bad configurated in the pure-ftpd configuration file.
Regards
|
|
|
12-31-2007, 03:55 PM
|
#5
|
LQ Newbie
Registered: Dec 2005
Distribution: Debian Sarge,Ubuntu,RHE 5, Gentoo,CentOS 5
Posts: 24
Rep:
|
Quote:
Originally Posted by Acron_0248
Can be a conflict with other ftp service installed on the same machine? maybe....but, the error is clear.
First, pure-ftpd isn't working as a xinetd service, is trying to work as a standalone mode so xinetd configuration doesn't matter unless there is other ftp service called by it.
Second, 'invalid argument' is almost certain that there is a parameter misstyped or bad configurated in the pure-ftpd configuration file.
Regards
|
it can be,
but i don't beleve that is misconfiguration here.
My error from logs:
Code:
mail ~ # cat /var/log/logs.0 | grep Invalid
Dec 30 11:31:38 mail pure-ftpd: (?@?) [ERROR] Unable to start a standalone server: [Invalid argument]
Dec 30 11:35:32 mail pure-ftpd: (?@?) [ERROR] Unable to start a standalone server: [Invalid argument]
Dec 30 11:38:12 mail pure-ftpd: (?@?) [ERROR] Unable to start a standalone server: [Invalid argument]
and it wasn't an misconfiguration, it was an conflict on port 21
|
|
|
All times are GMT -5. The time now is 04:57 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|