From owner-freebsd-alpha Sun Jan 21 6:20:56 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id 6AB6337B699 for ; Sun, 21 Jan 2001 06:20:40 -0800 (PST) Received: (qmail 53869 invoked by uid 1142); 21 Jan 2001 14:20:39 -0000 Date: 21 Jan 2001 06:20:39 -0800 Date: Sun, 21 Jan 2001 06:20:32 -0800 From: Jason Evans To: alpha@freebsd.org Subject: WITNESS broken, patch available Message-ID: <20010121062032.U69199@canonware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter Wemm discovered that some changes I made to mutex initialization broke WITNESS in such a way that it only gets noticed on the alpha. I've worked up a patch and have tested it enough to think that it is probably the correct solution, but I'm about to go to bed, so won't commit it yet. The patch is available at: http://people.freebsd.org/~jasone/diffs/mutex_f_3.diff Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sun Jan 21 8:37:33 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from neutrino.quantum.net (modemcable084.73-201-24.mtl.mc.videotron.ca [24.201.73.84]) by hub.freebsd.org (Postfix) with ESMTP id 75F4837B401 for ; Sun, 21 Jan 2001 08:37:16 -0800 (PST) Received: from videotron.ca (client33.quantum.net [192.168.56.33]) by neutrino.quantum.net (8.11.1/8.11.1) with ESMTP id f0LGaiS16201; Sun, 21 Jan 2001 11:36:44 -0500 (EST) Message-ID: <3A6B101B.2000703@videotron.ca> Date: Sun, 21 Jan 2001 11:36:43 -0500 From: tcn Reply-To: leclercn@videotron.ca User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20001108 Netscape6/6.0 X-Accept-Language: en MIME-Version: 1.0 To: Andrew Gallatin Cc: freebsd-alpha Subject: Re: FIFO files: device not configured References: <3A6A156B.1010809@videotron.ca> <14954.13113.352982.366550@grasshopper.cs.duke.edu> <3A6A5558.1040300@videotron.ca> <14954.23071.555967.914243@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew Gallatin wrote: > You can verify for yourself that fifos work. Read the mkfifo(1) man > page and play with the result. Okay, fifo files are working BUT there is a problem. Opening a fifo file with read/write attributes works greatl. Opening a fifo file write only fails. I fetched Hylafax source and changed all write only to read/write access on all fifo related open function. I have not tested Hylafax yet but I should be able to do it fairly soon (I have to get the result...) Fingers crossed. Normand Leclerc leclercn@videotron.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Jan 22 9:10:20 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCF3837B6A1 for ; Mon, 22 Jan 2001 09:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MHA0A59668; Mon, 22 Jan 2001 09:10:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8049637B6A8 for ; Mon, 22 Jan 2001 09:03:55 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MH3tK57007; Mon, 22 Jan 2001 09:03:55 -0800 (PST) (envelope-from nobody) Message-Id: <200101221703.f0MH3tK57007@freefall.freebsd.org> Date: Mon, 22 Jan 2001 09:03:55 -0800 (PST) From: conrad@th.physik.uni-bonn.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: alpha/24535: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24535 >Category: alpha >Synopsis: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-alpha >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 22 09:10:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jan Conrad >Release: FreeBSD 4.2R for alpha >Organization: Univ. Bonn >Environment: FreeBSD mach.th.physik.uni-bonn.de 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Tue Jan 9 12:40:10 CET 2001 admin@mach.th.physik.uni-bonn.de:/usr/src/sys/compile/MACH alpha >Description: As appears for example in enlightenment (I sent a seperate bug-report for that) an application will hang up if the function XF86VidModeGetAllModeLines is called under XFree 3.3.6 for alpha >How-To-Repeat: start enlightenment as compiled by the ports >Fix: unknown maybe wait for XFree 4... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Jan 22 10: 7:43 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from account.abs.net (account.abs.net [207.114.5.70]) by hub.freebsd.org (Postfix) with ESMTP id 7F67A37B69B for ; Mon, 22 Jan 2001 10:07:17 -0800 (PST) Received: (from willie@localhost) by account.abs.net (8.11.1/8.9.3+RBL+DUL+RSS) id f0MI7B701837 for freebsd-alpha@freebsd.org; Mon, 22 Jan 2001 13:07:11 -0500 (EST) (envelope-from willie) Date: Mon, 22 Jan 2001 13:07:11 -0500 From: Willie Bollinger To: freebsd-alpha@freebsd.org Subject: Broken installworld on alpha Message-ID: <20010122130711.B99441@account.abs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org just did a cvsup and a buildworld on the alpha tree and I am getting the following errors during installworld. Any clues? install -c -s -o root -g wheel -m 555 sshd /usr/sbin install -c -o root -g wheel -m 444 sshd.8.gz /usr/share/man/man8 ===> etc ===> etc/sendmail -------------------------------------------------------------- >>> Rebuilding man page indices -------------------------------------------------------------- cd /usr/src/share/man; make makedb makewhatis /usr/share/man gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe -- ------------------------------------------------------------------------------- Willie Bollinger, ABSnet Internet Service Voice 410-361-8160 E-Mail willie@abs.net http://www.abs.net ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Jan 22 10:11:18 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id B205737B400 for ; Mon, 22 Jan 2001 10:11:00 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id KAA06862; Mon, 22 Jan 2001 10:10:43 -0800 Date: Mon, 22 Jan 2001 10:10:42 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Willie Bollinger Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Broken installworld on alpha In-Reply-To: <20010122130711.B99441@account.abs.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sounds more like a broken build in general. > just did a cvsup and a buildworld on the alpha tree and I am getting the > following errors during installworld. Any clues? > > install -c -s -o root -g wheel -m 555 sshd /usr/sbin > install -c -o root -g wheel -m 444 sshd.8.gz /usr/share/man/man8 > ===> etc > ===> etc/sendmail > > -------------------------------------------------------------- > >>> Rebuilding man page indices > -------------------------------------------------------------- > cd /usr/src/share/man; make makedb > makewhatis /usr/share/man > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Jan 22 11:48:30 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 EE29737B698 for ; Mon, 22 Jan 2001 11:48:12 -0800 (PST) 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 OAA08049; Mon, 22 Jan 2001 14:48:12 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0MJmC510851; Mon, 22 Jan 2001 14:48:12 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 22 Jan 2001 14:48:11 -0500 (EST) To: conrad@th.physik.uni-bonn.de Cc: freebsd-alpha@freebsd.org Subject: Re: alpha/24535: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up In-Reply-To: <200101221703.f0MH3tK57007@freefall.freebsd.org> References: <200101221703.f0MH3tK57007@freefall.freebsd.org> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14956.36375.263388.388445@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org conrad@th.physik.uni-bonn.de writes: > > maybe wait for XFree 4... FWIW, I run 4.02 on all my alphas. If you're willing to write a toy app that demonstrates the failure of XF86VidModeGetAllModeLines() call, I'd be willing to test it for you on a 4.02 X server. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Jan 22 12:56: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 8DD4A37B698 for ; Mon, 22 Jan 2001 12:56:12 -0800 (PST) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 14Ko0Z-000IXl-00 for freebsd-alpha@freebsd.org; Mon, 22 Jan 2001 20:56:11 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.1/8.11.1) id f0MKvkf01871 for freebsd-alpha@freebsd.org; Mon, 22 Jan 2001 21:57:46 +0100 (CET) (envelope-from wkb) Date: Mon, 22 Jan 2001 21:57:46 +0100 From: Wilko Bulte To: freebsd-alpha@freebsd.org Subject: slightly off-topic: CPU-less Alpha mainboards anyone? Message-ID: <20010122215746.A1861@freebie.demon.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-OS: FreeBSD 4.2-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Slightly off-topic but aimed at the right audience I think: - has anybody ever seen Alpha mainboards for sale without CPU? Specifically I'm looking for an EV6 capable board. Already owning a CPU which I think is OK I'd like to find myself a affordable EV6 board. TIA Wilko -- | / 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 Jan 22 22:55:57 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from grafin.fujimori.cache.waseda.ac.jp (grafin.fujimori.cache.waseda.ac.jp [133.9.152.154]) by hub.freebsd.org (Postfix) with ESMTP id 82BD137B401 for ; Mon, 22 Jan 2001 22:55:40 -0800 (PST) Received: from grafin.fujimori.cache.waseda.ac.jp (fujimori@localhost [127.0.0.1]) by grafin.fujimori.cache.waseda.ac.jp (8.9.3/3.7W) with ESMTP id PAA28022 for ; Tue, 23 Jan 2001 15:55:34 +0900 Message-Id: <200101230655.PAA28022@grafin.fujimori.cache.waseda.ac.jp> To: freebsd-alpha@freebsd.org Subject: Does FreeBSD run on UP1100? Date: Tue, 23 Jan 2001 15:55:34 +0000 From: Yoriaki FUJIMORI Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear folks, From the HARDWARE.TXT of FreeBSD4.2R/Alpha, we know that FreeBSD runs on UP1000. Now, in the market, we can buy cheaper Samsung's UP1100 motherboards. It seems that difference between UP1000 and UP1100 is small. As a matter of fact, I read in www.netbsd.org that NetBSD runs on UP1100. My questions are: (1) Does FreeBSD4.2R/Alpha boot/run on UP1100? (2) Does older Digital Unix 4.x boot/run on UP1100? Thanks for your attention. Yoriaki FUJIMORI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 4:41:44 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from dirac.th.physik.uni-bonn.de (dirac.th.physik.uni-bonn.de [131.220.161.119]) by hub.freebsd.org (Postfix) with SMTP id B8BE437B404 for ; Tue, 23 Jan 2001 04:41:25 -0800 (PST) Received: (qmail 54702 invoked from network); 23 Jan 2001 12:41:19 -0000 Received: from merlin.th.physik.uni-bonn.de (131.220.161.121) by dirac.th.physik.uni-bonn.de with SMTP; 23 Jan 2001 12:41:19 -0000 Received: (qmail 78629 invoked by uid 145); 23 Jan 2001 12:41:18 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 23 Jan 2001 12:41:18 -0000 Date: Tue, 23 Jan 2001 13:41:18 +0100 (CET) From: Jan Conrad To: Andrew Gallatin Cc: freebsd-alpha@freebsd.org Subject: Re: alpha/24535: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 22 Jan 2001, Andrew Gallatin wrote: > > conrad@th.physik.uni-bonn.de writes: > > > > maybe wait for XFree 4... > > FWIW, I run 4.02 on all my alphas. > > If you're willing to write a toy app that demonstrates the > failure of XF86VidModeGetAllModeLines() call, I'd be willing to test > it for you on a 4.02 X server. > > Drew > Here it comes! have fun! Jan -- Physikalisches Institut der Universitaet Bonn Nussallee 12 D-53115 Bonn x.c ---------------------------- #include #include #include Display *disp; char *dstr; int scr; static int std_vid_modes_num = 0; static int std_vid_mode_cur = 0; static XF86VidModeModeInfo **std_vid_modes = NULL; int main () { dstr = getenv("DISPLAY"); if (!dstr) { dstr = ":0.0"; }; disp = XOpenDisplay(dstr); scr = DefaultScreen(disp); XF86VidModeGetAllModeLines(disp, scr, &std_vid_modes_num, &std_vid_modes); }; --------------------------------------------- Makefile --------------------------------------------- CFLAGS = -g LIBS = -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm CC = cc OBJ= x.o x: x.o $(CC) x.o $(LIBS) -o x all: x clean: rm -f $(OBJ) x ---------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 6:45:42 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 598BA37B6A6 for ; Tue, 23 Jan 2001 06:45:24 -0800 (PST) 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 JAA23654; Tue, 23 Jan 2001 09:45:23 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0NEjNn12489; Tue, 23 Jan 2001 09:45:23 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 23 Jan 2001 09:45:23 -0500 (EST) To: Yoriaki FUJIMORI Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Does FreeBSD run on UP1100? In-Reply-To: <200101230655.PAA28022@grafin.fujimori.cache.waseda.ac.jp> References: <200101230655.PAA28022@grafin.fujimori.cache.waseda.ac.jp> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14957.38711.870552.778956@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yoriaki FUJIMORI writes: > Dear folks, > >From the HARDWARE.TXT of FreeBSD4.2R/Alpha, we know that FreeBSD runs > on UP1000. Now, in the market, we can buy cheaper Samsung's UP1100 > motherboards. It seems that difference between UP1000 and UP1100 > is small. As a matter of fact, I read in www.netbsd.org that NetBSD > runs on UP1100. My questions are: > (1) Does FreeBSD4.2R/Alpha boot/run on UP1100? I'm the guy who did the up1000 support for FreeBSD. I strongly suspect that the UP1100 will work. From what I can tell from reading the NetBSD and Linux sources, it should appear to software as a UP1000. We don't advertise that it will work simply because I have never seen one, and I've never heard of anybody booting FreeBSD on one. If it does not work, I should be able to resolve any problems remotely. (Eg, let you ftp kernel, or a source patch). > (2) Does older Digital Unix 4.x boot/run on UP1100? Almost certainly not. The API UP1000, at least, uses a different systype than anything Digital UNIX supports. Drew PS: Where can you buy UP1100 motherboards? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 7:12:53 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 E105137B401 for ; Tue, 23 Jan 2001 07:12:35 -0800 (PST) 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 KAA24211; Tue, 23 Jan 2001 10:12:35 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0NFCZ412638; Tue, 23 Jan 2001 10:12:35 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 23 Jan 2001 10:12:35 -0500 (EST) To: Jan Conrad Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: alpha/24535: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up In-Reply-To: References: X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14957.40103.750912.976732@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jan Conrad writes: > On Mon, 22 Jan 2001, Andrew Gallatin wrote: > > > > > conrad@th.physik.uni-bonn.de writes: > > > > > > maybe wait for XFree 4... > > > > FWIW, I run 4.02 on all my alphas. > > > > If you're willing to write a toy app that demonstrates the > > failure of XF86VidModeGetAllModeLines() call, I'd be willing to test > > it for you on a 4.02 X server. > > > > Drew > > > > Here it comes! > > have fun! It seems to be a library problem rather than a server problem. When compiled against 3.3.4, it behaves the way you've remarked. (eats up all memory) no matter what server you run it against (3.3.x or 4.02). When compiled against 4.02 libs, it seems to work just fine. And it works against a 4.02 server _and_ a 3.3.4 server. So, you might have success with enlightnement if you were to build XF86 4.02 from ports. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 10:28:45 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from grafin.fujimori.cache.waseda.ac.jp (grafin.fujimori.cache.waseda.ac.jp [133.9.152.154]) by hub.freebsd.org (Postfix) with ESMTP id 1BAA337B401 for ; Tue, 23 Jan 2001 10:28:28 -0800 (PST) Received: from grafin.fujimori.cache.waseda.ac.jp (fujimori@localhost [127.0.0.1]) by grafin.fujimori.cache.waseda.ac.jp (8.9.3/3.7W) with ESMTP id DAA29978; Wed, 24 Jan 2001 03:28:26 +0900 Message-Id: <200101231828.DAA29978@grafin.fujimori.cache.waseda.ac.jp> To: freebsd-alpha@freebsd.org Cc: Andrew Gallatin Subject: Re: Does FreeBSD run on UP1100? In-reply-to: Your message of "Tue, 23 Jan 2001 09:45:23 EST." <14957.38711.870552.778956@grasshopper.cs.duke.edu> Date: Wed, 24 Jan 2001 03:28:25 +0000 From: Yoriaki FUJIMORI Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Drew, Thank you very much for your responce. I'll try running FreeBSD4.2R on it near future. To be exact, I am planning to get a skelton system for a Linux/Alpha cluster. One Alpha vendor in Tokio is promoting a cheap system around Yen200K (about USD1700.) Its spec is 21264a/600MHz, 2mb cache, 64MB memory, one VGA card and ATAHDD blah... Any way, the cheapest one I could find on earth. I was not interested in UP1100 a while ago, for it can accomodate only upto 768MB memory, and I thought that UP1100 could run only Linux. Recently I started thinking about building an Alpha-based cluster system in my lab. # PVM3 on FreeBSD/Alpha seems to be buggy, though. Yoriaki Fujimori To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 10:46:18 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 881B237B404 for ; Tue, 23 Jan 2001 10:46:00 -0800 (PST) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 14L8S7-0003SN-00; Tue, 23 Jan 2001 18:45:59 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.1/8.11.1) id f0NIlkW01477; Tue, 23 Jan 2001 19:47:46 +0100 (CET) (envelope-from wkb) Date: Tue, 23 Jan 2001 19:47:46 +0100 From: Wilko Bulte To: Yoriaki FUJIMORI Cc: freebsd-alpha@freebsd.org, Andrew Gallatin Subject: Re: Does FreeBSD run on UP1100? Message-ID: <20010123194746.E348@freebie.demon.nl> References: <14957.38711.870552.778956@grasshopper.cs.duke.edu> <200101231828.DAA29978@grafin.fujimori.cache.waseda.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200101231828.DAA29978@grafin.fujimori.cache.waseda.ac.jp>; from fujimori@grafin.fujimori.cache.waseda.ac.jp on Wed, Jan 24, 2001 at 03:28:25AM +0000 X-OS: FreeBSD 4.2-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 24, 2001 at 03:28:25AM +0000, Yoriaki FUJIMORI wrote: > Dear Drew, > Thank you very much for your responce. I'll try running FreeBSD4.2R > on it near future. > To be exact, I am planning to get a skelton system for a Linux/Alpha > cluster. One Alpha vendor in Tokio is promoting a cheap system > around Yen200K (about USD1700.) Its spec is 21264a/600MHz, 2mb cache, > 64MB memory, one VGA card and ATAHDD blah... Any way, the cheapest one > I could find on earth. Fujimori-san, I'd appreciate feedback on what does/does not work on the UP1100. This so that I can update alpha/HARDWARE.TXT accordingly. TIA Wilko -- | / 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 Tue Jan 23 10:49:34 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 2147637B401 for ; Tue, 23 Jan 2001 10:49:16 -0800 (PST) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 14L8VG-0003aK-00; Tue, 23 Jan 2001 18:49:15 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.1/8.11.1) id f0NIp2D01505; Tue, 23 Jan 2001 19:51:02 +0100 (CET) (envelope-from wkb) Date: Tue, 23 Jan 2001 19:51:02 +0100 From: Wilko Bulte To: Andrew Gallatin Cc: Jan Conrad , freebsd-alpha@freebsd.org Subject: Re: alpha/24535: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up Message-ID: <20010123195102.F348@freebie.demon.nl> References: <14957.40103.750912.976732@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <14957.40103.750912.976732@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Tue, Jan 23, 2001 at 10:12:35AM -0500 X-OS: FreeBSD 4.2-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 23, 2001 at 10:12:35AM -0500, Andrew Gallatin wrote: > > Jan Conrad writes: > > On Mon, 22 Jan 2001, Andrew Gallatin wrote: > > > > > > > > conrad@th.physik.uni-bonn.de writes: > > > > > > > > maybe wait for XFree 4... > > > > > > FWIW, I run 4.02 on all my alphas. > > > > > > If you're willing to write a toy app that demonstrates the > > > failure of XF86VidModeGetAllModeLines() call, I'd be willing to test > > > it for you on a 4.02 X server. > > > > > > Drew > > > > > > > Here it comes! > > > > have fun! > > It seems to be a library problem rather than a server problem. When > compiled against 3.3.4, it behaves the way you've remarked. (eats up > all memory) no matter what server you run it against (3.3.x or 4.02). > > When compiled against 4.02 libs, it seems to work just fine. And it > works against a 4.02 server _and_ a 3.3.4 server. > > So, you might have success with enlightnement if you were to build > XF86 4.02 from ports. I'd appreciate feedback on this proposal, so that I can continue my janitorial duties on the alpha PRs ;-) thanks, W/ -- | / 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 Tue Jan 23 10:50:17 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from femail4.sdc1.sfba.home.com (femail4.sdc1.sfba.home.com [24.0.95.84]) by hub.freebsd.org (Postfix) with ESMTP id 26BB337B402 for ; Tue, 23 Jan 2001 10:50:00 -0800 (PST) Received: from boots2 ([24.0.178.21]) by femail4.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010123184753.HQPR21371.femail4.sdc1.sfba.home.com@boots2> for ; Tue, 23 Jan 2001 10:47:53 -0800 From: "Craig Burgess" To: Subject: msg: '/kernel: file: table is full' Date: Tue, 23 Jan 2001 10:55:36 -0800 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.4133.2400 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am mostly clueless here. Following CVSUP for source and ports from 4.1.1 i am now running FreeBSD Felix 4.2-STABLE FreeBSD 4.2-STABLE #8: Sun Jan 21 17:57:41 PST 2001 craig@Felix:/usr/src/sys/compile/FELIX alpha i received the error msg noted above and recorded in /var/log/messages dmesg produces only what appears to be dates: > dmesg 1992, 1993, 1994 This also appeared in messages Jan 21 23:16:58 Felix /kernel: b0[spade]118>.01 httpd Jan 21 23:22:28 Felix /kernel: Unive Jan 21 23:22:28 Felix /kernel: QUENTI Jan 21 23:22:28 Felix /kernel: S_SYSL Jan 21 23:22:28 Felix /kernel: ebug-l Jan 21 23:24:58 Felix /kernel: (in the first line [spade] was displayed as a spade symbol) I stopped the web server and the error msg stopped What additional information is needed to guide me to a fix? I can follow instructions but i think that i'm way over my head here. craig burgess To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 10:53:57 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from account.abs.net (account.abs.net [207.114.5.70]) by hub.freebsd.org (Postfix) with ESMTP id 02F4137B69B for ; Tue, 23 Jan 2001 10:53:37 -0800 (PST) Received: (from willie@localhost) by account.abs.net (8.11.1/8.9.3+RBL+DUL+RSS) id f0NIrZu34878 for freebsd-alpha@freebsd.org; Tue, 23 Jan 2001 13:53:35 -0500 (EST) (envelope-from willie) Date: Tue, 23 Jan 2001 13:53:35 -0500 From: Willie Bollinger To: freebsd-alpha@freebsd.org Subject: Broken Install Message-ID: <20010123135335.G19141@account.abs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have been trying for a few days to cvsup an alpha. and I keep getting the following errors, This morning I totally erased the src tree and redownloaded the source and I still get the same error. Anybody else having this problem or have any suggestios? install -c -s -o root -g wheel -m 555 sshd /usr/sbin install -c -o root -g wheel -m 444 sshd.8.gz /usr/share/man/man8 ===> etc ===> etc/sendmail -------------------------------------------------------------- >>> Rebuilding man page indices -------------------------------------------------------------- cd /usr/src/share/man; make makedb makewhatis /usr/share/man gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe gzcat: stdout: Broken pipe -- ------------------------------------------------------------------------------- Willie Bollinger, ABSnet Internet Service Voice 410-361-8160 E-Mail willie@abs.net http://www.abs.net ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 12:11:50 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 B788637B400 for ; Tue, 23 Jan 2001 12:11:31 -0800 (PST) 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 PAA00743; Tue, 23 Jan 2001 15:11:24 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0NKBO913181; Tue, 23 Jan 2001 15:11:24 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 23 Jan 2001 15:11:23 -0500 (EST) To: Yoriaki FUJIMORI Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Does FreeBSD run on UP1100? In-Reply-To: <200101231828.DAA29978@grafin.fujimori.cache.waseda.ac.jp> References: <14957.38711.870552.778956@grasshopper.cs.duke.edu> <200101231828.DAA29978@grafin.fujimori.cache.waseda.ac.jp> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14957.58579.658293.639038@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yoriaki FUJIMORI writes: > Dear Drew, > Thank you very much for your responce. I'll try running FreeBSD4.2R > on it near future. Thanks! I'll be looking forward to hearing from you. > To be exact, I am planning to get a skelton system for a Linux/Alpha > cluster. One Alpha vendor in Tokio is promoting a cheap system > around Yen200K (about USD1700.) Its spec is 21264a/600MHz, 2mb cache, > 64MB memory, one VGA card and ATAHDD blah... Any way, the cheapest one > I could find on earth. Much cheaper than anything I can find. I'm very impressed with the price. > I was not interested in UP1100 a while ago, for it can accomodate only > upto 768MB memory, and I thought that UP1100 could run only Linux. > Recently I started thinking about building an Alpha-based cluster system > in my lab. > # PVM3 on FreeBSD/Alpha seems to be buggy, though. I don't know anything about PVM, but if you can elaborate more on "buggy", somebody on the mailing list might be able to help you. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 12:12:52 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 BBDD137B400 for ; Tue, 23 Jan 2001 12:12:29 -0800 (PST) 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 PAA00763; Tue, 23 Jan 2001 15:12:29 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0NKCTB13185; Tue, 23 Jan 2001 15:12:29 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 23 Jan 2001 15:12:28 -0500 (EST) To: Wilko Bulte Cc: freebsd-alpha@freebsd.org Subject: Re: alpha/24535: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up In-Reply-To: <20010123195102.F348@freebie.demon.nl> References: <14957.40103.750912.976732@grasshopper.cs.duke.edu> <20010123195102.F348@freebie.demon.nl> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14957.58736.224254.201288@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte writes: > > I'd appreciate feedback on this proposal, so that I can continue my > janitorial duties on the alpha PRs ;-) I very much appreciate all your janatorial efforts. It is certainly not a glamorous job, but it is one that needs doing. Keep up the good work. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 12:45:47 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 9643E37B400 for ; Tue, 23 Jan 2001 12:45:29 -0800 (PST) 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 PAA01531; Tue, 23 Jan 2001 15:45:25 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0NKjOd15621; Tue, 23 Jan 2001 15:45:24 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 23 Jan 2001 15:45:24 -0500 (EST) To: "Craig Burgess" Cc: Subject: Re: msg: '/kernel: file: table is full' In-Reply-To: References: X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14957.59217.474070.92428@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Craig Burgess writes: > I am mostly clueless here. Following CVSUP for source and ports from 4.1.1 i > am now running > > FreeBSD Felix 4.2-STABLE FreeBSD 4.2-STABLE #8: Sun Jan 21 17:57:41 PST > 2001 > craig@Felix:/usr/src/sys/compile/FELIX alpha > > i received the error msg noted above and recorded in /var/log/messages > > dmesg produces only what appears to be dates: > > dmesg > 1992, 1993, 1994 > > This also appeared in messages > Jan 21 23:16:58 Felix /kernel: b0[spade]118>.01 httpd > Jan 21 23:22:28 Felix /kernel: Unive > Jan 21 23:22:28 Felix /kernel: QUENTI > Jan 21 23:22:28 Felix /kernel: S_SYSL > Jan 21 23:22:28 Felix /kernel: ebug-l > Jan 21 23:24:58 Felix /kernel: > > (in the first line [spade] was displayed as a spade symbol) > > I stopped the web server and the error msg stopped > > What additional information is needed to guide me to a fix? I can follow > instructions but i think that i'm way over my head here. The error message from the subject line is probably due to exceeding maxfiles, the system wide open files limit. You might want to try configuring and building another kernel with a higher value for maxusers. I *think* you might be able to poke kern.maxfiles on the fly. Eg: #sysctl -w kern.maxfiles=8232 kern.maxfiles: 1064 -> 8232 I don't know what's causing the apparent corruption in your msgbuffer. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 13: 5:45 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57]) by hub.freebsd.org (Postfix) with ESMTP id CE6F737B402 for ; Tue, 23 Jan 2001 13:05:26 -0800 (PST) Received: from mail.cicely.de (cicely.de [194.231.9.142]) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id f0NL5J506338 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK) for ; Tue, 23 Jan 2001 22:05:24 +0100 (MET) Received: from cicely5.cicely.de (cicely5.cicely.de [fec0:0:0:104::5]) by mail.cicely.de (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id f0NL5UO49756 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Tue, 23 Jan 2001 22:05:35 +0100 (CET) Received: (from ticso@localhost) by cicely5.cicely.de (8.11.1/8.11.1) id f0NKhce26664 for freebsd-alpha@freebsd.org; Tue, 23 Jan 2001 21:43:38 +0100 (CET) (envelope-from ticso) Date: Tue, 23 Jan 2001 21:43:22 +0100 From: Bernd Walter To: freebsd-alpha@freebsd.org Subject: -current failing on PC164 Message-ID: <20010123214322.A26643@cicely5.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Digital AlphaPC 164 500 MHz Console V5.5-1, Jul 14 1999 12:37:45 CPU 0 booting (boot dkb0.0.0.5.0 -flags 0) block 0 of dkb0.0.0.5.0 is a valid boot block reading 15 blocks from dkb0.0.0.5.0 bootstrap code read in base = 180000, image_start = 0, image_bytes = 1e00 initializing HWRPB at 2000 initializing page table at 172000 initializing machine state setting affinity to the primary CPU jumping to bootstrap code Loading /boot/loader *** no timer interrupts on CPU 0 *** Console: SRM firmware console VMS PAL rev: 0x1000900010115 OSF PAL rev: 0x1000800020117 Switch to OSF PAL code succeeded. FreeBSD/alpha SRM disk boot, Revision 1.1 (ticso@cicely9.cicely.de, Tue Jan 23 12:56:58 CET 2001) Memory: 262144 k | /boot/kernel/kernel data=0x29d768+0x5f5f2 syms=[0x8+0x3ad28+0x8+0x2b9e2] Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... Entering kernel at 0xfffffc000032a240... sio1: gdb debugging port Unrecognized boot flag '0'. 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. fatal kernel trap: trap entry = 0x4 (unaligned access fault) a0 = 0xfffffc000055eec7 a1 = 0x29 a2 = 0x14 pc = 0xfffffc00003a3270 ra = 0xfffffc00003a3258 curproc = 0xfffffc00005d3038 pid = 0, comm = Stopped at 0xfffffc00003a3270: ldl t0,0x8(s0) <0xfffffc00005bb568> db> trace (null)() at 0xfffffc00003a3270 -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 13:35:43 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from femail4.sdc1.sfba.home.com (femail4.sdc1.sfba.home.com [24.0.95.84]) by hub.freebsd.org (Postfix) with ESMTP id B56C437B69F for ; Tue, 23 Jan 2001 13:35:24 -0800 (PST) Received: from boots2 ([24.0.178.21]) by femail4.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010123213317.LFFR21371.femail4.sdc1.sfba.home.com@boots2>; Tue, 23 Jan 2001 13:33:17 -0800 From: "Craig Burgess" To: "Andrew Gallatin" Cc: Subject: RE: msg: '/kernel: file: table is full' Date: Tue, 23 Jan 2001 13:41:01 -0800 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) In-Reply-To: <14957.59217.474070.92428@grasshopper.cs.duke.edu> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks for the reply - i fear that things may be getting worse. I followed your suggestion and appear to have successfully used sysctl to increase kern.maxfiles. While "looking around" (and before increasing the maxfiles value) I discovered new messages: ---------------------- Jan 23 10:17:40 Felix /kernel: tart threshold to 240 bytes Jan 23 12:54:16 Felix /kernel: RECT, Jan 23 12:54:46 Felix /kernel: terial Jan 23 12:54:46 Felix /kernel: CT Jan 23 12:56:46 Felix /kernel: terial Jan 23 12:56:46 Felix /kernel: CT Jan 23 12:57:16 Felix /kernel: nor t Jan 23 12:57:16 Felix /kernel: 2H Jan 23 12:57:46 Felix /kernel: Jan 23 12:58:16 Felix /kernel: olst, Jan 23 12:58:46 Felix /kernel: Univer Jan 23 12:58:46 Felix /kernel: K Jan 23 12:59:16 Felix /kernel: uct ui Jan 23 12:59:16 Felix /kernel: ad or ---------------------- and dmesg provides new junk: > dmesg 39;49m \^[[34mposix4\^[[39;49m Obviously something is not right. I send this in case it means anything to anyone and will rebuild the kernel with maxusers at 64 (up from 32) - though it would seem that '32 users' should be sufficient for a machine which has virtually no users other than the processes which are running. craig -----Original Message----- From: Andrew Gallatin [mailto:gallatin@cs.duke.edu] Sent: Tuesday, January 23, 2001 12:45 PM To: Craig Burgess Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: msg: '/kernel: file: table is full' Craig Burgess writes: > I am mostly clueless here. Following CVSUP for source and ports from 4.1.1 i > am now running > > FreeBSD Felix 4.2-STABLE FreeBSD 4.2-STABLE #8: Sun Jan 21 17:57:41 PST > 2001 > craig@Felix:/usr/src/sys/compile/FELIX alpha > > i received the error msg noted above and recorded in /var/log/messages > > dmesg produces only what appears to be dates: > > dmesg > 1992, 1993, 1994 > > This also appeared in messages > Jan 21 23:16:58 Felix /kernel: b0[spade]118>.01 httpd > Jan 21 23:22:28 Felix /kernel: Unive > Jan 21 23:22:28 Felix /kernel: QUENTI > Jan 21 23:22:28 Felix /kernel: S_SYSL > Jan 21 23:22:28 Felix /kernel: ebug-l > Jan 21 23:24:58 Felix /kernel: > > (in the first line [spade] was displayed as a spade symbol) > > I stopped the web server and the error msg stopped > > What additional information is needed to guide me to a fix? I can follow > instructions but i think that i'm way over my head here. The error message from the subject line is probably due to exceeding maxfiles, the system wide open files limit. You might want to try configuring and building another kernel with a higher value for maxusers. I *think* you might be able to poke kern.maxfiles on the fly. Eg: #sysctl -w kern.maxfiles=8232 kern.maxfiles: 1064 -> 8232 I don't know what's causing the apparent corruption in your msgbuffer. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 13:38:47 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 C203937B69F for ; Tue, 23 Jan 2001 13:38:25 -0800 (PST) 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 QAA02883; Tue, 23 Jan 2001 16:38:24 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0NLcOe15726; Tue, 23 Jan 2001 16:38:24 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 23 Jan 2001 16:38:24 -0500 (EST) To: "Craig Burgess" Cc: Subject: RE: msg: '/kernel: file: table is full' In-Reply-To: References: <14957.59217.474070.92428@grasshopper.cs.duke.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14957.63811.45813.958530@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Craig Burgess writes: > > Obviously something is not right. I send this in case it means anything to > anyone and will rebuild the kernel with maxusers at 64 (up from 32) - though Your messagebuffer problem looks like some sort of memory corruption, to be honest. > it would seem that '32 users' should be sufficient for a machine which has > virtually no users other than the processes which are running. > A lot of resources are sized by the number of "users" 32 is not anywhere near anough for a heavily loaded server, as yours appears to be. If you're doing something that's going to run you out of open files, try 256 or 512. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 14: 9:53 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68C7937B6AA; Tue, 23 Jan 2001 14:09:32 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NM9Wd97254; Tue, 23 Jan 2001 14:09:32 -0800 (PST) (envelope-from wilko) Date: Tue, 23 Jan 2001 14:09:32 -0800 (PST) From: Message-Id: <200101232209.f0NM9Wd97254@freefall.freebsd.org> To: k.j.koster@kpn.com, wilko@FreeBSD.org, freebsd-alpha@freebsd.org Subject: Re: alpha/23064: Alphas do not boot if `a' (/) partition isn't at a lower offset than `b' (swap) Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Alphas do not boot if `a' (/) partition isn't at a lower offset than `b' (swap) State-Changed-From-To: open->closed State-Changed-By: wilko State-Changed-When: Tue Jan 23 14:07:54 PST 2001 State-Changed-Why: The issue reported is inherent in the alpha SRM. The requirement for the partition location is documented in INSTALL.TXT for both -current and -releng4 http://www.freebsd.org/cgi/query-pr.cgi?pr=23064 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 14:12:15 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 753A137B69B; Tue, 23 Jan 2001 14:11:59 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMBxt97631; Tue, 23 Jan 2001 14:11:59 -0800 (PST) (envelope-from wilko) Date: Tue, 23 Jan 2001 14:11:59 -0800 (PST) From: Message-Id: <200101232211.f0NMBxt97631@freefall.freebsd.org> To: edgar@FreeBSD.ORG, wilko@FreeBSD.org, freebsd-alpha@FreeBSD.ORG Subject: Re: alpha/22932: not installing on Digitall alpha series 2000 5/250 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: not installing on Digitall alpha series 2000 5/250 State-Changed-From-To: open->closed State-Changed-By: wilko State-Changed-When: Tue Jan 23 14:11:05 PST 2001 State-Changed-Why: No feedback from submitter after repeated requests for more info http://www.freebsd.org/cgi/query-pr.cgi?pr=22932 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 14:19:13 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id CD9A937B699 for ; Tue, 23 Jan 2001 14:18:54 -0800 (PST) Received: (qmail 27191 invoked by uid 0); 23 Jan 2001 22:18:53 -0000 Received: from p3e9bc3ba.dip.t-dialin.net (HELO forge.local) (62.155.195.186) by mail.gmx.net (mail01) with SMTP; 23 Jan 2001 22:18:53 -0000 Received: from thomas by forge.local with local (Exim 3.16 #1 (Debian)) id 14LC4E-0000XD-00 for ; Tue, 23 Jan 2001 23:37:34 +0100 Date: Tue, 23 Jan 2001 23:37:34 +0100 To: freebsd-alpha@freebsd.org Subject: aperture driver for FreeBSD-alpha Message-ID: <20010123233734.A2032@crow.dom2ip.de> Mail-Followup-To: tmoestl@gmx.net, freebsd-alpha@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i From: Thomas Moestl Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I am working on a port of the XFree86/OpenBSD aperture driver to FreeBSD, as detailed in my recent post to -security. I have made as much as possible of the code MI, and have tested the new code in i386. I have also added alpha support, but I unfortunately do not have the hardware to test my changes. So, I do not even know whether it compiles, let alone whether it works as desired ;-) I would be very thankful if somebody could test my patch, so that I can proceed and try to get it in. If you try, please keep a working kernel around to avoid trouble... The patch for -CURRENT is available at http://www.tu-bs.de/~y0015675/aperture2.diff, and the release notes are at http://www.tu-bs.de/~y0015675/README.aperture Related, is there any way to cross-compile a kernel for alpha on i386 for testing purposes? TIA, - thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 15:28:25 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from femail4.sdc1.sfba.home.com (femail4.sdc1.sfba.home.com [24.0.95.84]) by hub.freebsd.org (Postfix) with ESMTP id 9BEC837B400 for ; Tue, 23 Jan 2001 15:28:05 -0800 (PST) Received: from boots2 ([24.0.178.21]) by femail4.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010123232554.NMWI21371.femail4.sdc1.sfba.home.com@boots2>; Tue, 23 Jan 2001 15:25:54 -0800 From: "Craig Burgess" To: "Andrew Gallatin" Cc: Subject: RE: msg: '/kernel: file: table is full' Date: Tue, 23 Jan 2001 15:33:37 -0800 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) In-Reply-To: <14957.63811.45813.958530@grasshopper.cs.duke.edu> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks Andrew, Upping maxusers to 256 seems to have done the trick - i don't see any kernel errors noted in /var/log/messages and dmesg output looks sane again. (FWOW, #sysctl kern.maxusers reports 8283 with the new kernel.) I have not started anything new running for many months and it seems strange that things would go so peculiar just after new source and rebuilding to 4.2... Oh well best wishes, craig -----Original Message----- From: Andrew Gallatin [mailto:gallatin@cs.duke.edu] Sent: Tuesday, January 23, 2001 1:38 PM To: Craig Burgess Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: msg: '/kernel: file: table is full' Craig Burgess writes: > > Obviously something is not right. I send this in case it means anything to > anyone and will rebuild the kernel with maxusers at 64 (up from 32) - though Your messagebuffer problem looks like some sort of memory corruption, to be honest. > it would seem that '32 users' should be sufficient for a machine which has > virtually no users other than the processes which are running. > A lot of resources are sized by the number of "users" 32 is not anywhere near anough for a heavily loaded server, as yours appears to be. If you're doing something that's going to run you out of open files, try 256 or 512. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 16: 5:57 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57]) by hub.freebsd.org (Postfix) with ESMTP id A632C37B69D for ; Tue, 23 Jan 2001 16:05:34 -0800 (PST) Received: from mail.cicely.de (cicely.de [194.231.9.142]) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id f0O05VV22455 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK) for ; Wed, 24 Jan 2001 01:05:33 +0100 (MET) Received: from cicely5.cicely.de (cicely5.cicely.de [fec0:0:0:104::5]) by mail.cicely.de (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id f0O05aA00833 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Wed, 24 Jan 2001 01:05:41 +0100 (CET) Received: (from ticso@localhost) by cicely5.cicely.de (8.11.1/8.11.1) id f0O05aQ29072 for freebsd-alpha@FreeBSD.ORG; Wed, 24 Jan 2001 01:05:36 +0100 (CET) (envelope-from ticso) Date: Wed, 24 Jan 2001 01:05:35 +0100 From: Bernd Walter To: freebsd-alpha@FreeBSD.ORG Subject: Re: -current failing on PC164 Message-ID: <20010124010535.A29018@cicely5.cicely.de> References: <20010123214322.A26643@cicely5.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010123214322.A26643@cicely5.cicely.de>; from ticso@cicely5.cicely.de on Tue, Jan 23, 2001 at 09:43:22PM +0100 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 23, 2001 at 09:43:22PM +0100, Bernd Walter wrote: > Digital AlphaPC 164 500 MHz Console V5.5-1, Jul 14 1999 12:37:45 > > CPU 0 booting > > (boot dkb0.0.0.5.0 -flags 0) > block 0 of dkb0.0.0.5.0 is a valid boot block > reading 15 blocks from dkb0.0.0.5.0 > bootstrap code read in > base = 180000, image_start = 0, image_bytes = 1e00 > initializing HWRPB at 2000 > initializing page table at 172000 > initializing machine state > setting affinity to the primary CPU > jumping to bootstrap code > Loading /boot/loader > *** no timer interrupts on CPU 0 *** > Console: SRM firmware console > VMS PAL rev: 0x1000900010115 > OSF PAL rev: 0x1000800020117 > Switch to OSF PAL code succeeded. > > FreeBSD/alpha SRM disk boot, Revision 1.1 > (ticso@cicely9.cicely.de, Tue Jan 23 12:56:58 CET 2001) > Memory: 262144 k > | > /boot/kernel/kernel data=0x29d768+0x5f5f2 syms=[0x8+0x3ad28+0x8+0x2b9e2] > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [/boot/kernel/kernel]... > Entering kernel at 0xfffffc000032a240... > sio1: gdb debugging port > Unrecognized boot flag '0'. > 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. > > fatal kernel trap: > > trap entry = 0x4 (unaligned access fault) > a0 = 0xfffffc000055eec7 > a1 = 0x29 > a2 = 0x14 > pc = 0xfffffc00003a3270 > ra = 0xfffffc00003a3258 > curproc = 0xfffffc00005d3038 > pid = 0, comm = > > Stopped at 0xfffffc00003a3270: ldl t0,0x8(s0) <0xfffffc00005bb568> > db> trace > (null)() at 0xfffffc00003a3270 After removing several debugging options from the kernel such as mutex_debug, ktr, ... it finaly booted. I recheck if I didn't made something wrong with them although the config worked with an earlier source. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 17: 0: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 664B437B69E for ; Tue, 23 Jan 2001 17:00:39 -0800 (PST) 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 UAA06653; Tue, 23 Jan 2001 20:00:38 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0O10c616026; Tue, 23 Jan 2001 20:00:38 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 23 Jan 2001 20:00:38 -0500 (EST) To: Bernd Walter Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: -current failing on PC164 In-Reply-To: <20010124010535.A29018@cicely5.cicely.de> References: <20010123214322.A26643@cicely5.cicely.de> <20010124010535.A29018@cicely5.cicely.de> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14958.10234.43199.492866@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bernd Walter writes: > > trap entry = 0x4 (unaligned access fault) > > a0 = 0xfffffc000055eec7 > > a1 = 0x29 > > a2 = 0x14 > > pc = 0xfffffc00003a3270 > > ra = 0xfffffc00003a3258 > > curproc = 0xfffffc00005d3038 > > pid = 0, comm = > > > > Stopped at 0xfffffc00003a3270: ldl t0,0x8(s0) <0xfffffc00005bb568> > > db> trace > > (null)() at 0xfffffc00003a3270 > > After removing several debugging options from the kernel such as > mutex_debug, ktr, ... it finaly booted. > I recheck if I didn't made something wrong with them although the > config worked with an earlier source. If you'd care to try to debug this further, that would be great. You should add back the failing options to a test kernel, configure it with -g so as to get a kernel.debug with symbols, boot it, and note the faulting pc. Then run gdb on kernel.debug and say "l *" Eg: (kgdb) l *0xfffffc00003a3270 This should display the problematic line of source code. Thanks! Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 20: 6:28 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from nadja.cis.ibaraki.ac.jp (nadja.cis.ibaraki.ac.jp [157.80.87.69]) by hub.freebsd.org (Postfix) with ESMTP id 9F1B937B698 for ; Tue, 23 Jan 2001 20:06:10 -0800 (PST) Received: from cis.ibaraki.ac.jp (localhost [127.0.0.1]) by nadja.cis.ibaraki.ac.jp (8.11.1/8.11.1) with ESMTP id f0O467n65723 for ; Wed, 24 Jan 2001 13:06:07 +0900 (JST) (envelope-from th@cis.ibaraki.ac.jp) Message-ID: <3A6E54AF.AC39EAC6@cis.ibaraki.ac.jp> Date: Wed, 24 Jan 2001 13:06:07 +0900 From: Takeshi Hiyama Organization: Dept. of Comp. & Info. Sci.s, Ibaraki University X-Mailer: Mozilla 4.76C-ja [ja] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: ja, en MIME-Version: 1.0 To: freebsd-alpha@FreeBSD.ORG Subject: Re: Broken Install References: <20010123135335.G19141@account.abs.net> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Take a look at mails in stable mailing list with a subject "broken pipes on make world". http://docs.freebsd.org/mail/archive//2001/freebsd-stable/20010121.freebsd-stable.html --- HIYAMA Takeshi Willie Bollinger wrote: > > I have been trying for a few days to cvsup an alpha. and I keep getting the > following errors, This morning I totally erased the src tree and redownloaded > the source and I still get the same error. Anybody else having this problem > or have any suggestios? > > install -c -s -o root -g wheel -m 555 sshd /usr/sbin > install -c -o root -g wheel -m 444 sshd.8.gz /usr/share/man/man8 > ===> etc > ===> etc/sendmail > > -------------------------------------------------------------- > >>> Rebuilding man page indices > -------------------------------------------------------------- > cd /usr/src/share/man; make makedb > makewhatis /usr/share/man > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe > > gzcat: stdout: Broken pipe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Jan 23 20:35:41 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 1531A37B401 for ; Tue, 23 Jan 2001 20:35:17 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id UAA14460; Tue, 23 Jan 2001 20:35:11 -0800 Date: Tue, 23 Jan 2001 20:35:12 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Bernd Walter Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: -current failing on PC164 In-Reply-To: <20010123214322.A26643@cicely5.cicely.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My PC164 is happy with top of tree. Make sure your hints file isn't corrupt. On Tue, 23 Jan 2001, Bernd Walter wrote: > Digital AlphaPC 164 500 MHz Console V5.5-1, Jul 14 1999 12:37:45 > > CPU 0 booting > > (boot dkb0.0.0.5.0 -flags 0) > block 0 of dkb0.0.0.5.0 is a valid boot block > reading 15 blocks from dkb0.0.0.5.0 > bootstrap code read in > base = 180000, image_start = 0, image_bytes = 1e00 > initializing HWRPB at 2000 > initializing page table at 172000 > initializing machine state > setting affinity to the primary CPU > jumping to bootstrap code > Loading /boot/loader > *** no timer interrupts on CPU 0 *** > Console: SRM firmware console > VMS PAL rev: 0x1000900010115 > OSF PAL rev: 0x1000800020117 > Switch to OSF PAL code succeeded. > > FreeBSD/alpha SRM disk boot, Revision 1.1 > (ticso@cicely9.cicely.de, Tue Jan 23 12:56:58 CET 2001) > Memory: 262144 k > | > /boot/kernel/kernel data=0x29d768+0x5f5f2 syms=[0x8+0x3ad28+0x8+0x2b9e2] > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [/boot/kernel/kernel]... > Entering kernel at 0xfffffc000032a240... > sio1: gdb debugging port > Unrecognized boot flag '0'. > 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. > > fatal kernel trap: > > trap entry = 0x4 (unaligned access fault) > a0 = 0xfffffc000055eec7 > a1 = 0x29 > a2 = 0x14 > pc = 0xfffffc00003a3270 > ra = 0xfffffc00003a3258 > curproc = 0xfffffc00005d3038 > pid = 0, comm = > > Stopped at 0xfffffc00003a3270: ldl t0,0x8(s0) <0xfffffc00005bb568> > db> trace > (null)() at 0xfffffc00003a3270 > > -- > B.Walter COSMO-Project http://www.cosmo-project.de > ticso@cicely.de Usergroup info@cosmo-project.de > > > > 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 Jan 24 1:19:24 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 4E55A37B698 for ; Wed, 24 Jan 2001 01:19:07 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0O9J1x97884; Wed, 24 Jan 2001 01:19:01 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0O9IZJ73347; Wed, 24 Jan 2001 01:18:35 -0800 (PST) (envelope-from jhb) 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: <20010123214322.A26643@cicely5.cicely.de> Date: Wed, 24 Jan 2001 01:18:34 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Bernd Walter Subject: RE: -current failing on PC164 Cc: freebsd-alpha@FreeBSD.ORG Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 23-Jan-01 Bernd Walter wrote: > FreeBSD/alpha SRM disk boot, Revision 1.1 > (ticso@cicely9.cicely.de, Tue Jan 23 12:56:58 CET 2001) > Memory: 262144 k >| > /boot/kernel/kernel data=0x29d768+0x5f5f2 > syms=[0x8+0x3ad28+0x8+0x2b9e2] > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [/boot/kernel/kernel]... > Entering kernel at 0xfffffc000032a240... > sio1: gdb debugging port > Unrecognized boot flag '0'. > 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. A test kernel with some of my changes in it died with a pmap_emulate error. When I disabled all debugging options, removed things like INET6, gif, faith, usb, etc., I got a kernel that booted and ran ok. It looks like we are having a problem with kernels over 4meg possibly. Thre have been reports of similar problems on i386 as well. -- 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 Jan 24 1:41:56 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id 1C5E237B401 for ; Wed, 24 Jan 2001 01:41:32 -0800 (PST) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #42699) with ESMTP id <01JZA6NORZ760006KP@research.kpn.com> for freebsd-alpha@FreeBSD.ORG; Wed, 24 Jan 2001 10:41:29 +0100 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2653.19) id ; Wed, 24 Jan 2001 10:41:27 +0100 Content-return: allowed Date: Wed, 24 Jan 2001 10:41:26 +0100 From: "Koster, K.J." Subject: RE: msg: '/kernel: file: table is full' To: 'Andrew Gallatin' , Craig Burgess Cc: freebsd-alpha@FreeBSD.ORG, 'dutchman' Message-id: <59063B5B4D98D311BC0D0001FA7E4522026D7B4D@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Your messagebuffer problem looks like some sort of memory > corruption, to be honest. > I saw the same on my NoName this weekend. (FreeBSD 4.2 RC1) It was gone after a -stable buildworld. I'll have a look in /var/log/messages* when I get home tonight. Kees Jan ================================================ You are only young once, but you can stay immature all your life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 2: 0:23 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E9A937B400 for ; Wed, 24 Jan 2001 02:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OA05j02120; Wed, 24 Jan 2001 02:00:05 -0800 (PST) (envelope-from gnats) Date: Wed, 24 Jan 2001 02:00:05 -0800 (PST) Message-Id: <200101241000.f0OA05j02120@freefall.freebsd.org> To: freebsd-alpha@freebsd.org Cc: From: "Koster, K.J." Subject: Re: alpha/23064: Alphas do not boot if `a' (/) partition isn't at a lower offset than `b' (swap) Reply-To: "Koster, K.J." Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR alpha/23064; it has been noted by GNATS. From: "Koster, K.J." To: "'freebsd-gnats-submit@FreeBSD.org'" Cc: "'wilko@FreeBSD.org'" , "Koster, K.J." Subject: Re: alpha/23064: Alphas do not boot if `a' (/) partition isn't at a lower offset than `b' (swap) Date: Wed, 24 Jan 2001 10:56:56 +0100 Dear Wilko, While I appreciate your janitorial :) efforts, I would like to ask you to reopen this PR. The reason for me to open the PR was that it may scare off the Alpha-newbies. Since this is an Alpha-specific problem, perhaps /stand/sysinstall should have a warning if someone on an Alpha wants to shoot himself in the foot. (Just a warning, because if people need their foot shot off they should be able to do it). Something along the lines of: "Gee, looks like you're going to create a non-booting disk layout, are you sure you want to do that?" (I'm sure you can download an appropriate ASCII-art paperclip from microsoft.com) This is a similar case as the >1024 cylinder install, which was a PC BIOS issue. I believe /stand/sysinstall had a warning in place for that issue. Kees Jan ================================================ You are only young once, but you can stay immature all your life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 6:34:26 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 8520D37B69F; Wed, 24 Jan 2001 06:34:09 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0OEY9481479; Wed, 24 Jan 2001 06:34:09 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101241434.f0OEY9481479@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: John Baldwin Cc: Bernd Walter , freebsd-alpha@FreeBSD.ORG Subject: Re: -current failing on PC164 In-Reply-To: Date: Wed, 24 Jan 2001 06:34:09 -0800 From: Peter Wemm Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin wrote: > > On 23-Jan-01 Bernd Walter wrote: > > FreeBSD/alpha SRM disk boot, Revision 1.1 > > (ticso@cicely9.cicely.de, Tue Jan 23 12:56:58 CET 2001) > > Memory: 262144 k > >| > > /boot/kernel/kernel data=0x29d768+0x5f5f2 > > syms=[0x8+0x3ad28+0x8+0x2b9e2] > > Hit [Enter] to boot immediately, or any other key for command prompt. > > Booting [/boot/kernel/kernel]... > > Entering kernel at 0xfffffc000032a240... > > sio1: gdb debugging port > > Unrecognized boot flag '0'. > > 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. > > A test kernel with some of my changes in it died with a pmap_emulate > error. When I disabled all debugging options, removed things like > INET6, gif, faith, usb, etc., I got a kernel that booted and ran ok. > It looks like we are having a problem with kernels over 4meg possibly. > Thre have been reports of similar problems on i386 as well. This turned out to be the inverted KASSERTs, right? 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 Wed Jan 24 6:40: 6 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 5628237B400 for ; Wed, 24 Jan 2001 06:39:45 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OEdUx15243; Wed, 24 Jan 2001 06:39:30 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OEd4M78469; Wed, 24 Jan 2001 06:39:04 -0800 (PST) (envelope-from jhb) 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: <200101241434.f0OEY9481479@mobile.wemm.org> Date: Wed, 24 Jan 2001 06:39:04 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Peter Wemm Subject: Re: -current failing on PC164 Cc: freebsd-alpha@FreeBSD.ORG, Bernd Walter Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24-Jan-01 Peter Wemm wrote: > John Baldwin wrote: >> >> On 23-Jan-01 Bernd Walter wrote: >> > FreeBSD/alpha SRM disk boot, Revision 1.1 >> > (ticso@cicely9.cicely.de, Tue Jan 23 12:56:58 CET 2001) >> > Memory: 262144 k >> >| >> > /boot/kernel/kernel data=0x29d768+0x5f5f2 >> > syms=[0x8+0x3ad28+0x8+0x2b9e2] >> > Hit [Enter] to boot immediately, or any other key for command >> > prompt. >> > Booting [/boot/kernel/kernel]... >> > Entering kernel at 0xfffffc000032a240... >> > sio1: gdb debugging port >> > Unrecognized boot flag '0'. >> > 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. >> >> A test kernel with some of my changes in it died with a pmap_emulate >> error. When I disabled all debugging options, removed things like >> INET6, gif, faith, usb, etc., I got a kernel that booted and ran ok. >> It looks like we are having a problem with kernels over 4meg >> possibly. >> Thre have been reports of similar problems on i386 as well. > > This turned out to be the inverted KASSERTs, right? In my case, yes. Which has been fixed. > Cheers, > -Peter > -- -- 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 Jan 24 6:41:31 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 2C6BC37B400; Wed, 24 Jan 2001 06:41:14 -0800 (PST) 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 JAA15810; Wed, 24 Jan 2001 09:41:12 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0OEfCm17312; Wed, 24 Jan 2001 09:41:12 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 24 Jan 2001 09:41:11 -0500 (EST) To: John Baldwin Cc: Bernd Walter , freebsd-alpha@FreeBSD.ORG Subject: RE: -current failing on PC164 In-Reply-To: References: <20010123214322.A26643@cicely5.cicely.de> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14958.59036.411197.382347@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin writes: > > > A test kernel with some of my changes in it died with a pmap_emulate > error. When I disabled all debugging options, removed things like > INET6, gif, faith, usb, etc., I got a kernel that booted and ran ok. > It looks like we are having a problem with kernels over 4meg possibly. > Thre have been reports of similar problems on i386 as well. Bernd's problem was an unaligned access error, probably in the witness or mutex debug code. This (probably) has nothing to do with pmap problems. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 6:46:28 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 3BF5C37B404 for ; Wed, 24 Jan 2001 06:46:10 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OEjsx15563; Wed, 24 Jan 2001 06:45:54 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OEjTU78538; Wed, 24 Jan 2001 06:45:29 -0800 (PST) (envelope-from jhb) 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: <14958.59036.411197.382347@grasshopper.cs.duke.edu> Date: Wed, 24 Jan 2001 06:45:29 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Andrew Gallatin Subject: RE: -current failing on PC164 Cc: freebsd-alpha@FreeBSD.ORG, Bernd Walter Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24-Jan-01 Andrew Gallatin wrote: > > Bernd's problem was an unaligned access error, probably in the > witness > or mutex debug code. This (probably) has nothing to do with pmap > problems. No, they were the fault of my own stupidity. :-P I bothced some KASSERT()'s. *sigh* > 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 Wed Jan 24 7:52:48 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 3519C37B400; Wed, 24 Jan 2001 07:52:26 -0800 (PST) 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 KAA17470; Wed, 24 Jan 2001 10:52:25 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0OFqPM17479; Wed, 24 Jan 2001 10:52:25 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 24 Jan 2001 10:52:25 -0500 (EST) To: John Baldwin Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: -current failing on PC164 In-Reply-To: References: <14958.59036.411197.382347@grasshopper.cs.duke.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14958.63910.53261.732597@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin writes: > > On 24-Jan-01 Andrew Gallatin wrote: > > > > Bernd's problem was an unaligned access error, probably in the > > witness > > or mutex debug code. This (probably) has nothing to do with pmap > > problems. > > No, they were the fault of my own stupidity. :-P I bothced some > KASSERT()'s. *sigh* FWIW, I built a kernel this morning with the following debugging options to try to duplicate Bernd's problems: options DIAGNOSTIC options MUTEX_DEBUG options WITNESS options INVARIANTS options INVARIANT_SUPPORT options KTR options KTR_EXTEND options KTR_ENTRIES=1024 When booting, I see this: Timecounter "alpha" frequency 598973881 Hz dc0 XXX: driver didn't initialize queue mtx re-initing existing mutex dc fxp0 XXX: driver didn't initialize queue mtx re-initing existing mutex fxp lo0 XXX: driver didn't initialize queue mtx re-initing existing mutex lo ad0: 6149MB [12495/16/63] at ata0-master UDMA33 acd0: CDROM at ata1-master using PIO4 (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. Mounting root from ufs:/dev/da0a da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) panic: mutex_enter(sio:1, MTX_SPIN) out of order @ ../../isa/sio.c:2287 already holding sched lock:2 syncing disks... done Uptime: 6s So, are serial console's hosed?? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 8:58: 1 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 4C85637B69E; Wed, 24 Jan 2001 08:57:34 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id IAA16739; Wed, 24 Jan 2001 08:57:31 -0800 Date: Wed, 24 Jan 2001 08:57:32 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Andrew Gallatin Cc: John Baldwin , freebsd-alpha@FreeBSD.ORG Subject: RE: -current failing on PC164 In-Reply-To: <14958.63910.53261.732597@grasshopper.cs.duke.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org No, I use a serial console. On Wed, 24 Jan 2001, Andrew Gallatin wrote: > > John Baldwin writes: > > > > On 24-Jan-01 Andrew Gallatin wrote: > > > > > > Bernd's problem was an unaligned access error, probably in the > > > witness > > > or mutex debug code. This (probably) has nothing to do with pmap > > > problems. > > > > No, they were the fault of my own stupidity. :-P I bothced some > > KASSERT()'s. *sigh* > > > > FWIW, I built a kernel this morning with the following debugging > options to try to duplicate Bernd's problems: > > options DIAGNOSTIC > options MUTEX_DEBUG > options WITNESS > options INVARIANTS > options INVARIANT_SUPPORT > options KTR > options KTR_EXTEND > options KTR_ENTRIES=1024 > > When booting, I see this: > > Timecounter "alpha" frequency 598973881 Hz > dc0 XXX: driver didn't initialize queue mtx > re-initing existing mutex dc > fxp0 XXX: driver didn't initialize queue mtx > re-initing existing mutex fxp > lo0 XXX: driver didn't initialize queue mtx > re-initing existing mutex lo > ad0: 6149MB [12495/16/63] at ata0-master UDMA33 > acd0: CDROM at ata1-master using PIO4 > (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. > Mounting root from ufs:/dev/da0a > da0 at sym0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled > da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) > panic: mutex_enter(sio:1, MTX_SPIN) out of order @ ../../isa/sio.c:2287 already holding sched lock:2 > > syncing disks... > done > Uptime: 6s > > > So, are serial console's hosed?? > > Drew > > > 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 Jan 24 9:55: 3 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.crystalpc.com (mail.crystalpc.com [63.120.44.4]) by hub.freebsd.org (Postfix) with ESMTP id E673637B401 for ; Wed, 24 Jan 2001 09:54:46 -0800 (PST) Received: by ONYX with Internet Mail Service (5.5.2650.21) id ; Wed, 24 Jan 2001 11:54:41 -0600 Message-ID: <61BFD61BB4E1D21184FD00016F02068B016BD97D@ONYX> From: Sam Khader To: "'freebsd-alpha@FreeBSD.ORG'" Subject: Adaptec Ultra 160 SCSI Card w/Free BSD Date: Wed, 24 Jan 2001 11:54:38 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am just curious if anyone has tried the Adaptec SCSI 29160 controller card with Free BSD with success??? Thanks in advance. Sam Khader Systems Engineer sam.khader@crystalpc.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 10: 5: 2 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C495437B402; Wed, 24 Jan 2001 10:04:44 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OI4iu67247; Wed, 24 Jan 2001 10:04:44 -0800 (PST) (envelope-from wilko) Date: Wed, 24 Jan 2001 10:04:44 -0800 (PST) From: Message-Id: <200101241804.f0OI4iu67247@freefall.freebsd.org> To: dutchman@tccn.cs.kun.nl, wilko@FreeBSD.org, freebsd-alpha@freebsd.org Subject: Re: alpha/24177: Workaround patch for fxp on Alpha Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Workaround patch for fxp on Alpha State-Changed-From-To: open->closed State-Changed-By: wilko State-Changed-When: Wed Jan 24 10:03:40 PST 2001 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=24177 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 10:13: 6 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 7968237B400 for ; Wed, 24 Jan 2001 10:12:48 -0800 (PST) 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 NAA20690; Wed, 24 Jan 2001 13:12:48 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0OIClj17924; Wed, 24 Jan 2001 13:12:47 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 24 Jan 2001 13:12:47 -0500 (EST) To: Sam Khader Cc: "'freebsd-alpha@FreeBSD.ORG'" Subject: Re: Adaptec Ultra 160 SCSI Card w/Free BSD In-Reply-To: <61BFD61BB4E1D21184FD00016F02068B016BD97D@ONYX> References: <61BFD61BB4E1D21184FD00016F02068B016BD97D@ONYX> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14959.6664.899799.183227@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sam Khader writes: > I am just curious if anyone has tried the Adaptec SCSI 29160 controller card > with Free BSD with success??? Thanks in advance. > > > Sam Khader > Systems Engineer > sam.khader@crystalpc.com > The Adaptec driver should have no machine dependancies, so it should just work. The adaptec driver supports U160 now, I think.. I tend to prefer the sym based cards, though. They tend to be a much better value for the money and the sym driver supports Ultra160 in 4.0-RELEASE (which we're using for production machines right now). We bought a bunch of Tekram DC-390U3D (dual-channel U160) controllers last year & we're very happy with them. Be warned that you probably won't be able to use an adaptec card, or a newer sym based card as a boot device on an alpha, though. This is a limitation of the SRM console and does not have a whole lot to do w/FreeBSD. Cheers, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 10:30:49 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id DA45337B699 for ; Wed, 24 Jan 2001 10:30:30 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OIUNx28319; Wed, 24 Jan 2001 10:30:23 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OITvv81355; Wed, 24 Jan 2001 10:29:57 -0800 (PST) (envelope-from jhb) 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: <14958.63910.53261.732597@grasshopper.cs.duke.edu> Date: Wed, 24 Jan 2001 10:29:57 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Andrew Gallatin Subject: RE: -current failing on PC164 Cc: freebsd-alpha@FreeBSD.ORG Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24-Jan-01 Andrew Gallatin wrote: > > John Baldwin writes: > > > > On 24-Jan-01 Andrew Gallatin wrote: > > > > > > Bernd's problem was an unaligned access error, probably in the > > > witness > > > or mutex debug code. This (probably) has nothing to do with > pmap > > > problems. > > > > No, they were the fault of my own stupidity. :-P I bothced some > > KASSERT()'s. *sigh* > > > > FWIW, I built a kernel this morning with the following debugging > options to try to duplicate Bernd's problems: > > options DIAGNOSTIC > options MUTEX_DEBUG > options WITNESS > options INVARIANTS > options INVARIANT_SUPPORT > options KTR > options KTR_EXTEND > options KTR_ENTRIES=1024 > > When booting, I see this: > > Timecounter "alpha" frequency 598973881 Hz > dc0 XXX: driver didn't initialize queue mtx > re-initing existing mutex dc > fxp0 XXX: driver didn't initialize queue mtx > re-initing existing mutex fxp > lo0 XXX: driver didn't initialize queue mtx > re-initing existing mutex lo > ad0: 6149MB [12495/16/63] at ata0-master UDMA33 > acd0: CDROM at ata1-master using PIO4 > (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. > Mounting root from ufs:/dev/da0a > da0 at sym0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged > Queueing Enabled > da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) > panic: mutex_enter(sio:1, MTX_SPIN) out of order @ > ../../isa/sio.c:2287 already holding sched lock:2 > > syncing disks... > done > Uptime: 6s > > > So, are serial console's hosed?? It could be a bug. :-P Can you add ddb and get a backtrace? > 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 Wed Jan 24 10:33:18 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 3414A37B400; Wed, 24 Jan 2001 10:33:00 -0800 (PST) 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 NAA21186; Wed, 24 Jan 2001 13:32:59 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0OIWxk17972; Wed, 24 Jan 2001 13:32:59 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 24 Jan 2001 13:32:59 -0500 (EST) To: John Baldwin Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: -current failing on PC164 In-Reply-To: References: <14958.63910.53261.732597@grasshopper.cs.duke.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14959.8051.714883.875583@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin writes: > > > > So, are serial console's hosed?? > > It could be a bug. :-P Can you add ddb and get a backtrace? > I'd like to.. but... I just CVSupp'ed and the same config no longer builds after your recent commits: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../dev -I/usr/include -D_KERNEL -include opt_global.h -elf -mno-fp-regs -ffixed-8 -Wa,-mev56 ../../alpha/alpha/mp_machdep.c ../../alpha/alpha/mp_machdep.c: In function `smp_init_secondary': ../../alpha/alpha/mp_machdep.c:177: warning: implicit declaration of function `smp_ipi_all' ../../alpha/alpha/mp_machdep.c: At top level: ../../alpha/alpha/mp_machdep.c:270: warning: no previous prototype for `globaldata_register' ../../alpha/alpha/mp_machdep.c: In function `globaldata_register': ../../alpha/alpha/mp_machdep.c:271: structure has no member named `cpuid' ../../alpha/alpha/mp_machdep.c: In function `forward_statclock': ../../alpha/alpha/mp_machdep.c:495: warning: implicit declaration of function `smp_ipi_selected' ../../alpha/alpha/mp_machdep.c:495: `IPI_CHECKSTATE' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:495: (Each undeclared identifier is reported only once ../../alpha/alpha/mp_machdep.c:495: for each function it appears in.) ../../alpha/alpha/mp_machdep.c:525: `IPI_AST' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: In function `forward_hardclock': ../../alpha/alpha/mp_machdep.c:571: `IPI_CHECKSTATE' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:620: `IPI_AST' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: In function `forward_signal': ../../alpha/alpha/mp_machdep.c:672: `IPI_AST' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: In function `forward_roundrobin': ../../alpha/alpha/mp_machdep.c:707: `IPI_AST' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: In function `stop_cpus': ../../alpha/alpha/mp_machdep.c:750: `IPI_STOP' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: In function `smp_rendezvous': ../../alpha/alpha/mp_machdep.c:855: warning: implicit declaration of function `smp_ipi_all_but_self' ../../alpha/alpha/mp_machdep.c:855: `IPI_RENDEZVOUS' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c: At top level: ../../alpha/alpha/mp_machdep.c:869: warning: no previous prototype for `smp_ipi_selected' ../../alpha/alpha/mp_machdep.c:869: warning: type mismatch with previous implicit declaration ../../alpha/alpha/mp_machdep.c:750: warning: previous implicit declaration of `smp_ipi_selected' ../../alpha/alpha/mp_machdep.c:869: warning: `smp_ipi_selected' was previously implicitly declared to return `int' ../../alpha/alpha/mp_machdep.c:893: warning: no previous prototype for `smp_ipi_all' ../../alpha/alpha/mp_machdep.c:893: warning: type mismatch with previous implicit declaration ../../alpha/alpha/mp_machdep.c:177: warning: previous implicit declaration of `smp_ipi_all' ../../alpha/alpha/mp_machdep.c:893: warning: `smp_ipi_all' was previously implicitly declared to return `int' ../../alpha/alpha/mp_machdep.c:902: warning: no previous prototype for `smp_ipi_all_but_self' ../../alpha/alpha/mp_machdep.c:902: warning: type mismatch with previous implicit declaration ../../alpha/alpha/mp_machdep.c:855: warning: previous implicit declaration of `smp_ipi_all_but_self' ../../alpha/alpha/mp_machdep.c:902: warning: `smp_ipi_all_but_self' was previously implicitly declared to return `int' ../../alpha/alpha/mp_machdep.c:911: warning: no previous prototype for `smp_ipi_self' ../../alpha/alpha/mp_machdep.c:939: warning: no previous prototype for `smp_handle_ipi' ../../alpha/alpha/mp_machdep.c: In function `smp_handle_ipi': ../../alpha/alpha/mp_machdep.c:954: `IPI_INVLTLB' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:957: `IPI_RENDEZVOUS' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:962: `IPI_AST' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:970: `IPI_CHECKSTATE' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:973: `cpuid' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:982: `IPI_STOP' undeclared (first use in this function) ../../alpha/alpha/mp_machdep.c:955: warning: unreachable code at beginning of switch statement *** Error code 1 I might be able to take a peek at it this evening, but I'm pretty busy now.. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 10:50:59 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 4114837B404 for ; Wed, 24 Jan 2001 10:50:42 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OIoYx29202; Wed, 24 Jan 2001 10:50:34 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OIo9E81645; Wed, 24 Jan 2001 10:50:09 -0800 (PST) (envelope-from jhb) 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: <14959.8051.714883.875583@grasshopper.cs.duke.edu> Date: Wed, 24 Jan 2001 10:50:09 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Andrew Gallatin Subject: RE: -current failing on PC164 Cc: freebsd-alpha@FreeBSD.ORG Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24-Jan-01 Andrew Gallatin wrote: > > John Baldwin writes: > > > > > > So, are serial console's hosed?? > > > > It could be a bug. :-P Can you add ddb and get a backtrace? > > > > I'd like to.. but... I just CVSupp'ed and the same config no longer > builds after your recent commits: Did you rerun config on your config file? mp_machdep.c is now no longer needed for UP kernels. I will sit down and mkae sure I didn't break SMP kernel builds for the alpha. -- 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 Jan 24 10:52:52 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 B481237B698; Wed, 24 Jan 2001 10:52:34 -0800 (PST) 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 NAA21685; Wed, 24 Jan 2001 13:52:34 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0OIqYj18010; Wed, 24 Jan 2001 13:52:34 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 24 Jan 2001 13:52:33 -0500 (EST) To: John Baldwin Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: -current failing on PC164 In-Reply-To: References: <14959.8051.714883.875583@grasshopper.cs.duke.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14959.9309.742952.652060@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin writes: > > On 24-Jan-01 Andrew Gallatin wrote: > > > > John Baldwin writes: > > > > > > > > So, are serial console's hosed?? > > > > > > It could be a bug. :-P Can you add ddb and get a backtrace? > > > > > > > I'd like to.. but... I just CVSupp'ed and the same config no longer > > builds after your recent commits: > > Did you rerun config on your config file? mp_machdep.c is now no > longer needed for UP kernels. I will sit down and mkae sure I didn't > break SMP kernel builds for the alpha. Good point. I did not.. I'll try it again right now. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 11:16: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 6657737B402; Wed, 24 Jan 2001 11:16:37 -0800 (PST) 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 OAA22312; Wed, 24 Jan 2001 14:16:36 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0OJGaa18132; Wed, 24 Jan 2001 14:16:36 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 24 Jan 2001 14:16:36 -0500 (EST) To: John Baldwin Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: -current failing on PC164 In-Reply-To: References: <14959.8051.714883.875583@grasshopper.cs.duke.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14959.10557.921381.576255@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin writes: > > On 24-Jan-01 Andrew Gallatin wrote: > > > > John Baldwin writes: > > > > > > > > So, are serial console's hosed?? > > > > > > It could be a bug. :-P Can you add ddb and get a backtrace? > > > > > > > I'd like to.. but... I just CVSupp'ed and the same config no longer > > builds after your recent commits: > > Did you rerun config on your config file? mp_machdep.c is now no > longer needed for UP kernels. I will sit down and mkae sure I didn't > break SMP kernel builds for the alpha. OK.. After a re-configure, I get this: Mounting root from ufs:/dev/da0a da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) panic: mutex_enter(sio:1, MTX_SPIN) out of order @ ../../isa/sio.c:2287 already holding sched lock:2 panic Stopped at Debugger+0x2c: ldq ra,0(sp) <0xfffffe00062c3d00> db> tr Debugger() at Debugger+0x2c panic() at panic+0x100 witness_enter() at witness_enter+0x158 _mtx_enter() at _mtx_enter+0x278 siopoll() at siopoll+0x198 sithd_loop() at sithd_loop+0x8c exception_return() at exception_return db> The context for siopoll is: (gdb) l *siopoll+0x198 0xfffffc000064d7d8 is in siopoll (../../isa/sio.c:2287). 2282 mtx_exit(&sio_lock, MTX_SPIN); 2283 } 2284 if (com->state & CS_CHECKMSR) { 2285 u_char delta_modem_status; 2286 2287 mtx_enter(&sio_lock, MTX_SPIN); 2288 delta_modem_status = com->last_modem_status 2289 ^ com->prev_modem_status; 2290 com->prev_modem_status = com->last_modem_status; 2291 com_events -= LOTS_OF_EVENTS; And for sithd_loop+0x8c: (gdb) l *sithd_loop+0x8c 0xfffffc000042102c is in sithd_loop (../../kern/kern_intr.c:227). 222 (void *)ih->ih_handler, ih->ih_argument, 223 ih->ih_flags); 224 225 if ((ih->ih_flags & INTR_MPSAFE) == 0) 226 mtx_enter(&Giant, MTX_DEF); 227 ih->ih_handler(ih->ih_argument); 228 if ((ih->ih_flags & INTR_MPSAFE) == 0) 229 mtx_exit(&Giant, MTX_DEF); 230 } 231 } I don't understand the panic message -- why is it talking about sched lock when the mtx_enter is on sio_lock?? Cheers, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 11:24:10 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 08A0437B400 for ; Wed, 24 Jan 2001 11:23:53 -0800 (PST) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 14LVWJ-0005Um-00; Wed, 24 Jan 2001 19:23:51 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.1/8.11.1) id f0OJPe007850; Wed, 24 Jan 2001 20:25:40 +0100 (CET) (envelope-from wkb) Date: Wed, 24 Jan 2001 20:25:40 +0100 From: Wilko Bulte To: Sam Khader Cc: "'freebsd-alpha@FreeBSD.ORG'" Subject: Re: Adaptec Ultra 160 SCSI Card w/Free BSD Message-ID: <20010124202540.A7580@freebie.demon.nl> References: <61BFD61BB4E1D21184FD00016F02068B016BD97D@ONYX> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <61BFD61BB4E1D21184FD00016F02068B016BD97D@ONYX>; from SKhader@CRYSTALPC.COM on Wed, Jan 24, 2001 at 11:54:38AM -0600 X-OS: FreeBSD 4.2-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 24, 2001 at 11:54:38AM -0600, Sam Khader wrote: > I am just curious if anyone has tried the Adaptec SCSI 29160 controller card > with Free BSD with success??? Thanks in advance. Sure: nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ahc0: port 0xe400-0xe4ff mem 0xda002000-0xda002fff irq 10 at device 15.0 on pci0 aic7892: Wide Channel A, SCSI Id=7, 32/255 SCBs ahc1: port 0xe800-0xe8ff mem 0xda003000-0xda003fff irq 11 at device 17.0 on pci0 aic7880: Wide Channel A, SCSI Id=7, 16/255 SCBs pcib1: on motherboard on my 4.2-stable machine. Works just fine, on an Abit Athlon mainboard. -- | / 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 Wed Jan 24 11:25: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 81B4F37B402 for ; Wed, 24 Jan 2001 11:25:12 -0800 (PST) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 14LVXa-0000Vo-00; Wed, 24 Jan 2001 19:25:11 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.1/8.11.1) id f0OJQxa07870; Wed, 24 Jan 2001 20:26:59 +0100 (CET) (envelope-from wkb) Date: Wed, 24 Jan 2001 20:26:59 +0100 From: Wilko Bulte To: Sam Khader Cc: "'freebsd-alpha@FreeBSD.ORG'" Subject: Re: Adaptec Ultra 160 SCSI Card w/Free BSD Message-ID: <20010124202659.C7580@freebie.demon.nl> References: <61BFD61BB4E1D21184FD00016F02068B016BD97D@ONYX> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <61BFD61BB4E1D21184FD00016F02068B016BD97D@ONYX>; from SKhader@CRYSTALPC.COM on Wed, Jan 24, 2001 at 11:54:38AM -0600 X-OS: FreeBSD 4.2-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 24, 2001 at 11:54:38AM -0600, Sam Khader wrote: > I am just curious if anyone has tried the Adaptec SCSI 29160 controller card > with Free BSD with success??? Thanks in advance. Humm.. I missed that this was on -alpha. In any case the CAM code works fine. Note that SRM is unlikely to know about/boot from the 29160 W/ -- | / 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 Wed Jan 24 11:26:49 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57]) by hub.freebsd.org (Postfix) with ESMTP id C493337B402; Wed, 24 Jan 2001 11:26:30 -0800 (PST) Received: from mail.cicely.de (cicely.de [194.231.9.142]) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id f0OJQD607874 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Wed, 24 Jan 2001 20:26:15 +0100 (MET) Received: from cicely5.cicely.de (cicely5.cicely.de [fec0:0:0:104::5]) by mail.cicely.de (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id f0OJQJA05723 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Wed, 24 Jan 2001 20:26:23 +0100 (CET) Received: (from ticso@localhost) by cicely5.cicely.de (8.11.1/8.11.1) id f0OJPSE30425; Wed, 24 Jan 2001 20:25:28 +0100 (CET) (envelope-from ticso) Date: Wed, 24 Jan 2001 20:25:27 +0100 From: Bernd Walter To: Andrew Gallatin Cc: John Baldwin , freebsd-alpha@FreeBSD.ORG Subject: Re: -current failing on PC164 Message-ID: <20010124202526.A30393@cicely5.cicely.de> References: <20010123214322.A26643@cicely5.cicely.de> <14958.59036.411197.382347@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <14958.59036.411197.382347@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Wed, Jan 24, 2001 at 09:41:11AM -0500 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 24, 2001 at 09:41:11AM -0500, Andrew Gallatin wrote: > > John Baldwin writes: > > > > > > A test kernel with some of my changes in it died with a pmap_emulate > > error. When I disabled all debugging options, removed things like > > INET6, gif, faith, usb, etc., I got a kernel that booted and ran ok. > > It looks like we are having a problem with kernels over 4meg possibly. > > Thre have been reports of similar problems on i386 as well. > > Bernd's problem was an unaligned access error, probably in the witness > or mutex debug code. This (probably) has nothing to do with pmap > problems. And my kernel.old is not over 4M: -r-xr-xr-x 1 root wheel 3186954 Jan 23 2000 kernel.old/kernel -r-xr-xr-x 1 root wheel 3106553 Jan 24 2000 kernel/kernel I will readd the options to see what actually caused this and get the Informations that Andrew requested. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 11:30:22 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 5103437B400 for ; Wed, 24 Jan 2001 11:30:04 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OJTux31877; Wed, 24 Jan 2001 11:29:56 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OJTVY82199; Wed, 24 Jan 2001 11:29:31 -0800 (PST) (envelope-from jhb) 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: <14959.10557.921381.576255@grasshopper.cs.duke.edu> Date: Wed, 24 Jan 2001 11:29:30 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Andrew Gallatin Subject: RE: -current failing on PC164 Cc: freebsd-alpha@FreeBSD.ORG Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24-Jan-01 Andrew Gallatin wrote: > > OK.. After a re-configure, I get this: > > Mounting root from ufs:/dev/da0a > da0 at sym0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged > Queueing Enabled > da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) > panic: mutex_enter(sio:1, MTX_SPIN) out of order @ > ../../isa/sio.c:2287 already holding sched lock:2 So we already hold sched_lock and are obtaining sio_lock. Looks like it is trying to display a printf while holding sched_lock? At ddb, can you examine sched_lock, find its mtx_debug member: struct mtx { volatile uintptr_t mtx_lock; /* lock owner/gate/flags */ volatile u_int mtx_recurse; /* number of recursive holds */ u_int mtx_saveintr; /* saved flags (for spin locks) */ int mtx_flags; /* flags passed to mtx_init() */ const char *mtx_description; TAILQ_HEAD(, proc) mtx_blocked; LIST_ENTRY(mtx) mtx_contested; struct mtx *mtx_next; /* all locks in system */ struct mtx *mtx_prev; struct mtx_debug *mtx_debug; }; Then examine the memory at mtx_debug to find the mtxd_line and mtxd_file members: struct mtx_debug { struct witness *mtxd_witness; LIST_ENTRY(mtx) mtxd_held; const char *mtxd_file; int mtxd_line; }; Which should tell us the file and line of the last time sched_lock was obtained. Hopefully from that we can figure out what printf is triggering this.. > I don't understand the panic message -- why is it talking about sched > lock when the mtx_enter is on sio_lock?? It is complaining that the mutex enter on sio is invalid because sched_lock is already held and that this violates the lock order. > Cheers, > > 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 Wed Jan 24 12: 5:39 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from speedus.com (saturn.speedus.net [63.251.16.34]) by hub.freebsd.org (Postfix) with ESMTP id 2F2E937B6A0 for ; Wed, 24 Jan 2001 12:05:23 -0800 (PST) Received: from nexgen.com (usr369@p17-74.dialup.speedus.net [63.251.17.74]) by speedus.com (8.9.3/8.9.3) with ESMTP id PAA14495 for ; Wed, 24 Jan 2001 15:05:18 -0500 (EST) Message-ID: <3A6F3564.4050702@nexgen.com> Date: Wed, 24 Jan 2001 15:04:52 -0500 From: Benjamin Flom User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20001108 Netscape6/6.0 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-alpha@FreeBSD.ORG Subject: 3200S Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org More curious if there has been any success with the Adaptec 3200S U160 RAID controller. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 12:23:28 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id 99C5937B6A0 for ; Wed, 24 Jan 2001 12:23:11 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.1/8.11.1) with ESMTP id f0OKcdI00879; Wed, 24 Jan 2001 12:38:39 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200101242038.f0OKcdI00879@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Benjamin Flom Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: 3200S In-reply-to: Your message of "Wed, 24 Jan 2001 15:04:52 EST." <3A6F3564.4050702@nexgen.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Jan 2001 12:38:39 -0800 From: Mike Smith Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > More curious if there has been any success with the Adaptec 3200S U160 > RAID controller. Yes; we've been supporting them for about six months now... -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 12:30: 4 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from web1305.mail.yahoo.com (web1305.mail.yahoo.com [128.11.23.155]) by hub.freebsd.org (Postfix) with SMTP id CECB037B400 for ; Wed, 24 Jan 2001 12:29:47 -0800 (PST) Received: (qmail 15931 invoked by uid 60001); 24 Jan 2001 20:29:47 -0000 Message-ID: <20010124202947.15930.qmail@web1305.mail.yahoo.com> Received: from [129.44.14.134] by web1305.mail.yahoo.com; Wed, 24 Jan 2001 12:29:47 PST Date: Wed, 24 Jan 2001 12:29:47 -0800 (PST) From: Matthias Halfmann Reply-To: halfmm@rpi.edu Subject: Passing kernel arguments from SRM To: freebsd-alpha@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I have a 164sx machine with a fireport scsi card. Since srm won't boot anything off the fireport I am planing on using a kernel on a boot disk and having it mount the rootdev on my scsi drive. The only kernel image I have is the kern.flp disk. How can I get into the kernel config at boot time? I have tried: boot dv -flags c/-c with no luck. I assume that it is possilbe to do what I want, can anyone offer any suggestions? thanks matthias __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 12:33:28 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id 3419937B401 for ; Wed, 24 Jan 2001 12:33:12 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.1/8.11.1) with ESMTP id f0OKmhI00978; Wed, 24 Jan 2001 12:48:43 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200101242048.f0OKmhI00978@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: halfmm@rpi.edu Cc: freebsd-alpha@freebsd.org Subject: Re: Passing kernel arguments from SRM In-reply-to: Your message of "Wed, 24 Jan 2001 12:29:47 PST." <20010124202947.15930.qmail@web1305.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Jan 2001 12:48:43 -0800 From: Mike Smith Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hello, I have a 164sx machine with a fireport scsi > card. Since srm won't boot anything off the fireport I > am planing on using a kernel on a boot disk and having > it mount the rootdev on my scsi drive. The only kernel > image I have is the kern.flp disk. How can I get into > the kernel config at boot time? I have tried: > > boot dv -flags c/-c with no luck. > > I assume that it is possilbe to do what I want, can > anyone offer any suggestions? Yes; wait for the loader countdown. If you don't put the second disk in when prompted, it will fail to load the MFS image and boot from the harddisk. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 13: 4:20 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from downserv.kjkoster.org (a213-84-15-12.adsl.xs4all.nl [213.84.15.12]) by hub.freebsd.org (Postfix) with ESMTP id A2A6437B400 for ; Wed, 24 Jan 2001 13:04:00 -0800 (PST) Received: from tccn.cs.kun.nl (LikeEver [192.168.0.1]) by downserv.kjkoster.org (8.11.1/8.11.0) with ESMTP id f0OL1O118977; Wed, 24 Jan 2001 22:01:25 +0100 (CET) (envelope-from dutchman@tccn.cs.kun.nl) Message-ID: <3A6F42A3.CB0A8531@tccn.cs.kun.nl> Date: Wed, 24 Jan 2001 22:01:23 +0100 From: Kees Jan Koster X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "'Andrew Gallatin'" Cc: Craig Burgess , freebsd-alpha@FreeBSD.ORG Subject: Re: msg: '/kernel: file: table is full' References: <59063B5B4D98D311BC0D0001FA7E4522026D7B4D@l04.research.kpn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > > > Your messagebuffer problem looks like some sort of memory > > corruption, to be honest. > > > I saw the same on my NoName this weekend. (FreeBSD 4.2 RC1) It was gone > after a -stable buildworld. I'll have a look in /var/log/messages* when I > get home tonight. > Here's some stuff from the current /var/log/messages: Jan 21 13:00:00 slugout newsyslog[6367]: logfile turned over Jan 21 13:05:23 slugout su: kjkoster to root on /dev/ttyp1 Jan 21 22:03:22 slugout su: kjkoster to root on /dev/ttyp1 Jan 22 18:32:29 slugout login: ROOT LOGIN (root) ON console Jan 22 18:35:01 slugout /kernel: users. Jan 22 18:35:31 slugout /kernel: b0^F8>/usr/share/man/man3/lgammaf.3.gz -> /usr/share/man/man3/lgamma.3.gz Jan 22 18:37:31 slugout /kernel: fifo.2 Jan 22 18:37:31 slugout /kernel: strin Jan 22 18:37:31 slugout /kernel: c.3.gz Jan 22 18:37:31 slugout /kernel: hare/m Jan 22 18:39:18 slugout /kernel: tcance Jan 22 18:39:18 slugout login: ROOT LOGIN (root) ON ttyv1 Jan 22 18:45:00 slugout /kernel: ibstdc Jan 22 18:45:01 slugout /kernel: ../../ Jan 22 18:45:01 slugout /kernel: ++/../ Jan 22 18:45:01 slugout /kernel: c++/st Jan 22 18:45:01 slugout /kernel: /src/g Jan 22 18:45:01 slugout /kernel: ../con Jan 22 18:45:01 slugout /kernel: e.h /u Jan 22 18:45:01 slugout /kernel: +/../. Jan 22 18:45:01 slugout /kernel: /usr/ Jan 22 18:50:00 slugout /kernel: ../../ Jan 22 18:50:00 slugout /kernel: ./../. Jan 22 18:50:00 slugout /kernel: NR /us Jan 22 18:50:02 slugout /kernel: X75-12 Jan 22 18:50:32 slugout /kernel: usr/sr Jan 22 18:50:33 slugout /kernel: ../../ Jan 22 18:50:33 slugout /kernel: f/devl Jan 22 18:50:33 slugout /kernel: /devlj Jan 22 18:50:33 slugout /kernel: ./../cont Jan 22 18:50:33 slugout /kernel: /../.. Jan 22 18:50:33 slugout /kernel: devps/ Jan 22 19:21:36 slugout /kernel: rypto/ Jan 22 19:21:37 slugout /kernel: openss Jan 22 19:21:37 slugout /kernel: crypto Jan 22 19:33:09 slugout reboot: rebooted by root Jan 22 19:33:09 slugout syslogd: exiting on signal 15 Jan 22 19:32:16 slugout /kernel: Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped Jan 22 19:32:16 slugout /kernel: Waiting (max 60 seconds) for system process `syncer' to stop...stopped Jan 22 19:32:16 slugout /kernel: Jan 22 19:32:16 slugout /kernel: syncing disks... 28 27 22 15 4 Jan 22 19:32:16 slugout /kernel: done Jan 22 19:32:16 slugout /kernel: unmount of /usr/src failed (BUSY) Jan 22 19:32:17 slugout /kernel: Uptime: 1d7h5m16s Jan 22 19:32:17 slugout /kernel: Rebooting... Jan 22 19:32:17 slugout /kernel: Unrecognized boot flag '0'. Jan 22 19:32:17 slugout /kernel: Copyright (c) 1992-2001 The FreeBSD Project. Jan 22 19:32:17 slugout /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Jan 22 19:32:17 slugout /kernel: The Regents of the University of California. All rights reserved. Jan 22 19:32:17 slugout /kernel: FreeBSD 4.2-STABLE #1: Sat Jan 20 21:44:02 CET 2001 Jan 22 19:32:17 slugout /kernel: kjkoster@slugout.kjkoster.org:/usr/src/sys/compile/SLUGOUT Jan 22 19:32:17 slugout /kernel: DEC AXPpci Jan 22 19:32:17 slugout /kernel: Alpha PC AXPpci33, 166MHz Jan 22 19:32:17 slugout /kernel: 8192 byte page size, 1 processor. Jan 22 19:32:17 slugout /kernel: CPU: LCA Family major=4 minor=2 I'm positive that the ROOT LOGIN at 18:32:29 is me logging in to start "make buildworld". That takes about 24 hours on my machine, and indeed I reboot into 4.2-stable at 19:33:09 the next day. Does anyone have any suggestions how I should go about trying to reproduce this? Building the world takes too long. :-) Yours, Kees Jan ------------------------------------------------------------------ Kees Jan Koster e-mail: dutchman "at" tccn.cs.kun.nl www: http://www.kjkoster.org/ ------------------------------------------------------------------ You're only young once, but you can stay immature all your life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 15:19:27 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 7EFD437B400 for ; Wed, 24 Jan 2001 15:19:10 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0ONJ2x44965 for ; Wed, 24 Jan 2001 15:19:02 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0ONIaZ85227 for alpha@FreeBSD.org; Wed, 24 Jan 2001 15:18:36 -0800 (PST) (envelope-from jhb) 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: <200101242159.f0OLxPG97598@freefall.freebsd.org> Date: Wed, 24 Jan 2001 15:18:36 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: alpha@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/i386 exception.s src/sys/kern kern_ Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 24-Jan-01 John Baldwin wrote: > jhb 2001/01/24 13:59:25 PST > > Modified files: > sys/i386/i386 exception.s > sys/kern kern_fork.c > sys/sys proc.h > sys/alpha/alpha swtch.s trap.c vm_machdep.c > Log: > - Change fork_exit() to take a pointer to a trapframe as its 3rd argument > instead of a trapframe directly. (Requested by bde.) > - Convert the alpha switch_trampoline to call fork_exit() and use the MI > fork_return() instead of child_return(). > - Axe child_return(). This should fix Drew's WITNESS panic as the mutex release of sched_lock by a forked child will be noticed by WITNESS now. -- 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 Jan 24 17:32: 9 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 90A4B37B401; Wed, 24 Jan 2001 17:31:51 -0800 (PST) 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 UAA29177; Wed, 24 Jan 2001 20:31:47 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0P1Vlh18838; Wed, 24 Jan 2001 20:31:47 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 24 Jan 2001 20:31:47 -0500 (EST) To: John Baldwin Cc: alpha@FreeBSD.ORG Subject: RE: cvs commit: src/sys/i386/i386 exception.s src/sys/kern kern_ In-Reply-To: References: <200101242159.f0OLxPG97598@freefall.freebsd.org> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14959.33141.988328.39242@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin writes: > > On 24-Jan-01 John Baldwin wrote: > > jhb 2001/01/24 13:59:25 PST > > > > Modified files: > > sys/i386/i386 exception.s > > sys/kern kern_fork.c > > sys/sys proc.h > > sys/alpha/alpha swtch.s trap.c vm_machdep.c > > Log: > > - Change fork_exit() to take a pointer to a trapframe as its 3rd argument > > instead of a trapframe directly. (Requested by bde.) > > - Convert the alpha switch_trampoline to call fork_exit() and use the MI > > fork_return() instead of child_return(). > > - Axe child_return(). > > This should fix Drew's WITNESS panic as the mutex release of sched_lock > by a forked child will be noticed by WITNESS now. Bingo. I'm now booting a WITNESS kernel. Thanks for fixing this so quickly! One last thing to point out -- when amd starts, I see this: lock order reversal 1st vnode interlock last acquired @ ../../kern/vfs_vnops.c:644 2nd 0xfffffc000074d030 mntvnode @ ../../ufs/ffs/ffs_vfsops.c:940 3rd 0xfffffe0006a774c0 vnode interlock @ ../../ufs/ffs/ffs_vfsops.c:949 But it keeps on booting. I'm running a fairly old world, so there may be some sort of kernel / userland sync issue.. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Wed Jan 24 17:52:33 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 B974A37B401; Wed, 24 Jan 2001 17:52:15 -0800 (PST) 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 UAA29424; Wed, 24 Jan 2001 20:52:15 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0P1qFI18883; Wed, 24 Jan 2001 20:52:15 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 24 Jan 2001 20:52:15 -0500 (EST) To: John Baldwin Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: -current failing on PC164 In-Reply-To: References: <14959.8051.714883.875583@grasshopper.cs.duke.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14959.34464.379466.839508@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin writes: > > Did you rerun config on your config file? mp_machdep.c is now no > longer needed for UP kernels. I will sit down and mkae sure I didn't > break SMP kernel builds for the alpha. FWIW, SMP kernel builds on alpha work fine. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jan 25 10:46:46 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 4335037B6A3; Thu, 25 Jan 2001 10:46:14 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id KAA22382; Thu, 25 Jan 2001 10:46:14 -0800 Date: Thu, 25 Jan 2001 10:46:09 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin , Doug Rabson , Andrew Gallatin Cc: alpha@FreeBSD.ORG Subject: just so you think I wasn't just doing nuthin'.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org .. or "NULL STATUS REPORT" I've spent maybe 5-6 afternoons && evenings over the last 2-3 weeks (sandwiched between other work) farting around with various alpha issues- mostly with trying to get the )$*!!)$*~)@$*~)$*~)$*~@!$)* 4100 to reliably work. So, even though I don't agree with the architecture, etc, yadda yadda yadda, I *am* trying to make things work with it. The latest effort collapsed yesterday- but I sure am getting clever with a lot of little tricks, etc. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Jan 25 10:56:35 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 9CC3C37B6B0 for ; Thu, 25 Jan 2001 10:56:16 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0PIu5x30864; Thu, 25 Jan 2001 10:56:05 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0PItdW00632; Thu, 25 Jan 2001 10:55:39 -0800 (PST) (envelope-from jhb) 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: <14959.33141.988328.39242@grasshopper.cs.duke.edu> Date: Thu, 25 Jan 2001 10:55:39 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Andrew Gallatin Subject: RE: cvs commit: src/sys/i386/i386 exception.s src/sys/kern kern_ Cc: alpha@FreeBSD.ORG Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 25-Jan-01 Andrew Gallatin wrote: > > John Baldwin writes: > > > > On 24-Jan-01 John Baldwin wrote: > > > jhb 2001/01/24 13:59:25 PST > > > > > > Modified files: > > > sys/i386/i386 exception.s > > > sys/kern kern_fork.c > > > sys/sys proc.h > > > sys/alpha/alpha swtch.s trap.c vm_machdep.c > > > Log: > > > - Change fork_exit() to take a pointer to a trapframe as its 3rd > argument > > > instead of a trapframe directly. (Requested by bde.) > > > - Convert the alpha switch_trampoline to call fork_exit() and use the > MI > > > fork_return() instead of child_return(). > > > - Axe child_return(). > > > > This should fix Drew's WITNESS panic as the mutex release of sched_lock > > by a forked child will be noticed by WITNESS now. > > Bingo. I'm now booting a WITNESS kernel. Thanks for fixing this so > quickly! Actually, the fix was accidental, the real motivation was using the new MI fork return code on the alpha. :) > One last thing to point out -- when amd starts, I see this: > > lock order reversal > 1st vnode interlock last acquired @ ../../kern/vfs_vnops.c:644 > 2nd 0xfffffc000074d030 mntvnode @ ../../ufs/ffs/ffs_vfsops.c:940 > 3rd 0xfffffe0006a774c0 vnode interlock @ ../../ufs/ffs/ffs_vfsops.c:949 This is a problem that was present in the old VFS code with simplelocks, we just haven't had tools to see this until now. It doesn't hurt anything at the moment. > But it keeps on booting. I'm running a fairly old world, so there may > be some sort of kernel / userland sync issue.. > > 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 Thu Jan 25 10:56:57 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 95FC937B6B1 for ; Thu, 25 Jan 2001 10:56:40 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0PIuTx30870; Thu, 25 Jan 2001 10:56:29 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0PIu3m00636; Thu, 25 Jan 2001 10:56:03 -0800 (PST) (envelope-from jhb) 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: <14959.34464.379466.839508@grasshopper.cs.duke.edu> Date: Thu, 25 Jan 2001 10:56:03 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Andrew Gallatin Subject: RE: -current failing on PC164 Cc: freebsd-alpha@FreeBSD.ORG Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 25-Jan-01 Andrew Gallatin wrote: > > John Baldwin writes: > > > > Did you rerun config on your config file? mp_machdep.c is now no > > longer needed for UP kernels. I will sit down and mkae sure I didn't > > break SMP kernel builds for the alpha. > > FWIW, SMP kernel builds on alpha work fine. Yeah, I committed fixes for them yesterday. :) > 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 Thu Jan 25 12: 0:23 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6004137B400 for ; Thu, 25 Jan 2001 12:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PK05X70150; Thu, 25 Jan 2001 12:00:05 -0800 (PST) (envelope-from gnats) Date: Thu, 25 Jan 2001 12:00:05 -0800 (PST) Message-Id: <200101252000.f0PK05X70150@freefall.freebsd.org> To: freebsd-alpha@freebsd.org Cc: From: Wilko Bulte Subject: Re: alpha/23064: Alphas do not boot if `a' (/) partition isn't at a lower offset than `b' (swap) Reply-To: Wilko Bulte Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR alpha/23064; it has been noted by GNATS. From: Wilko Bulte To: "Koster, K.J." , "Jordan K. Hubbard" Cc: "'freebsd-gnats-submit@FreeBSD.org'" , "'wilko@FreeBSD.org'" Subject: Re: alpha/23064: Alphas do not boot if `a' (/) partition isn't at a lower offset than `b' (swap) Date: Thu, 25 Jan 2001 21:00:07 +0100 Hi Jordan, Sysinstall being essentially your baby (don't try to deny it ;-), do you think things like the issue reported below should be in sysinstall? I'm not particularly in favor of it to be honest, but I'd appreciate your view. There are so many things that one could do wrong during install, this example is just one of them. Example: nothing stops you from creating much too small filesystems. People Just Should Read Docs, before loading the ammo and then shooting themselves in the foot. tnx Wilko On Wed, Jan 24, 2001 at 10:56:56AM +0100, Koster, K.J. wrote: > Dear Wilko, > > While I appreciate your janitorial :) efforts, I would like to ask you to > reopen this PR. > > The reason for me to open the PR was that it may scare off the > Alpha-newbies. > > Since this is an Alpha-specific problem, perhaps /stand/sysinstall should > have a warning if someone on an Alpha wants to shoot himself in the foot. > (Just a warning, because if people need their foot shot off they should be > able to do it). Something along the lines of: "Gee, looks like you're going > to create a non-booting disk layout, are you sure you want to do that?" (I'm > sure you can download an appropriate ASCII-art paperclip from microsoft.com) > > This is a similar case as the >1024 cylinder install, which was a PC BIOS > issue. I believe /stand/sysinstall had a warning in place for that issue. > > Kees Jan > > ================================================ > You are only young once, > but you can stay immature all your life. ---end of quoted text--- -- | / 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 Fri Jan 26 8:21: 2 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from dirac.th.physik.uni-bonn.de (dirac.th.physik.uni-bonn.de [131.220.161.119]) by hub.freebsd.org (Postfix) with SMTP id 60C7437B401 for ; Fri, 26 Jan 2001 08:20:44 -0800 (PST) Received: (qmail 78943 invoked from network); 26 Jan 2001 16:20:42 -0000 Received: from mach.th.physik.uni-bonn.de (131.220.161.126) by dirac.th.physik.uni-bonn.de with SMTP; 26 Jan 2001 16:20:42 -0000 Received: (qmail 377 invoked by uid 146); 26 Jan 2001 16:20:42 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 26 Jan 2001 16:20:42 -0000 Date: Fri, 26 Jan 2001 17:20:42 +0100 (CET) From: Ralph Schreyer To: Wilko Bulte Cc: Andrew Gallatin , Jan Conrad , , Subject: Re: alpha/24535: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up In-Reply-To: <20010123195102.F348@freebie.demon.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, so we built XFree86 4.0.2 on our digital 433au running FreeBSD 4.2R, but we were not able to start neither the Xserver nor xdm. Up to now we could not figure out why. Therefore we fetched the 3.3.6 versions of the Xserver and xdm via sysinstall, thereby shooting half of our root-directory (much fun :). But after all, we compiled enlightenment against this mixed XFree86 (including the 4.0.2 libs), and now the XF86VidModeGetAllModeLines() call works! Perhaps it's possible to include a check of the version of XFree86 in the Makefile of enlightenment that enables or disables the above function call. Thank you very much for your help and best regards, Jan & Ralph. P.S: Concerning the problem with the Xserver and xdm in 4.0.2 we already mailed to the XFree people. --------------------------------------------------------------------------------- On Tue, 23 Jan 2001, Wilko Bulte wrote: > On Tue, Jan 23, 2001 at 10:12:35AM -0500, Andrew Gallatin wrote: > > > > Jan Conrad writes: > > > On Mon, 22 Jan 2001, Andrew Gallatin wrote: > > > > > > > > > > > conrad@th.physik.uni-bonn.de writes: > > > > > > > > > > maybe wait for XFree 4... > > > > > > > > FWIW, I run 4.02 on all my alphas. > > > > > > > > If you're willing to write a toy app that demonstrates the > > > > failure of XF86VidModeGetAllModeLines() call, I'd be willing to test > > > > it for you on a 4.02 X server. > > > > > > > > Drew > > > > > > > > > > Here it comes! > > > > > > have fun! > > > > It seems to be a library problem rather than a server problem. When > > compiled against 3.3.4, it behaves the way you've remarked. (eats up > > all memory) no matter what server you run it against (3.3.x or 4.02). > > > > When compiled against 4.02 libs, it seems to work just fine. And it > > works against a 4.02 server _and_ a 3.3.4 server. > > > > So, you might have success with enlightnement if you were to build > > XF86 4.02 from ports. > > I'd appreciate feedback on this proposal, so that I can continue my > janitorial duties on the alpha PRs ;-) > > thanks, > > W/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Jan 26 11:12:23 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 23B1137B400 for ; Fri, 26 Jan 2001 11:12:00 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id OAA01698; Fri, 26 Jan 2001 14:11:52 -0500 (EST) (envelope-from wollman) Date: Fri, 26 Jan 2001 14:11:52 -0500 (EST) From: Garrett Wollman Message-Id: <200101261911.OAA01698@khavrinen.lcs.mit.edu> To: alpha@freebsd.org Subject: About to make some significant changes which will impact the Alpha Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am close to committing changes to the kernel and userland which will significantly change the way FreeBSD deals with standard types and with some namespace issues. These will require some changes to the Alpha (and IA64) ports. In addition to changing all namespace-visibility tests to use the new macros instead of directly testing _POSIX_SOURCE et al, there are also some issues with types which need to be dealt with. I should have a new patch ready by the end of the day if anyone wants to look at the whole thing before I commit it; the IA32 and machine-independent bits have already been reviewed (silently but for BDE) in the FreeBSD-standards mailing-list. I have compared the types shown in the following patch with that currently used on the Alpha, and of those that have historically existed, the match is fairly good. I have changed the type of `clock_t' to be unsigned to harmonize with the IA32 port. One place where we will have a significant issue is with the new `fflags_t' type. Currently, file flags are represented using `long' in some places (e.g., strtofflags(3)) and `int' in other places (including struct stat and the chflags(2) system call). I have chosen to standardize on `int' since I don't see the need for more than 32 flags arising any time soon. However, this will break compatibility for strtofflags(), which raises a potentially-serious bootstrapping issue in programs like `mtree' and `install'. -GAWollman Index: ansi.h =================================================================== RCS file: /home/ncvs/src/sys/alpha/include/ansi.h,v retrieving revision 1.10 diff -u -r1.10 ansi.h --- ansi.h 2001/01/08 06:24:05 1.10 +++ ansi.h 2001/01/26 18:54:53 @@ -47,14 +47,59 @@ * #undef _BSD_SIZE_T_ * #endif */ -#define _BSD_CLOCK_T_ int /* clock() */ -#define _BSD_CLOCKID_T_ int /* clockid_t */ -#define _BSD_PTRDIFF_T_ long /* ptr1 - ptr2 */ -#define _BSD_SIZE_T_ unsigned long /* sizeof() */ -#define _BSD_SSIZE_T_ long /* byte count or error */ -#define _BSD_TIME_T_ int /* time() */ -#define _BSD_TIMER_T_ int /* timer_t */ +#define _BSD_BLKCNT_T_ long /* block count (signed) */ +#define _BSD_BLKSIZE_T_ int /* block size (signed) */ +#define _BSD_CLOCK_T_ unsigned int /* clock()... (XSI) */ +#define _BSD_CLOCKID_T_ int /* clock_gettime()... (TMR) */ +#define _BSD_FFLAGS_T_ unsigned int /* file flags [1] */ +#define _BSD_FIXPT_T_ __uint32_t /* fixed-point number */ +#define _BSD_FSBLKCNT_T_ unsigned long /* fs block count [2] */ +#define _BSD_FSFILCNT_T_ unsigned long /* fs inode count [2] */ +#define _BSD_GID_T_ unsigned int /* group */ +#define _BSD_ID_T_ unsigned int /* U(uid_t,gid_t,pid_t) [3] */ +#define _BSD_INO_T_ unsigned int /* inode number */ +#define _BSD_KEY_T_ long /* XSI local IPC identifier */ +#define _BSD_MODE_T_ unsigned short /* permissions */ +#define _BSD_NLINK_T_ unsigned short /* link count */ +#define _BSD_OFF_T_ long /* file offset */ +#define _BSD_PID_T_ int /* process or process group */ +#define _BSD_PTRDIFF_T_ long /* ptr1 - ptr2 */ +#define _BSD_RLIM_T_ long /* resource limit value */ +#define _BSD_RUNE_T_ _BSD_CT_RUNE_T_ /* rune_t (see below) */ +#define _BSD_SIZE_T_ unsigned long /* sizeof() */ +#define _BSD_SSIZE_T_ long /* byte count or error */ +#define _BSD_SUSECONDS_T_ int /* signed microseconds [4] */ +#define _BSD_TIME_T_ int /* time()... */ +#define _BSD_TIMER_T_ int /* timer_gettime()... */ +#define _BSD_UDEV_T_ unsigned int /* device number in userland */ +#define _BSD_UID_T_ unsigned int /* user */ +#define _BSD_USECONDS_T_ unsigned int /* unsigned microseconds [5] */ +#define _BSD_WCHAR_T_ _BSD_CT_RUNE_T_ /* wchar_t (see below) */ +/* + * Notes: + * + * [1] This type (and underlying functionality) are not standardized. + * It was introduced to fix interface skew between the stat structure + * and functions which manipulate the file flags. + * + * [2] This is an XSI type for an interface (statvfs) which we do + * not presently implement. + * + * [3] This XSI type is required to be able to hold a gid_t, pid_t, + * or uid_t. pid_t is currently signed, whereas the others are + * unsigned, because several interfaces use negative pid_t values + * to indicate process groups. We really, really don't want to + * use a longer type here, so we simply simply fudge it and use + * an unsigned int. + * + * [4] This XSI type is required to contain the interval [-1, 1000000]. + * It is used by some XSI-standardized versions of traditional BSD + * `timeval' interfaces. + * + * [5] Unclear what the purpose of this XSI type is. + */ + #if defined __GNUC__ && (__GNUC__ > 2 || __GNUC_MINOR__ > 95) #define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */ #else @@ -73,8 +118,6 @@ * use _BSD_XXX_T_ without undef'ing it. */ #define _BSD_CT_RUNE_T_ int /* arg type for ctype funcs */ -#define _BSD_OFF_T_ long /* file offset */ -#define _BSD_PID_T_ int /* process [group] */ /* * Runes (wchar_t) is declared to be an ``int'' instead of the more natural To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Jan 26 11:15: 9 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 3C90E37B401 for ; Fri, 26 Jan 2001 11:14:52 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id LAA27378; Fri, 26 Jan 2001 11:14:48 -0800 Date: Fri, 26 Jan 2001 11:14:47 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Garrett Wollman Cc: alpha@FreeBSD.ORG Subject: Re: About to make some significant changes which will impact the Alpha In-Reply-To: <200101261911.OAA01698@khavrinen.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Have you actually done a buildworld with this change in place yet? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Jan 26 11:15:21 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from grafin.fujimori.cache.waseda.ac.jp (grafin.fujimori.cache.waseda.ac.jp [133.9.152.154]) by hub.freebsd.org (Postfix) with ESMTP id 0543637B404 for ; Fri, 26 Jan 2001 11:15:04 -0800 (PST) Received: from grafin.fujimori.cache.waseda.ac.jp (fujimori@localhost [127.0.0.1]) by grafin.fujimori.cache.waseda.ac.jp (8.9.3/3.7W) with ESMTP id EAA08420 for ; Sat, 27 Jan 2001 04:15:02 +0900 Message-Id: <200101261915.EAA08420@grafin.fujimori.cache.waseda.ac.jp> To: freebsd-alpha@freebsd.org Subject: cxx (Linux/Alpha) on FreeBSD4.2R Date: Sat, 27 Jan 2001 04:15:02 +0000 From: Yoriaki FUJIMORI Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear folks, I am trying to build up the environment to compile numerical end-user packages with Compaq's ccc/cxx/fort. So far, ccc and fort are working well. But, cxx seems to be hard to deal with for me. This is mostly because I do not know much about c++. For example, I found that octave-2.1.30 can be compiled with ccc, fort and gnu's g++ (for Linux/Alpha). A trouble is that include-file directories are not properly set. I manually wrote comp.config, as create-comp-config.sh does not run properly. I wonder if some kind soul would willing to let me know pointers for this problem. Thank you for your attention. Yoriaki Fujimori To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Jan 26 11:23: 5 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id E116D37B401 for ; Fri, 26 Jan 2001 11:22:46 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id OAA01770; Fri, 26 Jan 2001 14:22:44 -0500 (EST) (envelope-from wollman) Date: Fri, 26 Jan 2001 14:22:44 -0500 (EST) From: Garrett Wollman Message-Id: <200101261922.OAA01770@khavrinen.lcs.mit.edu> To: mjacob@feral.com Cc: alpha@FreeBSD.ORG Subject: Re: About to make some significant changes which will impact the Alpha In-Reply-To: References: <200101261911.OAA01698@khavrinen.lcs.mit.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > Have you actually done a buildworld with this change in place yet? On IA32, yes, several times. My home machine is running on the result. On Alpha, not at all. There are still changes which need to be made, and probably only someone who can do likewise is likely to be able to find them all. That's why I posted to this mailing-list. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Jan 26 11:33:39 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 8A98837B400 for ; Fri, 26 Jan 2001 11:33:22 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id LAA27459; Fri, 26 Jan 2001 11:33:16 -0800 Date: Fri, 26 Jan 2001 11:33:15 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Garrett Wollman Cc: alpha@FreeBSD.ORG Subject: Re: About to make some significant changes which will impact the Alpha In-Reply-To: <200101261922.OAA01770@khavrinen.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > < said: > > > Have you actually done a buildworld with this change in place yet? > > On IA32, yes, several times. My home machine is running on the > result. > > On Alpha, not at all. There are still changes which need to be made, > and probably only someone who can do likewise is likely to be able to > find them all. That's why I posted to this mailing-list. Isn't beast available for you to do this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Jan 26 12:51:53 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 578C037B400; Fri, 26 Jan 2001 12:51:34 -0800 (PST) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 14MFqG-000Hck-00; Fri, 26 Jan 2001 20:51:32 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.1/8.11.1) id f0QKrQB05194; Fri, 26 Jan 2001 21:53:26 +0100 (CET) (envelope-from wkb) Date: Fri, 26 Jan 2001 21:53:26 +0100 From: Wilko Bulte To: Ralph Schreyer Cc: Andrew Gallatin , Jan Conrad , freebsd-alpha@FreeBSD.ORG, vanilla@FreeBSD.ORG Subject: Re: alpha/24535: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up Message-ID: <20010126215326.A4876@freebie.demon.nl> References: <20010123195102.F348@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 schreyer@th.physik.uni-bonn.de on Fri, Jan 26, 2001 at 05:20:42PM +0100 X-OS: FreeBSD 4.2-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 26, 2001 at 05:20:42PM +0100, Ralph Schreyer wrote: Jan & Ralph, Do you agree to me closing the aforementioned alpha PR? If you want you can send-pr the suggestion for the enlightenment port maybe? tnx Wilko > Hi all, > > so we built XFree86 4.0.2 on our digital 433au running FreeBSD 4.2R, but > we were not able to start neither the Xserver nor xdm. Up to now we could > not figure out why. Therefore we fetched the 3.3.6 versions of the Xserver > and xdm via sysinstall, thereby shooting half of our root-directory (much > fun :). > > But after all, we compiled enlightenment against this mixed XFree86 > (including the 4.0.2 libs), and now the XF86VidModeGetAllModeLines() call > works! > > Perhaps it's possible to include a check of the version of XFree86 in the > Makefile of enlightenment that enables or disables the above function > call. > > Thank you very much for your help and best regards, > > Jan & Ralph. > > > P.S: Concerning the problem with the Xserver and xdm in 4.0.2 we already > mailed to the XFree people. > > --------------------------------------------------------------------------------- > > > On Tue, 23 Jan 2001, Wilko Bulte wrote: > > > On Tue, Jan 23, 2001 at 10:12:35AM -0500, Andrew Gallatin wrote: > > > > > > Jan Conrad writes: > > > > On Mon, 22 Jan 2001, Andrew Gallatin wrote: > > > > > > > > > > > > > > conrad@th.physik.uni-bonn.de writes: > > > > > > > > > > > > maybe wait for XFree 4... > > > > > > > > > > FWIW, I run 4.02 on all my alphas. > > > > > > > > > > If you're willing to write a toy app that demonstrates the > > > > > failure of XF86VidModeGetAllModeLines() call, I'd be willing to test > > > > > it for you on a 4.02 X server. > > > > > > > > > > Drew > > > > > > > > > > > > > Here it comes! > > > > > > > > have fun! > > > > > > It seems to be a library problem rather than a server problem. When > > > compiled against 3.3.4, it behaves the way you've remarked. (eats up > > > all memory) no matter what server you run it against (3.3.x or 4.02). > > > > > > When compiled against 4.02 libs, it seems to work just fine. And it > > > works against a 4.02 server _and_ a 3.3.4 server. > > > > > > So, you might have success with enlightnement if you were to build > > > XF86 4.02 from ports. > > > > I'd appreciate feedback on this proposal, so that I can continue my > > janitorial duties on the alpha PRs ;-) > > > > thanks, > > > > W/ > > > > > > ---end of quoted text--- -- | / 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 Fri Jan 26 16:20:20 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8285937B69C for ; Fri, 26 Jan 2001 16:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R0K0G00132; Fri, 26 Jan 2001 16:20:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F73037B698 for ; Fri, 26 Jan 2001 16:15:08 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R0F8v99660; Fri, 26 Jan 2001 16:15:08 -0800 (PST) (envelope-from nobody) Message-Id: <200101270015.f0R0F8v99660@freefall.freebsd.org> Date: Fri, 26 Jan 2001 16:15:08 -0800 (PST) From: kjkoster@kjkoster.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: alpha/24663: Console output gets scribbled into /var/log/messages Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24663 >Category: alpha >Synopsis: Console output gets scribbled into /var/log/messages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-alpha >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 26 16:20:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Kees Jan Koster >Release: FreeBSD 4.2-stable >Organization: n/a >Environment: FreeBSD slugout.kjkoster.org 4.2-STABLE FreeBSD 4.2-STABLE #4: Thu Jan 25 00:56:30 CET 2001 kjkoster@slugout.kjkoster.org:/usr/src/sys/compile/SLUGOUT alpha NoName Alpha, trident ISA VGA card. My x86 PC does not exhibit this problem. >Description: When generating large chunks of console output on a graphics console on my Alpha bits and pieces of it end up in /var/log/messages. Here's what I see: Jan 27 01:03:40 slugout /kernel: 0 b681 4826 0005 f420 f000 203f 9681 4821 Jan 27 01:04:05 slugout /kernel: 5f74 6564 6376 616c 7373 Jan 27 01:04:35 slugout /kernel: 0 bf20 0036 fc00 ffff 0104 0000 0000 0000 Jan 27 01:04:40 slugout /kernel: 0 23e0 0046 fc00 ffff 0000 0000 0000 0000 Jan 27 01:04:40 slugout /kernel: b0e118>0258590 0018 0000 0000 0000 2b5e 0001 00 0007 Message from syslogd@slugout at Sat Jan 27 01:04:40 2001 ... slugout /kernel: b0e118>0258590 0018 0000 0000 0000 2b5e 0001 0001 0007 Jan 27 01:05:00 slugout /kernel: 0 6963 6b5f 756c 6764 5f65 6e75 7469 7300 Jan 27 01:05:05 slugout /kernel: 00 0000 0778 0000 0000 0000 Jan 27 01:05:35 slugout /kernel: 0 0020 a46b 0000 a483 0004 a044 f622 4841 Notice that the information has its date stamps intact although the strings are only parts of the original, they're logged from /kernel and they sometimes get written onto my terminal as messages. >How-To-Repeat: In one terminal start tail -f /var/log/messages On the console of the box start while true; do hexdump /kernel done Watch the messages. This problem does not happen when the hexdumps go to xterminals. I have no serial console to see if that is affected. >Fix: Dunno. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 1:28:45 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 4038937B402 for ; Sat, 27 Jan 2001 01:28:29 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0R9SO418019; Sat, 27 Jan 2001 01:28:24 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101270928.f0R9SO418019@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: mjacob@feral.com Cc: Garrett Wollman , alpha@FreeBSD.ORG Subject: Re: About to make some significant changes which will impact the Alpha In-Reply-To: Date: Sat, 27 Jan 2001 01:28:24 -0800 From: Peter Wemm Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Matthew Jacob wrote: > > > > < said: > > > > > Have you actually done a buildworld with this change in place yet? > > > > On IA32, yes, several times. My home machine is running on the > > result. > > > > On Alpha, not at all. There are still changes which need to be made, > > and probably only someone who can do likewise is likely to be able to > > find them all. That's why I posted to this mailing-list. > > Isn't beast available for you to do this? Yes. There is a /j/scratch directory that can be used for exactly this. Make a subdir in it and point your obj dirs there and blast away. 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 Jan 27 5:31:17 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from dirac.th.physik.uni-bonn.de (dirac.th.physik.uni-bonn.de [131.220.161.119]) by hub.freebsd.org (Postfix) with SMTP id 7E67337B400 for ; Sat, 27 Jan 2001 05:30:58 -0800 (PST) Received: (qmail 90891 invoked from network); 27 Jan 2001 13:30:56 -0000 Received: from merlin.th.physik.uni-bonn.de (131.220.161.121) by dirac.th.physik.uni-bonn.de with SMTP; 27 Jan 2001 13:30:56 -0000 Received: (qmail 21582 invoked by uid 145); 27 Jan 2001 13:30:56 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 27 Jan 2001 13:30:56 -0000 Date: Sat, 27 Jan 2001 14:30:56 +0100 (CET) From: Jan Conrad To: Wilko Bulte Cc: Ralph Schreyer , Andrew Gallatin , , Subject: Re: alpha/24535: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up In-Reply-To: <20010126215326.A4876@freebie.demon.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Jan 2001, Wilko Bulte wrote: > On Fri, Jan 26, 2001 at 05:20:42PM +0100, Ralph Schreyer wrote: > > Jan & Ralph, > > Do you agree to me closing the aforementioned alpha PR? If you want you > can send-pr the suggestion for the enlightenment port maybe? sure - please close it! I sent the PR. > > tnx > > Wilko thanks a lot Jan > > > > Hi all, > > > > so we built XFree86 4.0.2 on our digital 433au running FreeBSD 4.2R, but > > we were not able to start neither the Xserver nor xdm. Up to now we could > > not figure out why. Therefore we fetched the 3.3.6 versions of the Xserver > > and xdm via sysinstall, thereby shooting half of our root-directory (much > > fun :). > > > > But after all, we compiled enlightenment against this mixed XFree86 > > (including the 4.0.2 libs), and now the XF86VidModeGetAllModeLines() call > > works! > > > > Perhaps it's possible to include a check of the version of XFree86 in the > > Makefile of enlightenment that enables or disables the above function > > call. > > > > Thank you very much for your help and best regards, > > > > Jan & Ralph. > > > > > > P.S: Concerning the problem with the Xserver and xdm in 4.0.2 we already > > mailed to the XFree people. > > .... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 9:17: 8 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57]) by hub.freebsd.org (Postfix) with ESMTP id E50CA37B401; Sat, 27 Jan 2001 09:16:46 -0800 (PST) Received: from mail.cicely.de (cicely.de [194.231.9.142]) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id f0RHGh109990 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK); Sat, 27 Jan 2001 18:16:45 +0100 (MET) Received: from cicely5.cicely.de (cicely5.cicely.de [fec0:0:0:104::5]) by mail.cicely.de (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id f0RHGsA24443 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Sat, 27 Jan 2001 18:16:57 +0100 (CET) Received: (from ticso@localhost) by cicely5.cicely.de (8.11.1/8.11.1) id f0RHGo606568; Sat, 27 Jan 2001 18:16:50 +0100 (CET) (envelope-from ticso) Date: Sat, 27 Jan 2001 18:16:50 +0100 From: Bernd Walter To: John Baldwin Cc: Andrew Gallatin , freebsd-alpha@FreeBSD.ORG Subject: Re: -current failing on PC164 Message-ID: <20010127181650.A6504@cicely5.cicely.de> References: <14958.59036.411197.382347@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from jhb@FreeBSD.ORG on Wed, Jan 24, 2001 at 06:45:29AM -0800 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 24, 2001 at 06:45:29AM -0800, John Baldwin wrote: > > On 24-Jan-01 Andrew Gallatin wrote: > > > > Bernd's problem was an unaligned access error, probably in the > > witness > > or mutex debug code. This (probably) has nothing to do with pmap > > problems. > > No, they were the fault of my own stupidity. :-P I bothced some > KASSERT()'s. *sigh* A newer source boots fine. The only problem is that with the debugging options the system is unbeleavable slow. As an example the clock swi takes about 20% CPU... I added the following: options KTR options KTR_EXTEND options KTR_ENTRIES=1024 options KTR_COMPILE=0x3fffff options KTR_MASK=0x201208 options KTR_CPUMASK=0x3 #options KTR_VERBOSE options MUTEX_DEBUG options WITNESS #options WITNESS_DDB options WITNESS_SKIPSPIN options DIAGNOSTIC options INVARIANTS options INVARIANT_SUPPORT What are the current recomended options? Hopefully I can remove some of them without loosing too much information for the failure case. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 11: 6:18 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8976037B402; Sat, 27 Jan 2001 11:06:02 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RJ62E51912; Sat, 27 Jan 2001 11:06:02 -0800 (PST) (envelope-from wilko) Date: Sat, 27 Jan 2001 11:06:02 -0800 (PST) From: Message-Id: <200101271906.f0RJ62E51912@freefall.freebsd.org> To: conrad@th.physik.uni-bonn.de, wilko@FreeBSD.org, freebsd-alpha@freebsd.org Subject: Re: alpha/24535: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: the function XF86VidModeGetAllModeLines of XFree 3.3.6 for alpha will hang up State-Changed-From-To: open->closed State-Changed-By: wilko State-Changed-When: Sat Jan 27 11:03:46 PST 2001 State-Changed-Why: Submitter submitted a PR to enlightenment as it worked when built agains XF4.0.2 Submitter agreed to close this PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=24535 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 11:18:51 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6144A37B400; Sat, 27 Jan 2001 11:18:34 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RJIY152912; Sat, 27 Jan 2001 11:18:34 -0800 (PST) (envelope-from wilko) Date: Sat, 27 Jan 2001 11:18:34 -0800 (PST) From: Message-Id: <200101271918.f0RJIY152912@freefall.freebsd.org> To: k.j.koster@kpn.com, wilko@FreeBSD.org, freebsd-alpha@freebsd.org, jkh@FreeBSD.org Subject: Re: alpha/23064: Alphas do not boot if `a' (/) partition isn't at a lower offset than `b' (swap) Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Alphas do not boot if `a' (/) partition isn't at a lower offset than `b' (swap) State-Changed-From-To: closed->open State-Changed-By: wilko State-Changed-When: Sat Jan 27 11:16:13 PST 2001 State-Changed-Why: Re-opening and assigning to jkh for comment on suggested sysinstall check for sanity on partition layout. Jordan, can we please have your thumbs up/down on this? Responsible-Changed-From-To: freebsd-alpha->jkh Responsible-Changed-By: wilko Responsible-Changed-When: Sat Jan 27 11:16:13 PST 2001 Responsible-Changed-Why: Would like feedback from Mr Sysinstall ;) http://www.freebsd.org/cgi/query-pr.cgi?pr=23064 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 11:33: 1 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 4332637B400; Sat, 27 Jan 2001 11:32:43 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f0RJWeP55064; Sat, 27 Jan 2001 11:32:40 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: wilko@FreeBSD.org Cc: k.j.koster@kpn.com, freebsd-alpha@FreeBSD.org, jkh@FreeBSD.org Subject: Re: alpha/23064: Alphas do not boot if `a' (/) partition isn't at a lower offset than `b' (swap) In-Reply-To: Message from of "Sat, 27 Jan 2001 11:18:34 PST." <200101271918.f0RJIY152912@freefall.freebsd.org> Date: Sat, 27 Jan 2001 11:32:40 -0800 Message-ID: <55060.980623960@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It's on my stack - I'll respond shortly. :) > Synopsis: Alphas do not boot if `a' (/) partition isn't at a lower offset tha n `b' (swap) > > State-Changed-From-To: closed->open > State-Changed-By: wilko > State-Changed-When: Sat Jan 27 11:16:13 PST 2001 > State-Changed-Why: > Re-opening and assigning to jkh for comment on suggested sysinstall > check for sanity on partition layout. > > Jordan, can we please have your thumbs up/down on this? > > > > Responsible-Changed-From-To: freebsd-alpha->jkh > Responsible-Changed-By: wilko > Responsible-Changed-When: Sat Jan 27 11:16:13 PST 2001 > Responsible-Changed-Why: > Would like feedback from Mr Sysinstall ;) > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=23064 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 12:18:49 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from server.baldwin.cx (server.geekhouse.net [64.81.6.52]) by hub.freebsd.org (Postfix) with ESMTP id 8533C37B401 for ; Sat, 27 Jan 2001 12:18:20 -0800 (PST) Received: from john.baldwin.cx (root@john.baldwin.cx [192.168.1.18]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id MAA92137; Sat, 27 Jan 2001 12:19:35 -0800 (PST) (envelope-from john@baldwin.cx) Received: (from john@localhost) by john.baldwin.cx (8.9.3/8.9.3) id MAA44645; Sat, 27 Jan 2001 12:19:20 -0800 (PST) (envelope-from john) Message-Id: <200101272019.MAA44645@john.baldwin.cx> 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: <20010127181650.A6504@cicely5.cicely.de> Date: Sat, 27 Jan 2001 12:19:20 -0800 (PST) From: John Baldwin To: Bernd Walter Subject: Re: -current failing on PC164 Cc: freebsd-alpha@FreeBSD.ORG, Andrew Gallatin Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 27-Jan-01 Bernd Walter wrote: > On Wed, Jan 24, 2001 at 06:45:29AM -0800, John Baldwin wrote: >> >> On 24-Jan-01 Andrew Gallatin wrote: >> > >> > Bernd's problem was an unaligned access error, probably in the >> > witness >> > or mutex debug code. This (probably) has nothing to do with pmap >> > problems. >> >> No, they were the fault of my own stupidity. :-P I bothced some >> KASSERT()'s. *sigh* > > A newer source boots fine. > The only problem is that with the debugging options the system is > unbeleavable slow. > As an example the clock swi takes about 20% CPU... > > I added the following: > options KTR > options KTR_EXTEND > options KTR_ENTRIES=1024 > options KTR_COMPILE=0x3fffff > options KTR_MASK=0x201208 > options KTR_CPUMASK=0x3 >#options KTR_VERBOSE You probably want KTR_MASK not set to anything less you are actually debugging something specific. > options MUTEX_DEBUG > options WITNESS >#options WITNESS_DDB > options WITNESS_SKIPSPIN > > options DIAGNOSTIC > options INVARIANTS > options INVARIANT_SUPPORT You probably want to axe MUTEX_DEBUG (this is the big performance killer) and DIAGNOSTIC. > What are the current recomended options? > Hopefully I can remove some of them without loosing too much information > for the failure case. -- 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 Sat Jan 27 12:44:48 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 5793237B400 for ; Sat, 27 Jan 2001 12:44:31 -0800 (PST) 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 PAA23682; Sat, 27 Jan 2001 15:44:30 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0RKiUq29514; Sat, 27 Jan 2001 15:44:30 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 27 Jan 2001 15:44:30 -0500 (EST) To: Bernd Walter Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: -current failing on PC164 In-Reply-To: <20010127181650.A6504@cicely5.cicely.de> References: <14958.59036.411197.382347@grasshopper.cs.duke.edu> <20010127181650.A6504@cicely5.cicely.de> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14963.12976.121070.21427@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FWIW, the perf. decrease you noticed is probably directly related to the mutex stuff no longer being inlined -- function calls are pretty expensive on alpha. I saw a huge perf. increase when we inlined spl's last year. But John is right, you shouldn't be using the ktr stuff unless your actively debugging something. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 15:58:21 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from radicalmedia.com (radicalmedia.com [204.254.246.2]) by hub.freebsd.org (Postfix) with ESMTP id 5EBAE37B400 for ; Sat, 27 Jan 2001 15:58:04 -0800 (PST) Received: (from phiber@localhost) by radicalmedia.com (8.9.3/8.9.3) id SAA16259; Sat, 27 Jan 2001 18:58:00 -0500 Date: Sat, 27 Jan 2001 18:58:00 -0500 From: Mark Abene To: Yoriaki FUJIMORI Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: cxx (Linux/Alpha) on FreeBSD4.2R Message-ID: <20010127185800.A16141@mail.radicalmedia.com> References: <200101261915.EAA08420@grafin.fujimori.cache.waseda.ac.jp> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="nFreZHaLTZJo0R7j" User-Agent: Mutt/1.0.1i In-Reply-To: <200101261915.EAA08420@grafin.fujimori.cache.waseda.ac.jp>; from fujimori@grafin.fujimori.cache.waseda.ac.jp on Sat, Jan 27, 2001 at 04:15:02AM +0000 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Attached you will find my comp.config for cxx. Compaq's cxx has been working fine for me so far. You may have to adjust my version numbers in the directory paths, if necessary. Cheers, -Mark On Sat, Jan 27, 2001 at 04:15:02AM +0000, Yoriaki FUJIMORI wrote: > Dear folks, > I am trying to build up the environment to compile numerical > end-user packages with Compaq's ccc/cxx/fort. So far, ccc and > fort are working well. But, cxx seems to be hard to deal with > for me. This is mostly because I do not know much about c++. > For example, I found that octave-2.1.30 can be compiled with ccc, fort > and gnu's g++ (for Linux/Alpha). > A trouble is that include-file directories are not properly set. > I manually wrote comp.config, as create-comp-config.sh does not > run properly. > I wonder if some kind soul would willing to let me know pointers > for this problem. > Thank you for your attention. > Yoriaki Fujimori > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="comp.config" -tk -h/usr/bin -B -tl -h/usr/bin -B -ts -h/usr/lib/compaq/cxx-6.3.9.5/alpha-linux/bin -B_rh60 -SD/usr/lib/compaq/cxx-6.3.9.5/alpha-linux/include/cxx -SD/usr/lib/compaq/cxx-6.3.9.5/alpha-linux/include -SD/usr/local/include -SD/usr/alpha-redhat-linux/include -SD/usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include | -I/usr/lib/compaq/cxx-6.3.9.5/alpha-linux/include/cxx -I/usr/lib/compaq/cxx-6.3.9.5/alpha-linux/include -I/usr/local/include -I/usr/alpha-redhat-linux/include -I/usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include -L/usr/lib/compaq/cxx-6.3.9.5/alpha-linux/lib -L/usr/local/lib -L/usr/alpha-redhat-linux/lib -L/usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66 --nFreZHaLTZJo0R7j-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 16:26:11 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from virtual.valuelinx.net (virtual.valuelinx.net [208.189.209.17]) by hub.freebsd.org (Postfix) with ESMTP id E031C37B400 for ; Sat, 27 Jan 2001 16:25:53 -0800 (PST) Received: from penix.org (Toronto-ppp221309.sympatico.ca [64.228.106.126]) by virtual.valuelinx.net (8.9.1/8.9.1) with SMTP id AAA30640 for ; Sun, 28 Jan 2001 00:25:49 GMT Message-ID: <3A736948.9E8700B8@penix.org> Date: Sat, 27 Jan 2001 19:35:21 -0500 From: Paul Halliday X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: alpha@freebsd.org Subject: ssh. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. I recently buildworld'd my pc164 to 4.2-STABLE and now ssh is broke. I have tried rebuilding it yet I am still getting the same errors. I am sure this is something really stupid that I am overlooking. Can anyone offer any suggestions? [06:05pm]-root@pandora# Jan 27 18:05:40 pandora sshd[201]: no modules loaded for `sshd' service Jan 27 18:05:40 pandora sshd[201]: no modules loaded for `sshd' service Jan 27 18:05:40 pandora sshd[201]: no modules loaded for `sshd' service Jan 27 18:05:40 pandora sshd[201]: fatal: PAM session setup failed[6]: Permissio n denied Jan 27 18:05:40 pandora sshd[201]: fatal: PAM session setup failed[6]: Permissio n denied Jan 27 18:05:40 pandora sshd[201]: fatal: PAM session setup failed[6]: Permissio n denied Jan 27 18:05:40 pandora sshd[201]: no modules loaded for `sshd' service Jan 27 18:05:40 pandora sshd[201]: no modules loaded for `sshd' service Jan 27 18:05:40 pandora sshd[201]: no modules loaded for `sshd' service -- Paul H. ============================================================================ Don't underestimate the power of stupid people in large groups. Brute force is the last resort of the incompetent. GPG Key fingerprint: 2D7C A7E2 DB1F EA5F 8C6F D5EC 3D39 F274 4AA3 E8B9 Web: http://www3.sympatico.ca/transmogrify Public Key available here: http://www3.sympatico.ca/transmogrify/dp.txt ============================================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 17:49:11 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 3B90537B404 for ; Sat, 27 Jan 2001 17:48:53 -0800 (PST) Received: from laptop.baldwin.cx (john@dhcp150.geekhouse.net [192.168.1.150]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f0S1mjc00429; Sat, 27 Jan 2001 17:48:45 -0800 (PST) (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: <14963.12976.121070.21427@grasshopper.cs.duke.edu> Date: Sat, 27 Jan 2001 17:48:39 -0800 (PST) From: John Baldwin To: Andrew Gallatin Subject: Re: -current failing on PC164 Cc: freebsd-alpha@FreeBSD.org, Bernd Walter Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 27-Jan-01 Andrew Gallatin wrote: > > FWIW, the perf. decrease you noticed is probably directly related to > the mutex stuff no longer being inlined -- function calls are pretty > expensive on alpha. I saw a huge perf. increase when we inlined spl's > last year. Right now the mutex API is being somewhat overhauled. When it is done, we may move back to using inlining. If it is a big performance boost on the alpha, then we will definitely inline on at least the alpha. For x86, function calls are (relatively) cheap, so we weren't as worried about it. I am not as aware however when it comes to alpha specifics. Please feel free to knock me upside the head when we do something stupid. > But John is right, you shouldn't be using the ktr stuff unless your > actively debugging something. > > 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 Sat Jan 27 19:45:15 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id D151037B6D4 for ; Sat, 27 Jan 2001 19:44:50 -0800 (PST) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id UAA59758; Sat, 27 Jan 2001 20:44:43 -0700 (MST) (envelope-from ken) Date: Sat, 27 Jan 2001 20:44:43 -0700 From: "Kenneth D. Merry" To: Paul Halliday Cc: alpha@FreeBSD.ORG Subject: Re: ssh. Message-ID: <20010127204443.A59703@panzer.kdm.org> References: <3A736948.9E8700B8@penix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3A736948.9E8700B8@penix.org>; from dp@penix.org on Sat, Jan 27, 2001 at 07:35:21PM -0500 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jan 27, 2001 at 19:35:21 -0500, Paul Halliday wrote: > Hi. > > > I recently buildworld'd my pc164 to 4.2-STABLE and now ssh is broke. I > have tried rebuilding it yet I am still getting the same errors. I am > sure this is something really stupid that I am overlooking. Can anyone > offer any suggestions? > > [06:05pm]-root@pandora# Jan 27 18:05:40 pandora sshd[201]: no modules > loaded for > `sshd' service > Jan 27 18:05:40 pandora sshd[201]: no modules loaded for `sshd' service > Jan 27 18:05:40 pandora sshd[201]: no modules loaded for `sshd' service > Jan 27 18:05:40 pandora sshd[201]: fatal: PAM session setup failed[6]: > Permissio Try grabbing a new copy of /etc/pam.conf from src/etc. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 19:45:57 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 521B337B402 for ; Sat, 27 Jan 2001 19:45:34 -0800 (PST) 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 WAA27578; Sat, 27 Jan 2001 22:45:33 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0S3jXO30044; Sat, 27 Jan 2001 22:45:33 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 27 Jan 2001 22:45:33 -0500 (EST) To: Paul Halliday Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: ssh. In-Reply-To: <3A736948.9E8700B8@penix.org> Reply-To: trim-your-ccs@FreeBSD.ORG References: <3A736948.9E8700B8@penix.org> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14963.38238.220167.900205@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Paul Halliday writes: > [06:05pm]-root@pandora# Jan 27 18:05:40 pandora sshd[201]: no modules > loaded for > `sshd' service Try taking a fresh copy of etc/pam.conf from /usr/src. If you need to follow up, please follow-up to -stable.. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 19:48:50 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 0965737B400; Sat, 27 Jan 2001 19:48:24 -0800 (PST) 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 WAA27625; Sat, 27 Jan 2001 22:48:19 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f0S3mJ530049; Sat, 27 Jan 2001 22:48:19 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 27 Jan 2001 22:48:19 -0500 (EST) To: John Baldwin Cc: Andrew Gallatin , freebsd-alpha@FreeBSD.org, Bernd Walter Subject: Re: -current failing on PC164 In-Reply-To: References: <14963.12976.121070.21427@grasshopper.cs.duke.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14963.38369.912484.545380@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin writes: > > On 27-Jan-01 Andrew Gallatin wrote: > > > > FWIW, the perf. decrease you noticed is probably directly related to > > the mutex stuff no longer being inlined -- function calls are pretty > > expensive on alpha. I saw a huge perf. increase when we inlined spl's > > last year. > > Right now the mutex API is being somewhat overhauled. When it is done, we may > move back to using inlining. If it is a big performance boost on the alpha, > then we will definitely inline on at least the alpha. For x86, function calls > are (relatively) cheap, so we weren't as worried about it. I am not as aware > however when it comes to alpha specifics. Please feel free to knock me upside > the head when we do something stupid. Will do. I realize that perf. is not the goal right now, o/w I'd have been screaming my head off long ago ;) Once perf. does become an issue, we'll have to get you using Iprobe. Its one hell of a lot better than gprof (sampling with 5% overhead, rather than doctoring each function call with 50% overhead..). Cheers, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Jan 27 21:18:19 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from virtual.valuelinx.net (virtual.valuelinx.net [208.189.209.17]) by hub.freebsd.org (Postfix) with ESMTP id 2EEFA37B402 for ; Sat, 27 Jan 2001 21:18:02 -0800 (PST) Received: from penix.org (Toronto-ppp221309.sympatico.ca [64.228.106.126]) by virtual.valuelinx.net (8.9.1/8.9.1) with SMTP id FAA05367 for ; Sun, 28 Jan 2001 05:17:56 GMT Message-ID: <3A73ADC1.9F9759AD@penix.org> Date: Sun, 28 Jan 2001 00:27:29 -0500 From: Paul Halliday X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: ssh. References: <3A736948.9E8700B8@penix.org> <14963.38238.220167.900205@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew Gallatin wrote: > > Paul Halliday writes: > > [06:05pm]-root@pandora# Jan 27 18:05:40 pandora sshd[201]: no modules > > loaded for > > `sshd' service > > Try taking a fresh copy of etc/pam.conf from /usr/src. > > If you need to follow up, please follow-up to -stable.. > > Drew > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message All is good. I guess I missed something when I was running mergemaster. The culprit was in fact the pam.conf. -- Paul H. ============================================================================ Don't underestimate the power of stupid people in large groups. Brute force is the last resort of the incompetent. GPG Key fingerprint: 2D7C A7E2 DB1F EA5F 8C6F D5EC 3D39 F274 4AA3 E8B9 Web: http://www3.sympatico.ca/transmogrify Public Key available here: http://www3.sympatico.ca/transmogrify/dp.txt ============================================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message