Subject: Kernel fun
To: None <port-pmax@NetBSD.ORG>
From: Mauricio Tavares <Mauricio@proedint.com>
List: port-pmax
Date: 08/27/1999 16:29:47
	In my ongoing quest to put my littl 5000/200 operational, I installed
netatalk (off the distribution in the netbsd site).  Then, I got the kernel
source file so I can rebuild it and enable that.  I created kernel file and
put it as /netbsd (the original one is there as netbsd.original).  Then I
rebooted... and am getting a few interesting messages I would appreciate if
someone could tell me what is going on.  I should warn you that I copied a
lot of stuff of my boot messages in hope it may help out with finding what
is going on.

KN02-AA V5.3t    (PC: 0x800301bc, SP: 0xc1b12e28)
>> NetBSD/pmax Secondary Boot, Revision 1.0
>> (root@vlad, Fri Jul 16 12:48:23 EST 1999)
Boot: 5/rz0/netbsd
1549000+55712+359044 [89+67392+54338]=0x1fe510
Starting at 0x80030000

[ preserving 122396 bytes of netbsd ELF symbol table ]
Copyright (c) 1996, 1997, 1998, 1999
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 1.4J (avecNetatalk) #0: Thu Aug 19 17:07:42 PDT 1999
    raub@kookoo:/usr/src/sys/arch/pmax/compile/avecNetatalk
DECstation 5000/200 (3MAX)
total memory = 16384 KB
avail memory = 12732 KB
using 230 buffers containing 920 KB of memory
mainbus0 (root)
cpu0 at mainbus0: cpu0: MIPS R3000 CPU Rev. 2.0 with MIPS R3010 FPC Rev. 3.0
cpu0: 64kb Instruction, 64kb Data, direct mapped cache
tc0 at mainbus0: 25 MHz clock
ioasic0 at tc0 slot 7 offset 0x0
dc0 at ioasic0 offset 0x200000
mcclock0 at ioasic0 offset 0x280000: mc146818 or compatible
le0 at tc0 slot 6 offset 0x0: address 08:00:2b:17:91:25
le0: 32 receive buffers, 8 transmit buffers
asc0 at tc0 slot 5 offset 0x0 (bus speed: 25 MHz) : target 7
Beginning old-style SCSI device autoconfiguration
rz0 at asc0 drive 0 slave 0 QUANTUM MAVERICK 540S rev 0901
rz0: 516MB, 2853 cyl, 4 head, 92 sec, 512 bytes/sect x 1057758 sectors
boot device: rz0
root on rz0a dumps on rz0b
root file system type: ffs
swapctl: adding /dev/rz0b as swap device at priority 0
Automatic boot in progress: starting file system checks.
/dev/rrz0a: file system is clean; not checking
/dev/rrz0d: file system is clean; not checking
/dev/rrz0f: file system is clean; not checking
asc_intr: ignoring strange interrupt tc 8154 fifo residue 3 script 1
setting tty flags
asc_intr: ignoring strange interrupt tc 990 fifo residue 3 script 1
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  Is that some kind of problem with the code for the SCSI interface?  If so,
  it makes me think that I got the wrong version of the kernel even though
  I used the one that *was* in the current source tree.  Could I have
missed   the one Simon has corrected?
[...]
preserving editor files
hash map "Alias0": unsafe map file /etc/aliases: No such file or directory
Aug 27 12:37:06 kookoo sendmail[141]: NOQUEUE: SYSERR(root): hash map
"Alias0":
unsafe map file /etc/aliases: No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   Now this one is mostly me being dumb:  what is this hash map?  I do not
have
   a file /etc/aliases.  Is that something sendmail is up to, so I should
check 
   sendmail's config file or something?

clearing /tmp
updating motd.
standard daemons: update cron.
starting network daemons:starting appletalk daemons: atalkd nbprgstr
papdAug 27
12:37:57 kookoo papd[175]: No such printer: lp
Aug 27 12:37:57 kookoo papd[175]: printcap problem: lp
 afpd.
 inetd.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   This one I can live with because I do not have lp set up yet ;)


Again, thanks for any help =)