相关疑难解决方法(0)

什么是新贵?

除了 Ubuntu 之外还有哪些操作系统使用它?

upstart init

29
推荐指数
3
解决办法
4万
查看次数

VSFTPD 不工作

我也按照说明其他说明进行操作,但由于它不方便用户使用,因此 ftp 服务器无法正常工作。

# This option specifies the location of the RSA key to use for SSL
# encrypted connections.
rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
pasv_enable=YES
pasv_addr_resolve=YES
#user ddns address
pasv_address=54.... (my ip)
#choose and range you like
pasv_min_port=1024
pasv_max_port=1048
Run Code Online (Sandbox Code Playgroud)

然后:

~$ sudo service vsftpd status
vsftpd stop/waiting
ubuntu@ip:~$ sudo service vsftpd restart
stop: Unknown instance: 
vsftpd start/pre-start, process 9711
Run Code Online (Sandbox Code Playgroud)

但无法与 ftp 客户端连接。我在安全组中打开了端口并重新安装了所有内容,仍然无法正常工作。可以做什么?默认情况下什么不能工作?我尝试连接我添加的用户帐户useradd

$ sudo vsftpd
500 OOPS: munmap

$ service vsftpd begin
Rather than invoking init scripts …
Run Code Online (Sandbox Code Playgroud)

ftp vsftpd amazon-ec2

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

amazon-ec2 ×1

ftp ×1

init ×1

upstart ×1

vsftpd ×1