saeednajafipour
Verified User
- Joined
- Aug 28, 2021
- Messages
- 5
Hi there
I want to run proftpd on directadmin. I installed it using this post:
After the installation process I checked the following commands and got the related results:
"systemctl status proftpd" -->
● proftpd.service - ProFTPD FTP Server
Loaded: loaded (/etc/systemd/system/proftpd.service; enabled; vendor preset: disabled)
Active: inactive (dead) since Sun 2021-10-03 02:29:51 EDT; 2min 25s ago
Process: 374683 ExecStart=/usr/sbin/proftpd $PROFTPD_OPTIONS (code=exited, status=0/SUCCESS)
Process: 374682 ExecStartPre=/usr/bin/mkdir -p /var/run/proftpd (code=exited, status=0/SUCCESS)
Main PID: 374684 (code=exited, status=0/SUCCESS)
Oct 03 02:29:51 da5.padidar.com systemd[1]: Starting ProFTPD FTP Server...
Oct 03 02:29:51 da5.padidar.com proftpd[374683]: 2021-10-03 02:29:51,076 da5.padidar.com proftpd[374683]: fatal: SFTPHostKey: unable to check '/etc/ssh/ssh_host_rsa_key': Permission denied>
Oct 03 02:29:51 da5.padidar.com proftpd[374683]: 2021-10-03 02:29:51,076 da5.padidar.com proftpd[374683]: warning: unable to include '/etc/proftpd.sftp.conf': Operation not permitted
Oct 03 02:29:51 da5.padidar.com proftpd[374683]: 2021-10-03 02:29:51,536 da5.padidar.com proftpd[374683] 5.159.55.124: mod_sftp/1.0.1: Server 'ProFTPd': ListOptions directive is not suppor>
Oct 03 02:29:51 da5.padidar.com proftpd[374684]: 5.159.55.124 - error opening scoreboard: Permission denied
Oct 03 02:29:51 da5.padidar.com systemd[1]: Started ProFTPD FTP Server.
Oct 03 02:29:51 da5.padidar.com systemd[1]: proftpd.service: Succeeded.
"telnet localhost 21" -->
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 ProFTPD Server ready.
telnet localhost 21
"telnet localhost 22" -->
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
"telnet localhost 23" -->
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
"netstat -tulpn" -->
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 41994/exim
tcp 0 0 0.0.0.0:47470 0.0.0.0:* LISTEN 258460/checkstatus
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 1022/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 1022/dovecot
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 41994/exim
tcp 0 0 5.159.55.125:53 0.0.0.0:* LISTEN 7147/named
tcp 0 0 5.159.55.124:53 0.0.0.0:* LISTEN 7147/named
tcp 0 0 192.168.160.10:53 0.0.0.0:* LISTEN 7147/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 7147/named
tcp 0 0 0.0.0.0:121 0.0.0.0:* LISTEN 374676/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 41994/exim
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 7147/named
tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN 1022/dovecot
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 1022/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 1022/dovecot
tcp6 0 0 :::3306 :::* LISTEN 1088/mysqld
tcp6 0 0 :::587 :::* LISTEN 41994/exim
tcp6 0 0 :::2222 :::* LISTEN 258346/.directadmin
tcp6 0 0 :::110 :::* LISTEN 1022/dovecot
tcp6 0 0 :::143 :::* LISTEN 1022/dovecot
tcp6 0 0 :::80 :::* LISTEN 1365/httpd
tcp6 0 0 :::465 :::* LISTEN 41994/exim
tcp6 0 0 :::21 :::* LISTEN 12859/proftpd: (acc
tcp6 0 0 :::53 :::* LISTEN 7147/named
tcp6 0 0 :::23 :::* LISTEN 12859/proftpd: (acc
tcp6 0 0 :::121 :::* LISTEN 374676/sshd
tcp6 0 0 :::25 :::* LISTEN 41994/exim
tcp6 0 0 ::1:953 :::* LISTEN 7147/named
tcp6 0 0 :::443 :::* LISTEN 1365/httpd
tcp6 0 0 :::4190 :::* LISTEN 1022/dovecot
tcp6 0 0 :::993 :::* LISTEN 1022/dovecot
tcp6 0 0 :::995 :::* LISTEN 1022/dovecot
udp 0 0 5.159.55.125:53 0.0.0.0:* 7147/named
udp 0 0 5.159.55.124:53 0.0.0.0:* 7147/named
udp 0 0 192.168.160.10:53 0.0.0.0:* 7147/named
udp 0 0 127.0.0.1:53 0.0.0.0:* 7147/named
udp 0 0 127.0.0.1:323 0.0.0.0:* 975/chronyd
udp6 0 0 :::53 :::* 7147/named
udp6 0 0 ::1:323 :::* 975/chronyd
What is scoreboard? (error opening scoreboard: Permission denied)
What should I do to be able to sftp to this server using filezilla?
Thanks in advnace
I want to run proftpd on directadmin. I installed it using this post:
After the installation process I checked the following commands and got the related results:
"systemctl status proftpd" -->
● proftpd.service - ProFTPD FTP Server
Loaded: loaded (/etc/systemd/system/proftpd.service; enabled; vendor preset: disabled)
Active: inactive (dead) since Sun 2021-10-03 02:29:51 EDT; 2min 25s ago
Process: 374683 ExecStart=/usr/sbin/proftpd $PROFTPD_OPTIONS (code=exited, status=0/SUCCESS)
Process: 374682 ExecStartPre=/usr/bin/mkdir -p /var/run/proftpd (code=exited, status=0/SUCCESS)
Main PID: 374684 (code=exited, status=0/SUCCESS)
Oct 03 02:29:51 da5.padidar.com systemd[1]: Starting ProFTPD FTP Server...
Oct 03 02:29:51 da5.padidar.com proftpd[374683]: 2021-10-03 02:29:51,076 da5.padidar.com proftpd[374683]: fatal: SFTPHostKey: unable to check '/etc/ssh/ssh_host_rsa_key': Permission denied>
Oct 03 02:29:51 da5.padidar.com proftpd[374683]: 2021-10-03 02:29:51,076 da5.padidar.com proftpd[374683]: warning: unable to include '/etc/proftpd.sftp.conf': Operation not permitted
Oct 03 02:29:51 da5.padidar.com proftpd[374683]: 2021-10-03 02:29:51,536 da5.padidar.com proftpd[374683] 5.159.55.124: mod_sftp/1.0.1: Server 'ProFTPd': ListOptions directive is not suppor>
Oct 03 02:29:51 da5.padidar.com proftpd[374684]: 5.159.55.124 - error opening scoreboard: Permission denied
Oct 03 02:29:51 da5.padidar.com systemd[1]: Started ProFTPD FTP Server.
Oct 03 02:29:51 da5.padidar.com systemd[1]: proftpd.service: Succeeded.
"telnet localhost 21" -->
Trying ::1...
Connected to localhost.
Escape character is '^]'.
220 ProFTPD Server ready.
telnet localhost 21
"telnet localhost 22" -->
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
"telnet localhost 23" -->
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
"netstat -tulpn" -->
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 41994/exim
tcp 0 0 0.0.0.0:47470 0.0.0.0:* LISTEN 258460/checkstatus
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 1022/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 1022/dovecot
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 41994/exim
tcp 0 0 5.159.55.125:53 0.0.0.0:* LISTEN 7147/named
tcp 0 0 5.159.55.124:53 0.0.0.0:* LISTEN 7147/named
tcp 0 0 192.168.160.10:53 0.0.0.0:* LISTEN 7147/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 7147/named
tcp 0 0 0.0.0.0:121 0.0.0.0:* LISTEN 374676/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 41994/exim
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 7147/named
tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN 1022/dovecot
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 1022/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 1022/dovecot
tcp6 0 0 :::3306 :::* LISTEN 1088/mysqld
tcp6 0 0 :::587 :::* LISTEN 41994/exim
tcp6 0 0 :::2222 :::* LISTEN 258346/.directadmin
tcp6 0 0 :::110 :::* LISTEN 1022/dovecot
tcp6 0 0 :::143 :::* LISTEN 1022/dovecot
tcp6 0 0 :::80 :::* LISTEN 1365/httpd
tcp6 0 0 :::465 :::* LISTEN 41994/exim
tcp6 0 0 :::21 :::* LISTEN 12859/proftpd: (acc
tcp6 0 0 :::53 :::* LISTEN 7147/named
tcp6 0 0 :::23 :::* LISTEN 12859/proftpd: (acc
tcp6 0 0 :::121 :::* LISTEN 374676/sshd
tcp6 0 0 :::25 :::* LISTEN 41994/exim
tcp6 0 0 ::1:953 :::* LISTEN 7147/named
tcp6 0 0 :::443 :::* LISTEN 1365/httpd
tcp6 0 0 :::4190 :::* LISTEN 1022/dovecot
tcp6 0 0 :::993 :::* LISTEN 1022/dovecot
tcp6 0 0 :::995 :::* LISTEN 1022/dovecot
udp 0 0 5.159.55.125:53 0.0.0.0:* 7147/named
udp 0 0 5.159.55.124:53 0.0.0.0:* 7147/named
udp 0 0 192.168.160.10:53 0.0.0.0:* 7147/named
udp 0 0 127.0.0.1:53 0.0.0.0:* 7147/named
udp 0 0 127.0.0.1:323 0.0.0.0:* 975/chronyd
udp6 0 0 :::53 :::* 7147/named
udp6 0 0 ::1:323 :::* 975/chronyd
What is scoreboard? (error opening scoreboard: Permission denied)
What should I do to be able to sftp to this server using filezilla?
Thanks in advnace