Changes between Version 1 and Version 2 of TipAndDoc/Security/Linux
- Timestamp:
- Nov 4, 2012 1:13:29 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/Security/Linux
v1 v2 2 2 3 3 * [http://lhsp.s206.xrea.com/misc/antivirus-linux.html Linux向け無料ウイルス対策ソフト・セキュリティソフト 【フリー】] 4 5 * [http://www.avast.co.jp/linux-home-edition avast! Linux Home Edition - Antivirus Software for Linux]6 4 7 5 = Avira = … … 11 9 > $ sudo aptitude install ia32-libs 12 10 * 12.04 x86_64でも同様にして動作する 13 * [http://forum.avast.com/index.php?topic=79220.0 Avast 64 for linux]14 > On normal ubuntu, just force architecture and install the i386 package.15 > (from commandline, dpkg --force-architecture -i avast4workstation... etc.)16 17 11 == error in savapi session == 18 12 * scan中に /etc/cron.d/avira_updater によってavupdate-guardが走ると、以下の様なエラーメッセージなどとともにscanが中断される 19 13 * Error: cannot connect to SAVAPI (AV scanner backend) 20 14 * scan progress: "/path/to/scan" (error in savapi session) 15 16 = avast! = 17 * [http://www.avast.co.jp/linux-home-edition avast! Linux Home Edition - Antivirus Software for Linux] 18 * [http://forum.avast.com/index.php?topic=79220.0 Avast 64 for linux] 19 > On normal ubuntu, just force architecture and install the i386 package. 20 > (from commandline, dpkg --force-architecture -i avast4workstation... etc.) 21 * Avira同様、ia32-libsが必要 22 23 * [http://forum.avast.com/index.php?topic=57775.0 HOW-TO: Avast4Linux doesn't work with latest VPS ("cannot initialize, invalid")?] 24 > sysctl -w kernel.shmmax=128000000 25 * 次の様なエラーが出る 26 * $ avast 27 {{{ 28 avast: can not initialize avast! engine: Invalid argument 29 }}}