On 7 September 2014 19:54, Stuart Henderson <st...@openbsd.org> wrote:
> On 2014/09/07 01:12, jamezn1c3 wrote: > > > I set the PKG_PATH but when I got add a package i get this error > > *Fatal error: Bad List v:* > > > > I'm starting to wonder if its a bug with 5.5 or just me being stupid but > I > > tried other ftp sites and I've read all my books and I'm stumped. > > There is no general problem with installing packages in 5.5. > > Send the *exact* commands you are typing and the full response and > maybe somebody can help. > > As Stuart suggested, please provides us with more detail (like the following and any output that you get, no trivial items missed). Below is the root environment variables and the installation of bash on an OpenBSD 5.5-stable host: # env | grep PKG_PATH PKG_PATH=http://mirror.internode.on.net/pub/OpenBSD/5.5/packages/amd64/ # pkg_add -v bash Update candidates: quirks-1.113 -> quirks-1.113 (ok) Shell /usr/local/bin/bash appended to /etc/shells bash-4.2.45p0: ok # Please note, that is a mirror near me and not necessarily the closest one to you. Ensure that you select a public HTTP from here ( http://www.openbsd.org/ftp.html#http). This is the source of documentation you should really be reading on the OpenBSD package installation (or the man page) http://www.openbsd.org/faq/faq15.html#PkgMgmt On a side note, you aren't using FTP by any chance?