On 10 February 2014 15:26, Josh Grosse <[email protected]> wrote: > On 2014-02-09 22:21, Rob Fabry wrote: >> >> I'm trying to install OpenBSD on a new machine so I can learn how >> to setup a >> router, but running into a strange problem. >> >> A Supermicro 5015A-H with Intel >> Atom 330 at 1.6 GHz >> >> When I tried to install the unbound package, it can't >> find it >> (even though it's in the directory, and the shell autocompletes >> the >> name) >> >> # pkg_add unbound_1.4.20.tgz >> Can't find package unbound_1.4.20.tgz >> (adding multiple -v doesn't elaborate on the problem) > > > Hi. pkg_add(1) uss $PKG_PATH, unless you use a directory path. Try adding > the directory: > > # pkg_add ./unbound_1.4.20.tgz
Bummer, you are right. That works too. Regards, Ville

