On Tue, 18 Jan 2005 03:01:46 -0800, whitevamp <[EMAIL PROTECTED]> wrote:
> 1. what would be causeing this??
> 2. how do i fix this?

I had a problem like this today on one box, and I fixed it doing it:

Insert these two lines on /usr/local/etc/pkgtools.conf

  ENV['PKG_DBDRIVER'] ||= 'dbm_hash'
  ENV['PORTS_DBDRIVER'] ||= 'dbm_hash'

Rebuild your pkgdb.db using `pkgdb -fu`

Rebuild your INDEX.db using `portsdb -u`

After I did it all worked fine!
-- 
Renato Botelho
ICQ: 54596223
AIM: RBGargaBR
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to