View Single Post
  #2   (View Single Post)  
Old 31st March 2012
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by sw2wolf View Post
I have browsed some mirrors where i cannot find openbox.
Assuming you are running OpenBSD 5.0 on i386:
Code:
$ ftp ftp.openbsd.org
Connected to ftp.openbsd.org (129.128.5.191).
220 openbsd.srv.ualberta.ca FTP server ready.
Name (ftp.openbsd.org:blackduck): anonymous
331 Guest login ok, send your email address as password.
Password:

...

Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd pub/OpenBSD/5.0/packages/i386
250 CWD command successful.
ftp> dir *openbox*
227 Entering Passive Mode (129,128,5,191,206,25)
150 Opening ASCII mode data connection for '/bin/ls'.
-rw-r--r--  1 0  0  337614 Aug 16  2011 openbox-3.4.11.2p0.tgz
226 Transfer complete.
ftp> bye
221 Goodbye.
$
I suspect you need to check the value of PKG_PATH or try another mirror.
Reply With Quote