From owner-freebsd-ppc Wed Feb 26 6:54: 0 2003 Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C4CD37B401 for ; Wed, 26 Feb 2003 06:53:59 -0800 (PST) Received: from gt3.OntheNet.com.au (nt.com.au [203.13.70.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A4EB43FAF for ; Wed, 26 Feb 2003 06:53:57 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-203-45-238-180.qld.bigpond.net.au [203.45.238.180]) by gt3.OntheNet.com.au (8.12.6/8.12.6) with ESMTP id h1QEriVU088276; Thu, 27 Feb 2003 00:53:44 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <3E5CD4FC.A160E1D0@freebsd.org> Date: Thu, 27 Feb 2003 00:53:48 +1000 From: Peter Grehan X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.2.14-12 i686) X-Accept-Language: en MIME-Version: 1.0 To: Sean_Welch@alum.wofford.org Cc: freebsd-ppc@freebsd.org Subject: Re: ATA patch and others References: <1803911.1046222919915.JavaMail.nobody@dewey.psp.pas.earthlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ppc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Sean, > After starting syslogd. it just sat there. This was my fault: I messed up a commit in trap_subr.S, which prevented signal delivery in certain situations. This should now be fixed, so an update and buildkernel/installkernel will pick it up. The other thing I forgot to mention in the install step is that some additional files need to be copied to /etc. This is another case of files not being in the tree, but fortunately they're the same as used in sparc64 cp /etc/etc.sparc64/* /etc/ mv /etc/rc.sparc64 /etc/rc.powerpc This will give you a ttys file which is needed to be able to log in on the console. later, Peter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ppc" in the body of the message