From owner-freebsd-questions Mon Nov 12 5: 4:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by hub.freebsd.org (Postfix) with ESMTP id DCBB737B417 for ; Mon, 12 Nov 2001 05:04:34 -0800 (PST) Received: from twincat.vladsempire.net (hutch-154.hutchtel.net [206.10.67.54]) by services.webwarrior.net (Postfix) with ESMTP id 5FB1612A for ; Mon, 12 Nov 2001 07:04:31 -0600 (CST) Received: by twincat.vladsempire.net (Postfix, from userid 1001) id C0F563917; Mon, 12 Nov 2001 07:00:19 +0000 (GMT) Date: Mon, 12 Nov 2001 07:00:19 +0000 From: Josh Paetzel To: chia an Cc: questions@FreeBSD.ORG Subject: Re: UDMA ICRC error Message-ID: <20011112070019.E723@twincat.vladsempire.net> References: <20011109173127.X3281@roman.mobil.cz> <20011112042138.87131.qmail@web13505.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011112042138.87131.qmail@web13505.mail.yahoo.com>; from alan_qc@yahoo.com on Sun, Nov 11, 2001 at 08:21:38PM -0800 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 On Sun, Nov 11, 2001 at 08:21:38PM -0800, chia an wrote: > hello friend_bsd; > 1 .i have a problem when booting my Freebsd 4.4, there > was an error appear like this : > > ad0s3a : UDMA ICRC error reading fsbn 1606628 of 64-79 > (ad0s3 bn 1606628; cn 100 tn 2 sn 2 ) retrying > ad0s3a : UDMA ICRC error reading fsbn 1606628 of 64-79 > (ad0s3 bn 1606628; cn 100 tn 2 sn 2 ) retrying > ad0s3a : UDMA ICRC error reading fsbn 1606628 of 64-79 > (ad0s3 bn 1606628; cn 100 tn 2 sn 2 ) falling back to > PIO mode > > what should i do? This looks like you have a bad cable perhaps. Does the disk seem to work ok after these errors come up? It could also be an indication that your disk is dying. > > 2.How to running sshd?what the different with ssh?how > to make the configuration for sshd?is there any option > to activated for ssh because iam using ipfirewall in > my kernel! sshd is started in the default install. The configuration of sshd is controlled by the file /etc/ssh/sshd_config There are a lot of really cool things that you can do with ssh, but out of the box you should be able to log in remotely by doing: $ssh -l usernameofaccountonthehost hostname man ssh and man sshd have lots of useful information on ssh. A book that you might get if you are interested in all of the things that you can do with ssh is Using Secure Shell Services by O'Reilly. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message