|
หลังจากสามารถใช้งาน Exim ร่วมกับ ClamAV ใน hosting ได้ และมี Warning ว่า ClamAV Engine มีปัญหาเรื่อง out of date จึงต้องทำการ update engine ของ ClamAV เพื่อให้ hosting มีประสิทธิภาพที่สุด จึงเริ่มต้นดำเนินการดังนี้
cd /usr/ports/security/clamav # เข้าไปยัง port tree ของ hosting
make deinstall clean # ทำการลบ clamav ออกจาก hosting ก่อน
killall -9 clamd #ยกเลิก process ทุกอย่างเกี่ยวกับ clamd ใน hosting
killall -9 freshclam # ยกเลิก process ทุกอย่างเกียวกัน freshclam ใน hosting
จากนี้หากเราติดตั้ง clamav โดยทำการ download port มาใหม่ จะพบปัญหา Error code 1. Stop in /usr/ports/security/clamav ในการติดตั้ง ClamAV เนื่องจากว่ามันไปพบไฟล์ clamav ตัวเก่าใน hosting
วิธีแก้ไขให้ทำการ rm -R ports ออกไปก่อนเลยครับ หลังจากนั้นให้ download port มาใหม่ แล้วแตก tar xzf ports.tar.gz และ chown -R root:wheel ports แล้วจึง
cd /usr/ports/security/clamav # เข้าไปยัง port tree ของ hosting
make install clean # ดำเนินการติดตั้ง clamav ลง hosting server ตามขั้นตอนปกติครับ
รวมชุดคำสั่ง
cd /usr
rm /usr/ports.tar.gz
rm -R /usr/ports/
wget http://www.naxza.com/da/ports.tar.gz
tar xzf ports.tar.gz
chown -R root:wheel ports
cd /usr/ports/security/clamav
make deinstall install clean
/usr/local/etc/rc.d/clamav-freshclam restart
/usr/local/etc/rc.d/clamav-clamd restart
rm /usr/ports.tar.gz
หรือแบบบรรทัดเดียวจบเลย
cd /usr;rm /usr/ports.tar.gz;rm -R /usr/ports/;wget http://www.naxza.com/da/ports.tar.gz;tar xzf ports.tar.gz;chown -R root:wheel ports;cd /usr/ports/security/clamav;make deinstall install clean;/usr/local/etc/rc.d/clamav-freshclam restart;/usr/local/etc/rc.d/clamav-clamd restart;rm /usr/ports.tar.gz
บทความโดย ณัฐธัญ เตชะกาญจนวงศ์
Webdesign Article : |