From owner-freebsd-questions Tue Aug 11 16:22:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26128 for freebsd-questions-outgoing; Tue, 11 Aug 1998 16:22:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [207.149.232.62] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26115 for ; Tue, 11 Aug 1998 16:22:07 -0700 (PDT) (envelope-from rgrimes@GndRsh.aac.dev.com) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.8.8/8.8.8) id QAA17346 for freebsd-questions@freebsd.org; Tue, 11 Aug 1998 16:20:36 -0700 (PDT) (envelope-from rgrimes) Received: from smyrno.sol.net (mail@smyrno.sol.net [206.55.64.117]) by GndRsh.aac.dev.com (8.8.8/8.8.8) with ESMTP id KAA14826 for ; Mon, 10 Aug 1998 10:00:11 -0700 (PDT) (envelope-from gdurka@mail.monmouth.com) Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by smyrno.sol.net (8.8.8/8.8.8/SNNS-1.02) with ESMTP id MAA10895 for ; Mon, 10 Aug 1998 12:01:12 -0500 (CDT) Received: from shell.monmouth.com (shell.monmouth.com [205.231.236.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02082 for ; Mon, 10 Aug 1998 10:01:00 -0700 (PDT) (envelope-from gdurka@mail.monmouth.com) Received: from lizard (rb-max-ppp36.monmouth.com [209.191.8.171]) by shell.monmouth.com (8.8.5/8.7.3) with SMTP id NAA20642 for ; Mon, 10 Aug 1998 13:00:30 -0400 (EDT) Message-Id: <3.0.5.16.19980810114741.313f6bfc@mail.monmouth.com> X-Sender: gdurka@mail.monmouth.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (16) Date: Mon, 10 Aug 1998 11:47:41 To: rgrimes@FreeBSD.ORG From: Greg Durka Subject: no ftp Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My system is a 486dx IBM clone desktop. I installed freebsd, the kernel and manual, from dos using the .bin files downloaded from the internet. The installation disk was not able to download any packages from the freebsd website even after I connected manually to the net under the "term" mode. After much work, I was able to get ppp to logon to the net. Typing "shell" after the "ppp ON >" prompt, the program shelled back to the "myname>" prompt. Typing "ftp", the program went into the ftp mode. After typing "open ftp.roxen.com" at the "ftp>" prompt, the program returned the error message: ftp: ftp.roxen.com: unknown host. No matter what website was requested, the program returned the same error. Below is a portion of the ppp.conf file: set phone (ISP phone number) set login (login sequence) set timeout 0 set ifaddr (DNS 1) (DNS 2) 0.0.0.0 0.0.0.0 delete all add 0 0 HISADDR set openmode passive I had to set the openmode to passive, otherwise the program disconnected after 10 seconds. I need to download a browser, xwindows, and other programs, but cannot without ftp. There is no mention of this problem in the handbook, manual, faq's, or newsproups. An alternative would be to download the unix files into a dos directory, and then transfer them. Following the directions in one of the faq's, I typed the following: # cd /dev # ./makedev wd0s2 # mount -t msdos /dev/wd0s2 / The cursor would then move to the beginning of the next line. If I typed /dos or any directory, instead of /, the program would return error messages. At the next line there was no response to any commands such as cp or dd. Any advice would be appreciated. I want to get rid of msdos and windows. Because unix is new to me, please make your instructions specific. Thanks. Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message