From owner-freebsd-newbies Mon Apr 8 8:27: 8 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from Amelia.bsdprophet.org (cherry46.theshop.net [63.67.33.111]) by hub.freebsd.org (Postfix) with ESMTP id F3A9737B417; Mon, 8 Apr 2002 08:26:54 -0700 (PDT) Received: from Amelia.bsdprophet.org (localhost.bsdprophet.org [127.0.0.1]) by Amelia.bsdprophet.org (8.12.2/8.12.2) with ESMTP id g38FS7eT025664; Mon, 8 Apr 2002 10:28:08 -0500 (CDT) (envelope-from scott@Amelia.bsdprophet.org) Received: (from scott@localhost) by Amelia.bsdprophet.org (8.12.2/8.12.2/Submit) id g38FS7gU025663; Mon, 8 Apr 2002 10:28:07 -0500 (CDT) Date: Mon, 8 Apr 2002 10:28:05 -0500 From: jmmills@telocity.com To: questions@freebsd.org Cc: newbies@freebsd.org Subject: Hello, some 'newbie-Q' Message-ID: <20020408152804.GA25427@bsdprophet.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Forwarded this to questions@freebsd.org where it belongs. --nFreZHaLTZJo0R7j Content-Type: message/rfc822 Content-Disposition: inline Received: from localhost (localhost.bsdprophet.org [127.0.0.1]) by Amelia.bsdprophet.org (8.12.2/8.12.2) with ESMTP id g38Es2eT025517 for ; Mon, 8 Apr 2002 09:54:02 -0500 (CDT) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from jules.zqc.com [63.145.171.22] by localhost with IMAP (fetchmail-5.9.6) for scott@localhost (single-drop); Mon, 08 Apr 2002 09:54:02 -0500 (CDT) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by jules.zqc.com (8.12.2/8.12.2) with ESMTP id g38EtGqo042380 for ; Mon, 8 Apr 2002 07:55:17 -0700 (MST) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from hub.freebsd.org (hub.FreeBSD.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id E3FFD55450; Mon, 8 Apr 2002 07:52:40 -0700 (PDT) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: by hub.freebsd.org (Postfix, from userid 538) id EDBB637B417; Mon, 8 Apr 2002 07:52:37 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id D759E2E8015; Mon, 8 Apr 2002 07:52:37 -0700 (PDT) Received: by hub.freebsd.org (bulk_mailer v1.12); Mon, 8 Apr 2002 07:52:37 -0700 Delivered-To: freebsd-newbies@freebsd.org Received: from otter.mills-atl.com (dsl-64-192-140-77.telocity.com [64.192.140.77]) by hub.freebsd.org (Postfix) with ESMTP id 0C6AF37B416 for ; Mon, 8 Apr 2002 07:52:35 -0700 (PDT) Received: from localhost (jmills@localhost) by otter.mills-atl.com (8.9.3/8.9.3) with ESMTP id KAA01890 for ; Mon, 8 Apr 2002 10:53:29 -0400 X-Authentication-Warning: otter.mills-atl.com: jmills owned process doing -bs Date: Mon, 8 Apr 2002 10:53:29 -0400 (EDT) From: John Mills X-Sender: jmills@otter.mills-atl.com Reply-To: John Mills To: FreeBSD-newbies Subject: Hello, some 'newbie-Q's Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Precedence: bulk Hello - I am going through startup on a FreeBSD system which I plan to use as my mail server. I'm sure I will burden this list a bit, and I appreciate your patience. I come from about 8 years of using Linux, and expect I my questions will have a strong "Linux accent" for a while. I installed the FreeBSD-4.0 which comes with R.Blum's _Running_qmail_ book and have basic system, X11, and net functions. I plan to remove that version and restart with the -4.5 CD's I downloaded from the FreeBSD server, before investing too much work in an outdated version. If my questions have different answers with 4.5, that would be great to know. So, those first questions: Q1) I see from my 'GENERIC' kernel configuration file (and the FreeBSD _Bible_) that I may not have my IDE controllers working on an interrupt basis. (Program startup does seem a bit ... er ... "leisurely.") Do I have to rebuild the kernel to change the IDE controllers' "flags=", or can this be configured at boot with the 4.0/GENERIC kernel image I've got? If I can keep the current kernel, can I make IDE interrupt-mode automatic on reboot? Q2) I wish to use 'ssh' for my net login, and I hit a couple of bumps installing it. A) Before trying 'ports', I had first downloaded, built and installed both 'openssl-0.9.??' and 'openssh-3.1p1' from those two organizations' archives, to have the latest packages. No obvious problems showed at building nor installing. Keys build OK and 'sshd' seems to start OK, but I fail logins due to not having PAM. What's the best way around this? Is this just the first of several commonly-hit problems with a non-port installation? B) The 'ports' "make build" of 'security/openssh' complains of missing 'cyrpto'. I did the "X-Developer" installation and opted for MD5 passwords. Did this prevent installation of the 'crypto' package? In any case, how do I obtain and install an appropriate lib set, while retaining MD5 passwords on login? Thanks for your suggestions and help. - John Mills To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message --nFreZHaLTZJo0R7j-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message