Le 15/09/2013 12:08, Jeffrey Walton a écrit : > Before I spend my time and the list's time on this issue, I've read > 15.1 and 15.2 from http://www.openbsd.org/faq/faq15.html#PkgMgmt. > > The command show at http://postimg.org/image/ke2g1wlb9/55c1891b/ > attempted to install 'subversion'. Its been running for about 6 hours, > so believe something is wrong. Obviously, my speculation could be (and > likely is) wrong. > > I've searched for "pkg_add hung". If the BSD folks call a hung program > something else, please let me know so I can search for it. > > The docs state I will get an error. I have not received an error. What > is the relevant man page or manual to rtfm? What should I do next? >
This is my first post here so don't be mad at me if I'm not able to help you so much ;) Which PKG_PATH are you using? Are you able to connect to the mirror? Did you allow output in pf.conf ? You could try something like this: $ echo $PKG_PATH ftp://ftp.fr.openbsd.org/pub/OpenBSD/5.3/packages/amd64/ $ telnet ftp.fr.openbsd.org 21 Trying 145.238.209.46... Connected to ftp.fr.openbsd.org. Escape character is '^]'. 220 pond.obspm.bsdfrog.org FTP server ready. ^] telnet> quit Connection closed.