I install clamav from ports and get error message that said my definition older than 7 days. After trying manual update, I see something 🙂 jedimaster# /usr/local/bin/freshclam –verbose Current working dir is /var/db/clamav Max retries == 3 ClamAV update process started at Mon Jul 23 16:44:22 2007 Querying current.cvd.clamav.net TTL: 300 WARNING: DNS record is […]
Category: Unix
trying portsnap
With recent freebsd 6.2 stable installation I like to try portsnap. Since it’s already in base, no need to install this program 🙂 Just trying it 🙂 alamster# portsnap fetch Looking up portsnap.FreeBSD.org mirrors… 3 mirrors found. Fetching public key from portsnap3.FreeBSD.org… done. Fetching snapshot tag from portsnap3.FreeBSD.org… done. Fetching snapshot metadata… done. Fetching snapshot […]
Install gd support in php without xorg
Recent upgrade to php 5.2.3 require to install gd support too but it always need xorg. Here’s a lttle note on how to add gd support in php5 ports in freebsd without xorg. 1. Checking installed php extension proxy# pkg_info | grep php5 php5-5.2.3 PHP Scripting Language (Apache Module and CLI) php5-bz2-5.2.3 The bz2 shared […]
PC-BSD 1.4 beta – Release name: da Vinci
After months of hard work, the PC-BSD team is pleased to make available the 1.4 BETA release. This version includes many exciting new features and software, such as: 3D desktop support via Beryl KDE 3.5.7 FreeBSD 6.2 Xorg 7.2 New GUI tools & utilities Optional Components, and much more Changelog : PCBSD 1.4 BETA – […]
Upgrading to php5
Recent announcement from php.net about end support for php4 make me thinking about upgrading to php5. All server already use latest php4 version php 4.4.7 with mysql support (4.0.27) and apache1.37 Upgrading start from student server : 1. Uninstall all related php4 ports 2. Install php5 ports kongja# cd /usr/ports/lang/php5 && make clean ===> Cleaning […]