From owner-freebsd-questions Mon Aug 10 10:14:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03753 for freebsd-questions-outgoing; Mon, 10 Aug 1998 10:14:55 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from alpha.xerox.com (omega.Xerox.COM [13.1.64.95]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA03748 for ; Mon, 10 Aug 1998 10:14:48 -0700 (PDT) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <40642(1)>; Mon, 10 Aug 1998 10:14:25 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177515>; Mon, 10 Aug 1998 10:14:16 -0700 Received: from alpha.xerox.com ([13.1.64.95]) by klute.parc.xerox.com with SMTP id <59252>; Mon, 10 Aug 1998 10:01:10 PDT Received: from smyrno.sol.net ([206.55.64.117]) by alpha.xerox.com with SMTP id <40642(1)>; Mon, 10 Aug 1998 10:01:03 PDT 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 MAA10883 for ; Mon, 10 Aug 1998 12:00:56 -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 KAA02052 for ; Mon, 10 Aug 1998 10:00:42 -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 NAA20446 for ; Mon, 10 Aug 1998 13:00:09 -0400 (EDT) Message-Id: <3.0.5.16.19980810114606.313f1142@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 04:46:06 PDT To: fenner@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