From owner-freebsd-ppc Thu Feb 27 16:16:56 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 BB73437B401; Thu, 27 Feb 2003 16:16:53 -0800 (PST) Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E2943FE0; Thu, 27 Feb 2003 16:16:51 -0800 (PST) (envelope-from welchsm@earthlink.net) Received: from kermit.psp.pas.earthlink.net ([207.217.78.241]) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18oYCo-0000IT-00; Thu, 27 Feb 2003 16:16:50 -0800 Received: from [207.217.78.203] by EarthlinkWAM via HTTP; Thu Feb 27 16:16:50 PST 2003 Message-ID: <4250474.1046391410713.JavaMail.nobody@kermit.psp.pas.earthlink.net> Date: Thu, 27 Feb 2003 16:16:11 -0600 (GMT) From: Sean Welch Reply-To: Sean_Welch@alum.wofford.org To: Peter Grehan Subject: 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 Found the problem! It was sendmail. I had to add the following to my rc.conf: sendmail_submit_enable="NO" Looked like maybe it couldn't resolve localhost. Sendmail still starts but doesn't hang the box. I tried to run ppp on dev/ttya but it complained it was failing to initialize the device -- no echo back. Exiting the program produced a complaint that the physical speed couldn't be set to "0". I wasn't able to use vi because it couldn't find a terminal database -- I'll look for that. I wanted to see if the USB would work but there are no kernel modules -- do I have to recompile the kernel with USB enabled or can the module be built and run? Is there any way to drop back down to the OFW prompt from FreeBSD? I tried a sysreset -r but it just halted and ignored further input. I got the same results with halt... Here's the contents of var/run/dmesg.boot: Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #1: Wed Feb 26 15:57:22 CST 2003 welchsm@NitroPhys.welchsmnet.net:/usr/obj/powerpc/usr/src/sys/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0x3ec000. Timecounter "decrementer" frequency 16644884 Hz cpu0: Motorola PowerPC 750 revision 3.0, 300.00 MHz cpu0: HID0 8090c0a4 real memory = 297795584 (284 MB) avail memory = 282316800 (269 MB) nexus0: openpic0: on nexus0 openpic0: Version 1.2, supports 4 CPUs and 64 irqs unin0: on nexus0 unin0: Version 3 pcib0: on nexus0 pci0: on pcib0 pci0: at device 16.0 (no driver attached) pcib1: on nexus0 pci1: on pcib1 macio0: mem 0x80000000-0x8007ffff at device 23.0 on pci1 zs0: mem 0x8700-0x87ff,0x8600-0x86ff,0x8500-0x85ff,0x8400-0x84ff,0 x13000-0x13fff irq 50,22 on macio0 zstty0: on zs0 zstty1: on zs0 atamacio0: mem 0x8a00-0x8aff,0x1f000-0x1ffff irq 19 on ma cio0 ata0 on atamacio0 atamacio1: mem 0x8b00-0x8bff,0x20000-0x20fff irq 20 on ma cio0 ata1 on atamacio1 atamacio2: mem 0x8c00-0x8cff,0x21000-0x21fff irq 21 on ma cio0 ata2 on atamacio2 pci1: at device 24.0 (no driver attached) pci1: at device 25.0 (no driver attached) pcib2: on nexus0 pci2: on pcib2 gem0: mem 0xf5200000-0xf53fffff irq 41 at device 1 5.0 on pci2 miibus0: on gem0 bmtphy0: on miibus0 bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto gem0: Ethernet address: 00:0a:27:a9:fa:7c, 10KB RX fifo, 9KB TX fifo using internal phy Timecounters tick every 10.000 msec ad0: 9590MB [19485/16/63] at ata0-master BIOSPIO acd0: CDROM at ata1-master BIOSPIO Mounting root from nfs:172.19.19.33:/data/ppc setrootbyname failed NFS ROOT: 172.19.19.33:/data/ppc Cool! Sean -------Original Message------- From: Peter Grehan Sent: 02/27/03 12:18 AM To: Sean_Welch@alum.wofford.org Subject: Re: ATA patch and others > > Hi Sean, > Any suggestions? It is frustrating to be so tantalizingly > close! Try putting 'rc_debug="YES"' in the Mac client's /etc/rc.conf and see how far you get. later, Peter. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ppc" in the body of the message