Hi,
Vấn đề này tôi đã lục nát Google rồi vẫn ko tìm ra hướng giải quyết nên nhờ các bạn xem giúp
Tôi đã cài xong CentOS 5.7 và cài Webmin lên. Giờ tôi muốn cài module quản lý Proftpd trên Webmin thì gặp thông báo lỗi:
Code:
The ProFTPD server /usr/sbin/proftpd could not be found on your system. Maybe it is not installed, or your module configuration is incorrect. The ProFTPd package can be automatically installed by Webmin. Click here to have it downloaded and installed using YUM.
Tôi đã cài proftpd bằng cách download source về rồi làm tuần tự các bước:
Code:
#./configure
#make
#make install
#useradd proftpd -s /dev/null
#mkdir /home/ftp
#vi /etc/proftpd.conf
#nano /usr/local/etc/proftpd.conf
Tôi đã vào thử ftp qua command line thì đã thấy câu chào mừng của Proftpd.
Không hiểu tại sao Webmin lại báo /usr/sbin/proftpd không tồn tại khi tôi đã vào được ftp ?
----------
Vấn đề khác là tôi muốn cài proftpd = yum thì nhận được báo lỗi là trong list source không có proftpd, vậy phải add repos nào mới có proftpd ?
Thanks !