LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-21-2003, 11:58 PM   #16
TheOther1
Member
 
Registered: Feb 2003
Location: Atlanta, GA
Distribution: RHAS 2.1, RHEL3, RHEL4, SLES 8.3, SLES 9, SLES9_64, SuSE 9.3 Pro, Ubuntu, Gentoo
Posts: 335

Rep: Reputation: 32

Thanx, glad it worked.

perl -e 'print v78.111.116.32.121.101.116.32.97.32.80.101.114.108.32.104.97.99.107.101.114;'
 
Old 05-22-2003, 10:34 PM   #17
bricklok
LQ Newbie
 
Registered: May 2003
Posts: 9

Rep: Reputation: 0
One more question... now I cant get inetd to load on boot up or when i just run it at CLI.... it doesnt give an error it just doesnt show up on processes and none of my inetd related servers work

thanks,

Phil
 
Old 05-23-2003, 03:12 PM   #18
TheOther1
Member
 
Registered: Feb 2003
Location: Atlanta, GA
Distribution: RHAS 2.1, RHEL3, RHEL4, SLES 8.3, SLES 9, SLES9_64, SuSE 9.3 Pro, Ubuntu, Gentoo
Posts: 335

Rep: Reputation: 32
It won't show unless the process is active, meaning there is an active FTP session. Check to make sure standalone = set to no.

FTP to the box then on the box, ps -aux | grep vsftpd
 
Old 05-24-2003, 06:02 PM   #19
lrobert
LQ Newbie
 
Registered: May 2003
Distribution: redhat 8
Posts: 2

Rep: Reputation: 0
Hi
i have the same problem error : 500 OOPS: could not bind listening socket and i haved followed your disscution and i want to ask lnxsdp what he exactily did when : "So I removed the portion to listen for ftp service from xinetd conf. directory "
Thanks
 
Old 06-04-2003, 11:43 AM   #20
lsakhvoruk
LQ Newbie
 
Registered: Apr 2002
Distribution: Slackware
Posts: 26

Rep: Reputation: 15
Hi guys!

I am having an issue with vsftpd timing out in the middle of an upload. It usually times out after about 7.5 minutes.

I've increase both time out parameters to 10000 and it still does the same thing!

Any clues, leads, solutions will be greatly appreciated!

Thanks!
 
Old 06-04-2003, 03:01 PM   #21
TheOther1
Member
 
Registered: Feb 2003
Location: Atlanta, GA
Distribution: RHAS 2.1, RHEL3, RHEL4, SLES 8.3, SLES 9, SLES9_64, SuSE 9.3 Pro, Ubuntu, Gentoo
Posts: 335

Rep: Reputation: 32
Quote:
I am having an issue with vsftpd timing out in the middle of an upload. It usually times out after about 7.5 minutes.
Are you sure there is not cron job running that may kill you socket? I haven't had this problem, just throwing out an idea...
 
Old 06-05-2003, 08:50 AM   #22
lsakhvoruk
LQ Newbie
 
Registered: Apr 2002
Distribution: Slackware
Posts: 26

Rep: Reputation: 15
Pretty sure there are no cron jobs running that would do that. I checked the messages log file and there are lots of lines like this
"vsftpd: warning: can't get client address: Bad file descriptor", not sure what that has to do with anything.

Thanks.

P.S. There is a hardware firewal and an antivirus appliance that connections go through before getting to the server. I set the firewal up myself and am pretty sure thats not the problem, but the appliance is a plug in and don't know whats happening situation (no set up).
 
Old 06-05-2003, 04:34 PM   #23
TheOther1
Member
 
Registered: Feb 2003
Location: Atlanta, GA
Distribution: RHAS 2.1, RHEL3, RHEL4, SLES 8.3, SLES 9, SLES9_64, SuSE 9.3 Pro, Ubuntu, Gentoo
Posts: 335

Rep: Reputation: 32
Quote:
"vsftpd: warning: can't get client address: Bad file descriptor", not sure what that has to do with anything.
That may be a DNS issue... Are you able to ping by name or perform dnslookups or digs on the box OK? I'm not sure if vsftpd tries to do a reverse lookup on connections or not. I don't think it does by default but if you are having general DNS issues, that may effect vsftpd.
 
Old 07-03-2003, 02:16 PM   #24
dmx9595
Member
 
Registered: Jun 2003
Location: Canada,Ontario
Distribution: Debian and Gentoo
Posts: 135

Rep: Reputation: 15
i didnt read all the posts so i dont know if ur problem got solved or not etc..
but i hade same problem with error
500 OOPS: could not bind listening socket
and changing LISTEN=YES to LISTEN=NO in my vsftpd.conf fixed it for me.
 
Old 07-02-2004, 02:54 AM   #25
saavik
Member
 
Registered: Nov 2001
Location: NRW, Germany
Distribution: SLES / FC/ OES / CentOS
Posts: 614

Rep: Reputation: 32
Thank you

Hello!

I just had the same problem and found your conversation!!!

Thank you so much for your help, with which i just solved the problem!!!

bye!!
 
Old 07-02-2004, 08:01 AM   #26
shimmer2101
LQ Newbie
 
Registered: Jul 2004
Posts: 10

Rep: Reputation: 0
the bad file descriptor error is dns related.

i'm working on a box with no dns acces at all and i also get it, for most things i just use the /etc/hosts file but it seems vsftp doesn't use this.

my ftp works fine otherwise after botching my head for a day about the 500 oops error but it turned out i had some leftover ipchains rule.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What's the correct method to start inetd? hello321_1999 Linux - Newbie 6 11-11-2005 02:18 PM
vsftpd inetd -> xinetd slackster Linux - Networking 2 06-26-2005 05:37 PM
VSftpd cant login when using inetd, but can when using listen=YES ToMMY2ooo Linux - Software 0 05-05-2004 06:53 AM
inetd doesnt start vsftpd suse rvn Linux - Newbie 11 10-15-2003 03:36 PM
how do you start and stop inetd / proftpd? wendallsan Linux - Networking 2 10-14-2003 12:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration