How to recreate the db? My packages exist on my system but db have none record of them. Also can not rebuilt my packages (logical because db find 0 packages). Any idea?
pkg_info | grep *
Nope, you are basically SOL x(sk8harddiefast said:Are you joking right? Ok.
Memory?And how I know all my system packages?return 0 results.Code:pkg_info | grep *
I ended up reinstalling the box from scratch. For the umpteenth time, I remember doing that a lot when I started out with FreeBSD :eAnd installing a package is not installing all his dependencies too because already they exist on system. Now I am really stuck! Well. That is something that is missing from FreeBSD. A tool to recreate the db!
sk8harddiefast said:How to recreate the db? My packages exist on my system but db have none record of them. Also can not rebuilt my packages (logical because db find 0 packages). Any idea?
# vi apps
# rm -rf /usr/local /var/db/pkg
# while read I
> do
> pkg_add -r ${I}
> done < apps
#
sk8harddiefast said:Are you joking right? Ok. I think I have veeery hard work to do!!!!! And how I know all my system packages?return 0 results. And installing a package is not installing all his dependencies too because already they exist on system. Now I am really stack! Well. That is something that is missing from FreeBSD. A tool to recreate the db!Code:pkg_info | grep *
I am just kidding. What means SOL?Nope, you are basically SOL