[Tfug] standalone server
Brian Murphy
murphy+tfug at email.arizona.edu
Mon Jan 15 21:10:04 MST 2007
Quoting erich <erich1 at copper.net>:
> I'm upgrading my MythTV box, and in the process I get this message
> when I
> try to ftp to it:
>
> erich at tcm_b:/home/erich > ftp cbl
> Connected to cbl.fgi.com.
> Unable to start a standalone server: Address already in use
Some FTP servers can be configured to run either as a stand alone server
or through inetd. You have xinetd listening on port 21. So you need to
resolve the conflict of running ftpd through xinetd or as a stand alone
service.
In this situation I'd probably lean towards the xinetd solution so that
you don't have ftpd sitting as an idle daemon using memory while not in
use.
Brian
> ftp> quit
>
> This may or may not be relivant to the problem, but the box does have an
> Apache server.
> It's needed to get PHP working. Here are the ports:
>
> cbl ~ # netstat -alntp
> Active Internet connections (servers and established)
> Proto Recv-Q Send-Q Local Address Foreign Address
> State PID/Program name
> tcp 0 0 127.0.0.1:3306 0.0.0.0:*
> LISTEN 3983/mysqld
> tcp 0 0 0.0.0.0:80 0.0.0.0:*
> LISTEN 4079/apache2
> tcp 0 0 0.0.0.0:21 0.0.0.0:*
> LISTEN 4346/xinetd
> tcp 0 0 0.0.0.0:23 0.0.0.0:*
> LISTEN 4346/xinetd
> tcp 0 400 192.168.0.245:34065 192.168.0.4:6000
> ESTABLISHED 4505/xterm
> tcp 0 0 192.168.0.245:23 192.168.0.4:1049
> ESTABLISHED 4477/in.telnetd: tc
>
> Any ideas?
>
>
> Erich
>
>
> _______________________________________________
> Tucson Free Unix Group - tfug at tfug.org
> Subscription Options:
> http://www.tfug.org/mailman/listinfo/tfug_tfug.org
The opinions or statements expressed herein are my own and should not be
taken as a position, opinion, or endorsement of the University of
Arizona.
More information about the tfug
mailing list