From owner-freebsd-questions Sun Sep 23 10: 6:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id B85B337B426 for ; Sun, 23 Sep 2001 10:06:39 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls01.we.mediaone.net (8.11.4/8.11.3) with SMTP id f8NH6ij13750; Sun, 23 Sep 2001 10:06:44 -0700 (PDT) Message-ID: <003e01c14451$8a945060$0100a8c0@home> From: "PetBuilder" To: "Bill Moran" Cc: References: <001601c143dd$a7508530$0100a8c0@home> <3BADD394.B01BE8DF@iowna.com> <002401c14441$5948c9b0$0100a8c0@home> <3BAE08EF.B114411B@iowna.com> Subject: Re: How to install from programs internet Date: Sun, 23 Sep 2001 10:02:34 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Upon checking I can ping IP numbers but I cannot resolve Host Names? I've never run across that in windows so I could not even geuss what is wrong here. Ant thing I should check? Craig Rose Web-Zonic, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ----- Original Message ----- From: "Bill Moran" To: "PetBuilder" ; Sent: Sunday, September 23, 2001 9:08 AM Subject: Re: How to install from programs internet PetBuilder wrote: > > I tried this but I get the same response each time, Connection refused. I am > connected to the net because I'm telnet-ing in to the server. The exact error messages would be helpful. Run the make process under script(1) to capture the output, and then send the relevent portions in your next email. Like this: cd /usr/ports/www/apache13 script /root/make.txt make The output from the command will be stored in the file "/root/make.txt" and you can cut/paste the errors into your email. > Any suggestions as to why it is telling me the connection is refused? Without more details it could be a number of things, some top candidates: 1) /etc/resolv.conf not set up properly (can you ping names? i.e does "ping www.yahoo.com" work?) 2) A firewall is blocking you 3) The site your trying to connect to is too busy at the moment (how many times have you tried? Those download sites are occasionally overwhelmed) 4) Your ports config is REAL old and the server info is no longer valid (what version of FreeBSD are you running?) > Also, I'm using WIN2000 to telnet to the server. If I want to telnet using > SSH how would I go about this? Download putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/) or a similar ssh package for windows. > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is > for the sole use of the intended recipient(s) and may contain confidential > and privileged information. Any unauthorized review, use, disclosure or > distribution is prohibited. > If you are not the intended recipient, please contact the sender by reply > e-mail and destroy all copies of the original message. Your company laywers don't have enough to do, do they? > > PetBuilder wrote: > > > I'm new to UNIX and I'm trying to install Apache 1.3.20 on a test > server. > > > I wanted to get a copy to install directly from the internet. What would > > > the proper command line and path to the file be? > > > > If you're using FreeBSD, you can do: > > cd /usr/ports/www/apache13; make all install > > (make sure you are logged in a root when you do this) > > Read here for more information on how this works: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message