coca
2004-12-04, 03:13
我下指令vi /etc/xinetd.d/vsftpd ,內容為
service ftp
{
socket_type = stream
wait = no
user = root
server = /usr/local/sbin/vsftpd
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
disable = no
}
然後/etc/rc.d/init.d/xinetd start
用ftp連線卻發生
500 OOPS: could not bind listening IPv4 socket
錯誤訊息
Google找到的資料還是不能解決><
http://www.fedoraforum.org/forum/archive/index.php/t-17228.html
http://www.fedoraforum.org/forum/showthread.php?t=18451
service ftp
{
socket_type = stream
wait = no
user = root
server = /usr/local/sbin/vsftpd
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
disable = no
}
然後/etc/rc.d/init.d/xinetd start
用ftp連線卻發生
500 OOPS: could not bind listening IPv4 socket
錯誤訊息
Google找到的資料還是不能解決><
http://www.fedoraforum.org/forum/archive/index.php/t-17228.html
http://www.fedoraforum.org/forum/showthread.php?t=18451