Hi:
I've installed proftpd as per the instructions at http://ubuntuguide.org/wiki/Ubuntu:Feisty#FTP_Server
While running apt-get, I choose the inetd option.
When I attempt the following command:
sudo /etc/init.d/proftpd restart
I get the following message:
"ProFTPd is started from inetd"
1)What is the *correct* syntax
2)Even when I've rebooted the machine, running
ftp and attempting the command:
`open 192.168.1.3' ## I.P. address of machine
or
`open 127.0.0.1' ## loopback
I get the following error message
"Connection refused"
3)I'm not sure if inetd has even been started, I see no sign of it
from ps -aux. No from dmesg or /var/log/syslog
4)I can't seem to find a "services" item in the KDE menu. Is one
available, if so where?
My /etc/hosts file looks like this:
("## manually edited" = added by me)
#############################
127.0.0.1 localhost
127.0.1.1 bart
192.168.1.3 bart ## manually added
192.168.1.6 linus ## manually added
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
###############################
Any and all suggestions welcome.
thanks
Tim
I've installed proftpd as per the instructions at http://ubuntuguide.org/wiki/Ubuntu:Feisty#FTP_Server
While running apt-get, I choose the inetd option.
When I attempt the following command:
sudo /etc/init.d/proftpd restart
I get the following message:
"ProFTPd is started from inetd"
1)What is the *correct* syntax
2)Even when I've rebooted the machine, running
ftp and attempting the command:
`open 192.168.1.3' ## I.P. address of machine
or
`open 127.0.0.1' ## loopback
I get the following error message
"Connection refused"
3)I'm not sure if inetd has even been started, I see no sign of it
from ps -aux. No from dmesg or /var/log/syslog
4)I can't seem to find a "services" item in the KDE menu. Is one
available, if so where?
My /etc/hosts file looks like this:
("## manually edited" = added by me)
#############################
127.0.0.1 localhost
127.0.1.1 bart
192.168.1.3 bart ## manually added
192.168.1.6 linus ## manually added
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
###############################
Any and all suggestions welcome.
thanks
Tim
Comment