CONTENTS
#contents
----
Lastmodified &lastmod;
----
*portaudit を停止する [#i86147bb]
weekly security run output に、portaudit の勧告がでることがあり、
Checking for packages with security vulnerabilities:
Database fetched: Sun Sep 13 08:13:13 JST 2015
bind99-9.9.5_1
cabextract-1.4
phpMyAdmin-4.1.8
screen-4.0.3_14
php5-mysql-5.4.17
clamav-0.97.8
しかも、すでに pkg upgrade 済みのものばかり・・・
ということで、対処。
** pkg delete portaudit-0.6.1 [#e0266ffd]
# pkg delete portaudit-0.6.1
Updating database digests format: 100%
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):
Installed packages to be REMOVED:
portaudit-0.6.1
Proceed with deinstalling packages? [y/N]: y
[1/1] Deinstalling portaudit-0.6.1...
The portaudit package has been deleted.
If you're *not* upgrading and won't be using
it any longer, you may want to remove the
portaudit database:
rm -Rf /var/db/portaudit
# rm -Rf /var/db/portaudit
と、これだけでは、まだ、残骸が表示されてしまう・・・( -_-)
Checking for packages with security vulnerabilities:
Database fetched: Sun Sep 13 08:13:13 JST 2015
bind99-9.9.5_1
cabextract-1.4
phpMyAdmin-4.1.8
screen-4.0.3_14
php5-mysql-5.4.17
で、/var/db/pkg/bind99-9.9.5_1 などの該当ディレクトリを削除してみる。
** rm -r bind99-9.9.5_1 cabextract-1.4 phpMyAdmin-4.1.8 ・・・ [#d883404d]
# cd /var/db/pkg
# rm -r bind99-9.9.5_1 cabextract-1.4 phpMyAdmin-4.1.8 screen-4.0.3_14 php5-mysql-5.4.17 clamav-0.97.8 freetype2-2.5.3 file-5.17 jasper-1.900.1_12 php5-5.4.23 ruby-1.9.3.448,1
これで、出なくなりました。( ´▽`)ノ
#っていうか、この/var/db/pkg以下のファイル群は、要るのかしら???
----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);