我将Mariadb从10.0更新到10.2,现在纯-ftpd将不会重新启动:
service pure-ftpd-mysql restart
产出:
Job for pure-ftpd-mysql.service failed. See 'systemctl status pure-ftpd-mysql.service' and 'journalctl -xn' for details.
系统
systemctl status pure-ftpd-mysql.service -l
输出
● pure-ftpd-mysql.service - (null)
Lo
这是我做尾1000信息的时候
Aug 10 03:02:51 host pure-ftpd: (?@222.186.58.97) [INFO] New connection from 222.186.58.97
Aug 10 03:02:51 host pure-ftpd: (?@111.175.124.84) [INFO] New connection from 111.175.124.84
Aug 10 03:02:53 host pure-ftpd: (?@220.161.126.80) [WARNING] Authentication failed for user [admin]
A
Pure-ftpd可以选择创建您自己的身份验证模块,但是它需要运行时工作才能完成:
Now, we have to run pure-authd and pure-ftpd, to connect them through a
local socket and to tell pure-ftpd to use our external authentication module:
pure-authd -s /var/run/ftpd.sock -r /usr/bin/ftp-auth-handler &
pure-ftpd -lextauth:/var/run/ftpd.sock
我正在尝试创建一个脚本,它将根据服务设置变量。剧本又小又简单。从逻辑上讲,它应该起作用,但我对自己做错了什么感到迷茫。命令是: setsebool -P boolean #来设置布尔值。
#!/bin/bash
read -p "Which service do you wish to see?" serv
IFS=$'\r\n' boolser=($(getsebool -a | grep $serv | cut -d- -f1))
for (( f=0; f <=`echo "${#boolser[@]}"`; f++ ));do
if
我在设置纯ftpd时遇到了一些问题。在重新安装它之前,我决定完全删除它,但是在用apt-get卸载程序之前,我意外地删除了配置文件。我现在的问题是重新安装(或试图)导致安装失败与以下输出;
root@server:~# apt-get install pure-ftpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libfile-copy-recursive-pe
我们有一个运行在AS400和Ubuntu上纯ftpd之间的FTP作业,运行了两年。AS400 (在远程商店中)发送三个文件。
最近,它只得到了三个中的第一个,然后是摊子。
AS400日志:
> put foo
229 Extended Passive mode OK (|||45944|)
150 Accepted data connection
226-File successfully transferred
226 [speed data]
Enter an FTP subcommand
> put bar
229 Extended Passive mode OK (|||5
我对纯ftpd-mysql有问题。当我尝试删除纯-时,我遇到了同样的问题:
root@vps438255:/var/lib/dpkg/info# apt-get remove --purge pure-ftpd-mysql
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
pure-ftpd-mysql*
0 upgraded, 0 newly installed, 1