From owner-freebsd-ppc Wed Feb 26 8:31:13 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 0EF6237B401; Wed, 26 Feb 2003 08:31:12 -0800 (PST) Received: from grebe.mail.pas.earthlink.net (grebe.mail.pas.earthlink.net [207.217.120.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D51743FB1; Wed, 26 Feb 2003 08:31:06 -0800 (PST) (envelope-from welchsm@earthlink.net) Received: from ernie.psp.pas.earthlink.net ([207.217.78.243]) by grebe.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18o4SX-0006vH-00; Wed, 26 Feb 2003 08:31:05 -0800 Received: from [207.217.78.11] by EarthlinkWAM via HTTP; Wed Feb 26 08:31:05 PST 2003 Message-ID: <7654368.1046277065482.JavaMail.nobody@ernie.psp.pas.earthlink.net> Date: Wed, 26 Feb 2003 08:31:04 -0600 (GMT) From: Sean Welch Reply-To: Sean_Welch@alum.wofford.org To: Peter Grehan , gallatin@cs.duke.edu Subject: Re: Re: ATA patch and others Cc: freebsd-ppc@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Web Access Mail version 3.0 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 Peter, I'll try the update and recompile. I looked under the /usr/src/etc/etc.sparc64 directory but I'm not sure why I need what is there. I looked under /data/ppc/etc/ and found both a disktab (looks fine to me) and a ttys file (different, but I don't understand the syntax). There is no rc.powerpc but looking in the one for sparc it is nothing but a print statement. Is it important to just have that file exist? Were you expecting there would not be a ttys file in my install? Just curious... Drew, you'll need to help me out here -- I don't know how to add a getty on ofwcons; do I replace ttyv0 "/usr/libexec/getty Pc" cons25 on secure with something like ttyv0 "/usr/libexec/getty Pc" ofwcons on secure Should I do this in the sparc version or the version that got installed somehow by my earlier efforts? Sean -------Original Message------- From: Peter Grehan Sent: 02/26/03 08:53 AM To: Sean_Welch@alum.wofford.org Subject: Re: ATA patch and others > > 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