From owner-freebsd-alpha Sun May 20 20:48:12 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from jxmls04.se.mediaone.net (jxmls04.se.mediaone.net [24.129.0.51]) by hub.freebsd.org (Postfix) with ESMTP id 33C8537B422 for ; Sun, 20 May 2001 20:48:09 -0700 (PDT) (envelope-from dmuran@tuad.org) Received: from tusala.tuad.org (swtr-1-24-26-49-249.pompano.net [24.26.49.249]) by jxmls04.se.mediaone.net (8.11.1/8.11.1) with ESMTP id f4L3ldL29485 for ; Sun, 20 May 2001 23:47:39 -0400 (EDT) Received: from wavehome (wavehome.tuad.org [192.168.1.12]) by tusala.tuad.org (8.11.3/8.11.3) with SMTP id f4L3lxQ21642 for ; Sun, 20 May 2001 23:48:00 -0400 (EDT) (envelope-from dmuran@tuad.org) From: "D.A. Muran-de Assereto" To: Subject: guile-gnome compilation succeeds on K7, fails on Alpha Date: Sun, 20 May 2001 23:48:07 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm running into the oddest thing here with the gnome-1.4 build. I have successfully built it on my Athlon system, but when compiling identical code on the Alpha system, gcc exits with an error. The offending code is in guile-gnome/work/gnome-guile-0.20/guile-gnome/ghhtp/ghttp-glue.c. The Alpha system errors out like this: (linebreaks added) cc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I./.. -I../../guile-gtk -I./../../g uile -gtk -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -DNEED_G NOME SUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/incl ude/gtk12 -I/usr/local/include -O -pipe -mcpu=ev56 -I/usr/local/include -c ghttp-glue.c -fPIC -DPIC -o .libs/ghttp-glue.lo ghttp-glue.c:56: warning: initialization makes integer from pointer without a cast ghttp-glue.c:56: initializer element is not computable at load time ghttp-glue.c:56: (near initialization for `sgtk_ghttp_request_info_gtk.object_size') ghttp-glue.c: In function `sgtk_ghttp_get_header': ghttp-glue.c:331: warning: assignment discards qualifiers from pointer target type ghttp-glue.c: In function `sgtk_ghttp_get_error': ghttp-glue.c:432: warning: assignment discards qualifiers from pointer target type ghttp-glue.c: In function `sgtk_ghttp_reason_phrase': ghttp-glue.c:466: warning: assignment discards qualifiers from pointer target type *** Error code 1 The Athlon system reports as follows: cc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I./.. -I../../guile-gtk -I./../../g uile -gtk -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include -O -pipe -march=k6 -I/usr/local/include -c ghttp-glue.c-fPIC -DPIC -o .libs/ghttp-glue.lo ghttp-glue.c:56: warning: initialization makes integer from pointer without a cast ghttp-glue.c: In function `sgtk_ghttp_get_header': ghttp-glue.c:331: warning: assignment discards qualifiers from pointer target type ghttp-glue.c: In function `sgtk_ghttp_get_error': ghttp-glue.c:432: warning: assignment discards qualifiers from pointer target type ghttp-glue.c: In function `sgtk_ghttp_reason_phrase': ghttp-glue.c:466: warning: assignment discards qualifiers from pointer target type No error 1, compilation continues, gnome works. Any ideas why this might be happening? Dave Muran-de Assereto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon May 21 0:32:25 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from postino.fi.infn.it (postino.fi.infn.it [192.84.145.9]) by hub.freebsd.org (Postfix) with ESMTP id C51DA37B42C for ; Mon, 21 May 2001 00:32:20 -0700 (PDT) (envelope-from Riccardo.Veraldi@fi.infn.it) Received: from nikita.fi.infn.it (nikita.fi.infn.it [192.84.146.189]) by postino.fi.infn.it (8.11.1/8.11.1) with ESMTP id f4L7Vem41748; Mon, 21 May 2001 09:31:41 +0200 (CEST) From: Riccardo.Veraldi@fi.infn.it Received: by nikita.fi.infn.it (Postfix, from userid 1001) id ECF1F18CEC; Mon, 21 May 2001 09:31:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by nikita.fi.infn.it (Postfix) with ESMTP id 933DB15902; Mon, 21 May 2001 09:31:39 +0200 (CEST) Date: Mon, 21 May 2001 09:31:38 +0200 (CEST) X-X-Sender: To: Wilko Bulte Cc: Subject: Re: 500au In-Reply-To: <20010519220328.I5197@freebie.demon.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Actually what was written in the HARDWARE.TXT even if very accurate and usefull and interesting lead to discussions on the mailing list on how to recognize MX5 from GL. For example in the HARDWRE.TXT is not written that if you have a 500a with a QLogic 1040 it will boot from SCSI rather if you have ADaptec it won't boot or it will boot only from ISA, there is written SRM does not support boot from SCSI. Anyway I had many doubts even after reading HARDWARE.TXT. So there are many people on the list with different experiences and opinions and so I Wanted to try to probe this, sorry if I did something wrong. Ciao Rick On Sat, 19 May 2001, Wilko Bulte wrote: > Date: Sat, 19 May 2001 22:03:28 +0200 > From: Wilko Bulte > To: Riccardo.Veraldi@fi.infn.it > Cc: freebsd-alpha@freebsd.org > Subject: Re: 500au > > On Mon, May 14, 2001 at 09:42:56AM +0200, Riccardo.Veraldi@fi.infn.it wrote: > > Have you considered reading the HARDWARE.TXT information on Miatas? > > I *do* write docs for a purpose... not for having these questions repeated > over and over on the mailing lists. > > Wilko > > > > Sorry people I gave a bad information before. > > I saw a offer a good one about 500a (NOT 500au) > > is the 500a model supported very well ?? > > I mean if I have a scsi board adaptec or QLogic PCI boards > > will it work with freebsd ?? > > I mean is the a model as good as the au models running FreeBSD or might I > > have lotsa problems ?? > > Can I even use IDE disks ?? > > thanks > > > > Rick > > > > > > > > > > On Sun, 13 May 2001, M. Osten wrote: > > > > > Date: Sun, 13 May 2001 12:02:05 -0500 (CDT) > > > From: M. Osten > > > To: Riccardo.Veraldi@fi.infn.it > > > Cc: freebsd-alpha@FreeBSD.ORG > > > Subject: Re: 500au > > > > > > > > > > > > > > the Digital PErsonal Workstaion 500a or 500au are they both well supported > > > > by FreeBSD anyone here use a 500 a or 500au with FreeBSD ?? > > > > thanks > > > > > > > > Rick > > > > > > I'm using a 500au. I just got it, and installed freebsd. Everything > > > *seems* to be working alright, but I'll know more in a couple of > > > days. Mail me off list, and we'll go through it all together :) > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-alpha" in the body of the message > ---end of quoted text--- > > -- > | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org > |/|/ / / /( (_) Bulte Powered by FreeBSD/alpha http://www.freebsd.org > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon May 21 8:50:29 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id E0E3D37B424 for ; Mon, 21 May 2001 08:50:19 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [195.11.243.26] (helo=Debug) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 151rwo-000GPN-00; Mon, 21 May 2001 15:50:18 +0000 To: freebsd-alpha@freebsd.org From: Wilko Bulte Subject: 4.3R on big hulking Tlaser.. Date: Mon, 21 May 2001 15:50:18 GMT X-Mailer: www.webmail.nl.demon.net X-Sender: postmaster@freebie.demon.nl X-Originating-IP: 161.114.88.76 Message-Id: Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Finally found some time to 'dd' the 2 Mbyte floppy image to a SCSI disk and boot the 8-cpu AS8400 from that disk. As you can see below that worked fine. It is currently installing from CDROM. I'll have it do a buildworld overnight. I hope to go to -current pretty soon, as the other 7 CPUs feel so bored ;) It is currently only 256MB of RAM, the other 3 memory modules are 4GB a piece and therefore too big for FreeBSD's taste. I have to check on the KZPAA (NCR810), the console also has problems using the CDROM attached to it. cheers, Wilko Script started on Mon May 21 15:04:19 2001 chuck#telnet dsrv2 2001 Trying 172.16.10.51... Connected to dsrv2. Escape character is '^]'. e8.e7.e6.e5.e3. F E D C B A 9 8 7 6 5 4 3 2 1 0 NODE # A . . M . P P P P TYP o . . + . ++ ++ ++ ++ ST1 . . . . . EE EE EE EB BPD o . . + . ++ ++ ++ ++ ST2 . . . . . EE EE EE EB BPD c3.e2.e0.ce.cd.cb.de.ca.c9.c8. c7.c5.c4.c3.dd.dc.db.da.d9. + . . + . ++ ++ ++ ++ ST3 . . . . . EE EE EE EB BPD d8.d7.d6.d5.d4. . . . + + + + . + . . . C0 PCI + . . . . . . . . + . . . C1 PCI + . + . . . . . . + . . . C2 PCI + . + . . . . . . + . . . C3 PCI + . . . A0 . . . . . ILV . . . 256 . . . . . 256MB AlphaServer 8400 8-5/625/4, Console V5.8-2 21-JUL-2000 16:30:31 SROM V3.1, OpenVMS PALcode V1.21-1, Tru64 UNIX PALcode V1.23-1 System Serial = AY60323611, OS = UNIX, 15:01:17 May 21, 2001 Configuring I/O adapters... isp0, slot 3, bus 0, hose0 tulip0, slot 5, bus 0, hose0 kzpaa0, slot 6, bus 0, hose0 isp1, slot 7, bus 0, hose0 tulip1, slot 8, bus 0, hose0 isp2, slot 3, bus 0, hose1 kzpsa0, slot 3, bus 0, hose2 kgpsa0, slot 10, bus 0, hose2 kzpsa1, slot 3, bus 0, hose3 kgpsa1, slot 10, bus 0, hose3 Configuration completed Checking system information P00>>>sho dev polling for units on isp0, slot 3, bus 0, hose0... pka.7.0.3.0 pka term on Bus ID 7 5.57 polling for units on kzpaa0, slot 6, bus 0, hose0... pkb.7.0.6.0 pkb Bus ID 7 polling for units on isp1, slot 7, bus 0, hose0... pkc.7.0.7.0 pkc term on Bus ID 7 5.57 dkc100.1.0.7.0 DKC100 RZ29B 0014 polling for units on isp2, slot 3, bus 0, hose1... pkd.7.0.3.1 pkd term off Bus ID 7 5.57 dkd100.1.0.3.1 DKD100 RZ29B 0014 dkd200.2.0.3.1 DKD200 RZ29B 0014 dkd300.3.0.3.1 DKD300 RZ29B 0014 dkd400.4.0.3.1 DKD400 RZ29B 0014 dkd500.5.0.3.1 DKD500 RZ28D 0008 polling for units on kzpsa0, slot 3, bus 0, hose2... pke.7.0.3.2 pke TPwr 1 Fast 1 Bus ID 7 N01 A12 polling for units on kgpsa0, slot 10, bus 0, hose2... kgpsaa0.0.0.10.2 - LINK_DOWN timeout kgpsaa0.0.0.10.2 PGA0 WWN 1000-0000-c921-7fa8 kgpsaa0.0.0.10.2 Link is down. polling for units on kzpsa1, slot 3, bus 0, hose3... pkf.7.0.3.3 pkf TPwr 1 Fast 1 Bus ID 7 N01 A12 polling for units on kgpsa1, slot 10, bus 0, hose3... kgpsab0.0.0.10.3 - LINK_DOWN timeout kgpsab0.0.0.10.3 PGB0 WWN 1000-0000-c921-7ea0 kgpsab0.0.0.10.3 Link is down. P00>>>boot dkc100 (boot dkc100.1.0.7.0 -flags a) SRM boot identifier: scsi 0 7 0 1 100 ef00 10201077 boot adapter: isp1 rev 5 in bus slot 7 off of kftha0 in TLSB slot 8 block 0 of dkc100.1.0.7.0 is a valid boot block reading 15 blocks from dkc100.1.0.7.0 bootstrap code read in Building FRU table....... FRU table size = 3997(14743) base = 200000, image_start = 0, image_bytes = 1e00 initializing HWRPB at 2000 initializing page table at 1f0000 initializing machine state setting affinity to the primary CPU Switch to OSF PAL code succeeded. FreeBSD/alpha SRM disk boot, Revision 1.0 (root@jkh101.osd.bsdi.com, Sat Apr 21 20:20:13 GMT 2001) Memory: 262144 k |/-\|/-\|/-\|/-\|/-\| Hit [Enter] to boot immediately, or any other key for command prompt. Booting [kernel] in 9 seconds... Booting [kernel]... /-\|/-Entering kernel at 0xfffffc000032b8c0... Copyright (c) 1992-2001 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 4.3-RELEASE #1: Sun Apr 22 02:16:27 GMT 2001 root@jkh101.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS AlphaServer 8400 AlphaServer 8400 5/625, 612MHz 8192 byte page size, 8 processors. CPU: EV56 (21164A) major=7 minor=2 extensions=0x1 OSF PAL rev: 0x10000100020117 real memory = 265650176 (259424K bytes) avail memory = 250814464 (244936K bytes) Preloaded elf kernel "kernel" at 0xfffffc0000924000. md1: Malloc disk tlsbcpu0: at tlsb0 node 0 gbus0 on tlsbcpu0 zsc0: on gbus0 offset 0x10000000 zs0 on zsc0 channel A zs1 on zsc0 channel B mcclock0: on gbus0 offset 0x20000000 tlsbcpu1: at tlsb0 node 0 tlsbcpu2: at tlsb0 node 1 tlsbcpu3: at tlsb0 node 1 tlsbcpu4: at tlsb0 node 2 tlsbcpu5: at tlsb0 node 2 tlsbcpu6: at tlsb0 node 3 tlsbcpu7: at tlsb0 node 3 tlsbmem0: at tlsb0 node 5 kft0: at tlsb0 node 8 dwlpx0: on kft0 hose 0 pci0: on pcib0 isp0: port 0x87fffb00-0x87fffbff mem 0x87f9e000-0x87f9efff irq 12 at device 3.0 on pci0 isp0: Node 8 Hose 0 Slot 3 interrupting at TLSB vector 0x8403 intpin 1 de0: port 0x87fffc00-0x87fffc7f mem 0x87f9dd00-0x87f9dd7f irq 20 at device 5.0 on pci0 de0: Node 8 Hose 0 Slot 5 interrupting at TLSB vector 0x8405 intpin 1 de0: DEC 21040 [10Mb/s] pass 2.3 de0: address 00:00:f8:20:3b:7b sym0: <810> port 0x87fffd00-0x87fffdff mem 0x87f9de00-0x87f9deff irq 24 at device 6.0 on pci0 sym0: No NVRAM, ID 7, Fast-10, SE, parity checking CACHE TEST FAILED: host wrote 1, chip read 38275456. CACHE TEST FAILED: chip wrote 2, host read 0. sym0: CACHE INCORRECTLY CONFIGURED. device_probe_and_attach: sym0 attach returned 6 isp1: port 0x87fffe00-0x87fffeff mem 0x87f9f000-0x87f9ffff irq 28 at device 7.0 on pci0 isp1: Node 8 Hose 0 Slot 7 interrupting at TLSB vector 0x8407 intpin 1 de1: port 0x87ffff00-0x87ffff7f mem 0x87f9df00-0x87f9df7f irq 32 at device 8.0 on pci0 de1: Node 8 Hose 0 Slot 8 interrupting at TLSB vector 0x8408 intpin 1 de1: DEC DE500-AA 21140A [10-100Mb/s] pass 2.2 de1: address 00:00:f8:1a:9a:68 de1: enabling 100baseTX port dwlpx1: on kft0 hose 1 pci16: on pcib1 isp2: port 0x8fffff00-0x8fffffff mem 0x8ffef000-0x8ffeffff irq 12 at device 3.0 on pci16 isp2: Node 8 Hose 1 Slot 3 interrupting at TLSB vector 0x8413 intpin 1 dwlpx2: on kft0 hose 2 pci32: on pcib2 pci32: (vendor=0x1011, dev=0x0008) at 3.0 irq 12 pci32: (vendor=0x10df, dev=0xf700) at 10.0 irq 40 dwlpx3: on kft0 hose 3 pci48: on pcib3 pci48: (vendor=0x1011, dev=0x0008) at 3.0 irq 12 pci48: (vendor=0x10df, dev=0xf700) at 10.0 irq 40 Timecounter "alpha" frequency 611787624 Hz Waiting 15 seconds for SCSI devices to settle de0: autosense failed: cable problem? Mounting root from ufs:/dev/md0c da0 at isp1 bus 0 target 1 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 4091MB (8380080 512 byte sectors: 255H 63S/T 521C) da1 at isp2 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da1: 4091MB (8380080 512 byte sectors: 255H 63S/T 521C) da4 at isp2 bus 0 target 4 lun 0 da4: Fixed Direct Access SCSI-2 device da4: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da4: 4091MB (8380080 512 byte sectors: 255H 63S/T 521C) da5 at isp2 bus 0 target 5 lun 0 da5: Fixed Direct Access SCSI-2 device da5: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da5: 2007MB (4110480 512 byte sectors: 255H 63S/T 255C) da3 at isp2 bus 0 target 3 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da3: 4091MB (8380080 512 byte sectors: 255H 63S/T 521C) da2 at isp2 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da2: 4091MB (8380080 512 byte sectors: 255H 63S/T 521C) WARNING: clock lost 17561 days -- CHECK AND RESET THE DATE! /stand/sysinstall running as init on serial console These are the predefined terminal types available to sysinstall when running stand-alone. Please choose the closest match for your particular terminal. 1 ...................... Standard ANSI terminal. -- | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org |/|/ / / /( (_) Bulte http://www.freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon May 21 8:57:24 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (mailhost.feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id D131E37B424 for ; Mon, 21 May 2001 08:57:14 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id IAA02375; Mon, 21 May 2001 08:57:02 -0700 Date: Mon, 21 May 2001 08:57:02 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Wilko Bulte Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: 4.3R on big hulking Tlaser.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hey! Alright! I haven't, btw, checked SMP on the TLASER yet. > Hi, > > Finally found some time to 'dd' the 2 Mbyte floppy image to a SCSI > disk and boot the 8-cpu AS8400 from that disk. As you can see below > that worked fine. It is currently installing from CDROM. I'll > have it do a buildworld overnight. > > I hope to go to -current pretty soon, as the other 7 CPUs feel so bored ;) > It is currently only 256MB of RAM, the other 3 memory modules are 4GB a piece > and therefore too big for FreeBSD's taste. > > I have to check on the KZPAA (NCR810), the console also has > problems using the CDROM attached to it. > > cheers, > Wilko > > > Script started on Mon May 21 15:04:19 2001 > chuck#telnet dsrv2 2001 > Trying 172.16.10.51... > Connected to dsrv2. > Escape character is '^]'. > e8.e7.e6.e5.e3. > > F E D C B A 9 8 7 6 5 4 3 2 1 0 NODE # > A . . M . P P P P TYP > o . . + . ++ ++ ++ ++ ST1 > . . . . . EE EE EE EB BPD > o . . + . ++ ++ ++ ++ ST2 > . . . . . EE EE EE EB BPD > c3.e2.e0.ce.cd.cb.de.ca.c9.c8. > > > c7.c5.c4.c3.dd.dc.db.da.d9. > + . . + . ++ ++ ++ ++ ST3 > . . . . . EE EE EE EB BPD > d8.d7.d6.d5.d4. > > > . . . + + + + . + . . . C0 PCI + > . . . . . . . . + . . . C1 PCI + > . + . . . . . . + . . . C2 PCI + > . + . . . . . . + . . . C3 PCI + > > . . . A0 . . . . . ILV > . . . 256 . . . . . 256MB > AlphaServer 8400 8-5/625/4, Console V5.8-2 21-JUL-2000 16:30:31 > SROM V3.1, OpenVMS PALcode V1.21-1, Tru64 UNIX PALcode V1.23-1 > System Serial = AY60323611, OS = UNIX, 15:01:17 May 21, 2001 > Configuring I/O adapters... > isp0, slot 3, bus 0, hose0 > tulip0, slot 5, bus 0, hose0 > kzpaa0, slot 6, bus 0, hose0 > isp1, slot 7, bus 0, hose0 > tulip1, slot 8, bus 0, hose0 > isp2, slot 3, bus 0, hose1 > kzpsa0, slot 3, bus 0, hose2 > kgpsa0, slot 10, bus 0, hose2 > kzpsa1, slot 3, bus 0, hose3 > kgpsa1, slot 10, bus 0, hose3 > Configuration completed > Checking system information > P00>>>sho dev > polling for units on isp0, slot 3, bus 0, hose0... > pka.7.0.3.0 pka term on Bus ID 7 5.57 > polling for units on kzpaa0, slot 6, bus 0, hose0... > pkb.7.0.6.0 pkb Bus ID 7 > polling for units on isp1, slot 7, bus 0, hose0... > pkc.7.0.7.0 pkc term on Bus ID 7 5.57 > dkc100.1.0.7.0 DKC100 RZ29B 0014 > polling for units on isp2, slot 3, bus 0, hose1... > pkd.7.0.3.1 pkd term off Bus ID 7 5.57 > dkd100.1.0.3.1 DKD100 RZ29B 0014 > dkd200.2.0.3.1 DKD200 RZ29B 0014 > dkd300.3.0.3.1 DKD300 RZ29B 0014 > dkd400.4.0.3.1 DKD400 RZ29B 0014 > dkd500.5.0.3.1 DKD500 RZ28D 0008 > polling for units on kzpsa0, slot 3, bus 0, hose2... > pke.7.0.3.2 pke TPwr 1 Fast 1 Bus ID 7 N01 A12 > polling for units on kgpsa0, slot 10, bus 0, hose2... > kgpsaa0.0.0.10.2 - LINK_DOWN timeout > kgpsaa0.0.0.10.2 PGA0 WWN 1000-0000-c921-7fa8 > kgpsaa0.0.0.10.2 Link is down. > polling for units on kzpsa1, slot 3, bus 0, hose3... > pkf.7.0.3.3 pkf TPwr 1 Fast 1 Bus ID 7 N01 A12 > polling for units on kgpsa1, slot 10, bus 0, hose3... > kgpsab0.0.0.10.3 - LINK_DOWN timeout > kgpsab0.0.0.10.3 PGB0 WWN 1000-0000-c921-7ea0 > kgpsab0.0.0.10.3 Link is down. > P00>>>boot dkc100 > (boot dkc100.1.0.7.0 -flags a) > SRM boot identifier: scsi 0 7 0 1 100 ef00 10201077 > boot adapter: isp1 rev 5 in bus slot 7 off of kftha0 in TLSB slot 8 > block 0 of dkc100.1.0.7.0 is a valid boot block > reading 15 blocks from dkc100.1.0.7.0 > bootstrap code read in > Building FRU table....... > FRU table size = 3997(14743) > base = 200000, image_start = 0, image_bytes = 1e00 > initializing HWRPB at 2000 > initializing page table at 1f0000 > initializing machine state > setting affinity to the primary CPU > Switch to OSF PAL code succeeded. > > FreeBSD/alpha SRM disk boot, Revision 1.0 > (root@jkh101.osd.bsdi.com, Sat Apr 21 20:20:13 GMT 2001) > Memory: 262144 k > |/-\|/-\|/-\|/-\|/-\| > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [kernel] in 9 seconds... > Booting [kernel]... > /-\|/-Entering kernel at 0xfffffc000032b8c0... > Copyright (c) 1992-2001 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 4.3-RELEASE #1: Sun Apr 22 02:16:27 GMT 2001 > root@jkh101.osd.bsdi.com:/usr/src/sys/compile/BOOTMFS > AlphaServer 8400 > AlphaServer 8400 5/625, 612MHz > 8192 byte page size, 8 processors. > CPU: EV56 (21164A) major=7 minor=2 extensions=0x1 > OSF PAL rev: 0x10000100020117 > real memory = 265650176 (259424K bytes) > avail memory = 250814464 (244936K bytes) > Preloaded elf kernel "kernel" at 0xfffffc0000924000. > md1: Malloc disk > tlsbcpu0: at tlsb0 node 0 > gbus0 on tlsbcpu0 > zsc0: on gbus0 offset 0x10000000 > zs0 on zsc0 channel A > zs1 on zsc0 channel B > mcclock0: on gbus0 offset 0x20000000 > tlsbcpu1: at tlsb0 node 0 > tlsbcpu2: at tlsb0 node 1 > tlsbcpu3: at tlsb0 node 1 > tlsbcpu4: at tlsb0 node 2 > tlsbcpu5: at tlsb0 node 2 > tlsbcpu6: at tlsb0 node 3 > tlsbcpu7: at tlsb0 node 3 > tlsbmem0: at tlsb0 node 5 > kft0: at tlsb0 node 8 > dwlpx0: on kft0 hose 0 > pci0: on pcib0 > isp0: port 0x87fffb00-0x87fffbff mem > 0x87f9e000-0x87f9efff irq 12 at device 3.0 on pci0 > isp0: Node 8 Hose 0 Slot 3 interrupting at TLSB vector 0x8403 intpin 1 > de0: port 0x87fffc00-0x87fffc7f mem 0x87f9dd00-0x87f9dd7f irq 20 > at device 5.0 on pci0 > de0: Node 8 Hose 0 Slot 5 interrupting at TLSB vector 0x8405 intpin 1 > de0: DEC 21040 [10Mb/s] pass 2.3 > de0: address 00:00:f8:20:3b:7b > sym0: <810> port 0x87fffd00-0x87fffdff mem 0x87f9de00-0x87f9deff irq 24 at device 6.0 on > pci0 > sym0: No NVRAM, ID 7, Fast-10, SE, parity checking > CACHE TEST FAILED: host wrote 1, chip read 38275456. > CACHE TEST FAILED: chip wrote 2, host read 0. > sym0: CACHE INCORRECTLY CONFIGURED. > device_probe_and_attach: sym0 attach returned 6 > isp1: port 0x87fffe00-0x87fffeff mem > 0x87f9f000-0x87f9ffff irq 28 at device 7.0 on pci0 > isp1: Node 8 Hose 0 Slot 7 interrupting at TLSB vector 0x8407 intpin 1 > de1: port 0x87ffff00-0x87ffff7f mem 0x87f9df00-0x87f9df7f > irq 32 at device 8.0 on pci0 > de1: Node 8 Hose 0 Slot 8 interrupting at TLSB vector 0x8408 intpin 1 > de1: DEC DE500-AA 21140A [10-100Mb/s] pass 2.2 > de1: address 00:00:f8:1a:9a:68 > de1: enabling 100baseTX port > dwlpx1: on kft0 hose 1 > pci16: on pcib1 > isp2: port 0x8fffff00-0x8fffffff mem > 0x8ffef000-0x8ffeffff irq 12 at device 3.0 on pci16 > isp2: Node 8 Hose 1 Slot 3 interrupting at TLSB vector 0x8413 intpin 1 > dwlpx2: on kft0 hose 2 > pci32: on pcib2 > pci32: (vendor=0x1011, dev=0x0008) at 3.0 irq 12 > pci32: (vendor=0x10df, dev=0xf700) at 10.0 irq 40 > dwlpx3: on kft0 hose 3 > pci48: on pcib3 > pci48: (vendor=0x1011, dev=0x0008) at 3.0 irq 12 > pci48: (vendor=0x10df, dev=0xf700) at 10.0 irq 40 > Timecounter "alpha" frequency 611787624 Hz > Waiting 15 seconds for SCSI devices to settle > de0: autosense failed: cable problem? > Mounting root from ufs:/dev/md0c > da0 at isp1 bus 0 target 1 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled > da0: 4091MB (8380080 512 byte sectors: 255H 63S/T 521C) > da1 at isp2 bus 0 target 1 lun 0 > da1: Fixed Direct Access SCSI-2 device > da1: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled > da1: 4091MB (8380080 512 byte sectors: 255H 63S/T 521C) > da4 at isp2 bus 0 target 4 lun 0 > da4: Fixed Direct Access SCSI-2 device > da4: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled > da4: 4091MB (8380080 512 byte sectors: 255H 63S/T 521C) > da5 at isp2 bus 0 target 5 lun 0 > da5: Fixed Direct Access SCSI-2 device > da5: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled > da5: 2007MB (4110480 512 byte sectors: 255H 63S/T 255C) > da3 at isp2 bus 0 target 3 lun 0 > da3: Fixed Direct Access SCSI-2 device > da3: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled > da3: 4091MB (8380080 512 byte sectors: 255H 63S/T 521C) > da2 at isp2 bus 0 target 2 lun 0 > da2: Fixed Direct Access SCSI-2 device > da2: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled > da2: 4091MB (8380080 512 byte sectors: 255H 63S/T 521C) > WARNING: clock lost 17561 days -- CHECK AND RESET THE DATE! > /stand/sysinstall running as init on serial console > > These are the predefined terminal types available to > sysinstall when running stand-alone. Please choose the > closest match for your particular terminal. > > 1 ...................... Standard ANSI terminal. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon May 21 9:17:37 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id A6B8C37B422 for ; Mon, 21 May 2001 09:17:28 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id MAA05821 for ; Mon, 21 May 2001 12:17:28 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f4LGGw002723; Mon, 21 May 2001 12:16:58 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15113.16250.74238.202983@grasshopper.cs.duke.edu> Date: Mon, 21 May 2001 12:16:58 -0400 (EDT) To: freebsd-alpha@freebsd.org Subject: state of -current X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I just committed some fixes which should get alpha booting again after Alfred's vm_mtx introduction. Alpha has not been heavily tested with the vm_mtx. Note that I did not remove Giant from the fault path in trap -- my goal was to get the system to boot and be stable, not to improve performance. If somebody else would like to do this, please go ahead. When doing this, I noticed that non-SMP alpha kernels will no longer boot multi-user due to a recently forked process showing up a 'curproc' during a hardclock intr. The process hasn't been fully setup and accessing some fields in its proc struct causes a trap with a stack like this: hardclock_process() at hardclock_process+0xc0 hardclock() at hardclock+0x11c handleclock() at handleclock+0x22c alpha_clock_interrupt() at alpha_clock_interrupt+0x48 interrupt() at interrupt+0xa8 XentIntlgp() at XentIntlgp+0x14 The fault in hardclock_process is from accessing &pstats->p_timer[ITIMER_PROF].it_value. Many fields in this proc are null, including p->p_addr (which causes an essentially recursive fault in trap, leading to a KSP not valid halt). This is almost certainly due to some of the SMP integration work. I just noticed it yesterday and don't have time to track it down more than this. So, if you're going to use alpha on -current, use an SMP kernel for now :-( Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon May 21 10:35:11 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id A373E37B422 for ; Mon, 21 May 2001 10:35:08 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 151taF-0001Ki-00; Mon, 21 May 2001 17:35:07 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.3/8.11.2) id f4LHeOg00612; Mon, 21 May 2001 19:40:24 +0200 (CEST) (envelope-from wkb) Date: Mon, 21 May 2001 19:40:24 +0200 From: Wilko Bulte To: Matthew Jacob Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: 4.3R on big hulking Tlaser.. Message-ID: <20010521194024.A579@freebie.demon.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from mjacob@feral.com on Mon, May 21, 2001 at 08:57:02AM -0700 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 08:57:02AM -0700, Matthew Jacob wrote: > Hey! Alright! Yep. In the meantime the installation of 4.3R from CD completed without a hitch. It is just that after a reboot I don't seem to have a console. I faintly remember there was something fishy out there. Do you remember what that was (saves me digging in the mailing list archives). Want to go to -stable tomorrow before going to -current. -current is a bit too much like -current at the moment ;-) esp. on alpha it seems. Wilko > > I haven't, btw, checked SMP on the TLASER yet. > > > Hi, > > > > Finally found some time to 'dd' the 2 Mbyte floppy image to a SCSI > > disk and boot the 8-cpu AS8400 from that disk. As you can see below > > that worked fine. It is currently installing from CDROM. I'll > > have it do a buildworld overnight. > > > > I hope to go to -current pretty soon, as the other 7 CPUs feel so bored ;) > > It is currently only 256MB of RAM, the other 3 memory modules are 4GB a piece > > and therefore too big for FreeBSD's taste. > > > > I have to check on the KZPAA (NCR810), the console also has > > problems using the CDROM attached to it. > > > > cheers, > > Wilko > > ---end of quoted text--- -- | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org |/|/ / / /( (_) Bulte Powered by FreeBSD/alpha http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon May 21 10:43:21 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (mailhost.feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 6171D37B42C for ; Mon, 21 May 2001 10:43:12 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id KAA02975; Mon, 21 May 2001 10:39:04 -0700 Date: Mon, 21 May 2001 10:39:04 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Wilko Bulte Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: 4.3R on big hulking Tlaser.. In-Reply-To: <20010521194024.A579@freebie.demon.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 21 May 2001, Wilko Bulte wrote: > On Mon, May 21, 2001 at 08:57:02AM -0700, Matthew Jacob wrote: > > > Hey! Alright! > > Yep. In the meantime the installation of 4.3R from CD completed without a > hitch. > > It is just that after a reboot I don't seem to have a console. For a variety of unpleasant reasons, you have to make sure that either this zs0 "/usr/libexec/getty std.9600" vt100 on secure or console "/usr/libexec/getty Pc" cons25 on secure is on. 4.3 ships with console 'off'. There's all this bushwa about X and yatta yatta yatta. The answer was ttyd0 should work. Not. Oh well. If you do zs, you have to manually make zs, as in mknod /dev/zs0 c 135 0 root:wheel as zs isn't in MAKEDEV. > > I faintly remember there was something fishy out there. Do you > remember what that was (saves me digging in the mailing list archives). > > Want to go to -stable tomorrow before going to -current. -current is a > bit too much like -current at the moment ;-) esp. on alpha it seems. > > Wilko > > > > > I haven't, btw, checked SMP on the TLASER yet. > > > > > Hi, > > > > > > Finally found some time to 'dd' the 2 Mbyte floppy image to a SCSI > > > disk and boot the 8-cpu AS8400 from that disk. As you can see below > > > that worked fine. It is currently installing from CDROM. I'll > > > have it do a buildworld overnight. > > > > > > I hope to go to -current pretty soon, as the other 7 CPUs feel so bored ;) > > > It is currently only 256MB of RAM, the other 3 memory modules are 4GB a piece > > > and therefore too big for FreeBSD's taste. > > > > > > I have to check on the KZPAA (NCR810), the console also has > > > problems using the CDROM attached to it. > > > > > > cheers, > > > Wilko > > > > ---end of quoted text--- > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon May 21 11:12:23 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 2DE3B37B43F for ; Mon, 21 May 2001 11:12:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f4LIBeG45360; Mon, 21 May 2001 11:11:40 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <15113.16250.74238.202983@grasshopper.cs.duke.edu> Date: Mon, 21 May 2001 11:11:46 -0700 (PDT) From: John Baldwin To: Andrew Gallatin Subject: RE: state of -current Cc: freebsd-alpha@FreeBSD.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 21-May-01 Andrew Gallatin wrote: > > I just committed some fixes which should get alpha booting again after > Alfred's vm_mtx introduction. Alpha has not been heavily tested with > the vm_mtx. > > Note that I did not remove Giant from the fault path in trap -- my > goal was to get the system to boot and be stable, not to improve > performance. If somebody else would like to do this, please go ahead. > > When doing this, I noticed that non-SMP alpha kernels will no longer > boot multi-user due to a recently forked process showing up a > 'curproc' during a hardclock intr. The process hasn't been fully > setup and accessing some fields in its proc struct causes a trap with > a stack like this: > > hardclock_process() at hardclock_process+0xc0 > hardclock() at hardclock+0x11c > handleclock() at handleclock+0x22c > alpha_clock_interrupt() at alpha_clock_interrupt+0x48 > interrupt() at interrupt+0xa8 > XentIntlgp() at XentIntlgp+0x14 > > The fault in hardclock_process is from accessing > &pstats->p_timer[ITIMER_PROF].it_value. Many fields in this proc are > null, including p->p_addr (which causes an essentially recursive fault > in trap, leading to a KSP not valid halt). > > This is almost certainly due to some of the SMP integration work. I > just noticed it yesterday and don't have time to track it down more > than this. So, if you're going to use alpha on -current, use an SMP > kernel for now :-( Well, my alpha is running a UP kernel that is after the last big SMP commmit where I shuffled things around to MI places and what not. Right now I'm still trying to review Alfred's patch. Once vm is back to working at all I'll try and look at this one as it may be my fault. > Drew -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon May 21 11:53: 5 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id A30A437B43C; Mon, 21 May 2001 11:53:02 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id OAA08681; Mon, 21 May 2001 14:53:02 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f4LIqWt03075; Mon, 21 May 2001 14:52:32 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15113.25584.137152.821338@grasshopper.cs.duke.edu> Date: Mon, 21 May 2001 14:52:32 -0400 (EDT) To: John Baldwin Cc: freebsd-alpha@freebsd.org Subject: RE: state of -current In-Reply-To: References: <15113.16250.74238.202983@grasshopper.cs.duke.edu> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Baldwin writes: > > > When doing this, I noticed that non-SMP alpha kernels will no longer > > boot multi-user due to a recently forked process showing up a > > 'curproc' during a hardclock intr. The process hasn't been fully > > setup and accessing some fields in its proc struct causes a trap with > > a stack like this: <...> > Well, my alpha is running a UP kernel that is after the last big SMP commmit > where I shuffled things around to MI places and what not. Right now I'm still > trying to review Alfred's patch. Once vm is back to working at all I'll try > and look at this one as it may be my fault. I think I may be going crazy. I can no longer get this to happen. Booting a kernel that triggered it yesterday no longer triggers it today. Ahhhhhhaa! Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon May 21 18:32:51 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id BEB8437B424; Mon, 21 May 2001 18:32:46 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id VAA15055; Mon, 21 May 2001 21:32:46 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f4M1WFd04146; Mon, 21 May 2001 21:32:15 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15113.49567.885902.155179@grasshopper.cs.duke.edu> Date: Mon, 21 May 2001 21:32:15 -0400 (EDT) To: freebsd-alpha@FreeBSD.ORG Cc: John Baldwin , Alfred Perlstein Subject: RE: state of -current In-Reply-To: <15113.25584.137152.821338@grasshopper.cs.duke.edu> References: <15113.16250.74238.202983@grasshopper.cs.duke.edu> <15113.25584.137152.821338@grasshopper.cs.duke.edu> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Andrew Gallatin writes: > > John Baldwin writes: > > > > > When doing this, I noticed that non-SMP alpha kernels will no longer > > > boot multi-user due to a recently forked process showing up a > > > 'curproc' during a hardclock intr. The process hasn't been fully > > > setup and accessing some fields in its proc struct causes a trap with > > > a stack like this: > > <...> > > > Well, my alpha is running a UP kernel that is after the last big SMP commmit > > where I shuffled things around to MI places and what not. Right now I'm still > > trying to review Alfred's patch. Once vm is back to working at all I'll try > > and look at this one as it may be my fault. > > I think I may be going crazy. I can no longer get this to happen. > Booting a kernel that triggered it yesterday no longer triggers it > today. Ahhhhhhaa! > I think I've finally figured things out:. mfs and a mismatched kernel/userland strikes again I've been booting my test kernels on a 4.3 box. With an mfs mount in /etc/fstab and a 4.3 mount_mfs sitting in /sbin. As soon as the mfs mount occurs, things go to hell in a handbasket and lots of memory gets trashed. I don't know why it doesn't happen for SMP kernels and pre SMP integration kernels -- we just "lucky" and some other memory is trashed there, I guess. At any rate, -current seems to work on alpha. Sorry for blaming this on the SMP integration work. Boy, do I feel dumb. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue May 22 2:45:31 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from shutdown.com (adsl-151-202-29-28.nyc.adsl.bellatlantic.net [151.202.29.28]) by hub.freebsd.org (Postfix) with SMTP id 4F54937B424 for ; Tue, 22 May 2001 02:45:26 -0700 (PDT) (envelope-from j@shutdown.com) From: "John" To: Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Tue, 22 May 2001 04:24:45 -0700 Reply-To: "John" Content-Transfer-Encoding: 8bit Message-Id: <20010522094526.4F54937B424@hub.freebsd.org> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hey there, I found a great retail site with all kinds of products. Home decor, office decor, travel, outdoors, kitchen, etc... Take a look around at http://www.merchandisewholesale.com just click on the images of the product to enlarge it for a better view. Sincerely, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue May 22 7:30:35 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id CC39D37B424 for ; Tue, 22 May 2001 07:30:32 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 152DB9-0001ta-01; Tue, 22 May 2001 16:30:31 +0200 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.3/8.11.1) id f4MDuig99825 for freebsd-alpha@freebsd.org; Tue, 22 May 2001 15:56:44 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: dump acting up again Date: Tue, 22 May 2001 13:56:42 +0000 (UTC) Message-ID: <9edr6q$312l$1@kemoauc.mips.inka.de> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-alpha@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -CURRENT from eight or nine days ago, PC164. dump won't dump my /usr filesystem. It gets stuck sooner or later during pass IV. All five dump processes fall asleep. Does anybody else see something like this? -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue May 22 11:18:25 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 8C66D37B424 for ; Tue, 22 May 2001 11:18:21 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 152Gjb-0001G6-00; Tue, 22 May 2001 18:18:19 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.3/8.11.2) id f4MINdX00772; Tue, 22 May 2001 20:23:39 +0200 (CEST) (envelope-from wkb) Date: Tue, 22 May 2001 20:23:39 +0200 From: Wilko Bulte To: Matthew Jacob Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: 4.3R on big hulking Tlaser.. Message-ID: <20010522202339.A737@freebie.demon.nl> References: <20010521194024.A579@freebie.demon.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from mjacob@feral.com on Mon, May 21, 2001 at 10:39:04AM -0700 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, May 21, 2001 at 10:39:04AM -0700, Matthew Jacob wrote: > On Mon, 21 May 2001, Wilko Bulte wrote: > > > On Mon, May 21, 2001 at 08:57:02AM -0700, Matthew Jacob wrote: > > It is just that after a reboot I don't seem to have a console. > > For a variety of unpleasant reasons, you have to make sure that either > this > > zs0 "/usr/libexec/getty std.9600" vt100 on secure > > or > > console "/usr/libexec/getty Pc" cons25 on secure > > is on. 4.3 ships with console 'off'. There's all this bushwa about X and yatta > yatta yatta. The answer was ttyd0 should work. Not. Oh well. > > If you do zs, you have to manually make zs, as in > > mknod /dev/zs0 c 135 0 root:wheel > > as zs isn't in MAKEDEV. That worked for me. Duh, I even wrote it in the docs somewhere. > > Want to go to -stable tomorrow before going to -current. -current is a > > bit too much like -current at the moment ;-) esp. on alpha it seems. Grrr. Stable buildworld failed while building a profiled library (forgot which one). I'll build on my Miata first to make sure I have a sound CVS repo as far as -stable goes. The internal CDROM not being detected on the KZPAA (NCR810) was due to a dead 48V DC -> 5/12V converter that lives in the TLASER. Will be fixed next week I hope. Wilko -- | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org |/|/ / / /( (_) Bulte Powered by FreeBSD/alpha http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue May 22 15: 6:27 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id BF55237B424 for ; Tue, 22 May 2001 15:06:21 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo.feral.com [192.67.166.71]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f4MM2jc55920; Tue, 22 May 2001 15:02:45 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Tue, 22 May 2001 15:02:45 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Andrew Gallatin Cc: alpha@FreeBSD.ORG Subject: 4 processor 4100 update Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Not quite top-of-tree (a couple of days out of date) With 4 processors, the system freezes when the secondary APs are launched. Disablign one of the 4- no diff. Disabling 2 of the 4 processors works (at least, I boot). Attempts to reboot fail though (freezes trying to halt- probably trying to halt disabled processors?...). -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue May 22 18:43:14 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 0DD3037B42C for ; Tue, 22 May 2001 18:43:12 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id VAA06289; Tue, 22 May 2001 21:43:10 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f4N1gex06922; Tue, 22 May 2001 21:42:40 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15115.5520.493287.892049@grasshopper.cs.duke.edu> Date: Tue, 22 May 2001 21:42:40 -0400 (EDT) To: naddy@mips.inka.de (Christian Weisgerber) Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: dump acting up again In-Reply-To: <9edr6q$312l$1@kemoauc.mips.inka.de> References: <9edr6q$312l$1@kemoauc.mips.inka.de> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Christian Weisgerber writes: > -CURRENT from eight or nine days ago, PC164. > > dump won't dump my /usr filesystem. It gets stuck sooner or later > during pass IV. All five dump processes fall asleep. > > Does anybody else see something like this? I just dumped /usr to /dev/null on a test box & it worked like a champ. This is a 4.3 userland w/a 5.0 kernel from today. I'm a little too squeemish to update my main devel box until things are more stable. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue May 22 21: 6:30 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from scooby.ozarkmountain.net (ns1.ozarkmountain.net [64.81.28.80]) by hub.freebsd.org (Postfix) with ESMTP id 833E937B43C for ; Tue, 22 May 2001 21:06:28 -0700 (PDT) (envelope-from chrismc@ozarkmountain.net) Received: from localhost (chrismc@localhost) by scooby.ozarkmountain.net (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id f4N38ob09685 for ; Tue, 22 May 2001 22:08:51 -0500 Date: Tue, 22 May 2001 22:08:50 -0500 (CDT) From: Chris McCracken To: freebsd-alpha@freebsd.org Subject: Linux binary compatibility on axp platform Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm having trouble using Linux-axp binary compatibility on my PWS-500 with FreeBSD-4.3. Whenever I try to load the kernel module, I get the following error: link_elf: symbol osf1_wait4 undefined I'm relatively new to FreeBSD, I've mainly used Linux for the last five years or so, so forgive me if this is something easy and stupid. I suspect I have to build a new kernel (or module) for Linux compatibility, but I don't know what the config option is. I tried "options LINUX" and "options COMPAT_LINUX", both swiped from x86 doc's, but no success (unknown option). Any help would be greatly appreciated. Also, on a side note, has anyone gotten MySQL-3.23.38 to compile correctly on axp? Thanks, Chris McCracken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue May 22 22:59: 2 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 2348037B42C for ; Tue, 22 May 2001 22:59:00 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 152Rfd-0000Rm-00; Wed, 23 May 2001 05:58:58 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.3/8.11.2) id f4N64KD04176; Wed, 23 May 2001 08:04:20 +0200 (CEST) (envelope-from wkb) Date: Wed, 23 May 2001 08:04:20 +0200 From: Wilko Bulte To: Matthew Jacob Cc: Andrew Gallatin , alpha@freebsd.org Subject: Re: 4 processor 4100 update Message-ID: <20010523080420.B4086@freebie.demon.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from mjacob@feral.com on Tue, May 22, 2001 at 03:02:45PM -0700 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, May 22, 2001 at 03:02:45PM -0700, Matthew Jacob wrote: > > Not quite top-of-tree (a couple of days out of date) > > With 4 processors, the system freezes when the secondary APs are launched. > Disablign one of the 4- no diff. > > Disabling 2 of the 4 processors works (at least, I boot). Attempts to reboot > fail though (freezes trying to halt- probably trying to halt disabled > processors?...). I hope to report on TurboLaser SMP early next week. All our other SMP boxes that are supported by FreeBSD are in use at the moment (AS4100). We also have ES40s but FreeBSD does not know about those. W/ -- | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org |/|/ / / /( (_) Bulte Powered by FreeBSD/alpha http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 4:30:35 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 07BFA37B42C for ; Wed, 23 May 2001 04:30:33 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 152WqW-0008Hf-02; Wed, 23 May 2001 13:30:32 +0200 Received: (from daemon@localhost) by kemoauc.mips.inka.de (8.11.3/8.11.1) id f4NBHkf68189 for freebsd-alpha@freebsd.org; Wed, 23 May 2001 13:17:46 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: Linux binary compatibility on axp platform Date: Wed, 23 May 2001 11:17:45 +0000 (UTC) Message-ID: <9eg68p$226j$1@kemoauc.mips.inka.de> References: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-alpha@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Chris McCracken wrote: > I'm having trouble using Linux-axp binary compatibility on my PWS-500 > with FreeBSD-4.3. Whenever I try to load the kernel module, I get the > following error: > > link_elf: symbol osf1_wait4 undefined Have you loaded the osf1 module before the linux one? There should be a dependency to take care of this automatically, but either it doesn't, or one of those modules is broken in 4.3. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 5:25:19 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail5.svr.pol.co.uk (mail5.svr.pol.co.uk [195.92.193.20]) by hub.freebsd.org (Postfix) with ESMTP id 7948837B422 for ; Wed, 23 May 2001 05:25:14 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from modem-20.nickel.dialup.pol.co.uk ([62.136.27.20] helo=vangelderen.org) by mail5.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 152XhQ-00056R-00; Wed, 23 May 2001 13:25:12 +0100 Message-ID: <3B0B9DD1.ECBD5B4B@vangelderen.org> Date: Wed, 23 May 2001 12:24:02 +0100 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Christian Weisgerber Cc: freebsd-alpha@freebsd.org Subject: Re: Linux binary compatibility on axp platform References: <9eg68p$226j$1@kemoauc.mips.inka.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Christian Weisgerber wrote: > > Chris McCracken wrote: > > > I'm having trouble using Linux-axp binary compatibility on my PWS-500 > > with FreeBSD-4.3. Whenever I try to load the kernel module, I get the > > following error: > > > > link_elf: symbol osf1_wait4 undefined > > Have you loaded the osf1 module before the linux one? There should > be a dependency to take care of this automatically, but either it > doesn't, or one of those modules is broken in 4.3. It seems as though dependencies are not implemented on -STABLE: /usr/include/sys/module.h $FreeBSD: src/sys/sys/module.h,v 1.14.2.1 2000/08/09 00:00:07 peter Exp $ #define MODULE_METADATA(uniquifier, type, data, cval) #define MODULE_DEPEND(mod, dep, min, pref, max) #define DECLARE_MODULE(name, data, sub, order) \ SYSINIT(name##module, sub, order, module_register_init, &data) \ struct __hack #define MODULE_VERSION(mod, ver) I don't know whether this functionality can be MFCed without breaking compatibility too much... Cheers, Jeroen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 6: 3:51 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 68CBC37B422 for ; Wed, 23 May 2001 06:03:48 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id JAA13382; Wed, 23 May 2001 09:03:47 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f4ND3Hh08182; Wed, 23 May 2001 09:03:17 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15115.46357.526836.470090@grasshopper.cs.duke.edu> Date: Wed, 23 May 2001 09:03:17 -0400 (EDT) To: Chris McCracken Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Linux binary compatibility on axp platform In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org You need to have the osf1 module loaded and/or configured into the kernel. There's a module dependancy on osf1, I don't know why it doesn't work.. Drew Chris McCracken writes: > I'm having trouble using Linux-axp binary compatibility on my PWS-500 > with FreeBSD-4.3. Whenever I try to load the kernel module, I get the > following error: > > link_elf: symbol osf1_wait4 undefined > > I'm relatively new to FreeBSD, I've mainly used Linux for the last five > years or so, so forgive me if this is something easy and stupid. I > suspect I have to build a new kernel (or module) for Linux compatibility, > but I don't know what the config option is. I tried "options LINUX" and > "options COMPAT_LINUX", both swiped from x86 doc's, but no success > (unknown option). Any help would be greatly appreciated. Also, on a side > note, has anyone gotten MySQL-3.23.38 to compile correctly on axp? > > Thanks, > Chris McCracken > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 7:16:18 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id 6069337B422 for ; Wed, 23 May 2001 07:16:15 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 152ZQl-000GTd-0V; Wed, 23 May 2001 15:16:07 +0100 Received: from herring (herring [10.0.0.2]) by herring.nlsystems.com (8.11.2/8.11.2) with ESMTP id f4NEEq751740; Wed, 23 May 2001 15:14:52 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 23 May 2001 15:14:52 +0100 (BST) From: Doug Rabson To: Matthew Jacob Cc: Andrew Gallatin , Subject: Re: 4 processor 4100 update In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 22 May 2001, Matthew Jacob wrote: > > Not quite top-of-tree (a couple of days out of date) > > With 4 processors, the system freezes when the secondary APs are launched. > Disablign one of the 4- no diff. > > Disabling 2 of the 4 processors works (at least, I boot). Attempts to reboot > fail though (freezes trying to halt- probably trying to halt disabled > processors?...). I tried to figure this out recently on my 4100. I figured out that it was wedged in smp_rendezvous, presumably via some pmap TLB flushing. I intended to try and get it to drop into DDB so that I could examine the KTR logs but I didn't get that far. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 7:26: 5 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from suntana.fh-konstanz.de (suntana.fh-konstanz.de [141.37.9.230]) by hub.freebsd.org (Postfix) with ESMTP id 5270437B422 for ; Wed, 23 May 2001 07:26:02 -0700 (PDT) (envelope-from vahe@fh-konstanz.de) Received: from vvl10 (vvl10.fh-konstanz.de [141.37.112.110]) by suntana.fh-konstanz.de (8.9.3+Sun/8.9.3) with SMTP id QAA13935 for ; Wed, 23 May 2001 16:25:36 +0200 (MET DST) Message-ID: <00fb01c0e394$fbbd0e30$7c45fea9@vvl10> From: "Vahe Khachikyan" To: References: <15115.46357.526836.470090@grasshopper.cs.duke.edu> Subject: Re: Linux binary compatibility on axp platform Date: Wed, 23 May 2001 16:30:58 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It seems to me that the problem described below also present in 4.2 RELEASE. ----- Original Message ----- From: "Andrew Gallatin" To: "Chris McCracken" Cc: Sent: Wednesday, May 23, 2001 3:03 PM Subject: Re: Linux binary compatibility on axp platform > > You need to have the osf1 module loaded and/or configured into the > kernel. > > There's a module dependancy on osf1, I don't know why it doesn't > work.. > > Drew > > > Chris McCracken writes: > > I'm having trouble using Linux-axp binary compatibility on my PWS-500 > > with FreeBSD-4.3. Whenever I try to load the kernel module, I get the > > following error: > > > > link_elf: symbol osf1_wait4 undefined > > > > I'm relatively new to FreeBSD, I've mainly used Linux for the last five > > years or so, so forgive me if this is something easy and stupid. I > > suspect I have to build a new kernel (or module) for Linux compatibility, > > but I don't know what the config option is. I tried "options LINUX" and > > "options COMPAT_LINUX", both swiped from x86 doc's, but no success > > (unknown option). Any help would be greatly appreciated. Also, on a side > > note, has anyone gotten MySQL-3.23.38 to compile correctly on axp? > > > > Thanks, > > Chris McCracken > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-alpha" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 12: 6:11 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id D03E437B422 for ; Wed, 23 May 2001 12:06:09 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f4NJ64G86243 for ; Wed, 23 May 2001 12:06:04 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 23 May 2001 12:06:08 -0700 (PDT) From: John Baldwin To: alpha@FreeBSD.org Subject: SMP on by default? Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Anyone object to having SMP on by default on the Alpha in GENERIC? UP machines should be able to run a SMP kernel just fine. If the curent issue with 4-cpu Alphas is a large concern, then I will just add a comented out options SMP to GENERIC explaining how to turn it on to get SMP support. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 12:37:21 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 082B737B422; Wed, 23 May 2001 12:37:18 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id PAA21481; Wed, 23 May 2001 15:37:16 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f4NJakZ09239; Wed, 23 May 2001 15:36:46 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15116.4430.350201.868129@grasshopper.cs.duke.edu> Date: Wed, 23 May 2001 15:36:46 -0400 (EDT) To: John Baldwin Cc: alpha@FreeBSD.ORG Subject: Re: SMP on by default? In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Baldwin writes: > Anyone object to having SMP on by default on the Alpha in GENERIC? > UP machines should be able to run a SMP kernel just fine. If the > curent issue with 4-cpu Alphas is a large concern, then I will just > add a comented out options SMP to GENERIC explaining how to turn it > on to get SMP support. That sounds like a mostly good idea. Just in case anybody ever cuts another -current snapshot, please also add something to the dokern.sh to filter it out, so as to not bloat the floppy image. Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 14:27: 8 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id E102537B423; Wed, 23 May 2001 14:27:05 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 152g9o-000PCn-00; Wed, 23 May 2001 21:27:04 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.3/8.11.2) id f4NLWSa01229; Wed, 23 May 2001 23:32:28 +0200 (CEST) (envelope-from wkb) Date: Wed, 23 May 2001 23:32:28 +0200 From: Wilko Bulte To: John Baldwin Cc: alpha@freebsd.org Subject: Re: SMP on by default? Message-ID: <20010523233228.E832@freebie.demon.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from jhb@freebsd.org on Wed, May 23, 2001 at 12:06:08PM -0700 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, May 23, 2001 at 12:06:08PM -0700, John Baldwin wrote: > Anyone object to having SMP on by default on the Alpha in GENERIC? > UP machines should be able to run a SMP kernel just fine. If the > curent issue with 4-cpu Alphas is a large concern, then I will just > add a comented out options SMP to GENERIC explaining how to turn it > on to get SMP support. Sounds like an excellent idea to me to be honest. I've been glancing thru GENERIC yesterday, not finding anything on SMP. I still don't have the AS8400 up to -stable so I did not pursue it further. But I plan to once I have a -stable disc that I can 'dd'. And use that 'dd' clone to use as a system disc to become -current. tnx Wilko -- | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org |/|/ / / /( (_) Bulte Powered by FreeBSD/alpha http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 15:14:55 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from peachy.nas.nasa.gov (peachy.nas.nasa.gov [129.99.4.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EA9637B423 for ; Wed, 23 May 2001 15:14:51 -0700 (PDT) (envelope-from mjacob@peachy.nas.nasa.gov) Received: (from mjacob@localhost) by peachy.nas.nasa.gov (8.11.3/8.11.3) id f4NME5C33560 for alpha@freebsd.org; Wed, 23 May 2001 15:14:05 -0700 (PDT) (envelope-from mjacob) Date: Wed, 23 May 2001 15:14:05 -0700 (PDT) From: Matthew Jacob Message-Id: <200105232214.f4NME5C33560@peachy.nas.nasa.gov> To: alpha@freebsd.org Subject: 2 panics Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org (sending from feral is broken now) Top of tree as off 2 hours ago: (SMP kernel on a UP) recursed on non-recursive lock (sleep mutex) vm @ ../../ufs/ufs/ufs_readwrite.c:411 first acquired @ ../../vm/vnode_pager.c:913 panic: recurse cpuid = 0; panic Stopped at Debugger+0x34: zapnot v0,#0xf,a0 db> t Debugger() at Debugger+0x34 panic() at panic+0x178 witness_lock() at witness_lock+0x488 ffs_write() at ffs_write+0x108 vnode_pager_generic_putpages() at vnode_pager_generic_putpages+0x1c4 vop_stdputpages() at vop_stdputpages+0x30 vop_defaultop() at vop_defaultop+0x2c ufs_vnoperate() at ufs_vnoperate+0x2c vnode_pager_putpages() at vnode_pager_putpages+0x3d8 vm_pageout_flush() at vm_pageout_flush+0x244 (null)() at 0xfffffc0000000005 (SMP kernel on a 4-way 4100 with 2 processor disabled): dev = da2a, block = 2148064, fs = / panic: ffs_blkfree: freeing free block cpuid = 1; panic Stopped at Debugger+0x34: zapnot v0,#0xf,a0 db> t Debugger() at Debugger+0x34 panic() at panic+0x178 ffs_blkfree() at ffs_blkfree+0x2ac indir_trunc() at indir_trunc+0x1f0 handle_workitem_freeblocks() at handle_workitem_freeblocks+0x108 process_worklist_item() at process_worklist_item+0x218 softdep_process_worklist() at softdep_process_worklist+0x1a8 sched_sync() at sched_sync+0x2f4 fork_exit() at fork_exit+0x130 exception_return() at exception_return (and a make -j 8 going on) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 16: 6: 7 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 99DDA37B636 for ; Wed, 23 May 2001 16:05:48 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f4NN5aG90590; Wed, 23 May 2001 16:05:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200105232214.f4NME5C33560@peachy.nas.nasa.gov> Date: Wed, 23 May 2001 16:05:42 -0700 (PDT) From: John Baldwin To: Matthew Jacob Subject: RE: 2 panics Cc: alpha@FreeBSD.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 23-May-01 Matthew Jacob wrote: > > > (sending from feral is broken now) > Top of tree as off 2 hours ago: > (SMP kernel on a UP) > recursed on non-recursive lock (sleep mutex) vm @ > ../../ufs/ufs/ufs_readwrite.c:411 > first acquired @ ../../vm/vnode_pager.c:913 > panic: recurse > cpuid = 0; panic > Stopped at Debugger+0x34: zapnot v0,#0xf,a0 > db> t > Debugger() at Debugger+0x34 > panic() at panic+0x178 > witness_lock() at witness_lock+0x488 > ffs_write() at ffs_write+0x108 > vnode_pager_generic_putpages() at vnode_pager_generic_putpages+0x1c4 > vop_stdputpages() at vop_stdputpages+0x30 > vop_defaultop() at vop_defaultop+0x2c > ufs_vnoperate() at ufs_vnoperate+0x2c > vnode_pager_putpages() at vnode_pager_putpages+0x3d8 > vm_pageout_flush() at vm_pageout_flush+0x244 > (null)() at 0xfffffc0000000005 I just broke^H^H^H^H^Hfixed several things in the VM, so you might want to update and try again. > (SMP kernel on a 4-way 4100 with 2 processor disabled): > > dev = da2a, block = 2148064, fs = / > panic: ffs_blkfree: freeing free block > cpuid = 1; panic > Stopped at Debugger+0x34: zapnot v0,#0xf,a0 > db> t > Debugger() at Debugger+0x34 > panic() at panic+0x178 > ffs_blkfree() at ffs_blkfree+0x2ac > indir_trunc() at indir_trunc+0x1f0 > handle_workitem_freeblocks() at handle_workitem_freeblocks+0x108 > process_worklist_item() at process_worklist_item+0x218 > softdep_process_worklist() at softdep_process_worklist+0x1a8 > sched_sync() at sched_sync+0x2f4 > fork_exit() at fork_exit+0x130 > exception_return() at exception_return I don't know about this one. Kirk might be interested however. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 16:48:10 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from remote.feral.com (mjacob.rdsl.lmi.net [204.182.55.51]) by hub.freebsd.org (Postfix) with ESMTP id 3750C37B424; Wed, 23 May 2001 16:48:07 -0700 (PDT) (envelope-from mjacob@remote.feral.com) Received: (from mjacob@localhost) by remote.feral.com (8.11.3/8.11.3) id f4NNlxW63094; Wed, 23 May 2001 16:47:59 -0700 (PDT) (envelope-from mjacob) Date: Wed, 23 May 2001 16:47:59 -0700 (PDT) From: Matthew Jacob Message-Id: <200105232347.f4NNlxW63094@remote.feral.com> To: jhb@freebsd.org Subject: nawp, another... Cc: alpha@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org top of tree *after* all your changes: recursed on non-recursive lock (sleep mutex) vm @ ../../ufs/ufs/ufs_readwrite.c:411 first acquired @ ../../vm/vnode_pager.c:912 panic: recurse cpuid = 0; panic Stopped at Debugger+0x34: zapnot v0,#0xf,a0 db> t Debugger() at Debugger+0x34 panic() at panic+0x178 witness_lock() at witness_lock+0x488 ffs_write() at ffs_write+0x108 vnode_pager_generic_putpages() at vnode_pager_generic_putpages+0x1f4 vop_stdputpages() at vop_stdputpages+0x30 vop_defaultop() at vop_defaultop+0x2c ufs_vnoperate() at ufs_vnoperate+0x2c vnode_pager_putpages() at vnode_pager_putpages+0x278 vm_pageout_flush() at vm_pageout_flush+0x264 (null)() at 0xfffffc0000000005 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 17:21:30 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id C1C9537B423; Wed, 23 May 2001 17:21:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f4O0L5G91698; Wed, 23 May 2001 17:21:05 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200105232347.f4NNlxW63094@remote.feral.com> Date: Wed, 23 May 2001 17:21:12 -0700 (PDT) From: John Baldwin To: Matthew Jacob Subject: RE: nawp, another... Cc: alpha@FreeBSD.org, alfred@FreeBSD.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 23-May-01 Matthew Jacob wrote: > > top of tree *after* all your changes: Argh. I'm working on a patch for the vnode pager. :( Since my mailer breaks patches, I've put it at www.freebsd.org/~jhb/patches/vm.patch. It fixes several places that perform VOP's while holding the vm lock. > recursed on non-recursive lock (sleep mutex) vm @ > ../../ufs/ufs/ufs_readwrite.c:411 > first acquired @ ../../vm/vnode_pager.c:912 > panic: recurse > cpuid = 0; panic > Stopped at Debugger+0x34: zapnot v0,#0xf,a0 > db> t > Debugger() at Debugger+0x34 > panic() at panic+0x178 > witness_lock() at witness_lock+0x488 > ffs_write() at ffs_write+0x108 > vnode_pager_generic_putpages() at vnode_pager_generic_putpages+0x1f4 > vop_stdputpages() at vop_stdputpages+0x30 > vop_defaultop() at vop_defaultop+0x2c > ufs_vnoperate() at ufs_vnoperate+0x2c > vnode_pager_putpages() at vnode_pager_putpages+0x278 > vm_pageout_flush() at vm_pageout_flush+0x264 > (null)() at 0xfffffc0000000005 -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed May 23 18:35:15 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from remote.feral.com (mjacob.rdsl.lmi.net [204.182.55.51]) by hub.freebsd.org (Postfix) with ESMTP id 146F637B424 for ; Wed, 23 May 2001 18:35:14 -0700 (PDT) (envelope-from mjacob@remote.feral.com) Received: (from mjacob@localhost) by remote.feral.com (8.11.3/8.11.3) id f4O1Z9n63233 for alpha@freebsd.org; Wed, 23 May 2001 18:35:09 -0700 (PDT) (envelope-from mjacob) Date: Wed, 23 May 2001 18:35:09 -0700 (PDT) From: Matthew Jacob Message-Id: <200105240135.f4O1Z9n63233@remote.feral.com> To: alpha@freebsd.org Subject: more fun! Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ata modified on freelist: word 2 of object 0xfffffe0001962400 size 80 previous type pagedep (0xd6adc0de != 0xdeadc0de) Data modified on freelist: word 2 of object 0xfffffe0001f04a00 size 80 previous type pagedep (0xd6adc0de != 0xdeadc0de) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu May 24 11:18:18 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id EB5C237B423 for ; Thu, 24 May 2001 11:18:16 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f4OII7G03226; Thu, 24 May 2001 11:18:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200105240135.f4O1Z9n63233@remote.feral.com> Date: Thu, 24 May 2001 11:18:09 -0700 (PDT) From: John Baldwin To: Matthew Jacob Subject: RE: more fun! Cc: alpha@FreeBSD.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 24-May-01 Matthew Jacob wrote: > > ata modified on freelist: word 2 of object 0xfffffe0001962400 size 80 > previous type pagedep (0xd6adc0de != 0xdeadc0de) > Data modified on freelist: word 2 of object 0xfffffe0001f04a00 size 80 > previous type pagedep (0xd6adc0de != 0xdeadc0de) See my commit to move the VM syscalls back under Giant. It's not quite safe for VM to be on its own yet. :-/ -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu May 24 18:53:38 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 0B33337B424 for ; Thu, 24 May 2001 18:53:37 -0700 (PDT) (envelope-from obrien@nuxi.ucdavis.edu) Received: from dragon.nuxi.com (root@[206.40.252.115]) by relay.nuxi.com (8.11.2/8.11.2) with ESMTP id f4P1rQl25153; Thu, 24 May 2001 18:53:26 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4P1rOo14731; Thu, 24 May 2001 18:53:24 -0700 (PDT) (envelope-from obrien) Date: Thu, 24 May 2001 18:53:24 -0700 From: "David O'Brien" To: "Jeroen C. van Gelderen" Cc: Christian Weisgerber , freebsd-alpha@freebsd.org Subject: Re: Linux binary compatibility on axp platform Message-ID: <20010524185324.D13912@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <9eg68p$226j$1@kemoauc.mips.inka.de> <3B0B9DD1.ECBD5B4B@vangelderen.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B0B9DD1.ECBD5B4B@vangelderen.org>; from jeroen@vangelderen.org on Wed, May 23, 2001 at 12:24:02PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, May 23, 2001 at 12:24:02PM +0100, Jeroen C. van Gelderen wrote: > It seems as though dependencies are not implemented on -STABLE: .. > I don't know whether this functionality can be MFCed without > breaking compatibility too much... It was either right before 4.2 or 4.3 someone promised me they would MFC the dependency code. I wish I could remember who so I could bug them about it. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu May 24 19: 0:46 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 6A09437B43E; Thu, 24 May 2001 19:00:44 -0700 (PDT) (envelope-from obrien@nuxi.ucdavis.edu) Received: from dragon.nuxi.com (root@[206.40.252.115]) by relay.nuxi.com (8.11.2/8.11.2) with ESMTP id f4P20hl25186; Thu, 24 May 2001 19:00:44 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4P20hm14865; Thu, 24 May 2001 19:00:43 -0700 (PDT) (envelope-from obrien) Date: Thu, 24 May 2001 19:00:43 -0700 From: "David O'Brien" To: John Baldwin Cc: alpha@FreeBSD.org Subject: Re: SMP on by default? Message-ID: <20010524190043.E13912@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Wed, May 23, 2001 at 12:06:08PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, May 23, 2001 at 12:06:08PM -0700, John Baldwin wrote: > Anyone object to having SMP on by default on the Alpha in GENERIC? > UP machines should be able to run a SMP kernel just fine. If the > curent issue with 4-cpu Alphas is a large concern, then I will just > add a comented out options SMP to GENERIC explaining how to turn it > on to get SMP support. I've actually had that diff ready to commit for awhile. When I get the DS20 back up, I'll Just Do It. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri May 25 5:12:26 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from docenti.ing.unipi.it (docenti.ing.unipi.it [131.114.28.20]) by hub.freebsd.org (Postfix) with ESMTP id 09D8937B422 for ; Fri, 25 May 2001 05:12:22 -0700 (PDT) (envelope-from matteo@ing.unipi.it) Received: from ing.unipi.it (matteo.ing.unipi.it [131.114.29.6]) by docenti.ing.unipi.it (8.9.3/8.9.3) with ESMTP id OAA18715 for ; Fri, 25 May 2001 14:12:01 +0200 (CEST) Message-ID: <3B0EADEA.E17877B8@ing.unipi.it> Date: Fri, 25 May 2001 14:09:30 -0500 From: Matteo Bernardini X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.2 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-alpha@freebsd.org Subject: Problems in installing on a DEC 500a Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sorry for bothering you... I got a Digital Personal Workstation 500a in which I have to install freebsd. I upgraded the firmware to 7.2, the latest one, and I have booted the installation floppy and the cd-rom for release 4.3: it actually starts to load the kernel and then I got a message "Expected 1, not 4 program headers" (that looks like an elf problem) and it quits. I'm booting from milo and at the command line I write boot fd0:kernel.gz boot hda:kernel If I try to boot from Alphabios it keeps looking for kernel on the first partition of the harddisk (SCSI) Am I doing something wrong? Thanx in advance -- Matteo Bernardini Centro SIFI Via Giunta Pisano, 28 - PISA Tel. 050 553594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri May 25 5:48:56 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 2898D37B422 for ; Fri, 25 May 2001 05:48:50 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id IAA21325; Fri, 25 May 2001 08:48:49 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f4PCmmg17824; Fri, 25 May 2001 08:48:48 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15118.21680.485337.439827@grasshopper.cs.duke.edu> Date: Fri, 25 May 2001 08:48:48 -0400 (EDT) To: Matteo Bernardini Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Problems in installing on a DEC 500a In-Reply-To: <3B0EADEA.E17877B8@ing.unipi.it> References: <3B0EADEA.E17877B8@ing.unipi.it> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Matteo Bernardini writes: > Sorry for bothering you... > > I got a Digital Personal Workstation 500a in which I have to install > freebsd. > I upgraded the firmware to 7.2, the latest one, and I have booted the > installation floppy and the cd-rom for release 4.3: it actually starts > to load the kernel and then I got a message > "Expected 1, not 4 program headers" (that looks like an elf problem) > and it quits. > I'm booting from milo and at the command line I write > boot fd0:kernel.gz > boot hda:kernel > If I try to boot from Alphabios it keeps looking for kernel on the first > partition of the harddisk (SCSI) > Am I doing something wrong? Yes, you cannot boot FreeBSD from Milo. You must boot from SRM. Switch your machine to the SRM console & then try the install. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri May 25 6:20:22 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 0412337B422 for ; Fri, 25 May 2001 06:20:20 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 153HVq-0008Wa-00; Fri, 25 May 2001 13:20:18 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.3/8.11.2) id f4PDPj409453; Fri, 25 May 2001 15:25:45 +0200 (CEST) (envelope-from wkb) Date: Fri, 25 May 2001 15:25:45 +0200 From: Wilko Bulte To: Matteo Bernardini Cc: freebsd-alpha@freebsd.org Subject: Re: Problems in installing on a DEC 500a Message-ID: <20010525152545.B9219@freebie.demon.nl> References: <3B0EADEA.E17877B8@ing.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3B0EADEA.E17877B8@ing.unipi.it>; from matteo@ing.unipi.it on Fri, May 25, 2001 at 02:09:30PM -0500 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, May 25, 2001 at 02:09:30PM -0500, Matteo Bernardini wrote: > Sorry for bothering you... > > I got a Digital Personal Workstation 500a in which I have to install > freebsd. > I upgraded the firmware to 7.2, the latest one, and I have booted the > installation floppy and the cd-rom for release 4.3: it actually starts > to load the kernel and then I got a message > "Expected 1, not 4 program headers" (that looks like an elf problem) > and it quits. > I'm booting from milo and at the command line I write > boot fd0:kernel.gz > boot hda:kernel > If I try to boot from Alphabios it keeps looking for kernel on the first > partition of the harddisk (SCSI) > Am I doing something wrong? FreeBSD does not run under AlphaBIOS or ARC. You need to run it from the SRM console. I have no clue about milo, and I don't see why one would want to use it with FreeBSD to be honest. W/ -- | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org |/|/ / / /( (_) Bulte Powered by FreeBSD/alpha http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri May 25 6:25:50 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from local.localhost (ool-18be50b9.dyn.optonline.net [24.190.80.185]) by hub.freebsd.org (Postfix) with ESMTP id DB7BD37B422 for ; Fri, 25 May 2001 06:25:47 -0700 (PDT) (envelope-from kulua@reefedge.com) Received: from localhost (kulua@localhost) by local.localhost (8.11.0/8.11.0) with ESMTP id f4PDIZJ17246; Fri, 25 May 2001 08:18:35 -0500 X-Authentication-Warning: local.localhost: kulua owned process doing -bs Date: Fri, 25 May 2001 08:18:35 -0500 (CDT) From: "M. Osten" X-Sender: kulua@local.localhost To: Matteo Bernardini Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Problems in installing on a DEC 500a In-Reply-To: <3B0EADEA.E17877B8@ing.unipi.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Boot from SRM. at the SRM prompt type 'show dev' and look for your cdrom drive in the list of devices. then again at the SRM prompt type 'boot dbq0' (device may differ on your box.) -Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri May 25 13:20:35 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 16A5237B422 for ; Fri, 25 May 2001 13:20:32 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo.feral.com [192.67.166.71]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f4PKKVg06893 for ; Fri, 25 May 2001 13:20:31 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 25 May 2001 13:20:31 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: alpha@freebsd.org Subject: hmm... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org nux_sysvec.c /tstsys/modules/linux/../../alpha/linux/linux_sysvec.c: In function `elf_linux_fixup': /tstsys/modules/linux/../../alpha/linux/linux_sysvec.c:111: structure has no member named `p_cred' /tstsys/modules/linux/../../alpha/linux/linux_sysvec.c:112: structure has no member named `p_cred' /tstsys/modules/linux/../../alpha/linux/linux_sysvec.c:113: structure has no member named `p_cred' /tstsys/modules/linux/../../alpha/linux/linux_sysvec.c:114: structure has no member named `p_cred' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri May 25 13:33:25 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 1A4DA37B424 for ; Fri, 25 May 2001 13:33:22 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo.feral.com [192.67.166.71]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f4PKXLg06912 for ; Fri, 25 May 2001 13:33:21 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 25 May 2001 13:33:21 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: alpha@FreeBSD.ORG Subject: Re: hmm... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@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, fixed it. > > > nux_sysvec.c > /tstsys/modules/linux/../../alpha/linux/linux_sysvec.c: In function > `elf_linux_fixup': > /tstsys/modules/linux/../../alpha/linux/linux_sysvec.c:111: structure has no > member named `p_cred' > /tstsys/modules/linux/../../alpha/linux/linux_sysvec.c:112: structure has no > member named `p_cred' > /tstsys/modules/linux/../../alpha/linux/linux_sysvec.c:113: structure has no > member named `p_cred' > /tstsys/modules/linux/../../alpha/linux/linux_sysvec.c:114: structure has no > member named `p_cred' > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri May 25 16:37:23 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id C910637B423 for ; Fri, 25 May 2001 16:37:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.2/8.11.2) with ESMTP id f4PNbCG22778 for ; Fri, 25 May 2001 16:37:12 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 25 May 2001 16:37:19 -0700 (PDT) From: John Baldwin To: alpha@FreeBSD.org Subject: HEADS UP: loader broken Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Looks like the loader is hosed: Loading /boot/loader Console: SRM firmware console VMS PAL rev: 0x1000000010114 OSF PAL rev: 0x1000000020116 Switch to OSF PAL code succeeded. FreeBSD/alpha SRM disk boot, Revision 1.1 (jhb@baz.osd.bsdi.com, Fri May 25 16:22:52 PDT 2001) Memory: 262144 k \ halted CPU 0 halt code = 2 kernel stack not valid halt PC = 200000000 boot failure >>> e ra gpr: 1A ( R26) FFFFFC00005A21B4 Hmm. Crap would be a good term here I think. loader.old doesn't work either. It seems to die while loading the kernel. I wonder if my kernel is too big and is now triggering a bug in the loader? This is a major PITA now. :( For loader.old the RA is 0x0000000020025F18 Hmm, I seem to be rather screwed now until I can take this drive out and move it to another system I suppose. :( -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri May 25 19:54: 9 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 2528637B422; Fri, 25 May 2001 19:54:08 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo.feral.com [192.67.166.71]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f4Q2s6g07542; Fri, 25 May 2001 19:54:07 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 25 May 2001 19:54:05 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: dcs@freebsd.org Cc: alpha@freebsd.org Subject: broken loader? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At some point after May 3, but probably much more frequently, the alpha boot stuff has gotten broken. I've noticed that you did a lot of changes in this area and I wondered if you had gotten them any test coverage on alpha platforms? -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri May 25 19:54:27 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 5F85337B423; Fri, 25 May 2001 19:54:25 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from zeppo.feral.com (IDENT:mjacob@zeppo.feral.com [192.67.166.71]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f4Q2sOg07546; Fri, 25 May 2001 19:54:25 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Fri, 25 May 2001 19:54:24 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: dcs@freebsd.org Cc: alpha@freebsd.org Subject: Re: broken loader? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 25 May 2001, Matthew Jacob wrote: > > At some point after May 3, but probably much more frequently, the alpha boot XXXXXXXXXXX recently > stuff has gotten broken. > > I've noticed that you did a lot of changes in this area and I wondered if you > had gotten them any test coverage on alpha platforms? > > -matt > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat May 26 0:23: 5 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from postino.fi.infn.it (postino.fi.infn.it [192.84.145.9]) by hub.freebsd.org (Postfix) with ESMTP id A1CC037B423 for ; Sat, 26 May 2001 00:23:02 -0700 (PDT) (envelope-from Riccardo.Veraldi@fi.infn.it) Received: from nikita.fi.infn.it (nikita.fi.infn.it [192.84.146.189]) by postino.fi.infn.it (8.11.1/8.11.1) with ESMTP id f4Q7Mum11217 for ; Sat, 26 May 2001 09:22:56 +0200 (CEST) From: Riccardo.Veraldi@fi.infn.it Received: by nikita.fi.infn.it (Postfix, from userid 1001) id 05A3A18CE8; Sat, 26 May 2001 09:22:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by nikita.fi.infn.it (Postfix) with ESMTP id C482415902 for ; Sat, 26 May 2001 09:22:54 +0200 (CEST) Date: Sat, 26 May 2001 09:22:54 +0200 (CEST) X-X-Sender: To: Subject: Miata 500a succesfull. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello I finally bougth it! I have to say the installation went very smooth, I also added an Intel EtherExpress 100B card as second NIC and it was recognized immediately of course. I am actually using a SCSI IBM-DNES disc and a EIDE Western Digital Disk, and both work very well. The IDE disk is also even fast (7MB/sec), the SCSI one faster (18MB/sec) and the CPU speed is really amazing. THanks to all of us who helped me answering my boring questions the previous week about the Miata. I have one more question now: How do I remove hte CPU fan cooler ?? Seems like I have to shift outward the motherboard to being able to remove it. I Wanted to clean it but I am not able to get it out of the box. There is also a small piece of card mounted next to the CPU vertically to the motherboard, what is it ? When the Miata is ON this little card burns like hell, and also the CPU metal dissipator it burns quite a lot, so much that I Am scared of overheating.... any suggestions?? thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat May 26 0:48: 2 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail4.kc.rr.com (fe4.rdc-kc.rr.com [24.94.163.51]) by hub.freebsd.org (Postfix) with ESMTP id E839637B423 for ; Sat, 26 May 2001 00:48:00 -0700 (PDT) (envelope-from diskman@kc.rr.com) Received: from zephur ([65.26.10.217]) by mail4.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sat, 26 May 2001 02:47:54 -0500 From: "Will L G" To: Subject: test Date: Sat, 26 May 2001 02:49:21 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org test To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat May 26 0:49:39 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail5.kc.rr.com (fe5.rdc-kc.rr.com [24.94.163.52]) by hub.freebsd.org (Postfix) with ESMTP id AE27037B42C for ; Sat, 26 May 2001 00:49:37 -0700 (PDT) (envelope-from diskman@kc.rr.com) Received: from zephur ([65.26.10.217]) by mail5.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sat, 26 May 2001 02:49:31 -0500 From: "Will L G" To: Subject: FreeBSD and Alpha PC164SX Date: Sat, 26 May 2001 02:50:58 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I was wondering is there some problems with the alpha version of bsd and Alpha PC164SX models? The reason I was asking is, for some reason it will not allow me to install and configure XF86 even though it is alpha compatible. It comes back with and error, " VGA16 must be installed to configure". I've attempted to install it but after numerous failed attempts all I get is "SVGA is not supported at this time". This appears to be an error message issued by FreeBSD. I've gone to http://www.xfree86.org/ and attempted to download the latest version but everytime I try to install that it says the 'extract or extract.exe file is the wrong version' and then renames it 'extract.bad'. Any idea's? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat May 26 0:51:52 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id D81A537B423 for ; Sat, 26 May 2001 00:51:49 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 153YrU-0005jm-00; Sat, 26 May 2001 07:51:48 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.3/8.11.2) id f4Q7vGN15448; Sat, 26 May 2001 09:57:16 +0200 (CEST) (envelope-from wkb) Date: Sat, 26 May 2001 09:57:16 +0200 From: Wilko Bulte To: Riccardo.Veraldi@fi.infn.it Cc: freebsd-alpha@freebsd.org Subject: Re: Miata 500a succesfull. Message-ID: <20010526095716.B14953@freebie.demon.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from Riccardo.Veraldi@fi.infn.it on Sat, May 26, 2001 at 09:22:54AM +0200 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, May 26, 2001 at 09:22:54AM +0200, Riccardo.Veraldi@fi.infn.it wrote: > I have one more question now: > How do I remove hte CPU fan cooler ?? Don't do that.. Just blow off the dust etc from the heatsink. You need a torque wrench and a new Grafoil to replace the heatsink. > Seems like I have to shift outward the motherboard to being able to remove > it. I Wanted to clean it but I am not able to get it out of the box. There are 2 ejector levers on the top of the CPU/MLB board. It slides out vertically. Remove the powercord first, it has softpoweron that keeps part of the logic powered all the time > There is also a small piece of card mounted next to the CPU vertically to > the motherboard, what is it ? DC-DC converter for the CPU > When the Miata is ON this little card burns like hell, and also the CPU > metal dissipator it burns quite a lot, so much that I Am scared of > overheating.... any suggestions?? That is normal. -- | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org |/|/ / / /( (_) Bulte Powered by FreeBSD/alpha http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat May 26 0:55: 7 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id CAA1337B422; Sat, 26 May 2001 00:55:04 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 153Yud-0005kl-00; Sat, 26 May 2001 07:55:03 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.3/8.11.2) id f4Q80VC15493; Sat, 26 May 2001 10:00:31 +0200 (CEST) (envelope-from wkb) Date: Sat, 26 May 2001 10:00:31 +0200 From: Wilko Bulte To: John Baldwin Cc: alpha@freebsd.org Subject: Re: HEADS UP: loader broken Message-ID: <20010526100031.D14953@freebie.demon.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from jhb@freebsd.org on Fri, May 25, 2001 at 04:37:19PM -0700 X-OS: FreeBSD 4.3-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, May 25, 2001 at 04:37:19PM -0700, John Baldwin wrote: Ouch... thank you, I just read this 30 secs before I planned to installworld my PWS600au Wilko > Looks like the loader is hosed: > > Loading /boot/loader > Console: SRM firmware console > VMS PAL rev: 0x1000000010114 > OSF PAL rev: 0x1000000020116 > Switch to OSF PAL code succeeded. > > FreeBSD/alpha SRM disk boot, Revision 1.1 > (jhb@baz.osd.bsdi.com, Fri May 25 16:22:52 PDT 2001) > Memory: 262144 k > \ > halted CPU 0 > > halt code = 2 > kernel stack not valid halt > PC = 200000000 > boot failure > >>> e ra > gpr: 1A ( R26) FFFFFC00005A21B4 > > Hmm. Crap would be a good term here I think. loader.old doesn't work either. > It seems to die while loading the kernel. I wonder if my kernel is too big and > is now triggering a bug in the loader? This is a major PITA now. :( > > For loader.old the RA is 0x0000000020025F18 > > Hmm, I seem to be rather screwed now until I can take this drive out and move > it to another system I suppose. :( -- | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org |/|/ / / /( (_) Bulte Powered by FreeBSD/alpha http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat May 26 2: 9:13 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 6F81437B422; Sat, 26 May 2001 02:09:10 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo (mjacob@beppo [192.67.166.79]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f4Q995g08104; Sat, 26 May 2001 02:09:06 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sat, 26 May 2001 02:09:05 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Wilko Bulte Cc: John Baldwin , alpha@FreeBSD.ORG Subject: Re: HEADS UP: loader broken In-Reply-To: <20010526100031.D14953@freebie.demon.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I think the loader was fine as of May 3. This is a recent change. On Sat, 26 May 2001, Wilko Bulte wrote: > On Fri, May 25, 2001 at 04:37:19PM -0700, John Baldwin wrote: > > Ouch... thank you, I just read this 30 secs before I planned to installworld > my PWS600au > > Wilko > > > Looks like the loader is hosed: > > > > Loading /boot/loader > > Console: SRM firmware console > > VMS PAL rev: 0x1000000010114 > > OSF PAL rev: 0x1000000020116 > > Switch to OSF PAL code succeeded. > > > > FreeBSD/alpha SRM disk boot, Revision 1.1 > > (jhb@baz.osd.bsdi.com, Fri May 25 16:22:52 PDT 2001) > > Memory: 262144 k > > \ > > halted CPU 0 > > > > halt code = 2 > > kernel stack not valid halt > > PC = 200000000 > > boot failure > > >>> e ra > > gpr: 1A ( R26) FFFFFC00005A21B4 > > > > Hmm. Crap would be a good term here I think. loader.old doesn't work either. > > It seems to die while loading the kernel. I wonder if my kernel is too big and > > is now triggering a bug in the loader? This is a major PITA now. :( > > > > For loader.old the RA is 0x0000000020025F18 > > > > Hmm, I seem to be rather screwed now until I can take this drive out and move > > it to another system I suppose. :( > > -- > | / o / / _ Arnhem, The Netherlands email: wilko@freebsd.org > |/|/ / / /( (_) Bulte Powered by FreeBSD/alpha http://www.freebsd.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat May 26 7:34:35 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from newsguy.com (smtp.newsguy.com [209.155.56.71]) by hub.freebsd.org (Postfix) with ESMTP id 2418F37B422; Sat, 26 May 2001 07:34:34 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (ppp180-bsace7001.telebrasilia.net.br [200.181.80.180]) by newsguy.com (8.11.0/8.9.1) with ESMTP id f4QEXGF62683; Sat, 26 May 2001 07:33:17 -0700 (PDT) Message-ID: <3B0FBF03.C7E609DC@newsguy.com> Date: Sat, 26 May 2001 11:34:43 -0300 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: en,pt-BR,pt,en-GB,en-US,ja MIME-Version: 1.0 To: mjacob@feral.com Cc: dcs@freebsd.org, alpha@freebsd.org Subject: Re: broken loader? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Matthew Jacob wrote: > > At some point after May 3, but probably much more frequently, the alpha boot > stuff has gotten broken. > > I've noticed that you did a lot of changes in this area and I wondered if you > had gotten them any test coverage on alpha platforms? No. The problem with loader is that one have to boot it to really test the changes. I do have one suspicion, though. Have you tried with revision 1.20 of loader.4th? -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.secret.bsdconspiracy.net wow regex humor... I'm a geek To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat May 26 14:48: 1 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 3BC7337B422 for ; Sat, 26 May 2001 14:47:59 -0700 (PDT) (envelope-from obrien@nuxi.ucdavis.edu) Received: from dragon.nuxi.com (root@[206.40.252.115]) by relay.nuxi.com (8.11.2/8.11.2) with ESMTP id f4QLlwl37887; Sat, 26 May 2001 14:47:58 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4QLlvB11964; Sat, 26 May 2001 14:47:57 -0700 (PDT) (envelope-from obrien) Date: Sat, 26 May 2001 14:47:57 -0700 From: "David O'Brien" To: Will L G Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: FreeBSD and Alpha PC164SX Message-ID: <20010526144757.B11876@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from diskman@kc.rr.com on Sat, May 26, 2001 at 02:50:58AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, May 26, 2001 at 02:50:58AM -0700, Will L G wrote: > I was wondering is there some problems with the alpha version of bsd and > Alpha PC164SX models? Zero. I own one of these. > The reason I was asking is, for some reason it will not allow me to > install and configure XF86 even though it is alpha compatible. It comes > back with and error, " VGA16 must be installed to configure". I've > attempted to install it but after numerous failed attempts all I get is > "SVGA is not supported at this time". This appears to be an > error message issued by FreeBSD. No it is a message issued by XF86Setup. Go bug the XFree86 developers -- their XF86Setup program needs the VGA16 server, which does not bulid on *any* Alpha OS. You need to run xf86config to configure the server and then hack the resulting /etc/XF86Config as xf86config does not know about our sysmouse. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat May 26 14:51: 8 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 4B9D337B423; Sat, 26 May 2001 14:51:06 -0700 (PDT) (envelope-from obrien@nuxi.ucdavis.edu) Received: from dragon.nuxi.com (root@[206.40.252.115]) by relay.nuxi.com (8.11.2/8.11.2) with ESMTP id f4QLp5l37899; Sat, 26 May 2001 14:51:05 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4QLp5A11997; Sat, 26 May 2001 14:51:05 -0700 (PDT) (envelope-from obrien) Date: Sat, 26 May 2001 14:51:04 -0700 From: "David O'Brien" To: Matthew Jacob Cc: dcs@freebsd.org, alpha@freebsd.org Subject: Re: broken loader? Message-ID: <20010526145104.C11876@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mjacob@feral.com on Fri, May 25, 2001 at 07:54:05PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, May 25, 2001 at 07:54:05PM -0700, Matthew Jacob wrote: > At some point after May 3, but probably much more frequently, the alpha boot > stuff has gotten broken. VERY broken. I am trying to back out loader commits to find the problem.. but thanks to some very poorly tested commits I've wasted 10 hours trying to get either of a -current PWS or DS20 usable. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat May 26 16:39:36 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id E2E0E37B422; Sat, 26 May 2001 16:39:32 -0700 (PDT) (envelope-from peter@wemm.org) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f4QNdWM05338; Sat, 26 May 2001 16:39:32 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 9C78B380E; Sat, 26 May 2001 16:39:32 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: obrien@FreeBSD.ORG Cc: Matthew Jacob , dcs@FreeBSD.ORG, alpha@FreeBSD.ORG Subject: Re: broken loader? In-Reply-To: <20010526145104.C11876@dragon.nuxi.com> Date: Sat, 26 May 2001 16:39:32 -0700 From: Peter Wemm Message-Id: <20010526233932.9C78B380E@overcee.netplex.com.au> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "David O'Brien" wrote: > On Fri, May 25, 2001 at 07:54:05PM -0700, Matthew Jacob wrote: > > At some point after May 3, but probably much more frequently, the alpha boo t > > stuff has gotten broken. > > VERY broken. I am trying to back out loader commits to find the > problem.. but thanks to some very poorly tested commits I've wasted 10 > hours trying to get either of a -current PWS or DS20 usable. I would like to remind folks that we have remote power and serial console available on the freebsd.org cluster. beast.freebsd.org is available for this sort of testing by freebsd committers. Using the on-disk boot1 code, you can press space at the right time and select an alternative loader. If somebody needs to get access to the alpha box for testing something like this, I'm sure something can be worked out. Did we ever resolve the memory issue in boot1/loader? ie: the one where we only have 256k for the boot1+stack+loader workspace to live in? I wonder if the last FICL update is simply using more memory and simply wont fit in the space available... There were also some ctype changes that may have changed things.. Makefile.inc:PRIMARY_LOAD_ADDRESS= 0x20000000 # "Region 1 start" Makefile.inc:SECONDARY_LOAD_ADDRESS= 0x2000c000 # "Region 1 start" + 48k where region 1 is 256k. text data bss dec hex filename 181873 21864 17364 221101 35fad loader.sym That puts the end of BSS at 0x20041FAD.. ie: at the 264K mark. We are dangerously close to overflowing the 256 region 1 initial size. The bss section already overflows it, but it looks like we are saved by the fact that we call extend_heap() before doing a bzero on the bss, then we switch from the prom stack to the stack that is embedded in BSS. We must be very very close to the wire here. Where is the prom stack anyway? Is it possible that it is at the end of region 1 and we're clobbering it with some of the data segment contents? Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat May 26 18:27: 6 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id AD92837B422; Sat, 26 May 2001 18:27:04 -0700 (PDT) (envelope-from obrien@nuxi.ucdavis.edu) Received: from dragon.nuxi.com (root@[206.40.252.115]) by relay.nuxi.com (8.11.2/8.11.2) with ESMTP id f4R1Qul38489; Sat, 26 May 2001 18:26:56 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f4R1QoT13959; Sat, 26 May 2001 18:26:50 -0700 (PDT) (envelope-from obrien) Date: Sat, 26 May 2001 18:26:40 -0700 From: "David O'Brien" To: Peter Wemm Cc: Matthew Jacob , dcs@FreeBSD.ORG, alpha@FreeBSD.ORG Subject: Re: broken loader? Message-ID: <20010526182640.A13937@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20010526145104.C11876@dragon.nuxi.com> <20010526233932.9C78B380E@overcee.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010526233932.9C78B380E@overcee.netplex.com.au>; from peter@wemm.org on Sat, May 26, 2001 at 04:39:32PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, May 26, 2001 at 04:39:32PM -0700, Peter Wemm wrote: > I would like to remind folks that we have remote power and serial console > available on the freebsd.org cluster. beast.freebsd.org is available for > this sort of testing by freebsd committers. Are you sure? Beast.freebsd.org is a DEC Personal Workstation (Miata). As such if you power cycle it from a power console it does not come back up. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message