On Jan 23, 2008 7:48 AM, elpinguim <[EMAIL PROTECTED]> wrote: > On 1/23/08, Dmitrij Czarkoff <[EMAIL PROTECTED]> wrote: > > > And it would be a good idea to fetch the package and try "pkg_add > > ./openoffice-2.2.1p0.tgz". > > -- > > Dmitrij D. Czarkoff > > > > Dmitrij, > > Good idea, I will try that as well. I've also set the environment variable > FTP_KEEPALIVE=120 (per Stuart's suggestion) to see if this helps. > > I should have mentioned that this particular system is set up in my home > network as a wireless bridge/dhcp server for two other pc's. Nothing exotic > running here. Just wanted to try out OpenOffice on the amd64. I know, amd64 > as a wireless bridge? Is kind of overkill but it's the only hardware I have > available at the moment. > > Here's my pf rule in regards to outbound traffic on the amd64: > #-------------------------------------------------------# > # Pass all connections originating from this server. # > #-------------------------------------------------------# > pass out log quick on $ext_if inet \ > proto { tcp, udp, icmp } \ > from $ext_if to any flags S/SA keep state > > My network topology is as follows: > > ISP <--> Airlink101 "Super Wireless-G" router <--> Wireless Bridge (OpenBSD > 4.2 (generic) amd64 > > The Airlink101 is configured to allow all dhcp client ip's into the DMZ. I > haven't experienced any other problems on this system with its existing > configuration/setup in regards to installing packages. So this is kind of > strange. Thanks again for your suggestions. > > Kind regards, > Luis >
Dmitrij, Success! OpenOffice installed successfully after manually d/l'ing the package. How 'bout that. # wget ftp://ftp3.usa.openbsd.org/pub/OpenBSD/4.2/packages/`machine -a`/openoffice-2.2.1p0.tgz --07:59:44-- ftp://ftp3.usa.openbsd.org/pub/OpenBSD/4.2/packages/amd64/openoffice-2.2.1p0.tgz => `openoffice-2.2.1p0.tgz' Resolving ftp3.usa.openbsd.org... 192.43.244.161 Connecting to ftp3.usa.openbsd.org|192.43.244.161|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/OpenBSD/4.2/packages/amd64 ... done. ==> PASV ... done. ==> RETR openoffice-2.2.1p0.tgz ... done. Length: 122,809,075 (117M) (unauthoritative) 100%[===================================================================================================================================>] 122,809,075 199.88K/s ETA 00:00 08:09:49 (198.44 KB/s) - Control connection closed. Retrying. --08:24:50-- ftp://ftp3.usa.openbsd.org/pub/OpenBSD/4.2/packages/amd64/openoffice-2.2.1p0.tgz (try: 2) => `openoffice-2.2.1p0.tgz' Connecting to ftp3.usa.openbsd.org|192.43.244.161|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/OpenBSD/4.2/packages/amd64 ... done. ==> SIZE openoffice-2.2.1p0.tgz ... done. ==> PASV ... done. ==> REST 122809075 ... done. ==> RETR openoffice-2.2.1p0.tgz ... done. Length: 122,809,075 (117M), 0 (0) remaining 100%[++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++] 122,809,075 --.--K/s 08:24:51 (0.00 B/s) - `openoffice-2.2.1p0.tgz' saved [122809075] # # pkg_add -v /root/openoffice/openoffice-2.2.1p0.tgz parsing /root/openoffice/openoffice-2.2.1p0.tgz Dependencies for openoffice-2.2.1p0 resolve to: libwpd-0.8.9p0, python-2.4.4p4, db-4.2.52p11, javaPathHelper-0.3, gtk+2-2.10.13, neon-0.26.2, curl-7.16.2, libsndfile-1.0.11p0 . . . . openoffice-2.2.1p0: complete --- openoffice-2.2.1p0 ------------------- To start OpenOffice run '/usr/local/bin/soffice' # Still not sure why ftp timeouts after reaching "100%". Well for the most part my issue has been resolved. Thanks every one for your suggestions. Kind regards, Luis