From owner-freebsd-bugs Sun Aug 6 00:55:31 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id AAA29569 for bugs-outgoing; Sun, 6 Aug 1995 00:55:31 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id AAA29556 for ; Sun, 6 Aug 1995 00:55:28 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA18698; Sun, 6 Aug 1995 09:55:25 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA14147; Sun, 6 Aug 1995 09:55:24 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id JAA05582; Sun, 6 Aug 1995 09:38:53 +0200 From: J Wunsch Message-Id: <199508060738.JAA05582@uriah.heep.sax.de> Subject: Re: Named garbage To: sargent@tusk.sgt.com (Robert Sargent) Date: Sun, 6 Aug 1995 09:38:52 +0200 (MET DST) Cc: bugs@FreeBSD.org In-Reply-To: <199508051525.LAA14565@tusk.sgt.com> from "Robert Sargent" at Aug 5, 95 11:25:09 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 519 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Robert Sargent wrote: > > When you get a minute: > > When I rlogged in to my new FreeBSD (2.0.5 from CD), I noticed the > following DNS traffic was generated indicating the "#" doesn't properly > comment a line in /etc/hosts.equiv. This has already been fixed. It's been the ruserok() function (or one of its internal subfunctions) that didn't recognize the comments. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sun Aug 6 00:57:10 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id AAA29665 for bugs-outgoing; Sun, 6 Aug 1995 00:57:10 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id JAA29638 ; Sun, 6 Aug 1995 09:57:08 +0200 Date: Sun, 6 Aug 1995 09:57:08 +0200 From: Joerg Wunsch Message-Id: <199508060757.JAA29638@freefall.cdrom.com> To: ljking@ljk.ocunix.on.ca, joerg, freebsd-bugs Subject: Re: bin/654 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: vi executes an external program and prints "stty: TIOCGETD: Operation not supported" State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sun Aug 6 09:54:57 MET DST 1995 State-Changed-Why: This is a no-bug (pilot error). The call to stty does most likely happen from a ~/.cshrc file where it's probably not protected by an ``if($?prompt)'' block. It's in no way vi's faul (and cannot be reproduced as such). From owner-freebsd-bugs Sun Aug 6 17:20:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA22760 for bugs-outgoing; Sun, 6 Aug 1995 17:20:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA22751 ; Sun, 6 Aug 1995 17:20:02 -0700 Resent-Date: Sun, 6 Aug 1995 17:20:02 -0700 Resent-Message-Id: <199508070020.RAA22751@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, wosch@cs.tu-berlin.de Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id RAA22595 for ; Sun, 6 Aug 1995 17:19:12 -0700 Received: from localhost.cs.tu-berlin.de ([130.149.1.128]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id CAA11383 for ; Mon, 7 Aug 1995 02:16:02 +0200 Received: (from wosch@localhost) by localhost (8.6.9/8.6.9) id RAA02968; Sun, 6 Aug 1995 17:03:49 +0200 Message-Id: <199508061503.RAA02968@localhost> Date: Sun, 6 Aug 1995 17:03:49 +0200 From: Wolfram Schneider Reply-To: wosch@cs.tu-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/657: mail(1): comments in ~/.mailrc Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 657 >Category: bin >Synopsis: mail(1): comments in ~/.mailrc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 6 17:20:01 PDT 1995 >Last-Modified: >Originator: Wolfram Schneider >Organization: >Release: FreeBSD 2.0-ALPHA i386 >Environment: >Description: '#' is not a comment if a non-space char follow >How-To-Repeat: $ echo '#foo' >> ~/.mailrc $ echo foo | mail /dev/null Unknown command: "#foo" >Fix: --- 1.1 1995/08/06 11:39:22 +++ lex.c 1995/08/06 12:03:10 @@ -458,6 +458,17 @@ register struct cmd *cp; extern struct cmd cmdtab[]; + /* + * ignore trailing chars after `#' + * + * lines with beginning `#' are comments + * spaces befor `#' are ignored in execute() + */ + + if (*word == '#') + *(word+1) = '\0'; + + for (cp = &cmdtab[0]; cp->c_name != NOSTR; cp++) if (isprefix(word, cp->c_name)) return(cp); >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Aug 7 00:50:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id AAA22763 for bugs-outgoing; Mon, 7 Aug 1995 00:50:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id AAA22756 ; Mon, 7 Aug 1995 00:50:01 -0700 Resent-Date: Mon, 7 Aug 1995 00:50:01 -0700 Resent-Message-Id: <199508070750.AAA22756@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, hsu@clinet.fi Received: from clinet.fi (clinet.fi [193.64.6.1]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id AAA22704 for ; Mon, 7 Aug 1995 00:48:54 -0700 Received: from katiska.clinet.fi (root@katiska.clinet.fi [193.64.6.3]) by clinet.fi (8.6.10/8.6.4) with ESMTP id KAA20591 for ; Mon, 7 Aug 1995 10:48:23 +0300 Received: (root@localhost) by katiska.clinet.fi (8.6.11/8.6.4) id KAA06649; Mon, 7 Aug 1995 10:48:23 +0300 Message-Id: <199508070748.KAA06649@katiska.clinet.fi> Date: Mon, 7 Aug 1995 10:48:23 +0300 From: Heikki Suonsivu Reply-To: hsu@clinet.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/658: ifconfig alias has to be reparately given Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 658 >Category: bin >Synopsis: ifconfig alias has to be separately given >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 7 00:50:01 PDT 1995 >Last-Modified: >Originator: Heikki Suonsivu >Organization: Clinet, Espoo, Finland >Release: FreeBSD 2.0-BUILT-19950507 i386 >Environment: 486, running current, used as a router. >Description: sysconfig entry: ifconfig_ed4="inet 194.100.8.254 netmask 255.255.255.0 alias 194.100.9.254 netmask 255.255.255.0" alias does not get configured (the route seems to be propagated, but it could a static route somewhere). If I do a separate ifconfig for the alias: ifconfig ed4 alias 194.100.9.254 netmask 255.255.255.0 everything works. I guess this is a feature, but it would be useful to have one ifconfig to set up everything relevant to a specific interface. Also ifconfig should complain about arguments it is not using (that is, unless this is a bug in ifconfig and it thinks it is using the arguments). ifconfig could also display aliases, would help debugging situations like this? >How-To-Repeat: Above commands for an interface. >Fix: Workaround: use separate command to set up aliases. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Aug 7 03:09:57 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id DAA27541 for bugs-outgoing; Mon, 7 Aug 1995 03:09:57 -0700 Received: from minnow.render.com (render.demon.co.uk [158.152.30.118]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id DAA27535 for ; Mon, 7 Aug 1995 03:09:50 -0700 Received: (from dfr@localhost) by minnow.render.com (8.6.9/8.6.9) id LAA18722; Mon, 7 Aug 1995 11:11:26 +0100 Date: Mon, 7 Aug 1995 11:11:24 +0100 (BST) From: Doug Rabson To: Marcus John cc: freebsd-bugs@freebsd.org Subject: Re: Diskless swapping panics In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk On Sat, 5 Aug 1995, Marcus John wrote: > Hi! > > is there already a fix for the panic+reboot you can get when a diskless > system starts swapping? > > Does this problem belong to kern/452? Current has a problem with diskless swapping at the moment which I have not been able to track down. Are you running current? Do get a panic or does the machine just reboot? -- Doug Rabson, Microsoft RenderMorphics Ltd. Mail: dfr@render.com Phone: +44 171 251 4411 FAX: +44 171 251 0939 From owner-freebsd-bugs Mon Aug 7 08:38:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA15046 for bugs-outgoing; Mon, 7 Aug 1995 08:38:18 -0700 Received: (from peter@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA15024 ; Mon, 7 Aug 1995 08:38:16 -0700 Date: Mon, 7 Aug 1995 08:38:16 -0700 From: Peter Wemm Message-Id: <199508071538.IAA15024@freefall.cdrom.com> To: pst@Shockwave.COM, peter, freebsd-bugs Subject: Re: kern/497 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: system calls to the kernel for BSDI uname() compatibility break State-Changed-From-To: open-closed State-Changed-By: peter State-Changed-When: Mon Aug 7 08:34:56 PDT 1995 State-Changed-Why: I implemented this in v1.26 of kern_sysctl.c on the 9th of July. I don't believe this is earmarked for 2.1... It's pretty crude.. From owner-freebsd-bugs Mon Aug 7 08:46:50 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA16859 for bugs-outgoing; Mon, 7 Aug 1995 08:46:50 -0700 Received: (from peter@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA16838 ; Mon, 7 Aug 1995 08:46:49 -0700 Date: Mon, 7 Aug 1995 08:46:49 -0700 From: Peter Wemm Message-Id: <199508071546.IAA16838@freefall.cdrom.com> To: fenner@parc.xerox.com, peter, freebsd-bugs Subject: Re: bin/513 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Suspending and resuming vi gives TIOCGWINSIZ error State-Changed-From-To: open-analyzed State-Changed-By: peter State-Changed-When: Mon Aug 7 08:39:16 PDT 1995 State-Changed-Why: vi is getting upset about the window size coming back as 0x0 after the TIOCGWINSZ ioctl.. It works fine if you run in (say) an xterm or (as you note) an rlogin where the window size is propagated. The "Interrupted system call" is only a residual errno... It sometimes says "no such file or directory".. From owner-freebsd-bugs Mon Aug 7 08:55:38 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA18667 for bugs-outgoing; Mon, 7 Aug 1995 08:55:38 -0700 Received: (from peter@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA18647 ; Mon, 7 Aug 1995 08:55:36 -0700 Date: Mon, 7 Aug 1995 08:55:36 -0700 From: Peter Wemm Message-Id: <199508071555.IAA18647@freefall.cdrom.com> To: ppeter@haywire.dialix.comwroot, peter, freebsd-bugs Subject: Re: i386/563 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: isa conflict detection cannot handle ioaddr 0x0 State-Changed-From-To: open-closed State-Changed-By: peter State-Changed-When: Mon Aug 7 08:52:56 PDT 1995 State-Changed-Why: This was my error in the Specialix serial driver.. I was returning "1" from siprobe() - saying that I was using 1 byte at io address zero.. (the Specialix card is memory mapped with no IO). Thanks Bruce! From owner-freebsd-bugs Mon Aug 7 09:46:42 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id JAA21838 for bugs-outgoing; Mon, 7 Aug 1995 09:46:42 -0700 Received: (from peter@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id JAA21824 ; Mon, 7 Aug 1995 09:46:41 -0700 Date: Mon, 7 Aug 1995 09:46:41 -0700 From: Peter Wemm Message-Id: <199508071646.JAA21824@freefall.cdrom.com> To: fenner@parc.xerox.com, peter, freebsd-bugs Subject: Re: bin/513 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Suspending and resuming vi gives TIOCGWINSIZ error State-Changed-From-To: analyzed-closed State-Changed-By: peter State-Changed-When: Mon Aug 7 09:44:40 PDT 1995 State-Changed-Why: Fixed in v1.4 of vi/sex/sex_window.c From owner-freebsd-bugs Mon Aug 7 16:10:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id QAA05915 for bugs-outgoing; Mon, 7 Aug 1995 16:10:03 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id QAA05908 ; Mon, 7 Aug 1995 16:10:02 -0700 Resent-Date: Mon, 7 Aug 1995 16:10:02 -0700 Resent-Message-Id: <199508072310.QAA05908@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, odiug@darkstar.informatik.rwth-aachen.de Received: from darkstar.informatik.rwth-aachen.de (darkstar.Informatik.RWTH-Aachen.DE [137.226.17.23]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id QAA05693 for ; Mon, 7 Aug 1995 16:03:42 -0700 Received: (from odiug@localhost) by darkstar.informatik.rwth-aachen.de (8.6.11/8.6.9) id BAA00203; Tue, 8 Aug 1995 01:04:05 +0200 Message-Id: <199508072304.BAA00203@darkstar.informatik.rwth-aachen.de> Date: Tue, 8 Aug 1995 01:04:05 +0200 From: Guido Muesch Reply-To: odiug@darkstar.informatik.rwth-aachen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/659: xdr_float, xdr_double missing in libc Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 659 >Category: bin >Synopsis: xdr_float, xdr_double missing in libc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 7 16:10:01 PDT 1995 >Last-Modified: >Originator: Guido Muesch >Organization: RWTH-Aachen >Release: FreeBSD 2.0-BUILT-19950603 i386 >Environment: Freshly installed FreeBSD 2.0.5R >Description: xdr_float and xdr_double are missing in the standard libc. I discoverd that compiling a spread sheet called teapot. (ftp://cantor.informatik.rwth-aachen.de/pub/linux/teapot.tz) teapot uses XDR when saving/loading a sheet. >How-To-Repeat: Try to link something that needs xdr_double. >Fix: Put xdr_float.c in the SRCS list of /usr/src/lib/libc/xdr/Makefile.inc and recompile and install libc. xdr_float.c is marked UNSUPPORTED in Makefile.inc. I do not know why this is so. Maybe somebody of the core-team knows why. BTW NetBSD seems to have xdr_float, xdr_double. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Aug 7 16:20:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id QAA06480 for bugs-outgoing; Mon, 7 Aug 1995 16:20:04 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id QAA06473 ; Mon, 7 Aug 1995 16:20:03 -0700 Resent-Date: Mon, 7 Aug 1995 16:20:03 -0700 Resent-Message-Id: <199508072320.QAA06473@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, odiug@darkstar.informatik.rwth-aachen.de Received: from darkstar.informatik.rwth-aachen.de (darkstar.Informatik.RWTH-Aachen.DE [137.226.17.23]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id QAA06387 for ; Mon, 7 Aug 1995 16:18:06 -0700 Received: (from odiug@localhost) by darkstar.informatik.rwth-aachen.de (8.6.11/8.6.9) id BAA00302; Tue, 8 Aug 1995 01:18:31 +0200 Message-Id: <199508072318.BAA00302@darkstar.informatik.rwth-aachen.de> Date: Tue, 8 Aug 1995 01:18:31 +0200 From: Guido Muesch Reply-To: odiug@darkstar.informatik.rwth-aachen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/660: /bin/sh has problem with redirection. Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 660 >Category: bin >Synopsis: /bin/sh has problem with redirection. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 7 16:20:00 PDT 1995 >Last-Modified: >Originator: Guido Muesch >Organization: RWTH-Aachen >Release: FreeBSD 2.0-BUILT-19950603 i386 >Environment: Freshly installed FreeBSD 2.0.5R >Description: /bin/sh has a problem when called from make with a line like: >foo You will get an error: Syntax error: end of file unexpected *** Error code 2 Stop. >How-To-Repeat: create a Makefile: -------------------- foo: >foo -------------------- then: $ make >Fix: I installed the pdksh and a stripped down version of the pdksh which is more or less a simple sh as /bin/sh. The pdksh also seems a lot smaller: -rwxr-xr-x 1 bin bin 217088 Jul 4 22:38 ksh lrwxr-xr-x 1 bin bin 3 Aug 8 01:16 sh -> ksh -r-xr-xr-x 1 bin bin 299008 Jun 10 11:48 sh.old >Audit-Trail: >Unformatted: >foo Syntax error: end of file unexpected make: *** [foo] Error 2 From owner-freebsd-bugs Mon Aug 7 16:30:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id QAA07086 for bugs-outgoing; Mon, 7 Aug 1995 16:30:01 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id QAA07079 ; Mon, 7 Aug 1995 16:30:00 -0700 Resent-Date: Mon, 7 Aug 1995 16:30:00 -0700 Resent-Message-Id: <199508072330.QAA07079@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, odiug@darkstar.informatik.rwth-aachen.de Received: from darkstar.informatik.rwth-aachen.de (darkstar.Informatik.RWTH-Aachen.DE [137.226.17.23]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id QAA06992 for ; Mon, 7 Aug 1995 16:28:24 -0700 Received: (from odiug@localhost) by darkstar.informatik.rwth-aachen.de (8.6.11/8.6.9) id BAA00383; Tue, 8 Aug 1995 01:28:48 +0200 Message-Id: <199508072328.BAA00383@darkstar.informatik.rwth-aachen.de> Date: Tue, 8 Aug 1995 01:28:48 +0200 From: Guido Muesch Reply-To: odiug@darkstar.informatik.rwth-aachen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/661: Hercules is not capable of having a ISO-Latin1 Screenmapping Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 661 >Category: bin >Synopsis: Hercules is not capable of having a ISO-Latin1 Screenmapping >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 7 16:30:00 PDT 1995 >Last-Modified: >Originator: Guido Muesch >Organization: RWTH-Aachen >Release: FreeBSD 2.0-BUILT-19950603 i386 >Environment: Freshly installed FreeBSD 2.0.5R >Description: You can change the keyboard layout with kbdadjust to generate ISO-characters. But you can not change the screenlayout, or fonts because the vidadjust program only works for VGA displays. >How-To-Repeat: >Fix: I use X11R6 on a Hercules Card at the moment, because I need a way to type ISO-chars for typesetting. (e.g. groff and lout like ISO chars for input) >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Aug 7 16:32:37 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id QAA07239 for bugs-outgoing; Mon, 7 Aug 1995 16:32:37 -0700 Received: (from mpp@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id QAA07225 ; Mon, 7 Aug 1995 16:32:36 -0700 Date: Mon, 7 Aug 1995 16:32:36 -0700 From: Mike Pritchard Message-Id: <199508072332.QAA07225@freefall.cdrom.com> To: odiug@darkstar.informatik.rwth-aachen.de, mpp, freebsd-bugs Subject: Re: bin/659 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: xdr_float, xdr_double missing in libc State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Mon Aug 7 16:29:57 PDT 1995 State-Changed-Why: The xdr_float routines are enabled in current. This was done in rev 1.4 of lib/libc/xdr/Makefile.inc on 7/22/1995. From owner-freebsd-bugs Mon Aug 7 17:56:20 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA12122 for bugs-outgoing; Mon, 7 Aug 1995 17:56:20 -0700 Received: from blob.best.net (blob.best.net [204.156.128.88]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id RAA12115 for ; Mon, 7 Aug 1995 17:56:19 -0700 Received: (dillon@localhost) by blob.best.net (8.6.12/8.6.5) id RAA13312; Mon, 7 Aug 1995 17:56:18 -0700 Date: Mon, 7 Aug 1995 17:56:18 -0700 From: Matt Dillon Message-Id: <199508080056.RAA13312@blob.best.net> To: bugs@freebsd.org Cc: dima@blob.best.net Subject: Bug in unp_detach() Sender: bugs-owner@freebsd.org Precedence: bulk In kern/uipc_usrreq.c, in unp_detach() the following two lines: m_freem(unp->unp_addr); (void) m_free(dtom(unp)); are called BEFORE the sorflush() in the unp_rights conditional... basically. The calls should obivously go AFTER that conditional so the unp_addr/unp structures are not ripped out from under sorflush(). (This caused a crash when I tried to use AF_LOCAL file descriptor passing.. in fact, it crashed about every time!). -Matt From owner-freebsd-bugs Mon Aug 7 22:17:28 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id WAA24468 for bugs-outgoing; Mon, 7 Aug 1995 22:17:28 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id WAA24457 ; Mon, 7 Aug 1995 22:17:18 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id WAA05406; Mon, 7 Aug 1995 22:16:53 GMT Date: Mon, 7 Aug 1995 22:16:53 GMT Message-Id: <199508072216.WAA05406@silvia.HIP.Berkeley.EDU> To: mpp@freefall.cdrom.com CC: odiug@darkstar.informatik.rwth-aachen.de, mpp@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com In-reply-to: <199508072332.QAA07225@freefall.cdrom.com> (message from Mike Pritchard on Mon, 7 Aug 1995 16:32:36 -0700) Subject: Re: bin/659 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: bugs-owner@FreeBSD.org Precedence: bulk * The xdr_float routines are enabled in current. Speaking of this, anyone object if I go into /usr/src/lib/libc/Makefile and increment SHLIB_MINOR for the -current branch? Satoshi From owner-freebsd-bugs Tue Aug 8 01:30:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id BAA06308 for bugs-outgoing; Tue, 8 Aug 1995 01:30:04 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id BAA06297 ; Tue, 8 Aug 1995 01:30:01 -0700 Date: Tue, 8 Aug 1995 01:30:01 -0700 Message-Id: <199508080830.BAA06297@freefall.cdrom.com> To: freebsd-bugs Cc: From: J Wunsch Subject: Re: bin/661: Hercules is not capable of having a ISO-Latin1 Screenmapping Reply-To: J Wunsch Sender: bugs-owner@FreeBSD.org Precedence: bulk The following reply was made to PR bin/661; it has been noted by GNATS. From: J Wunsch To: odiug@darkstar.informatik.rwth-aachen.de Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: bin/661: Hercules is not capable of having a ISO-Latin1 Screenmapping Date: Tue, 8 Aug 1995 08:09:21 +0200 (MET DST) As Guido Muesch wrote: > > > >Number: 661 > >Category: bin > >Synopsis: Hercules is not capable of having a ISO-Latin1 Screenmapping Try pcvt. It understands all ISO-8859-1 characters that are also available in the (hard-coded for MDAs) IBM crap page #437. Would this close your PR, or do you insist of syscons also providing this feature? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Tue Aug 8 10:47:59 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id KAA07038 for bugs-outgoing; Tue, 8 Aug 1995 10:47:59 -0700 Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id KAA07032 for ; Tue, 8 Aug 1995 10:47:57 -0700 Received: from relay3.UU.NET (relay3.UU.NET [192.48.96.8]) by who.cdrom.com (8.6.11/8.6.11) with ESMTP id KAA07089 for ; Tue, 8 Aug 1995 10:47:51 -0700 Received: from uucp4.UU.NET by relay3.UU.NET with SMTP id QQzbxv04782; Tue, 8 Aug 1995 13:46:33 -0400 Received: from sawmill.UUCP by uucp4.UU.NET with UUCP/RMAIL ; Tue, 8 Aug 1995 13:46:25 -0400 Received: by sawmill.uucp (/\==/\ Smail3.1.21.1 #21.8) id ; Tue, 8 Aug 95 12:44 EST Message-Id: Date: Tue, 8 Aug 95 12:44 EST From: sawmill!rjk@uunet.uu.net (Richard Kuhns) To: bugs@freebsd.org Subject: NFS client strangeness Sender: bugs-owner@freebsd.org Precedence: bulk I freely admit that I'm not an expert on NFS, but should this really happen? sawdust is running ESIX 4.0.4, an SVR4 variant. === watson:~# uname -a FreeBSD watson.grauel.com 2.0.5-RELEASE FreeBSD 2.0.5-RELEASE #0: Thu Aug 3 13:44:06 1995 rjk@watson.grauel.com:/usr/src/sys/compile/WATSON i386 watson:~# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a 197951 13465 168649 7% / /dev/sd0s1g 992751 3494 909836 0% /home /dev/sd0s1h 1258135 38751 1118733 3% /prog /dev/sd0s1f 992751 373487 539843 41% /usr /dev/sd0s1e 496367 1085 455572 0% /var procfs 4 4 0 100% /proc kernfs 1 1 0 100% /kern sawdust:/usr2 2553836 1548296 750156 67% /usr2 <-******** watson:~# mount -t nfs sawdust:/usr2 /usr2 watson:~# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a 197951 13465 168649 7% / /dev/sd0s1g 992751 3497 909833 0% /home /dev/sd0s1h 1258135 38751 1118733 3% /prog /dev/sd0s1f 992751 373487 539843 41% /usr /dev/sd0s1e 496367 1085 455572 0% /var procfs 4 4 0 100% /proc kernfs 1 1 0 100% /kern sawdust:/usr2 2553836 1548296 750156 67% /usr2 <-********* sawdust:/usr2 2553836 1548296 750156 67% /usr2 <-********* watson:~# umount /usr2 watson:~# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a 197951 13465 168649 7% / /dev/sd0s1g 992751 3497 909833 0% /home /dev/sd0s1h 1258135 38751 1118733 3% /prog /dev/sd0s1f 992751 373487 539843 41% /usr /dev/sd0s1e 496367 1085 455572 0% /var procfs 4 4 0 100% /proc kernfs 1 1 0 100% /kern sawdust:/usr2 2553836 1548296 750156 67% /usr2 <-********* watson:~# umount /usr2 watson:~# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a 197951 13465 168649 7% / /dev/sd0s1g 992751 3497 909833 0% /home /dev/sd0s1h 1258135 38751 1118733 3% /prog /dev/sd0s1f 992751 373487 539843 41% /usr /dev/sd0s1e 496367 1085 455572 0% /var procfs 4 4 0 100% /proc kernfs 1 1 0 100% /kern watson:~# -- Rich Kuhns rjk@grauel.com PO Box 6249 100 Sawmill Road Lafayette, IN 47903 (317)477-6000 x319 From owner-freebsd-bugs Tue Aug 8 13:08:13 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id NAA13195 for bugs-outgoing; Tue, 8 Aug 1995 13:08:13 -0700 Received: from jupiter.avsi.com (jupiter.avsi.com [199.100.190.6]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id NAA13184 for ; Tue, 8 Aug 1995 13:08:10 -0700 Received: from avsi.com (jupiter.avsi.com [199.100.190.6]) by jupiter.avsi.com (8.6.11/8.6.9) with ESMTP id QAA20034 for ; Tue, 8 Aug 1995 16:09:02 -0400 Message-Id: <199508082009.QAA20034@jupiter.avsi.com> From: Allyn Hardyck To: freebsd-bugs@freebsd.org Subject: csh bug? Date: Tue, 08 Aug 1995 16:09:01 -0400 Sender: bugs-owner@freebsd.org Precedence: bulk jupiter 26) scan 52 53 52 08/08 Cron Daemon Cron /etc/dump.script.daily< /u/pkg/httpd/cgi-bin/proclog jupiter 27) scan !26$ scan 53 53 08/08 Cron Daemon Cron /u/pkg/httpd/cgi-bin/proclog jupiter 28) scan !26* 26*: Event not found. In the context of sending out another problem with FreeBSD, I should say that we've been listed in the Point Com top 5% of Web sites and it relies (either in its development stages or its final form) on the back of this Dell running 2.0.5. Thanks very much for an overwhelmingly useful and usable system. Allyn Hardyck Avalanche Systems Inc. allynh@avsi.com http://www.avsi.com/ From owner-freebsd-bugs Tue Aug 8 17:50:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA26918 for bugs-outgoing; Tue, 8 Aug 1995 17:50:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA26907 ; Tue, 8 Aug 1995 17:50:01 -0700 Resent-Date: Tue, 8 Aug 1995 17:50:01 -0700 Resent-Message-Id: <199508090050.RAA26907@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, muir@idiom.com Received: from idiom.com (idiom.com [140.174.82.4]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id RAA25760 for ; Tue, 8 Aug 1995 17:42:24 -0700 Received: (from muir@localhost) by idiom.com (8.6.11/8.6.10) id RAA16730; Tue, 8 Aug 1995 17:42:22 -0700 Message-Id: <199508090042.RAA16730@idiom.com> Date: Tue, 8 Aug 1995 17:42:22 -0700 From: David Muir Sharnoff Reply-To: muir@idiom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/662: LINT kernel config line for for parallel port doesn't work Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 662 >Category: kern >Synopsis: LINT kernel config line for for parallel port doesn't work >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 8 17:50:00 PDT 1995 >Last-Modified: >Originator: David Muir Sharnoff >Organization: Idiom Consulting >Release: FreeBSD 2.0-BUILT-19950603 i386 >Environment: >Description: I build my kernel configs by starting with the LINT kernel and cutting out everything that I don't think I'll need. The GENERIC kernel doesn't have everything one might want so this is really the only way to do it. In the process, I kept the LINT kernel's config line for the parallel port. It didn't probe. >How-To-Repeat: >Fix: Use the GENERIC kernel's parallel port config line instead >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Aug 8 17:50:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA26942 for bugs-outgoing; Tue, 8 Aug 1995 17:50:03 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA26922 ; Tue, 8 Aug 1995 17:50:02 -0700 Resent-Date: Tue, 8 Aug 1995 17:50:02 -0700 Resent-Message-Id: <199508090050.RAA26922@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, muir@idiom.com Received: from idiom.com (idiom.com [140.174.82.4]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id RAA25833 for ; Tue, 8 Aug 1995 17:44:06 -0700 Received: (from muir@localhost) by idiom.com (8.6.11/8.6.10) id RAA16849; Tue, 8 Aug 1995 17:44:04 -0700 Message-Id: <199508090044.RAA16849@idiom.com> Date: Tue, 8 Aug 1995 17:44:04 -0700 From: David Muir Sharnoff Reply-To: muir@idiom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/663: newfs man page refers to format(8). Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 663 >Category: docs >Synopsis: newfs man page refers to format(8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 8 17:50:01 PDT 1995 >Last-Modified: >Originator: David Muir Sharnoff >Organization: Idiom Consulting >Release: FreeBSD 2.0-BUILT-19950603 i386 >Environment: >Description: There is no format(8). >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Aug 8 17:50:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA26989 for bugs-outgoing; Tue, 8 Aug 1995 17:50:06 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA26971 ; Tue, 8 Aug 1995 17:50:05 -0700 Resent-Date: Tue, 8 Aug 1995 17:50:05 -0700 Resent-Message-Id: <199508090050.RAA26971@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, muir@idiom.com Received: from idiom.com (idiom.com [140.174.82.4]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id RAA26557 for ; Tue, 8 Aug 1995 17:48:38 -0700 Received: (from muir@localhost) by idiom.com (8.6.11/8.6.10) id RAA17094; Tue, 8 Aug 1995 17:48:36 -0700 Message-Id: <199508090048.RAA17094@idiom.com> Date: Tue, 8 Aug 1995 17:48:36 -0700 From: David Muir Sharnoff Reply-To: muir@idiom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/665: pkg_manage can't handle installing dvips Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 665 >Category: ports >Synopsis: pkg_manage can't handle installing dvips >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 8 17:50:04 PDT 1995 >Last-Modified: >Originator: David Muir Sharnoff >Organization: Idiom Consulting >Release: FreeBSD 2.0-BUILT-19950603 i386 >Environment: >Description: The dvips installation script wants terminal input. pkg_manage just hangs when an installation script wants terminal input. It would be better if it detected the situation (SIG_TSTP?). It would be better still if you give the required terminal input. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Aug 8 22:47:28 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id WAA20714 for bugs-outgoing; Tue, 8 Aug 1995 22:47:28 -0700 Received: from mail.zrz.TU-Berlin.DE (mail.zrz.TU-Berlin.DE [130.149.4.15]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id WAA20697 for ; Tue, 8 Aug 1995 22:47:22 -0700 Received: from mailgzrz.TU-Berlin.DE by mail.zrz.TU-Berlin.DE with SMTP (PP); Wed, 9 Aug 1995 07:40:29 +0200 Received: from marie.physik.tu-berlin.de by mailgzrz.TU-Berlin.DE with SMTP (PP); Wed, 9 Aug 1995 03:04:15 +0200 Received: (from jan@localhost) by marie.physik.tu-berlin.de (8.6.9/8.6.9) id CAA17627 for freebsd-bugs@freebsd.org; Wed, 9 Aug 1995 02:58:38 +0200 From: Jan Riedinger Message-Id: <199508090058.CAA17627@marie.physik.tu-berlin.de> Comments: MTA at marie.physik.TU-Berlin.DE is now sendmail v8. Subject: my bug report (2.1-Snap) To: freebsd-bugs@freebsd.org Date: Wed, 9 Aug 1995 02:58:36 +0100 (MET DST) X-Mailer: ELM [version 2.4 PL22] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 4496 Sender: bugs-owner@freebsd.org Precedence: bulk Hello! I forgot something. Because the npx driver doesn't work for my board (the boot procedure hangs after probing npx), I have to disable npx. Maybe this causes the "undefined symbol '_hw_float'" error. Here is my config file: # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # $Id: GENERIC,v 1.46 1995/06/11 19:31:11 rgrimes Exp $ # machine "i386" cpu "I386_CPU" #cpu "I486_CPU" #cpu "I586_CPU" ident JANB maxusers 10 options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 #options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console config kernel root on sd0 controller isa0 #controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 #tape ft0 at fdc0 drive 2 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 #disk wd1 at wdc0 drive 1 #controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr #disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 #controller ncr0 #controller ahc0 #controller bt0 at isa? port "IO_BT0" bio irq ? vector btintr #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr #controller ahc1 at isa? bio irq ? vector ahcintr #controller ahb0 at isa? bio irq ? vector ahbintr controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr #controller aic0 at isa? port 0x340 bio irq 11 vector aicintr #controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr #controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr #controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr controller scbus0 device sd0 device st0 device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr #device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr #device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr #controller matcd0 at isa? port ? bio # #device scd0 at isa? port 0x230 bio # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1 #options XSERVER # include code for XFree86 #device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr # mse: Logitech and ATI InPort bus mouse ports # psm: PS/2 mouse port [note: conflicts with sc0/vt0, thus "conflicts" keywd] device mse0 at isa? port 0x23c tty irq 5 vector mseintr device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty #device lpt2 at isa? port? tty # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device de0 #device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr #device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr #device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr #device ep0 at isa? port 0x300 net irq 10 vector epintr #device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr #device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr #device lnc1 at isa? port 0x300 net irq 10 drq 0 vector lncintr #device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 # ijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's From owner-freebsd-bugs Tue Aug 8 22:48:28 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id WAA20810 for bugs-outgoing; Tue, 8 Aug 1995 22:48:28 -0700 Received: from mail.zrz.TU-Berlin.DE (mail.zrz.TU-Berlin.DE [130.149.4.15]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id WAA20801 for ; Tue, 8 Aug 1995 22:48:20 -0700 Received: from mailgzrz.TU-Berlin.DE by mail.zrz.TU-Berlin.DE with SMTP (PP); Wed, 9 Aug 1995 07:40:19 +0200 Received: from marie.physik.tu-berlin.de by mailgzrz.TU-Berlin.DE with SMTP (PP); Wed, 9 Aug 1995 01:55:54 +0200 Received: (from jan@localhost) by marie.physik.tu-berlin.de (8.6.9/8.6.9) id BAA16955 for freebsd-bugs@freebsd.org; Wed, 9 Aug 1995 01:51:11 +0200 From: Jan Riedinger Message-Id: <199508082351.BAA16955@marie.physik.tu-berlin.de> Comments: MTA at marie.physik.TU-Berlin.DE is now sendmail v8. Subject: 2.1.0-950726-SNAP To: freebsd-bugs@freebsd.org Date: Wed, 9 Aug 1995 01:51:09 +0100 (MET DST) X-Mailer: ELM [version 2.4 PL22] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1405 Sender: bugs-owner@freebsd.org Precedence: bulk Maybe I found some bugs in the 2.1.0-950726 I tried to build kernel and got: kern_sysctl.o: undefined symbol '_hw_float' referenced from text segment Sorry, I can't include the configuration file now, but if you neet it I will send it to you, but probably you will get it, if you use the mse0 driver for a LogiTech Bus Mouse. (I didn't examine this, because I own only a 386DX40 :-) ). If you try to build /usr/ports/utils/less, you get: kern_sysctl.o: undefined symbol '__set_ospeed' referenced from text segmet The same happens for building screen. The line ident FOO2 in the kernel config file causes a syntax error. Why isn't it possible to use a name which have a number at the end? There should be a shell-escape from the boot-floppy, if you screw up your boot disk.k If I jumped during a custom installation between "disklabel" and "partition" (maybe I selected the command write more than once), I got some times two entries for each partition at the partition page. I missed online help (I know that there is a FAQ for this) for the layout (sizes) of the partition table. I'am not shure, but I think install script didn't make an entry in /etc/sysconfig for my choosen (german) keyboard. The XFree configuration is great - I saved some hours :-). Thank you very much for simplyfieng the installation procedure. Jan BTW: Which driver do I need for a Microsoft Bus Mouse? From owner-freebsd-bugs Tue Aug 8 23:36:51 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id XAA23316 for bugs-outgoing; Tue, 8 Aug 1995 23:36:51 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id XAA23308 for ; Tue, 8 Aug 1995 23:36:44 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA09203; Wed, 9 Aug 1995 16:34:19 +1000 Date: Wed, 9 Aug 1995 16:34:19 +1000 From: Bruce Evans Message-Id: <199508090634.QAA09203@godzilla.zeta.org.au> To: freebsd-bugs@freebsd.org, jan@physik.TU-Berlin.DE Subject: Re: my bug report (2.1-Snap) Sender: bugs-owner@freebsd.org Precedence: bulk >I forgot something. Because the npx driver doesn't work for my board >(the boot procedure hangs after probing npx), I have to disable npx. >Maybe this causes the "undefined symbol '_hw_float'" error. Put npx back in the config file and disable it by booting with -c. npx isn't actually optional and disabling it doesn't work quite right, but the non-GPL math emulator is so broken that you won't be able to distinguish the bug from others. Bruce From owner-freebsd-bugs Tue Aug 8 23:40:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id XAA23426 for bugs-outgoing; Tue, 8 Aug 1995 23:40:03 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id XAA23409 ; Tue, 8 Aug 1995 23:40:01 -0700 Resent-Date: Tue, 8 Aug 1995 23:40:01 -0700 Resent-Message-Id: <199508090640.XAA23409@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, doug@pistol.holster.demos.com Received: from pistol.holster.demos.com (pistol.holster.demos.com [199.2.210.228]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id XAA23178 for ; Tue, 8 Aug 1995 23:31:18 -0700 Received: (from doug@localhost) by pistol.holster.demos.com (8.6.11/8.6.9) id XAA15242; Tue, 8 Aug 1995 23:31:16 -0700 Message-Id: <199508090631.XAA15242@pistol.holster.demos.com> Date: Tue, 8 Aug 1995 23:31:16 -0700 From: doug@carbine.holster.demos.com Reply-To: doug@pistol.holster.demos.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/666: FreeBSD 2.1.0-950726-SNAP ldconfig problem Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 666 >Category: gnu >Synopsis: The ldconfig program in SNAP wasn't good >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 8 23:40:00 PDT 1995 >Last-Modified: >Originator: Douglas Jackson >Organization: Not much >Release: FreeBSD 2.0-BUILT-19950628 i386 >Environment: Installed the SNAP, but without sourcetree. Did install X11. >Description: The ldconfig program in the bindist was not the current one. When trying to build xpm, could not, since ldconfig -m wasn't supported. >How-To-Repeat: Install via ftp. Don't load sources. Attempt to build fvwm -- Will fail, since xpm is needed. Attempt to build xpm -- Won't work because ldconfig isn't correct. >Fix: Get the ldconfig from -current, instead of the one from bindist >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Aug 8 23:40:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id XAA23453 for bugs-outgoing; Tue, 8 Aug 1995 23:40:04 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id XAA23432 ; Tue, 8 Aug 1995 23:40:03 -0700 Resent-Date: Tue, 8 Aug 1995 23:40:03 -0700 Resent-Message-Id: <199508090640.XAA23432@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, doug@carbine.holster.demos.com Received: from pistol.holster.demos.com (pistol.holster.demos.com [199.2.210.228]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id XAA23389 for ; Tue, 8 Aug 1995 23:39:40 -0700 Received: (from doug@localhost) by pistol.holster.demos.com (8.6.11/8.6.9) id XAA15349; Tue, 8 Aug 1995 23:39:38 -0700 Message-Id: <199508090639.XAA15349@pistol.holster.demos.com> Date: Tue, 8 Aug 1995 23:39:38 -0700 From: doug@carbine.holster.demos.com Reply-To: doug@carbine.holster.demos.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/667: make install for fvwm assumes X11R6/bin path for root Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 667 >Category: ports >Synopsis: When attempting to install fvwm, could not. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 8 23:40:02 PDT 1995 >Last-Modified: >Originator: Douglas Jackson >Organization: None >Release: FreeBSD 2.0-BUILT-19950628 i386 >Environment: Install the SNAP without sourcetree. >Description: The "make install" tasks for fvwm (slight chance it's xpm -- I'm kind of hazey on that) assumes you have a path to X11R6/bin. That wasn't the case for root. >How-To-Repeat: as userid not root: Fetch and build ldconfig (bindist had wrong one) su to root, and make install. Fetch and build xpm su to root and make install. Fetch and build fvwm su to root make install make tries to run mkdirhier, which is in X11R6/bin. root doesn't have that in path -- fails to install. >Fix: I added X11R6/bin to the path for root, and then: make install Eventually worked. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Aug 9 00:25:25 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id AAA24712 for bugs-outgoing; Wed, 9 Aug 1995 00:25:25 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id AAA24693 for ; Wed, 9 Aug 1995 00:25:03 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA27472; Wed, 9 Aug 1995 09:24:57 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA12353; Wed, 9 Aug 1995 09:24:55 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id JAA29047; Wed, 9 Aug 1995 09:02:34 +0200 From: J Wunsch Message-Id: <199508090702.JAA29047@uriah.heep.sax.de> Subject: Re: NFS client strangeness To: sawmill!rjk@uunet.uu.net (Richard Kuhns) Date: Wed, 9 Aug 1995 09:02:34 +0200 (MET DST) Cc: bugs@FreeBSD.org In-Reply-To: from "Richard Kuhns" at Aug 8, 95 12:44:00 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 631 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Richard Kuhns wrote: > > I freely admit that I'm not an expert on NFS, but should this really > happen? sawdust is running ESIX 4.0.4, an SVR4 variant. > sawdust:/usr2 2553836 1548296 750156 67% /usr2 <-********* > sawdust:/usr2 2553836 1548296 750156 67% /usr2 <-********* I believe this has been discussed before. It's not an NFS phenomenon, the 4.4BSD semantics do allow multiple mounts on a single mount point (thereby shadowing the previous contents). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Wed Aug 9 00:25:25 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id AAA24714 for bugs-outgoing; Wed, 9 Aug 1995 00:25:25 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id AAA24701 for ; Wed, 9 Aug 1995 00:25:18 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA27475; Wed, 9 Aug 1995 09:24:59 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA12357; Wed, 9 Aug 1995 09:24:58 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id JAA29174; Wed, 9 Aug 1995 09:19:11 +0200 From: J Wunsch Message-Id: <199508090719.JAA29174@uriah.heep.sax.de> Subject: Re: csh bug? To: allynh@avsi.com (Allyn Hardyck) Date: Wed, 9 Aug 1995 09:19:11 +0200 (MET DST) Cc: freebsd-bugs@FreeBSD.org In-Reply-To: <199508082009.QAA20034@jupiter.avsi.com> from "Allyn Hardyck" at Aug 8, 95 04:09:01 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 622 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Allyn Hardyck wrote: > > jupiter 26) scan 52 53 > 52 08/08 Cron Daemon Cron /etc/dump.script.daily< 53 08/08 Cron Daemon Cron /u/pkg/httpd/cgi-bin/proclog > jupiter 27) scan !26$ > scan 53 > 53 08/08 Cron Daemon Cron /u/pkg/httpd/cgi-bin/proclog > jupiter 28) scan !26* > 26*: Event not found. It violates csh's man page. Btw., it works correctly when you don't omit the colon before `*'. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Wed Aug 9 01:40:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id BAA26833 for bugs-outgoing; Wed, 9 Aug 1995 01:40:04 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id BAA26824 ; Wed, 9 Aug 1995 01:40:03 -0700 Resent-Date: Wed, 9 Aug 1995 01:40:03 -0700 Resent-Message-Id: <199508090840.BAA26824@freefall.cdrom.com> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.cdrom.com, wosch@cs.tu-berlin.de Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id BAA26744 for ; Wed, 9 Aug 1995 01:38:28 -0700 Received: from localhost.cs.tu-berlin.de ([130.149.1.128]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id KAA28320 for ; Wed, 9 Aug 1995 10:33:16 +0200 Received: (from wosch@localhost) by localhost (8.6.9/8.6.9) id XAA07340; Tue, 8 Aug 1995 23:46:30 +0200 Message-Id: <199508082146.XAA07340@localhost> Date: Tue, 8 Aug 1995 23:46:30 +0200 From: Wolfram Schneider Reply-To: wosch@cs.tu-berlin.de To: FreeBSD-gnats-submit@freebsd.org, wosch@cs.tu-berlin.de X-Send-Pr-Version: 3.2 Subject: kern/668: garbage in /var/account/acct Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 668 >Category: kern >Synopsis: garbage in /var/account/acct >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 9 01:40:02 PDT 1995 >Last-Modified: >Originator: Wolfram Schneider >Organization: >Release: FreeBSD 2.0-ALPHA i386 >Environment: >Description: Sometimes the kernel produces garbage after long program names in /var/account/acct. # create a 10 chars long (or longer) program name $ cp /bin/ls /tmp/ls34567890 # start this program 100 x $ set 0 1 2 3 4 5 6 7 8 9 $ for i do for j do /tmp/ls34567890 ;done;done >/dev/null # check for garbage $ lastcomm |grep '^ls34567890[^ ]'|wc 3 30 201 $ lastcomm |grep '^ls34567890[^ ]' ls34567890\001 - wosch ttyp0 0.02 secs Tue Aug 8 15:00 ls34567890\001 - wosch ttyp0 0.05 secs Tue Aug 8 15:00 ls34567890\001 - wosch ttyp0 0.03 secs Tue Aug 8 15:00 Wolfram >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Aug 9 05:34:20 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id FAA10543 for bugs-outgoing; Wed, 9 Aug 1995 05:34:20 -0700 Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id FAA10522 for ; Wed, 9 Aug 1995 05:34:13 -0700 Received: from relay.philips.nl (relay.philips.nl [130.144.65.1]) by who.cdrom.com (8.6.11/8.6.11) with ESMTP id FAA12595 for ; Wed, 9 Aug 1995 05:01:29 -0700 Received: from cnps.lss.cp.philips.com ([130.144.198.1]) by relay.philips.nl (8.6.9/8.6.9-950414) with SMTP id NAA21412; Wed, 9 Aug 1995 13:58:16 +0200 Received: from spooky.lss.cp.philips.com by cnps.lss.cp.philips.com with smtp (Smail3.1.28.1 #1) id m0sgAgH-0000qxC; Wed, 9 Aug 95 13:56 MET Received: by spooky.lss.cp.philips.com (Smail3.1.29.1 #1) id m0sg9ii-000HneC; Wed, 9 Aug 95 13:54 MET DST Message-Id: From: guido@spooky.lss.cp.philips.com (Guido van Rooij) Subject: problem with S3 server (3.1.2) To: bugs@xfree86.org, bugs@FreeBSD.ORG Date: Wed, 9 Aug 1995 13:54:48 +0200 (MET DST) Reply-To: Guido.vanRooij@nl.cis.philips.com (Guido van Rooij) X-Mailer: ELM [version 2.4 PL21] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 15074 Sender: bugs-owner@FreeBSD.ORG Precedence: bulk Hi, With my Stealth 64 video vram card incombination with the 3.1.2 S3 server, I'm experiencing the following bug: the first 6 or 7 pixel columns do not appear at the left of the screen but instead they appear *after* the last colums. So when looking at a horizontal line, we see the following pixels: 7 8 ...... 1280 0 1 2 3 4 5 6 This is in all modes (though the example line is of course for 1280 width) XF86config and probeonly output follow below. This seems a memory problem...I am not sure if it is caused by XFree86 or by FreeBSD, so I'm sedning it to bugs@{freebsd,xfree86}.org -Guido Here's my xfconfig: # File generated by xf86config. # # Copyright (c) 1994 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from the # XFree86 Project. # # ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # If you don't have a floating point coprocessor and emacs, Mosaic or other # programs take long to start up, try moving the Type1 and Speedo directory # to the end of this list (or comment them out). # FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # NoTrapSignals # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # DontZap # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # DontZoom EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" # when using XQUEUE, comment out the above line, and uncomment the # following line # Protocol "Xqueue" AutoRepeat 500 5 # Let the server do the NumLock processing. This should only be required # when using pre-R6 clients # ServerNumLock # Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)) # Xleds 1 2 3 # To set the LeftAlt to Meta, RightAlt key to ModeShift, # RightCtl key to Compose, and ScrollLock key to ModeLock: # LeftAlt Meta # RightAlt ModeShift # RightCtl Compose # ScrollLock ModeLock EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/psm0" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Protocol "Xqueue" # Baudrate and SampleRate are only for some Logitech mice # BaudRate 9600 # SampleRate 150 # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Buttons # ChordMiddle is an option for some 3-button Logitech mice # ChordMiddle EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "Phil_21b" VendorName "Philips" ModelName "21B" # Bandwidth is in MHz unless units are specified # Bandwidth 25.2 # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 30-90 # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 50-160 # Modes can be specified in two formats. A compact one-line format, or # a multi-line format. # These two are equivalent # ModeLine "1024x768i" 45 1024 1048 1208 1264 768 776 784 817 Interlace # Mode "1024x768i" # DotClock 45 # HTimings 1024 1048 1208 1264 # VTimings 768 776 784 817 # Flags "Interlace" # EndMode # This is a set of standard mode timings. Modes that are out of monitor spec # are automatically deleted by the server (provided the HorizSync and # VertRefresh lines are correct), so there's no immediate need to # delete mode timings (unless particular mode timings don't work on your # monitor). With these modes, the best standard mode that your monitor # and video card can support for a given resolution is automatically # used. # 640x400 @ 70 Hz, 31.5 kHz hsync Modeline "640x400" 25.175 640 664 760 800 400 409 411 450 # 640x480 @ 60 Hz, 31.5 kHz hsync Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 # 800x600 @ 56 Hz, 35.15 kHz hsync ModeLine "800x600" 36 800 824 896 1024 600 601 603 625 # 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync Modeline "1024x768" 44.9 1024 1048 1208 1264 768 776 784 817 Interlace # 640x480 @ 72 Hz, 36.5 kHz hsync Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 # 800x600 @ 60 Hz, 37.8 kHz hsync Modeline "800x600" 40 800 840 968 1056 600 601 605 628 +hsync +vsync # 800x600 @ 72 Hz, 48.0 kHz hsync Modeline "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync # 1024x768 @ 60 Hz, 48.4 kHz hsync Modeline "1024x768" 65 1024 1032 1176 1344 768 771 777 806 -hsync -vsync # 1024x768 @ 70 Hz, 56.5 kHz hsync Modeline "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync -vsync # 1280x1024 @ 87 Hz interlaced, 51 kHz hsync Modeline "1280x1024" 80 1280 1296 1512 1568 1024 1025 1037 1165 Interlace # 1024x768 @ 76 Hz, 62.5 kHz hsync Modeline "1024x768" 85 1024 1032 1152 1360 768 784 787 823 # 1280x1024 @ 61 Hz, 64.2 kHz hsync Modeline "1280x1024" 110 1280 1328 1512 1712 1024 1025 1028 1054 # 1280x1024 @ 74 Hz, 78.85 kHz hsync Modeline "1280x1024" 135 1280 1312 1456 1712 1024 1027 1030 1064 # 1280x1024 @ 76 Hz Modeline "1280x1024" 135 1280 1312 1416 1664 1024 1026 1029 1066 # 1600x1200 @ 72 Hz Modeline "1600x1200" 194 1600 1648 1802 2160 1200 1201 1204 1242 # Low-res Doublescan modes # If your chipset does not support doublescan, you get a 'squashed' # resolution like 320x400. # 320x200 @ 70 Hz, 31.5 kHz hsync, 8:5 aspect ratio Modeline "320x200" 12.588 320 336 384 400 200 204 205 225 Doublescan # 320x240 @ 60 Hz, 31.5 kHz hsync, 4:3 aspect ratio Modeline "320x240" 12.588 320 336 384 400 240 245 246 262 Doublescan # 320x240 @ 72 Hz, 36.5 kHz hsync Modeline "320x240" 15.750 320 336 384 400 240 244 246 262 Doublescan # 400x300 @ 56 Hz, 35.2 kHz hsync, 4:3 aspect ratio ModeLine "400x300" 18 400 416 448 512 300 301 602 312 Doublescan # 400x300 @ 60 Hz, 37.8 kHz hsync Modeline "400x300" 20 400 416 480 528 300 301 303 314 Doublescan # 400x300 @ 72 Hz, 48.0 kHz hsync Modeline "400x300" 25 400 424 488 520 300 319 322 333 Doublescan # 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio ModeLine "480x300" 21.656 480 496 536 616 300 301 302 312 Doublescan # 480x300 @ 60 Hz, 37.8 kHz hsync Modeline "480x300" 23.890 480 496 576 632 300 301 303 314 Doublescan # 480x300 @ 63 Hz, 39.6 kHz hsync Modeline "480x300" 25 480 496 576 632 300 301 303 314 Doublescan # 480x300 @ 72 Hz, 48.0 kHz hsync Modeline "480x300" 29.952 480 504 584 624 300 319 322 333 Doublescan EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Generic VGA" VendorName "Unknown" BoardName "Unknown" Chipset "generic" # VideoRam 256 # Clocks 25.2 28.3 EndSection # Sample Device for accelerated server: # Section "Device" # Identifier "Actix GE32+ 2MB" # VendorName "Actix" # BoardName "GE32+" # Ramdac "ATT20C490" # Dacspeed 110 # Option "dac_8_bit" # Clocks 25.0 28.0 40.0 0.0 50.0 77.0 36.0 45.0 # Clocks 130.0 120.0 80.0 31.0 110.0 65.0 75.0 94.0 # EndSection # Device configured by xf86config: Section "Device" Identifier "stealth_64V" VendorName "Diamond" BoardName "Stealth 64 VRAM" VideoRam 2048 # Use Option "nolinear" if the server doesn't start up correctly # (this avoids the linear framebuffer probe). If that fails try # option "nomemaccess". # # Use Option "sw_cursor" if the server completely locked up # several times while you're moving the mouse. # # Refer to /usr/X11R6/lib/doc/README.S3, and the XF86_S3 man page. Ramdac "ti3026" Clockchip "ti3026" EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The Colour SVGA server Section "Screen" Driver "svga" Device "Generic VGA" #Device "stealth_64V" Monitor "Phil_21b" Subsection "Display" Depth 8 #Modes "640x480" "800x600" "1024x768" "1280x1024" ViewPort 0 0 Virtual 320 200 #Virtual 1280 1024 EndSubsection EndSection # The 16-color VGA server Section "Screen" Driver "vga16" Device "Generic VGA" Monitor "Phil_21b" Subsection "Display" Modes "640x480" "800x600" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection # The Mono server Section "Screen" Driver "vga2" Device "Generic VGA" Monitor "Phil_21b" Subsection "Display" Modes "640x480" "800x600" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection # The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64) Section "Screen" Driver "accel" Device "stealth_64V" Monitor "Phil_21b" Subsection "Display" Depth 8 #Modes "640x480" "800x600" "1024x768" "1280x1024" Modes "1280x1024" "1024x768" "640x480" ViewPort 0 0 #Virtual 1024 1024 EndSubsection Subsection "Display" Depth 16 Modes "640x480" "800x600" "1024x768" ViewPort 0 0 Virtual 1024 768 EndSubsection Subsection "Display" Depth 32 Modes "640x480" "800x600" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection --------- XF86_S3 -rpobeonly info: XFree86 Version 3.1.2 / X Window System (protocol Version 11, revision 0, vendor release 6000) Operating System: FreeBSD 2.0.5 Configured drivers: S3: accelerated server for S3 graphics adaptors (Patchlevel 0) mmio_928, s3_generic Using syscons driver with X support (version 2.0) (using VT number 4) XF86Config: /etc/XF86Config (**) stands for supplied, (--) stands for probed/default values (**) Mouse: type: PS/2, device: /dev/psm0, baudrate: 1200 (**) S3: Graphics device ID: "stealth_64V" (**) S3: Monitor ID: "Phil_21b" (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/" (--) S3: card type: PCI (--) S3: chipset: 968 rev. 31 (--) S3: chipset driver: mmio_928 (**) S3: videoram: 2048k (**) S3: Ramdac type: ti3026 (--) S3: Ramdac speed: 135 (--) S3: Using hardware cursor from Ti3026 RAMDAC (**) S3: Using TI 3026 programmable clock (MCLK 66.818 MHz) (--) S3: Maximum allowed dot-clock: 135.000 MHz (**) S3: Mode "1280x1024": mode clock = 135.000 (**) S3: Mode "1024x768": mode clock = 85.000 (**) S3: Mode "640x480": mode clock = 31.500 (--) S3: Operating RAMDAC in pixel multiplex mode (--) S3: Using 8 bits per RGB value (--) S3: Virtual resolution set to 1280x1024 From owner-freebsd-bugs Wed Aug 9 08:24:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAB17640 for bugs-outgoing; Wed, 9 Aug 1995 08:24:01 -0700 Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id IAA17633 for ; Wed, 9 Aug 1995 08:23:59 -0700 Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by who.cdrom.com (8.6.11/8.6.11) with ESMTP id IAA13493 for ; Wed, 9 Aug 1995 08:23:49 -0700 Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.11/8.6.9) id LAA26036; Wed, 9 Aug 1995 11:13:09 -0400 From: A boy and his worm gear Message-Id: <199508091513.LAA26036@skynet.ctr.columbia.edu> Subject: Re: my bug report (2.1-Snap) To: jan@physik.TU-Berlin.DE (Jan Riedinger) Date: Wed, 9 Aug 1995 11:13:05 -0400 (EDT) Cc: bugs@freebsd.org, wpaul@skynet.ctr.columbia.edu (A boy and his worm gear) In-Reply-To: <199508090058.CAA17627@marie.physik.tu-berlin.de> from "Jan Riedinger" at Aug 9, 95 02:58:36 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 3045 Sender: bugs-owner@freebsd.org Precedence: bulk Of all the gin joints in all the world, Jan Riedinger had to walk into mine and say: > Hello! > > I forgot something. Because the npx driver doesn't work for my board > (the boot procedure hangs after probing npx), I have to disable npx. > Maybe this causes the "undefined symbol '_hw_float'" error. Bruce has already explained that disabling the npx driver doesn't actually work. However, I have something I'd like you to try for me, just for kicks, if it wouldn't be too much trouble. My 80387 math chip gives me grief too. In fact, it's given me grief as far back as FreeBSD 1.1. (It would have given me grief with 386BSD 0.1 too, except I didn't have a math chip then. :) Originally, I had to rip the math chip out of my machine just to get bootstrapped, and then later I came up with a workaround for the hangs. I must emphasize the term workaround: the hardware problem is still there and can still be triggered from userland with an appropriately written program. Here's a small context diff for /sys/i386/isa/npx.c: *** npx.c.orig Wed Aug 9 10:49:32 1995 --- npx.c Wed Aug 9 10:48:52 1995 *************** *** 68,74 **** --- 68,78 ---- #define fnclex() __asm("fnclex") #define fninit() __asm("fninit") #define fnop() __asm("fnop") + #ifdef SKYNET + #define fnsave(addr) __asm("fnsave %0; fninit" : "=m" (*(addr))) + #else #define fnsave(addr) __asm("fnsave %0" : "=m" (*(addr))) + #endif #define fnstcw(addr) __asm("fnstcw %0" : "=m" (*(addr))) #define fnstsw(addr) __asm("fnstsw %0" : "=m" (*(addr))) #define fp_divide_by_0() __asm("fldz; fld1; fdiv %st,%st(1); fnop") (SKYNET is the name of the config file for my machine -- this is a machine-specific hack after all. :) You can change it to something else, otherwise use 'options SKYNET' in your config.) I changed the fnsave() macro so that an fninit instruction is executed immediately after the fnsave. fnsave is supposed to do an fninit after it saves the FPU state anyway, so technically it shouldn't make any difference. But on my system (a 386sx/16), the FPU will only work correctly if I add this hack. There's a good chance it won't help you at all, but I'd be very interested to know if it does. Note that this does not really fix the problem: it is still possible for a user to write a program with an embedded __asm() directive that executes an fnsave instruction without doing the fninit afterwards. Such a program will still hang your system. Well, if you're having the same problem that I am, that is. -Bill -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~T~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Bill Paul (212) 854-6020 | System Manager Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The Møøse Illuminati: ignore it and be confused, or join it and be confusing! ~~~~~~ "Welcome to All Things BSDish! If it's not BSDish, it's crap!" ~~~~~~~ From owner-freebsd-bugs Wed Aug 9 10:51:59 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA21652 for bugs-outgoing; Wed, 9 Aug 1995 10:51:59 -0700 Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id KAA21646 for ; Wed, 9 Aug 1995 10:51:45 -0700 Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.8/8.6.6) with SMTP id LAA11213; Wed, 9 Aug 1995 11:51:28 -0600 Message-Id: <199508091751.LAA11213@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol To: bugs@freebsd.org Cc: Guido.vanRooij@nl.cis.philips.com (Guido van Rooij) Subject: Re: problem with S3 server (3.1.2) In-reply-to: Your message of "Wed, 09 Aug 1995 13:54:48 +0200." Date: Wed, 09 Aug 1995 11:51:25 -0600 From: Steve Passe Sender: bugs-owner@freebsd.org Precedence: bulk Hello, I have both VLBUS & PCI Stealth64 VRAMs running on X11-3.2.1 The PCI uses the following description: Section "Device" # SVGA server auto-detected chipset Identifier "Stealth" VendorName "Diamond" BoardName "Stealth 64" ClockChip "icd2061a" Option "dac_8_bit" EndSection try replacing your: Ramdac "ti3026" Clockchip "ti3026" with: ClockChip "icd2061a" if this still doesn't work add the line: Option "dac_8_bit" I'm not sure if that one is necessary. You defininately DO NOT have a ti3026 ramdac on that board (unless they radically changed it's design), it uses the bt485 ramdac. I discovered that the VLBUS version cannot be probed properly to determine this fact (X11-3.1 couldn't anyway). So for it I have to add the following 2 lines: DacSpeed 135 Ramdac "bt485" Steve Passe smp@clem.systemsix.com From owner-freebsd-bugs Wed Aug 9 11:05:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id LAA21904 for bugs-outgoing; Wed, 9 Aug 1995 11:05:02 -0700 Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id LAA21895 ; Wed, 9 Aug 1995 11:04:59 -0700 Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.11/8.6.9) id OAA26176; Wed, 9 Aug 1995 14:03:49 -0400 From: A boy and his worm gear Message-Id: <199508091803.OAA26176@skynet.ctr.columbia.edu> Subject: proposed change to chpass(1) To: freebsd-current@freebsd.org Date: Wed, 9 Aug 1995 14:03:44 -0400 (EDT) Cc: bugs@freebsd.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 3051 Sender: bugs-owner@freebsd.org Precedence: bulk Since this is a security-related sort of thing, I need to run it past people first before punching the big red 'commit' button. Comments are welcome and encouraged. Last night, a gentleman on IRC pointed out to me that chpass(1) is blazingly stupid with respect to NIS. If you invoke, say, chfn with NIS running, it will retrieve the password data for a user through the getpwent(3) library functions, which means it will grab the NIS information and treat is as local. When the user exits chpass, it gratuitously adds the modified record to /etc/master.passwd even though the user doesn't exist in the local master.passwd file. Another way to see this (which is not related to NIS) is to invoke chpass as the superuser. For example, the superuser can run 'chpass foouser' (where foouser is an existing valid user in the password database), change foouser's login name to 'baruser,' then exit. chpass will create a new password record for 'baruser' containing the same data as 'foouser' and append it to /etc/master.passwd. As near as I can tell from the code, this is intended behavior, though it's not documented in the man page. pw_copy() attempts to match the new record against an existing one and does a substitution when it finds a match, but if it _doesn't_ find a match, it just appends the new record to the end of /etc/master.passwd and rolls merrily along. I, for one, am not thrilled with this. Therefore, I propose the following change to /usr/src/usr.bin/chpass/pw_copy.c: *** pw_copy.c Wed Aug 9 13:46:59 1995 --- pw_copy.c.new Wed Aug 9 10:39:41 1995 *************** *** 96,105 **** --- 96,113 ---- goto err; } if (!done) + #ifdef TOO_LENIENT_FOR_OUR_OWN_GOOD (void)fprintf(to, "%s:%s:%d:%d:%s:%ld:%ld:%s:%s:%s\n", pw->pw_name, pw->pw_passwd, pw->pw_uid, pw->pw_gid, pw->pw_class, pw->pw_change, pw->pw_expire, pw->pw_gecos, pw->pw_dir, pw->pw_shell); + #else + { + warnx("%s: no such local user", pw->pw_name); + warnx("(use ypchpass(1) for NIS or adduser(1) to create a new user)"); + pw_error(NULL, 0, 1); + } + #endif if (ferror(to)) err: pw_error(NULL, 1, 1); This makes chpass abort without changing the password database rather than blindly adding a new record (passwd is already smart enough to know when NIS is turned on though and handles it accordingly). This is really a temporary fix since I intend to add NIS support to chpass eventually, but I won't have it ready for 2.1 and this needs to be addressed before then. -Bill -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~T~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Bill Paul (212) 854-6020 | System Manager Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The Møøse Illuminati: ignore it and be confused, or join it and be confusing! ~~~~~~ "Welcome to All Things BSDish! If it's not BSDish, it's crap!" ~~~~~~~ From owner-freebsd-bugs Wed Aug 9 11:31:24 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id LAA22972 for bugs-outgoing; Wed, 9 Aug 1995 11:31:24 -0700 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id LAA22954 for ; Wed, 9 Aug 1995 11:31:17 -0700 Received: (from nate@localhost) by trout.sri.MT.net (8.6.11/8.6.11) id MAA25456; Wed, 9 Aug 1995 12:30:53 -0600 Date: Wed, 9 Aug 1995 12:30:53 -0600 From: Nate Williams Message-Id: <199508091830.MAA25456@trout.sri.MT.net> X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: bugs@FreeBSD.org Subject: FreeBSD Sony CD-ROM driver buggy Cc: micke@dynas.se Sender: bugs-owner@FreeBSD.org Precedence: bulk I'm attempting to install FreeBSD onto a 486/66 box using the 2.0.5 CD. Thanks to to the 'emergency holographic shell' on vty4, I was able to track down the problem to corruption of data coming off the CD. I'm able to partition and lable the disk successfully, but when 'sysinstall' attempts to unpack '/cdrom/floppies/root.flp' it dies with an error. Thanks to the 'emergency holographic shell' on vty4, I am able to determine that the data coming from the CD is bogus, though the lack of tools at this point makes it extremely difficult to determine how far into the file the corruption occurs. The CD and drive are fine (obviously) since I can read the data from the DOS partition on the same box, copy it to a floppy and read it on another FreeBSD box and the data is fine. Also, FreeBSD correctly recognizes and mounts the drive, and the directory structure looks fine, but when I read from it quickly the data gets corrupted. *Feature plea on* I'd like to track this down, but I don't have the disk space to create a 'fs-image' of a 2.0.5 install disk, and w/out that I can't even install the darn thing. We *really* need to provide a way for folks to build their own custom 'boot.flp' kernels, since I can't even debug the problem with a running system on the machine, and w/out the ability to build custom debuggable kernels I can't even track down the problem. I *could* build a custom kernel, but I can't even install it on my hard-drive with the current install tools. This is *not* to knock the installation tools, but a plea to make it easier for folks to build custom 'boot.flp'. IMHO, this requires access to the 'fs-image' file created during the install processes, which is the MFS image inside of the kernel. This file takes a large amount of space to build because of the current ordering of the intall tools, and most folks don't have access to that much space. All of the other tools are easily buildable or already exists in the default distribution. With an 'fs-image', all a person needs to do is create a custom kernel with the addition of a couple extra lines for the MFS stuff (I could grab it if needed), build /usr/src/release/write_mfs_in_image, and all is set. I don't suppose there ia a chance of a 2.0.5 fs-image file lying around, is there? *Feature plea off* In any case, if there is anything I can do to help debug the problem, let me know. I'm going to try and get a kernel on this thing to see if I can track down the problem myself. Also, having a fixit.flp would be really helpful, but building one of those also requires more disk space than I have available as well. Nate From owner-freebsd-bugs Wed Aug 9 12:07:39 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA24160 for bugs-outgoing; Wed, 9 Aug 1995 12:07:39 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id MAA24154 for ; Wed, 9 Aug 1995 12:07:37 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id NAA24064; Wed, 9 Aug 1995 13:09:41 -0600 Date: Wed, 9 Aug 1995 13:09:41 -0600 Message-Id: <199508091909.NAA24064@rocky.sri.MT.net> To: bugs@FreeBSD.org CC: micke@dynas.se Subject: Re: FreeBSD Sony CD-ROM driver buggy In-Reply-To: <199508091830.MAA25456@trout.sri.MT.net> References: <199508091830.MAA25456@trout.sri.MT.net> Reply-To: nate@trout.sri.MT.net (Nate Williams) From: nate@rocky.sri.MT.net (Nate Williams) Sender: bugs-owner@FreeBSD.org Precedence: bulk Nate Williams writes: > I'm attempting to install FreeBSD onto a 486/66 box using the 2.0.5 CD. > Thanks to to the 'emergency holographic shell' on vty4, I was able to > track down the problem to corruption of data coming off the CD. I'm able > to partition and lable the disk successfully, but when 'sysinstall' attempts > to unpack '/cdrom/floppies/root.flp' it dies with an error. > > Thanks to the 'emergency holographic shell' on vty4, I am able to > determine that the data coming from the CD is bogus, though the lack of > tools at this point makes it extremely difficult to determine how far > into the file the corruption occurs. More information. I substituted the Live FS CD for the intall CD to see if I could use the binaries on it to help track down the problem. However, I get 'Memory Fault' or 'Bus Error' whenever I attempt to run any of the binaries, so I think it must be a driver bug of some sort. Also, none of the directories below /cdrom/usr even show up, so there is yet another problem. The CD is a Sony CDU-33A 'Sun Moon Star' I picked up at WalMart. (Hey, this is Montana, WalMart is the *only* store who carries CD-ROMs in stock). I had to configure the kernel to look at port 0x340 instead of the default at 0x230. My CD can't even go there, so I jumpered up much higher. I'm going to try re-jumpering it higher again, but I'm don't feel that it will help. Nate From owner-freebsd-bugs Wed Aug 9 12:43:23 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA24865 for bugs-outgoing; Wed, 9 Aug 1995 12:43:23 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id MAA24857 for ; Wed, 9 Aug 1995 12:43:19 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id NAA24153; Wed, 9 Aug 1995 13:45:26 -0600 Date: Wed, 9 Aug 1995 13:45:26 -0600 Message-Id: <199508091945.NAA24153@rocky.sri.MT.net> To: bugs@FreeBSD.org Cc: micke@dynas.se Subject: Re: FreeBSD Sony CD-ROM driver buggy In-Reply-To: <199508091830.MAA25456@trout.sri.MT.net> References: <199508091830.MAA25456@trout.sri.MT.net> Reply-To: nate@sneezy.sri.com (Nate Williams) From: nate@sneezy.sri.com (Nate Williams) Sender: bugs-owner@FreeBSD.org Precedence: bulk > I *could* build a custom kernel, but I can't even install it on my > hard-drive with the current install tools. Duh... I forgot completely about the network install. In any case, my box is installing away over the network after I popped the CD into the Sun and setup anon-ftp there. I'll look into debugging the Sony-CD driver after the install finishes. Thanks go to the 'install-geeks' for making ftp installs so easy!!! Nate From owner-freebsd-bugs Wed Aug 9 16:37:20 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA01203 for bugs-outgoing; Wed, 9 Aug 1995 16:37:20 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id QAA01197 for ; Wed, 9 Aug 1995 16:37:19 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <17759(5)>; Wed, 9 Aug 1995 16:36:41 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177475>; Wed, 9 Aug 1995 16:36:38 -0700 X-Mailer: exmh version 1.6.1 5/23/95 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: allynh@avsi.com (Allyn Hardyck), freebsd-bugs@freebsd.org Subject: Re: csh bug? In-reply-to: Your message of "Wed, 09 Aug 95 00:19:11 PDT." <199508090719.JAA29174@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 9 Aug 1995 16:36:34 PDT From: Bill Fenner Message-Id: <95Aug9.163638pdt.177475@crevenia.parc.xerox.com> Sender: bugs-owner@freebsd.org Precedence: bulk In message <199508090719.JAA29174@uriah.heep.sax.de> Joerg Wunsch writes: >As Allyn Hardyck wrote: >> jupiter 28) scan !26* >> 26*: Event not found. > >It violates csh's man page. Btw., it works correctly when you don't >omit the colon before `*'. How, exactly, is that violating the man page? The `:' separating the event specification from the word designator can be omitted if the argument selector begins with a `^', `$', `*' `-' or `%'. That seems to pretty clearly say that omitting the colon is allowable. Bill From owner-freebsd-bugs Wed Aug 9 16:49:13 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA01719 for bugs-outgoing; Wed, 9 Aug 1995 16:49:13 -0700 Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id QAA01713 for ; Wed, 9 Aug 1995 16:49:12 -0700 Received: (from mrcpu@localhost) by schizo.cdsnet.net (8.6.12/8.6.9) id QAA04158; Wed, 9 Aug 1995 16:49:11 -0700 Date: Wed, 9 Aug 1995 16:49:09 -0700 (PDT) From: Jaye Mathisen To: freebsd-bugs@freebsd.org Subject: SNAP-0726 install problems. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk Well, thought I'd switch a box from BSD/OS to FreeBSD. Grabbed the boot disk, and fired it up. Install looks great, partitions look great, everything looks great. Finish install, remove floppy reboot: F1 . . . . BSD Default: F? Hit the F1 key, and it just cycles through this. So I'm not getting the boot manager installed properly, but I'm not seeing what's wrong. P5-90, Adaptec 2940, Conner 1GB SCSI disk. 3COM card. Is there any way to install the bootmanager from the bootfloppy standalone? In any case, I'd love to get this working, I want to bail from BSD/OS as much as possible. From owner-freebsd-bugs Wed Aug 9 17:30:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA06284 for bugs-outgoing; Wed, 9 Aug 1995 17:30:02 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id RAA06275 ; Wed, 9 Aug 1995 17:30:02 -0700 Resent-Date: Wed, 9 Aug 1995 17:30:02 -0700 Resent-Message-Id: <199508100030.RAA06275@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.freebsd.org, fenner@parc.xerox.com Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id RAA05914 for ; Wed, 9 Aug 1995 17:26:31 -0700 Received: from baobab.parc.xerox.com ([13.2.116.113]) by alpha.xerox.com with SMTP id <17778(6)>; Wed, 9 Aug 1995 17:25:53 PDT Received: (from fenner@localhost) by baobab.parc.xerox.com (8.6.11/8.6.9) id RAA11259; Wed, 9 Aug 1995 17:43:09 -0700 Message-Id: <199508100043.RAA11259@baobab.parc.xerox.com> Date: Wed, 9 Aug 1995 17:43:09 PDT From: Bill Fenner Reply-To: fenner@parc.xerox.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/669: csh doesn't allow !-2* Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 669 >Category: bin >Synopsis: csh doesn't allow !-2* >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 9 17:30:01 PDT 1995 >Last-Modified: >Originator: Bill Fenner >Organization: Xerox PARC >Release: FreeBSD 2.0-BUILT-19950527 i386 >Environment: >Description: csh doesn't allow the full history syntax documented in the man page. The man page says: The `:' separating the event specification from the word designator can be omitted if the argument selector begins with a `^', `$', `*' `-' or `%'. However, % echo !-2* 2*: Event not found. >How-To-Repeat: Use any of the argument selectors ^, *, - or % after a history command that is not !! >Fix: Note, I didn't take the time to gain a deep understanding of the code, but this fixes the immediate problem. I don't know if it creates new problems. Someone who knows csh internals (is there anyone left?) might want to review it to be absolutely sure. --- bin/csh/lex.c.orig Tue May 30 00:06:35 1995 +++ bin/csh/lex.c Thu Aug 10 00:08:22 1995 @@ -1187,7 +1187,7 @@ } np = lhsb; event = 0; - while (!cmap(c, _ESC | _META | _QF | _QB) && !any("${}:", c)) { + while (!cmap(c, _ESC | _META | _QF | _QB) && !any("^$*-%{}:", c)) { if (event != -1 && Isdigit(c)) event = event * 10 + c - '0'; else >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Aug 9 18:05:31 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA08031 for bugs-outgoing; Wed, 9 Aug 1995 18:05:31 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id SAA08024 for ; Wed, 9 Aug 1995 18:05:30 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA17583; Wed, 9 Aug 95 18:57:50 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9508100057.AA17583@cs.weber.edu> Subject: Re: csh bug? To: fenner@parc.xerox.com (Bill Fenner) Date: Wed, 9 Aug 95 18:57:49 MDT Cc: joerg_wunsch@uriah.heep.sax.de, allynh@avsi.com, freebsd-bugs@freebsd.org In-Reply-To: <95Aug9.163638pdt.177475@crevenia.parc.xerox.com> from "Bill Fenner" at Aug 9, 95 04:36:34 pm X-Mailer: ELM [version 2.4dev PL52] Sender: bugs-owner@freebsd.org Precedence: bulk > >> jupiter 28) scan !26* > >> 26*: Event not found. > > > >It violates csh's man page. Btw., it works correctly when you don't > >omit the colon before `*'. > > How, exactly, is that violating the man page? > > The `:' separating the event specification from the word designator can > be omitted if the argument selector begins with a `^', `$', `*' `-' or > `%'. > > That seems to pretty clearly say that omitting the colon is allowable. Your argument selector begins with a '2'. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-bugs Wed Aug 9 18:50:42 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA09449 for bugs-outgoing; Wed, 9 Aug 1995 18:50:42 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id SAB09443 ; Wed, 9 Aug 1995 18:50:32 -0700 Received: by sequent.kiae.su id AA08364 (5.65.kiae-2 ); Thu, 10 Aug 1995 05:49:39 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Thu, 10 Aug 95 05:49:39 +0400 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id FAA01162; Thu, 10 Aug 1995 05:47:34 +0400 To: FreeBSD-gnats-submit@freebsd.org, fenner@parc.xerox.com Cc: bugs@freebsd.org References: <199508100043.RAA11259@baobab.parc.xerox.com> In-Reply-To: <199508100043.RAA11259@baobab.parc.xerox.com>; from Bill Fenner at Wed, 9 Aug 1995 17:43:09 PDT Message-Id: Organization: Olahm Ha-Yetzirah Date: Thu, 10 Aug 1995 05:47:34 +0400 (MSD) X-Mailer: Mail/@ [v2.40 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: bin/669: csh doesn't allow !-2* Lines: 25 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 731 Sender: bugs-owner@freebsd.org Precedence: bulk In message <199508100043.RAA11259@baobab.parc.xerox.com> Bill Fenner writes: >However, >% echo !-2* >2*: Event not found. Just FYI, tcsh does following thing % echo !-2* -2*: Event not found. >Use any of the argument selectors ^, *, - or % after a history command that >is not !! Can you test it with tcsh too? I don't found proper way in 30secs how to test it :-) I got "Bad ! arg selector" when I'll try similar "echo" test. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-bugs Wed Aug 9 19:00:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id TAA10037 for bugs-outgoing; Wed, 9 Aug 1995 19:00:03 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id TAA10026 ; Wed, 9 Aug 1995 19:00:02 -0700 Date: Wed, 9 Aug 1995 19:00:02 -0700 Message-Id: <199508100200.TAA10026@freefall.FreeBSD.org> To: freebsd-bugs Cc: From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) Subject: Re: bin/669: csh doesn't allow !-2* Reply-To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) Sender: bugs-owner@FreeBSD.org Precedence: bulk The following reply was made to PR bin/669; it has been noted by GNATS. From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) To: FreeBSD-gnats-submit@freebsd.org, fenner@parc.xerox.com Cc: bugs@freebsd.org Subject: Re: bin/669: csh doesn't allow !-2* Date: Thu, 10 Aug 1995 05:47:34 +0400 (MSD) In message <199508100043.RAA11259@baobab.parc.xerox.com> Bill Fenner writes: >However, >% echo !-2* >2*: Event not found. Just FYI, tcsh does following thing % echo !-2* -2*: Event not found. >Use any of the argument selectors ^, *, - or % after a history command that >is not !! Can you test it with tcsh too? I don't found proper way in 30secs how to test it :-) I got "Bad ! arg selector" when I'll try similar "echo" test. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-bugs Wed Aug 9 19:13:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id TAA10818 for bugs-outgoing; Wed, 9 Aug 1995 19:13:06 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id TAA10812 for ; Wed, 9 Aug 1995 19:13:03 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <17803(3)>; Wed, 9 Aug 1995 19:12:23 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177475>; Wed, 9 Aug 1995 19:12:17 -0700 X-Mailer: exmh version 1.6.1 5/23/95 To: terry@cs.weber.edu (Terry Lambert) cc: fenner@parc.xerox.com (Bill Fenner), joerg_wunsch@uriah.heep.sax.de, allynh@avsi.com, freebsd-bugs@freebsd.org Subject: Re: csh bug? In-reply-to: Your message of "Wed, 09 Aug 95 17:57:49 PDT." <9508100057.AA17583@cs.weber.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 9 Aug 1995 19:12:06 PDT From: Bill Fenner Message-Id: <95Aug9.191217pdt.177475@crevenia.parc.xerox.com> Sender: bugs-owner@freebsd.org Precedence: bulk In message <9508100057.AA17583@cs.weber.edu> Terry Lambert writes: >> How, exactly, is "!-2*" violating the man page? > >Your argument selector begins with a '2'. Does everyone need man-page-reading lessons? Come on, folks. My event specification is '-2', as explicitly stated in the man page: With the current event 13 we can refer to previous events by event number `!11', relatively as in `!-2' (referring to the same event) The argument selector follows the event specification: To select words from an event we can follow the event specification by a `:' and a designator for the desired words. And the colon may be omitted for certain special cases: The `:' separating the event specification from the word designator can be omitted if the argument selector begins with a `^', `$', `*' `-' or `%'. I have been using the "!-2*" syntax for years, and was extremely surprised when it didn't work under FreeBSD. Bill From owner-freebsd-bugs Wed Aug 9 19:24:19 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id TAA11304 for bugs-outgoing; Wed, 9 Aug 1995 19:24:19 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id TAA11298 ; Wed, 9 Aug 1995 19:24:16 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <17825(4)>; Wed, 9 Aug 1995 19:23:25 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177475>; Wed, 9 Aug 1995 19:23:18 -0700 X-Mailer: exmh version 1.6.1 5/23/95 To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: FreeBSD-gnats-submit@freebsd.org, fenner@parc.xerox.com, bugs@freebsd.org Subject: Re: bin/669: csh doesn't allow !-2* In-reply-to: Your message of "Wed, 09 Aug 95 18:47:34 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 9 Aug 1995 19:23:04 PDT From: Bill Fenner Message-Id: <95Aug9.192318pdt.177475@crevenia.parc.xerox.com> Sender: bugs-owner@freebsd.org Precedence: bulk In message you write: >Can you test it with tcsh too? >I don't found proper way in 30secs how to test it :-) Sorry, I don't have tcsh. Here is the output from a properly working csh, under SunOS. (Same results from csh on Solaris 2.x and IRIX): crevenia% echo 1 2 3 1 2 3 crevenia% ; crevenia% echo !-2* echo 1 2 3 1 2 3 crevenia% echo !-3$ echo 3 3 crevenia% echo !-4^ echo 1 1 crevenia% Here is the output from FreeBSD's csh: % echo 1 2 3 1 2 3 % ; % echo !-2* 2*: Event not found. % echo !-3$ echo 3 3 % echo !-4^ 4^: Event not found. % Note that the "$" case worked. Here is FreeBSD's csh after applying the patch in my PR. % echo 1 2 3 1 2 3 % ; % echo !-2* echo 1 2 3 1 2 3 % echo !-3$ echo 3 3 % echo !-4^ echo 1 1 % Bill From owner-freebsd-bugs Wed Aug 9 19:30:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id TAA11473 for bugs-outgoing; Wed, 9 Aug 1995 19:30:06 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id TAA11463 ; Wed, 9 Aug 1995 19:30:03 -0700 Date: Wed, 9 Aug 1995 19:30:03 -0700 Message-Id: <199508100230.TAA11463@freefall.FreeBSD.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: bin/669: csh doesn't allow !-2* Reply-To: Bill Fenner Sender: bugs-owner@FreeBSD.org Precedence: bulk The following reply was made to PR bin/669; it has been noted by GNATS. From: Bill Fenner To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) Cc: FreeBSD-gnats-submit@freebsd.org, fenner@parc.xerox.com, bugs@freebsd.org Subject: Re: bin/669: csh doesn't allow !-2* Date: Wed, 9 Aug 1995 19:23:04 PDT In message you write: >Can you test it with tcsh too? >I don't found proper way in 30secs how to test it :-) Sorry, I don't have tcsh. Here is the output from a properly working csh, under SunOS. (Same results from csh on Solaris 2.x and IRIX): crevenia% echo 1 2 3 1 2 3 crevenia% ; crevenia% echo !-2* echo 1 2 3 1 2 3 crevenia% echo !-3$ echo 3 3 crevenia% echo !-4^ echo 1 1 crevenia% Here is the output from FreeBSD's csh: % echo 1 2 3 1 2 3 % ; % echo !-2* 2*: Event not found. % echo !-3$ echo 3 3 % echo !-4^ 4^: Event not found. % Note that the "$" case worked. Here is FreeBSD's csh after applying the patch in my PR. % echo 1 2 3 1 2 3 % ; % echo !-2* echo 1 2 3 1 2 3 % echo !-3$ echo 3 3 % echo !-4^ echo 1 1 % Bill From owner-freebsd-bugs Wed Aug 9 22:46:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA19461 for bugs-outgoing; Wed, 9 Aug 1995 22:46:55 -0700 Received: (from ache@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA19446 ; Wed, 9 Aug 1995 22:46:54 -0700 Date: Wed, 9 Aug 1995 22:46:54 -0700 From: "Andrey A. Chernov" Message-Id: <199508100546.WAA19446@freefall.FreeBSD.org> To: fenner@parc.xerox.com, ache, freebsd-bugs Subject: Re: bin/669 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: csh doesn't allow !-2* State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Wed Aug 9 22:46:27 PDT 1995 State-Changed-Why: Fix applied in lex.c v1.3 From owner-freebsd-bugs Wed Aug 9 22:57:59 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id WAA19924 for bugs-outgoing; Wed, 9 Aug 1995 22:57:59 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id WAA19917 ; Wed, 9 Aug 1995 22:57:57 -0700 Message-Id: <199508100557.WAA19917@freefall.FreeBSD.org> X-Authentication-Warning: freefall.FreeBSD.org: Host localhost.cdrom.com didn't use HELO protocol To: Jaye Mathisen cc: freebsd-bugs@freebsd.org Subject: Re: SNAP-0726 install problems. In-reply-to: Your message of "Wed, 09 Aug 95 16:49:09 PDT." Date: Wed, 09 Aug 1995 22:57:56 -0700 From: "Justin T. Gibbs" Sender: bugs-owner@freebsd.org Precedence: bulk > > >Well, thought I'd switch a box from BSD/OS to FreeBSD. Grabbed the boot >disk, and fired it up. Install looks great, partitions look great, >everything looks great. > >Finish install, remove floppy reboot: > >F1 . . . . BSD > >Default: F? > >Hit the F1 key, and it just cycles through this. So I'm not getting the >boot manager installed properly, but I'm not seeing what's wrong. The problem is that the geometry you told (or was assumed by) the install program is not compatible with what the BIOS is using. There are two ways to fix this: 1) Enter the geometry manually in the partition editor via the 'G' command. The geometry you enter will either be 64 heads/32 secs per track/(#MB reported for the drive by the FreeBSD probe) cylinders or, if you have extended translation enabled and the drive is just over the 1 gig boundary, 255/63/(#MB reported / 7) cylinders. The safestest bet if you are going to devote the whole partition to Unix is to leave the extended translation of the card DISabled. 2) Create a small DOS partition on the disk. When you run the installation program, it will extract the proper geometry from the pre-existing partition table and "do the right thing". You can even delete the DOS partition while doing your repartitioning, the geometry will still be correct. > >P5-90, Adaptec 2940, Conner 1GB SCSI disk. 3COM card. > >Is there any way to install the bootmanager from the bootfloppy standalone? In this case, its not the bootmanager's problem, but the answer is yes. I believe boot-easy has a DOS installation program. >In any case, I'd love to get this working, I want to bail from BSD/OS as >much as possible. Let me know how it turns out. If you are planning on using the 2940, you should probably upgrade to the latest version of the driver. Once you've got the system up, I can help you with that too. -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations =========================================== From owner-freebsd-bugs Thu Aug 10 00:29:15 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id AAA22705 for bugs-outgoing; Thu, 10 Aug 1995 00:29:15 -0700 Received: from relay.philips.nl (relay.philips.nl [130.144.65.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id AAA22699 for ; Thu, 10 Aug 1995 00:28:48 -0700 Received: from cnps.lss.cp.philips.com ([130.144.198.1]) by relay.philips.nl (8.6.9/8.6.9-950414) with SMTP id JAA28489; Thu, 10 Aug 1995 09:28:10 +0200 Received: from spooky.lss.cp.philips.com by cnps.lss.cp.philips.com with smtp (Smail3.1.28.1 #1) id m0sgSwh-0000ytC; Thu, 10 Aug 95 09:26 MET Received: by spooky.lss.cp.philips.com (Smail3.1.29.1 #1) id m0sgRyv-000HneC; Thu, 10 Aug 95 09:24 MET DST Message-Id: From: guido@spooky.lss.cp.philips.com (Guido van Rooij) Subject: Re: problem with S3 server (3.1.2) To: fbsd@clem.systemsix.com (Steve Passe) Date: Thu, 10 Aug 1995 09:24:44 +0200 (MET DST) Cc: bugs@freebsd.org, Guido.vanRooij@nl.cis.philips.com In-Reply-To: <199508091751.LAA11213@clem.systemsix.com> from "Steve Passe" at Aug 9, 95 11:51:25 am Reply-To: Guido.vanRooij@nl.cis.philips.com (Guido van Rooij) X-Mailer: ELM [version 2.4 PL21] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 272 Sender: bugs-owner@freebsd.org Precedence: bulk Steve Passe wrote: > > > I'm not sure if that one is necessary. You defininately DO NOT > have a ti3026 ramdac on that board (unless they radically changed > it's design), it uses the bt485 ramdac. Look here...I *know* that I have a ti3026. It's on the card. -Guido From owner-freebsd-bugs Thu Aug 10 00:47:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id AAA23274 for bugs-outgoing; Thu, 10 Aug 1995 00:47:43 -0700 Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id AAA23267 for ; Thu, 10 Aug 1995 00:47:41 -0700 Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.6.11/8.6.9) with ESMTP id AAA03377; Thu, 10 Aug 1995 00:47:04 -0700 Message-Id: <199508100747.AAA03377@rah.star-gate.com> X-Mailer: exmh version 1.6.2 7/18/95 To: Guido.vanRooij@nl.cis.philips.com (Guido van Rooij) cc: bugs@freebsd.org Subject: Re: problem with S3 server (3.1.2) In-reply-to: Your message of "Thu, 10 Aug 1995 09:24:44 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Aug 1995 00:47:04 -0700 From: "Amancio Hasty Jr." Sender: bugs-owner@freebsd.org Precedence: bulk >>> Guido van Rooij said: > Steve Passe wrote: > > > > > > I'm not sure if that one is necessary. You defininately DO NOT > > have a ti3026 ramdac on that board (unless they radically changed > > it's design), it uses the bt485 ramdac. > > Look here...I *know* that I have a ti3026. It's on the card. > > -Guido > You really should forward questions about the X server to the Xfree86 mailing list. For starters they may be others on different platforms with the same kind of problem that you have or had. Amancio From owner-freebsd-bugs Thu Aug 10 01:13:27 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA23983 for bugs-outgoing; Thu, 10 Aug 1995 01:13:27 -0700 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id BAA23971 for ; Thu, 10 Aug 1995 01:13:22 -0700 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id KAA03241 ; Thu, 10 Aug 1995 10:13:01 +0200 Received: from (roberto@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) id KAA14692 ; Thu, 10 Aug 1995 10:13:00 +0200 From: roberto@blaise.ibp.fr (Ollivier Robert) Message-Id: <199508100813.KAA14692@blaise.ibp.fr> Subject: Re: problem with S3 server (3.1.2) To: fbsd@clem.systemsix.com (Steve Passe) Date: Thu, 10 Aug 1995 10:12:59 +0200 (MET DST) Cc: bugs@freebsd.org, Guido.vanRooij@nl.cis.philips.com In-Reply-To: <199508091751.LAA11213@clem.systemsix.com> from "Steve Passe" at Aug 9, 95 11:51:25 am X-Operating-System: FreeBSD 2.2-CURRENT ctm#880 X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 443 Sender: bugs-owner@freebsd.org Precedence: bulk > I discovered that the VLBUS version cannot be probed properly to > determine this fact (X11-3.1 couldn't anyway). So for it I have to > add the following 2 lines: > > DacSpeed 135 > Ramdac "bt485" You're sure about that ? I'll have to check mine but it seems to find the BrookTree RAMDAC... -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@FreeBSD.ORG FreeBSD 2.2-CURRENT #5: Fri Jul 14 12:28:04 MET DST 1995 From owner-freebsd-bugs Thu Aug 10 01:24:57 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA24244 for bugs-outgoing; Thu, 10 Aug 1995 01:24:57 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id BAA24231 for ; Thu, 10 Aug 1995 01:23:58 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA02721; Thu, 10 Aug 1995 10:23:17 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA21226; Thu, 10 Aug 1995 09:22:08 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id IAA03153; Thu, 10 Aug 1995 08:38:41 +0200 From: J Wunsch Message-Id: <199508100638.IAA03153@uriah.heep.sax.de> Subject: Re: csh bug? To: fenner@parc.xerox.com (Bill Fenner) Date: Thu, 10 Aug 1995 08:38:40 +0200 (MET DST) Cc: terry@cs.weber.edu, fenner@parc.xerox.com, joerg_wunsch@uriah.heep.sax.de, allynh@avsi.com, freebsd-bugs@freebsd.org In-Reply-To: <95Aug9.191217pdt.177475@crevenia.parc.xerox.com> from "Bill Fenner" at Aug 9, 95 07:12:06 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 452 Sender: bugs-owner@freebsd.org Precedence: bulk As Bill Fenner wrote: > > >> How, exactly, is "!-2*" violating the man page? Sorry for the confusion, i wasn't clear: not your intention, csh's behaviour is violating the man page. > I have been using the "!-2*" syntax for years, and was extremely surprised > when it didn't work under FreeBSD. Me too. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Aug 10 01:30:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA24533 for bugs-outgoing; Thu, 10 Aug 1995 01:30:18 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA24525 ; Thu, 10 Aug 1995 01:30:07 -0700 Date: Thu, 10 Aug 1995 01:30:07 -0700 Message-Id: <199508100830.BAA24525@freefall.FreeBSD.org> To: freebsd-bugs Cc: From: J Wunsch Subject: Re: Re: kern/662: LINT kernel config line for for parallel port doesn't work Reply-To: J Wunsch Sender: bugs-owner@FreeBSD.org Precedence: bulk The following reply was made to PR kern/662; it has been noted by GNATS. From: J Wunsch To: muir@idiom.com (David Muir Sharnoff) Cc: joerg_wunsch@uriah.heep.sax.de, FreeBSD-gnats-submit@freebsd.org Subject: Re: Re: kern/662: LINT kernel config line for for parallel port doesn't work Date: Thu, 10 Aug 1995 08:22:41 +0200 (MET DST) As David Muir Sharnoff wrote: > > If there is some utility in what the LINT kernel does, then I would > request that there be comment in there explaining the > difference so that other people who build kernel configs from the > LINT kernel rather than the (rather stripped) GENERIC kernel > don't run into the same problem. The LINT kernel should probably mention both, the `port?' and the explicit port address variants. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Aug 10 01:34:19 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA24714 for bugs-outgoing; Thu, 10 Aug 1995 01:34:19 -0700 Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id BAA24708 for ; Thu, 10 Aug 1995 01:34:00 -0700 Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.8/8.6.6) with SMTP id CAA16703; Thu, 10 Aug 1995 02:33:18 -0600 Message-Id: <199508100833.CAA16703@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol From: Steve Passe To: Guido.vanRooij@nl.cis.philips.com (Guido van Rooij) Cc: bugs@freebsd.org Subject: Re: problem with S3 server (3.1.2) In-reply-to: Your message of "Thu, 10 Aug 1995 09:24:44 +0200." Date: Thu, 10 Aug 1995 02:33:15 -0600 Sender: bugs-owner@freebsd.org Precedence: bulk Hello, > Steve Passe wrote: >> >> I'm not sure if that one is necessary. You defininately DO NOT >> have a ti3026 ramdac on that board (unless they radically changed >> it's design), it uses the bt485 ramdac. > Look here...I *know* that I have a ti3026. It's on the card. I just looked at the latest README.S3 (XFree86-3.1.2) and indeed it does list a second "stealth 64" that uses the S3-968 video chip and TI3026 clock/ramdac chip. Not enought info there to tell if it is a re-design or another product. Looked in modeDB.txt and AccelCards, but found no additional clues... I re-scanned your config file, didn't see anything bad... Steve Passe smp@teal.csn.org From owner-freebsd-bugs Thu Aug 10 01:41:35 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA25062 for bugs-outgoing; Thu, 10 Aug 1995 01:41:35 -0700 Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id BAA25031 for ; Thu, 10 Aug 1995 01:41:27 -0700 Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.8/8.6.6) with SMTP id CAA16757; Thu, 10 Aug 1995 02:39:28 -0600 Message-Id: <199508100839.CAA16757@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol From: Steve Passe To: roberto@blaise.ibp.fr (Ollivier Robert) Cc: bugs@freebsd.org Subject: Re: problem with S3 server (3.1.2) In-reply-to: Your message of "Thu, 10 Aug 1995 10:12:59 +0200." <199508100813.KAA14692@blaise.ibp.fr> Date: Thu, 10 Aug 1995 02:39:25 -0600 Sender: bugs-owner@freebsd.org Precedence: bulk Hello, >> I discovered that the VLBUS version cannot be probed properly to >> determine this fact (X11-3.1 couldn't anyway). So for it I have to >> add the following 2 lines: >> >> DacSpeed 135 >> Ramdac "bt485" > You're sure about that ? I'll have to check mine but it seems to > find the BrookTree RAMDAC... Reasonably sure, I owned a PCI version first and used it successfully without those 2 lines. WHen I bought a VL-BUS version for another machine I merely copied the XF86Config file across expecting it to work as is. The first thing I noticed was the high end resolutions were tossed by the server on startup because it didn't determine that the RAMDAC could run @ 135mHz, so it stopped at around 70 (?). Adding those 2 lines made the problem go away! Steve Passe smp@teal.csn.org From owner-freebsd-bugs Thu Aug 10 09:58:26 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA11753 for bugs-outgoing; Thu, 10 Aug 1995 09:58:26 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id JAA11746 for ; Thu, 10 Aug 1995 09:58:18 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id LAA26347; Thu, 10 Aug 1995 11:00:16 -0600 Date: Thu, 10 Aug 1995 11:00:16 -0600 Message-Id: <199508101700.LAA26347@rocky.sri.MT.net> To: bugs@FreeBSD.org Cc: micke@dynas.se Subject: Temporary Solution ( was Re: FreeBSD Sony CD-ROM driver buggy) In-Reply-To: <199508091830.MAA25456@trout.sri.MT.net> References: <199508091830.MAA25456@trout.sri.MT.net> Reply-To: nate@sneezy.sri.com (Nate Williams) From: nate@sneezy.sri.com (Nate Williams) Sender: bugs-owner@FreeBSD.org Precedence: bulk Nate Williams writes: [ Sony CD driver problems ] Based on feedback from Mikael Hybsch , the driver's author, I'm now able to read the CD w/out problems. An excerpt of email to me follows: > I think I know what the problem is. > > The real problem is in scd_doread() when I wait for the DATA_READY bit > to be set. > I first wait for DATA_READY and only after I got it > (or if there is a timeout) I wait for RESULT_READY to check for > any error condition. > > Now, if the data arrives AFTER the timeout (0.3 sec), the driver > will continue to check the result parameter. If in this case > there is no error condition (because the data has arrived, but late), > no data is ever read from the drive but the driver still > does a biodone(). > > A quick test to see if this is the problem is to increese the constant > RDELAY_WAITREAD to, for example, 2000. > > The real solution is to monitor both theese bits and only do > biodone() after the data is read and there is no error. I went for the quick fix and changed the constant to 2000, and my corruption went away. Until the real fix comes, should we modify the driver constant to 2000 to avoid the data corruption problems? Nate From owner-freebsd-bugs Thu Aug 10 10:30:29 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA13144 for bugs-outgoing; Thu, 10 Aug 1995 10:30:29 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id KAA13128 for ; Thu, 10 Aug 1995 10:30:12 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.11/8.6.9) with SMTP id GAA01664; Thu, 10 Aug 1995 06:51:24 -0700 To: Jaye Mathisen cc: freebsd-bugs@freebsd.org Subject: Re: SNAP-0726 install problems. In-reply-to: Your message of "Wed, 09 Aug 1995 16:49:09 PDT." Date: Thu, 10 Aug 1995 06:51:23 -0700 Message-ID: <1662.808062683@time.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@freebsd.org Precedence: bulk > > > Well, thought I'd switch a box from BSD/OS to FreeBSD. Grabbed the boot > disk, and fired it up. Install looks great, partitions look great, > everything looks great. > > Finish install, remove floppy reboot: > > F1 . . . . BSD > > Default: F? > > Hit the F1 key, and it just cycles through this. So I'm not getting the > boot manager installed properly, but I'm not seeing what's wrong. Geometry mismatch. See the hardware guide Q&A section. Jordan From owner-freebsd-bugs Thu Aug 10 10:34:17 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA13383 for bugs-outgoing; Thu, 10 Aug 1995 10:34:17 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id KAA13377 for ; Thu, 10 Aug 1995 10:34:16 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.11/8.6.9) with SMTP id GAA01653; Thu, 10 Aug 1995 06:49:55 -0700 To: nate@sneezy.sri.com (Nate Williams) cc: bugs@freebsd.org, micke@dynas.se Subject: Re: FreeBSD Sony CD-ROM driver buggy In-reply-to: Your message of "Wed, 09 Aug 1995 13:45:26 MDT." <199508091945.NAA24153@rocky.sri.MT.net> Date: Thu, 10 Aug 1995 06:49:55 -0700 Message-ID: <1651.808062595@time.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@freebsd.org Precedence: bulk > Thanks go to the 'install-geeks' for making ftp installs so easy!!! Actually, it was Poul-Henning and I, but I'll pass the word.. :-) Jordan From owner-freebsd-bugs Thu Aug 10 12:50:29 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA19194 for bugs-outgoing; Thu, 10 Aug 1995 12:50:29 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id MAA19187 ; Thu, 10 Aug 1995 12:50:27 -0700 Resent-Date: Thu, 10 Aug 1995 12:50:27 -0700 Resent-Message-Id: <199508101950.MAA19187@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.freebsd.org, evans@scnc.k12.mi.us Received: from scnc.k12.mi.us (scnc.k12.mi.us [35.8.2.53]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id MAA19020 for ; Thu, 10 Aug 1995 12:41:21 -0700 Received: (from evans@localhost) by scnc.k12.mi.us (8.6.11/8.6.9) id PAA14341; Thu, 10 Aug 1995 15:40:04 -0400 Message-Id: <199508101940.PAA14341@scnc.k12.mi.us> Date: Thu, 10 Aug 1995 15:40:04 -0400 From: Jeffrey Evans Reply-To: evans@scnc.k12.mi.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/670: quotactl man page incorrect in pointing to ufs/ufs/quota.h Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 670 >Category: docs >Synopsis: quotactl man page incorrect in pointing to ufs/ufs/quota.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 10 12:50:01 PDT 1995 >Last-Modified: >Originator: Jeffrey Evans >Organization: Michigan State University >Release: FreeBSD 2.0-BUILT-19950603 i386 >Environment: >Description: prompt> man quotactl QUOTACTL(2) UNIX Programmer's Manual QUOTACTL(2) NAME quotactl - manipulate filesystem quotas SYNOPSIS #include /* for ufs quotas */ int ^^^^^^^^^^^ ^^^^^^^^^^^ There is no such file as /usr/include/ufs/quota.h. There is a file /usr/include/ufs/ufs/quota (#include ) that seems to work ok though. >How-To-Repeat: type in "man quotactl" >Fix: Either fix the man page, or change where the quota.h file is located. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Aug 10 13:53:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA23802 for bugs-outgoing; Thu, 10 Aug 1995 13:53:55 -0700 Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id NAA23796 for ; Thu, 10 Aug 1995 13:53:53 -0700 Received: (from mrcpu@localhost) by schizo.cdsnet.net (8.6.12/8.6.9) id NAA10112; Thu, 10 Aug 1995 13:53:41 -0700 Date: Thu, 10 Aug 1995 13:53:39 -0700 (PDT) From: Jaye Mathisen To: bugs@freebsd.org Subject: Incredibly slow performance of 3c509 under 2.1.0-SNAP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk Argh, this is a step in the wrong direction... Thanks to Justin I got my geometry problems squared away. Software re-installed fine, but the ethernet card on a good day with a tailwind is getting maybe a kilobyte or so per second. vmstat -i and vmstat don't show any unusual activity, and adjacent boxes running BSD/OS and the same cards/hardware zip along like crazy. It's especially noticeable when editing, as even with vi, it only draws about half the screen at a time, then a pause, then a draw, then a pause. I just finished ftp'ing a 600kilobyte file, and it took 400 seconds at a grand total of 1.5Kbps. The transfer is extremely slow in both directions, both gets and puts. This would explain why it took something like 12 hours to install via FTP, I thought it was wcarchive, but it doesn't look like it. Let's see, fresh SNAP install, on a P5-90/PCI (triton), 3c509, I think a Cirrus PCI video, and a 2940 SCSI, with 4 Conner drives on it. I have run BSD/OS on this config, modulo a BusLogic rather than Adaptec, and it hauls butt. (I should also mention that modulo networking, everything from the console screams). #vmstat -i interrupt total rate clk0 irq0 186347 101 rtc0 irq8 236145 127 fdc0 irq6 1 0 sc0 irq1 286 0 Total 422779 229 #dmesg output: FreeBSD 2.1.0-950726-SNAP #0: Thu Aug 10 11:53:38 PDT 1995 root@news2.cdsnet.net:/usr/src/sys/compile/NEWS2 CPU: 90-MHz Pentium 735\\90 (Pentium-class CPU) Origin = "GenuineIntel" Id = 0x524 Stepping=4 Features=0x1bf real memory = 33161216 (8096 pages) avail memory = 31391744 (7664 pages) Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in scd0 not found at 0x230 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: aui/utp[*UTP*] address 00:20:af:a1:56:9c irq 10 npx0 on motherboard npx0: INT 16 interface Probing for devices on the pci0 bus: configuration mode 1 allows 32 devices. chip0 rev 1 on pci0:0 chip1 rev 2 on pci0:7 vga0 rev 72 int a irq 10 on pci0:8 ahc0 rev 0 int a irq 11 on pci0:11 ahc0: reading board settings ahc0: Reading SEEPROM...done. ahc0: 2940 Single Channel, SCSI Id=7, aic7870, 16 SCBs ahc0: Downloading Sequencer Program...Done ahc0: Probing channel A ahc0 waiting for scsi devices to settle ahc0: target 0 synchronous at 10.0MB/s, offset = 0xf (ahc0:0:0): "CONNER CFP1060S 1.05GB 2035" type 0 fixed SCSI 2 sd0(ahc0:0:0): Direct-Access 1013MB (2074880 512 byte sectors) ahc0: target 1 synchronous at 10.0MB/s, offset = 0xf (ahc0:1:0): "CONNER CFP1060S 1.05GB 2035" type 0 fixed SCSI 2 sd1(ahc0:1:0): Direct-Access 1013MB (2074880 512 byte sectors) ahc0: target 4 synchronous at 10.0MB/s, offset = 0xf (ahc0:4:0): "CONNER CFP4207S 4.28GB 2B4B" type 0 fixed SCSI 2 sd2(ahc0:4:0): Direct-Access 4096MB (8388608 512 byte sectors) ahc0: target 5 synchronous at 10.0MB/s, offset = 0xf (ahc0:5:0): "CONNER CFP4207S 4.28GB 2B4B" type 0 fixed SCSI 2 sd3(ahc0:5:0): Direct-Access 4096MB (8388608 512 byte sectors) pci0: uses 16781312 bytes of memory from f0000000 upto f1000fff. pci0: uses 256 bytes of I/O space from 6000 upto 60ff. Any ideas desparately appreciated, I don't want to go back. From owner-freebsd-bugs Thu Aug 10 14:09:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id OAA24473 for bugs-outgoing; Thu, 10 Aug 1995 14:09:43 -0700 Received: from forgery.CS.Berkeley.EDU (forgery.CS.Berkeley.EDU [128.32.33.75]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id OAA24464 for ; Thu, 10 Aug 1995 14:09:31 -0700 Received: (from asami@localhost) by forgery.CS.Berkeley.EDU (8.6.11/8.6.9) id OAA19173; Thu, 10 Aug 1995 14:09:44 -0700 Date: Thu, 10 Aug 1995 14:09:44 -0700 Message-Id: <199508102109.OAA19173@forgery.CS.Berkeley.EDU> To: mrcpu@cdsnet.net CC: bugs@freebsd.org In-reply-to: (message from Jaye Mathisen on Thu, 10 Aug 1995 13:53:39 -0700 (PDT)) Subject: Re: Incredibly slow performance of 3c509 under 2.1.0-SNAP From: asami@cs.berkeley.edu (Satoshi Asami) Sender: bugs-owner@freebsd.org Precedence: bulk * Thanks to Justin I got my geometry problems squared away. Software * re-installed fine, but the ethernet card on a good day with a tailwind is * getting maybe a kilobyte or so per second. * 1 3C5x9 board(s) on ISA found at 0x300 * ep0 at 0x300-0x30f irq 10 on isa * ep0: aui/utp[*UTP*] address 00:20:af:a1:56:9c irq 10 Make sure that this card is indeed at irq 10. I had the same problem before, the card was at irq 11 or so but the kernel found it at 10 (the default compiled in) and used it anyway. Satoshi From owner-freebsd-bugs Thu Aug 10 15:30:58 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id PAA28062 for bugs-outgoing; Thu, 10 Aug 1995 15:30:58 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id PAA28056 for ; Thu, 10 Aug 1995 15:30:56 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id QAA28688; Thu, 10 Aug 1995 16:32:57 -0600 Date: Thu, 10 Aug 1995 16:32:57 -0600 Message-Id: <199508102232.QAA28688@rocky.sri.MT.net> To: Jaye Mathisen Cc: bugs@freebsd.org Subject: Re: Incredibly slow performance of 3c509 under 2.1.0-SNAP In-Reply-To: References: Reply-To: nate@sneezy.sri.com (Nate Williams) From: nate@sneezy.sri.com (Nate Williams) Sender: bugs-owner@freebsd.org Precedence: bulk > Argh, this is a step in the wrong direction... .. > re-installed fine, but the ethernet card on a good day with a tailwind is > getting maybe a kilobyte or so per second. .... > Any ideas desparately appreciated, I don't want to go back. I just fixed a problem similar to this today. Why this happened I don't know, but I had an IRQ conflict with my CD-ROM and the third serial port. It caused ed0 timeouts and all sorts of other weirdness to occur, which went away as soon as I fixed the conflict. The ethernet card is jumpered to IRQ 10, so I don't know why it would care but as soon as the problem was fixed my ethernet speed jumped up to a nice respectable 700+K/sec. Maybe this helps? Nate From owner-freebsd-bugs Thu Aug 10 21:53:21 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id VAA06607 for bugs-outgoing; Thu, 10 Aug 1995 21:53:21 -0700 Received: from simon.chi.il.us (simon.chi.il.us [199.245.227.17]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id VAA06601 for ; Thu, 10 Aug 1995 21:53:08 -0700 Received: by simon.chi.il.us (Smail3.1.29.1 #3) id m0sgm64-000NAvC; Thu, 10 Aug 95 23:53 CDT Message-Id: Date: Thu, 10 Aug 95 23:53 CDT From: steve@simon.chi.il.us (Steven E. Piette) To: bugs@freebsd.org, mrcpu@cdsnet.net Subject: Re: Incredibly slow performance of 3c509 under 2.1.0-SNAP Sender: bugs-owner@freebsd.org Precedence: bulk > From freefall.FreeBSD.org!owner-freebsd-bugs Thu Aug 10 23:18:48 1995 > Sender: freefall.FreeBSD.org!owner-freebsd-bugs > Date: Thu, 10 Aug 1995 13:53:39 -0700 (PDT) > From: Jaye Mathisen > To: bugs@freebsd.org > Subject: Incredibly slow performance of 3c509 under 2.1.0-SNAP > > > Argh, this is a step in the wrong direction... > > Thanks to Justin I got my geometry problems squared away. Software > re-installed fine, but the ethernet card on a good day with a tailwind is > getting maybe a kilobyte or so per second. > > > vmstat -i and vmstat don't show any unusual activity, and adjacent boxes > running BSD/OS and the same cards/hardware zip along like crazy. > > It's especially noticeable when editing, as even with vi, it only draws > about half the screen at a time, then a pause, then a draw, then a pause. > > I just finished ftp'ing a 600kilobyte file, and it took 400 seconds at a > grand total of 1.5Kbps. > > The transfer is extremely slow in both directions, both gets and puts. > > This would explain why it took something like 12 hours to install via > FTP, I thought it was wcarchive, but it doesn't look like it. > > Let's see, fresh SNAP install, on a P5-90/PCI (triton), 3c509, I think > a Cirrus PCI video, and a 2940 SCSI, with 4 Conner drives on it. > > I have run BSD/OS on this config, modulo a BusLogic rather than Adaptec, > and it hauls butt. > > (I should also mention that modulo networking, everything from the > console screams). > > #dmesg output: > FreeBSD 2.1.0-950726-SNAP #0: Thu Aug 10 11:53:38 PDT 1995 > 1 3C5x9 board(s) on ISA found at 0x300 > ep0 at 0x300-0x30f irq 10 on isa > ep0: aui/utp[*UTP*] address 00:20:af:a1:56:9c irq 10 ^^^^^^ > Probing for devices on the pci0 bus: > configuration mode 1 allows 32 devices. > chip0 rev 1 on pci0:0 > chip1 rev 2 on pci0:7 > vga0 rev 72 int a irq 10 on pci0:8 ^^^^^ > ahc0 rev 0 int a irq 11 on pci0:11 > > > Any ideas desparately appreciated, I don't want to go back. > IRQ problems maybe? Steve From owner-freebsd-bugs Fri Aug 11 00:13:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id AAA09177 for bugs-outgoing; Fri, 11 Aug 1995 00:13:03 -0700 Received: from sonyinet.sony.co.jp (sonyinet.sony.co.jp [202.24.32.17]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id AAA09171 for ; Fri, 11 Aug 1995 00:12:55 -0700 Received: from sonygw.sony.co.jp ([43.0.1.249]) by sonyinet.sony.co.jp (8.6.10/3.3Wb-95072713) with SMTP id QAA21869 for ; Fri, 11 Aug 1995 16:12:38 +0900 Received: from vulcan.dev.strg.sony.co.jp ([43.1.5.200]) by sonygw.sony.co.jp (4.0/6.4J.6) id AA14940; Fri, 11 Aug 95 16:12:21 JST Received: from strg.sony.co.jp by vulcan.dev.strg.sony.co.jp with ESMTP (8.6.9+2.4Wb3/Sony4.2000.1.18MX) id QAA14401; Fri, 11 Aug 1995 16:12:35 +0900 Message-Id: <199508110712.QAA14401@vulcan.dev.strg.sony.co.jp> To: bugs@freebsd.org Subject: bug in libc/locale/rune.c (2.1.0-950726-SNAP) Date: Fri, 11 Aug 1995 16:12:34 +0900 From: SANETO Takanori Sender: bugs-owner@freebsd.org Precedence: bulk Sorry for not using 'send-pr' for reporting bugs. My FreeBSD machine does not connected to the internet. Following is an article which I posted to comp.unix.bsd.freebsd.misc. Hope this helps. ------- Forwarded Message From: sanewo@strg.sony.co.jp (SANETO Takanori) Message-ID: Date: 11 Aug 1995 03:20:58 GMT Organization: Components company, Sony Corporation, JAPAN Newsgroups: comp.unix.bsd.freebsd.misc Subject: bug in libc/locale/rune.c (2.1.0-950726-SNAP) In FreeBSD-2.1.0-950726-SNAP, due to bug in src/lib/libc/locale/rune.c (also startup_setlocate.c), when environment variable LANG is set to ja_JP.EUC (or something else), bytebench execl fails to run with the following error message: /usr/lib/libc.so: too many open files. I ktraced the execl program and found that when LANG is set, a file /usr/share/locale/${LANG}/LC_CTYPE is left opened. When I fixed the source (patch is attached), problem went away. (Note this patch is for -current, not for 2.1.0-950726-SNAP). - --- rune.c.org Fri Aug 11 12:15:42 1995 +++ rune.c Fri Aug 11 12:16:00 1995 @@ -86,6 +86,7 @@ fclose(fp); return(EFTYPE); } + fclose(fp); if (!rl->encoding[0] || !strcmp(rl->encoding, "UTF2")) { return(_UTF2_init(rl)); - --- startup_setlocale.c.org Fri Aug 11 12:15:48 1995 +++ startup_setlocale.c Fri Aug 11 12:16:11 1995 @@ -186,6 +186,7 @@ fclose(fp); return(EFTYPE); } + fclose(fp); if (!rl->encoding[0]) return(EINVAL); - --- Takanori Saneto Sony Corp., Japan ------- End of Forwarded Message From owner-freebsd-bugs Fri Aug 11 01:14:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA10623 for bugs-outgoing; Fri, 11 Aug 1995 01:14:18 -0700 Received: from p54c.spnet.com (p54c.spnet.com [204.156.130.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id BAA10616 for ; Fri, 11 Aug 1995 01:14:10 -0700 Received: from localhost (localhost [127.0.0.1]) by p54c.spnet.com (8.6.11/8.6.9) with SMTP id BAA02608; Fri, 11 Aug 1995 01:14:07 -0700 Message-Id: <199508110814.BAA02608@p54c.spnet.com> X-Authentication-Warning: p54c.spnet.com: Host localhost didn't use HELO protocol To: freebsd-bugs@freebsd.org cc: elh@spnet.com Subject: 950726-SNAP lp0/nfs install bug ? Date: Fri, 11 Aug 1995 01:14:07 -0700 From: Ed Hudson Sender: bugs-owner@freebsd.org Precedence: bulk howdy. i don't know if this has been reported yet, but i can't seem to make the automatic installation work with 950726-SNAP and lp0/nfs if i manually ifconfig lp0, and nfs-mount the appropriate directory, the installation works ok. i *think* that what is wrong is that lp0 is being ifconfig'd as ifconfig lp0 addr0 instead of: ifconfig lp0 addr0 addr1 thanks again, and please keep up the excellent work! -elh From owner-freebsd-bugs Fri Aug 11 01:25:47 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA11067 for bugs-outgoing; Fri, 11 Aug 1995 01:25:47 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id BAA11055 for ; Fri, 11 Aug 1995 01:25:30 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA04068; Fri, 11 Aug 1995 10:25:05 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA00511; Fri, 11 Aug 1995 10:24:53 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id JAA07648; Fri, 11 Aug 1995 09:56:54 +0200 From: J Wunsch Message-Id: <199508110756.JAA07648@uriah.heep.sax.de> Subject: Re: Temporary Solution ( was Re: FreeBSD Sony CD-ROM driver buggy) To: nate@sneezy.sri.com Date: Fri, 11 Aug 1995 09:56:54 +0200 (MET DST) Cc: bugs@FreeBSD.org, micke@dynas.se In-Reply-To: <199508101700.LAA26347@rocky.sri.MT.net> from "Nate Williams" at Aug 10, 95 11:00:16 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 651 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Nate Williams wrote: > > I went for the quick fix and changed the constant to 2000, and my > corruption went away. Until the real fix comes, should we modify the > driver constant to 2000 to avoid the data corruption problems? There's no such thing like too many options :-), so why not protect it by #ifndef in the driver, and document it in LINT? Perhaps the default delay should be longer (to give people the chance installing from the drive), but everybody's free to tune the driver for himself. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Fri Aug 11 03:16:23 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA16047 for bugs-outgoing; Fri, 11 Aug 1995 03:16:23 -0700 Received: (from phk@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA16031 ; Fri, 11 Aug 1995 03:16:22 -0700 Date: Fri, 11 Aug 1995 03:16:22 -0700 From: Poul-Henning Kamp Message-Id: <199508111016.DAA16031@freefall.FreeBSD.org> To: muir@idiom.com, phk, freebsd-bugs Subject: Re: misc/119 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: you cannot tune your newfs parameters at intall time State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Fri Aug 11 03:13:21 PDT 1995 State-Changed-Why: This was implemented in 2.0.5 sysinstall. From owner-freebsd-bugs Fri Aug 11 03:30:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA16467 for bugs-outgoing; Fri, 11 Aug 1995 03:30:02 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA16460 ; Fri, 11 Aug 1995 03:30:01 -0700 Resent-Date: Fri, 11 Aug 1995 03:30:01 -0700 Resent-Message-Id: <199508111030.DAA16460@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, careilly@tcd.ie Received: from monoid.cs.tcd.ie (monoid.cs.tcd.ie [134.226.38.99]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id DAA16435 for ; Fri, 11 Aug 1995 03:29:12 -0700 Received: (from careilly@localhost) by monoid.cs.tcd.ie (8.6.11/8.6.9) id LAA00399; Fri, 11 Aug 1995 11:28:48 +0100 Message-Id: <199508111028.LAA00399@monoid.cs.tcd.ie> Date: Fri, 11 Aug 1995 11:28:48 +0100 From: Colman Reilly Reply-To: careilly@tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/671: No quot (8) in 2.0.5-RELEASE? Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 671 >Category: bin >Synopsis: No quot available. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Fri Aug 11 03:30:00 PDT 1995 >Last-Modified: >Originator: Colman Reilly >Organization: Trinity College Dublin. >Release: FreeBSD 2.0-BUILT-19950603 i386 >Environment: Standard 2.0.5-RELEASE >Description: There is no version of quot on the system, despite manual page references (from the du manual page for instance). >How-To-Repeat: Type quot at the prompt. :-) >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Aug 11 07:10:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA20379 for bugs-outgoing; Fri, 11 Aug 1995 07:10:03 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA20372 ; Fri, 11 Aug 1995 07:10:02 -0700 Resent-Date: Fri, 11 Aug 1995 07:10:02 -0700 Resent-Message-Id: <199508111410.HAA20372@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, paul@netcraft.co.uk Received: from server.netcraft.co.uk (server.netcraft.co.uk [194.72.238.2]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id HAA20258 for ; Fri, 11 Aug 1995 07:05:39 -0700 Received: (from paul@localhost) by server.netcraft.co.uk (8.6.11/8.6.9) id PAA17985; Fri, 11 Aug 1995 15:05:05 +0100 Message-Id: <199508111405.PAA17985@server.netcraft.co.uk> Date: Fri, 11 Aug 1995 15:05:05 +0100 From: Paul Richards Reply-To: paul@netcraft.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/672: Nor all ph headers get created Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 672 >Category: gnu >Synopsis: Nor all ph headers get created >Confidential: yes >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 11 07:10:01 PDT 1995 >Last-Modified: >Originator: Paul Richards >Organization: Paul Richards, Bluebird Computer Systems. FreeBSD core team member. Internet: paul@FreeBSD.org, http://www.freebsd.org/~paul Phone: 0370 462071 (Mobile), +44 1222 457651 (home) >Release: FreeBSD 2.0-BUILT-19950527 i386 >Environment: This machine's running -stable but probably not a current -stable. The Release: string above is totally bogus but it's what uname is returning. >Description: I tried to use &syslog in perl and it failed becuase machine/ansi.ph was missing. Looking in /usr/share/perl, only the basic /usr/include and /usr/include/sys header files are being converted. I'm not sure if we need every header converted to .ph but we do need more thatn we currently have. >How-To-Repeat: Try and use &syslog from a perl script. >Fix: run h2ph on /usr/include/machine/* >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Aug 11 07:27:53 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA21157 for bugs-outgoing; Fri, 11 Aug 1995 07:27:53 -0700 Received: from ccsun.unicamp.br (obelix.unicamp.br [143.106.10.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id HAA21064 ; Fri, 11 Aug 1995 07:27:22 -0700 Received: from ifi.unicamp.br by ccsun.unicamp.br (5.0/SMI-SVR4-DNI-8.0) id AA12276; Fri, 11 Aug 1995 11:26:07 -0300 Received: from terra.ifi.unicamp.br by ifi.unicamp.br (4.1/SMI-4.1) id AA13468; Fri, 11 Aug 95 11:25:41 BSC Received: (from moriya@localhost) by terra.ifi.unicamp.br (8.6.9/8.6.9) id LAA16657; Fri, 11 Aug 1995 11:25:25 -0300 From: Alexandre Moriya - esp Message-Id: <199508111425.LAA16657@terra.ifi.unicamp.br> Subject: KERNEL BUG !!!! To: bugs@FreeBSD.org Date: Fri, 11 Aug 1995 11:25:24 -0300 (BSC) Cc: hackers@FreeBSD.org, questions@FreeBSD.org, moriya@ifi.unicamp.br (Alexandre Moriya - esp) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 4992 Sender: bugs-owner@FreeBSD.org Precedence: bulk THIS mail has been sent to {bugs,hackers,questions}@FreeBSD.org Hi all, I don't if it is the right place for this question. If it isn't, could you please send it to the right people ? I believe it is a KERNEL BUG. I have the following configuration: 1 PC/FreeBSD-2.0.5 1 Seven CD Tower (SCSI Express Tower / MDI) 1 Adaptec 1542CF ISA-to-SCSI adaptor The 1542CF adaptor is configured as the kernel messages bellow says: Aug 9 12:54:30 by-tor /kernel: aha0: AHA-1542CF BIOS v2.01-VB.0, enabling mai lbox, enabling residuals Aug 9 12:54:30 by-tor /kernel: aha0: reading board settings, dma=5 int=11 (bus speed defaulted) Aug 9 12:54:30 by-tor /kernel: aha0 at 0x330-0x333 irq 11 drq 5 on isa Aug 9 12:54:30 by-tor /kernel: aha0 waiting for scsi devices to settle Aug 9 12:54:30 by-tor /kernel: (aha0:0:0): "MDI SE53CD 0925" type 5 removable SCSI 2 Aug 9 12:54:30 by-tor /kernel: cd0(aha0:0:0): CD-ROM Aug 9 12:54:30 by-tor /kernel: cd0(aha0:0:0): NOT READY asc:3a,0 Medium not present Aug 9 12:54:30 by-tor /kernel: can't get the size Aug 9 12:54:31 by-tor /kernel: Aug 9 12:54:31 by-tor /kernel: (aha0:1:0): "MDI SE53CD 0925" type 5 removable SCSI 2 Aug 9 12:54:31 by-tor /kernel: cd1(aha0:1:0): CD-ROM Aug 9 12:54:31 by-tor /kernel: cd1(aha0:1:0): NOT READY asc:3a,0 Medium not present Aug 9 12:54:31 by-tor /kernel: can't get the size Aug 9 12:54:31 by-tor /kernel: Aug 9 12:54:31 by-tor /kernel: (aha0:2:0): "MDI SE53CD 0925" type 5 removable SCSI 2 Aug 9 12:54:32 by-tor /kernel: cd2(aha0:2:0): CD-ROM Aug 9 12:54:32 by-tor /kernel: cd2(aha0:2:0): NOT READY asc:3a,0 Medium not present Aug 9 12:54:32 by-tor /kernel: can't get the size Aug 9 12:54:32 by-tor /kernel: Aug 9 12:54:32 by-tor /kernel: (aha0:3:0): "MDI SE53CD 0925" type 5 removable SCSI 2 Aug 9 12:54:32 by-tor /kernel: cd3(aha0:3:0): CD-ROM cd present.[183255 x 204 8 byte records] Aug 9 12:54:32 by-tor /kernel: (aha0:4:0): "MDI SE53CD 0925" type 5 removable SCSI 2 Aug 9 12:54:33 by-tor /kernel: cd4(aha0:4:0): CD-ROM Aug 9 12:54:33 by-tor /kernel: cd4(aha0:4:0): NOT READY asc:3a,0 Medium not present Aug 9 12:54:33 by-tor /kernel: can't get the size Aug 9 12:54:33 by-tor /kernel: Aug 9 12:54:33 by-tor /kernel: (aha0:5:0): "MDI SE53CD 0925" type 5 removable SCSI 2 Aug 9 12:54:33 by-tor /kernel: cd5(aha0:5:0): CD-ROM Aug 9 12:54:33 by-tor /kernel: cd5(aha0:5:0): NOT READY asc:3a,0 Medium not present Aug 9 12:54:33 by-tor /kernel: can't get the size Aug 9 12:54:33 by-tor /kernel: Aug 9 12:54:34 by-tor /kernel: (aha0:6:0): "MDI SE53CD 0925" type 5 removable SCSI 2 Aug 9 12:54:34 by-tor /kernel: cd6(aha0:6:0): CD-ROM Aug 9 12:54:34 by-tor /kernel: cd6(aha0:6:0): NOT READY asc:3a,0 Medium not p resent Aug 9 12:54:34 by-tor /kernel: can't get the size Aug 9 12:54:34 by-tor /kernel: My problem is that I mounted a CD-ROM from the first device (/dev/cd0a) in the directory /0 using "mount_cd9660 /dev/cd0a /0" or by a corresponding line in the /fstab. The CDROM has about 100MB of info in the root dir. When I try to "cat *" the /0 directory, everything is fine. Everything works well when I mount the same CDROM in the /dev/cdNa, where N=[0,5]. (I have created all devices using "cd /dev; sh MAKEDEV cdN;" where N=[0,6]) It does not made any difference if I used /dev/cdNc instead of /dev/cdNa... The "bug" appears when I mount the CDROM in the /dev/cd6a (the last CDROM device). I used "mount_cd9660 /dev/cd6a /0 ; cd /0 ; cat *" and a few seconds later I received the following message: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x10a fault code = supervisor read, page not present instruction pointer = 0x8:0xf011efdc code segment = base 0x0, limit 0xfffff, type 0x1b processor eflags = interrupt enabled, resume IOPL=0 current process = 133(cat) interrupt mask = bio panic: page fault syncing disks..................... 4 4 4 4 4 4 4 4 4 giving up Automaitc reboot in 15 seconds - press a key on the console to abort ------- Is it easy to repair ? I took a look in the /usr/src/sys/i386/i386 dir and found something, but nothing that lead me to any conclusion. I have seen something concerning about this in the /usr/src/sys/scsi dir, too. Can you help me ? Any tips ? We here at CCJDR intend to use up to 3 "Seven CD Tower" but will the kernel accept more than 6 devices (0-5) ? We want to use 21 !!! Sorry for my poor english :-( If you have any doubt, ask me please. We should have a solution to this problem as early as possible. I believe that , if it is a kernel bug, it should be repaired before the 2.1 release, isn't it ? Finnaly, I'd like to thank you for the great work in the FreeBSD. It'is working very nice !!! BYE (Ate mais) -- Alexandre Moriya (RA 910061) Centro de Computacao John David Rogers (CCJDR) Instituto de Fisica Gleb Wataghin (IFGW) Universidade Estadual de Campinas (UNICAMP) Campinas - SP - Brasil e-mail: moriya@ifi.unicamp.br moriya@dcc.unicamp.br From owner-freebsd-bugs Fri Aug 11 08:26:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA24542 for bugs-outgoing; Fri, 11 Aug 1995 08:26:02 -0700 Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id IAA24536 for ; Fri, 11 Aug 1995 08:25:58 -0700 Received: (from mrcpu@localhost) by schizo.cdsnet.net (8.6.12/8.6.9) id IAA11961; Fri, 11 Aug 1995 08:25:48 -0700 Date: Fri, 11 Aug 1995 08:25:48 -0700 (PDT) From: Jaye Mathisen To: bugs@freebsd.org Subject: Performance problem resolved. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk Hmmm, well, I'm not sure why the VGA card on a PCI slot even gets an interrupt, but moving everything to IRQ 15 seemed to solve the problem. Transfers are now humming along at a nice 900+Kbps, which is more what I expected. Assuming INN compiles fine, I'll be jammin'. Thanks for the help everybody. From owner-freebsd-bugs Fri Aug 11 08:50:08 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA25553 for bugs-outgoing; Fri, 11 Aug 1995 08:50:08 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA25542 ; Fri, 11 Aug 1995 08:50:07 -0700 Resent-Date: Fri, 11 Aug 1995 08:50:07 -0700 Resent-Message-Id: <199508111550.IAA25542@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, phealy@mvc.ie Received: from relay.Ieunet.ie (relay.Ieunet.ie [192.111.39.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id IAA25449 for ; Fri, 11 Aug 1995 08:46:54 -0700 Received: from mvc.ie by relay.Ieunet.ie via Ieunet with UUCP id aa16237; 11 Aug 95 15:13 +0100 Received: by mailhost.mvc.ie (8.6.11/1.37) id PAA29803; Fri, 11 Aug 1995 15:01:41 +0100 Message-Id: <199508111401.PAA29803@mailhost.mvc.ie> Date: Fri, 11 Aug 1995 15:01:41 +0100 From: phealy@mvc.ie Reply-To: phealy@mvc.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/674: quad speed cdrom not being found Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 674 >Category: kern >Synopsis: quad speed cdrom not being found >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 11 08:50:06 PDT 1995 >Last-Modified: >Originator: Paul Healy >Organization: Machine Vision Centre >Release: FreeBSD 2.0-BUILT-19950628 i386 >Environment: i486DX4-100, 1742, 2GB DEC-SCSI2, HP DAT-SCSI2 + NEC 4XI cdrom >Description: The kernel does not recognise an NEC 4XI cdrom drive sitting off a 1742. It does pick up a DEC scsi drive and HP DAT. The 1742 runs in extended mode and correctly sees all 3 devices according to its bootup message. Tried with the generic kernel and a kernel built from BOOTMFS. >How-To-Repeat: reboot. >Fix: Nothing so far. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Aug 11 09:11:33 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA26304 for bugs-outgoing; Fri, 11 Aug 1995 09:11:33 -0700 Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id JAA26296 for ; Fri, 11 Aug 1995 09:11:32 -0700 Received: (from mrcpu@localhost) by schizo.cdsnet.net (8.6.12/8.6.9) id JAA12041; Fri, 11 Aug 1995 09:11:31 -0700 Date: Fri, 11 Aug 1995 09:11:31 -0700 (PDT) From: Jaye Mathisen To: bugs@freebsd.org Subject: Perhaps I spoke to soon. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk I was just doing "disklabel -e sd0", added a new partition then saved it. After exiting: panic: biodone: buffer not busy death and destruction. Is there a way to use the install utility to add partitions? It looks like you kind of have to go through the disk partitioning, then the labeling, and I want to skip the first... From owner-freebsd-bugs Fri Aug 11 09:25:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA26831 for bugs-outgoing; Fri, 11 Aug 1995 09:25:18 -0700 Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id JAA26825 for ; Fri, 11 Aug 1995 09:25:17 -0700 Received: (from mrcpu@localhost) by schizo.cdsnet.net (8.6.12/8.6.9) id JAA12053; Fri, 11 Aug 1995 09:25:16 -0700 Date: Fri, 11 Aug 1995 09:25:16 -0700 (PDT) From: Jaye Mathisen To: bugs@freebsd.org Subject: More info. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk Hmmm, unable to make a partition smaller, ie, I have: f: 512000 blahblah... And no partitions after it. If I change the 512000 to 300000, Boom, same panic. From owner-freebsd-bugs Fri Aug 11 09:34:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA27140 for bugs-outgoing; Fri, 11 Aug 1995 09:34:01 -0700 Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id JAA27134 for ; Fri, 11 Aug 1995 09:34:00 -0700 Received: (from mrcpu@localhost) by schizo.cdsnet.net (8.6.12/8.6.9) id JAA12080; Fri, 11 Aug 1995 09:33:58 -0700 Date: Fri, 11 Aug 1995 09:33:58 -0700 (PDT) From: Jaye Mathisen To: bugs@freebsd.org Subject: Re: More info. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk Even more info. If I do disklabel -e, and just delete the whole line, it panics too. I fold, I'm just gonna back it up, reinstall off the floppy, where sysinstall doesn't seem to have this problem, and then re-store. On Fri, 11 Aug 1995, Jaye Mathisen wrote: > > > Hmmm, unable to make a partition smaller, ie, I have: > > f: 512000 blahblah... > > And no partitions after it. If I change the 512000 to 300000, Boom, same > panic. > From owner-freebsd-bugs Fri Aug 11 10:06:21 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA27856 for bugs-outgoing; Fri, 11 Aug 1995 10:06:21 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id KAA27850 for ; Fri, 11 Aug 1995 10:06:17 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA19975; Fri, 11 Aug 1995 19:06:10 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id TAA00938; Fri, 11 Aug 1995 19:06:10 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id SAA09010; Fri, 11 Aug 1995 18:18:10 +0200 From: J Wunsch Message-Id: <199508111618.SAA09010@uriah.heep.sax.de> Subject: Re: KERNEL BUG !!!! To: moriya@ifi.unicamp.br (Alexandre Moriya - esp) Date: Fri, 11 Aug 1995 18:18:10 +0200 (MET DST) Cc: bugs@FreeBSD.org In-Reply-To: <199508111425.LAA16657@terra.ifi.unicamp.br> from "Alexandre Moriya - esp" at Aug 11, 95 11:25:24 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 849 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Alexandre Moriya - esp wrote: > > THIS mail has been sent to {bugs,hackers,questions}@FreeBSD.org (bugs would have been sufficient, btw.) > Fatal trap 12: page fault while in kernel mode > > fault virtual address = 0x10a > fault code = supervisor read, page not present > instruction pointer = 0x8:0xf011efdc > code segment = base 0x0, limit 0xfffff, type 0x1b > processor eflags = interrupt enabled, resume IOPL=0 > current process = 133(cat) > interrupt mask = bio > panic: page fault Please do a: nm /kernel | sort | more and quote us the region around address 0xf011efdc. Does it only appear when cat'ing the CD's root directory? (I.e., can you do a `ls /0' without the panic?) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Fri Aug 11 10:09:51 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA27989 for bugs-outgoing; Fri, 11 Aug 1995 10:09:51 -0700 Received: from clark.net (clark.net [168.143.0.7]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id KAA27956 ; Fri, 11 Aug 1995 10:09:46 -0700 Received: from starner.clark.net (ras2.HAN.UnisysGSG.COM [128.126.195.242]) by clark.net (8.6.12/8.6.5) with SMTP id NAA10782; Fri, 11 Aug 1995 13:09:30 -0400 Message-Id: <199508111709.NAA10782@clark.net> Comments: Authenticated sender is From: "Mark Starner" To: bugs@FreeBSD.org, Alexandre Moriya - esp Date: Fri, 11 Aug 1995 13:09:23 -300 Subject: Re: KERNEL BUG !!!! Reply-to: starner@clark.net CC: hackers@FreeBSD.org, questions@FreeBSD.org, moriya@ifi.unicamp.br (Alexandre Moriya - esp) Priority: normal X-mailer: Pegasus Mail for Windows (v2.01) Sender: bugs-owner@FreeBSD.org Precedence: bulk I have the exact same problem *have had it since 2.0R* and I still have it now with a new MB and disk controller. I now have a AHA-3940 I only have two CD''s, but it occurs on /dev/cd1a (the last one) cd0a works fine. Kinda glad to see someone else has the problem... what can we do to help find the real problem? Mark From owner-freebsd-bugs Fri Aug 11 10:23:36 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA28632 for bugs-outgoing; Fri, 11 Aug 1995 10:23:36 -0700 Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id KAA28625 for ; Fri, 11 Aug 1995 10:23:35 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by mail.barrnet.net (8.6.10/MAIL-RELAY-LEN) with ESMTP id KAA09101 for ; Fri, 11 Aug 1995 10:23:25 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id KAA04273; Fri, 11 Aug 1995 10:20:36 -0700 From: "Rodney W. Grimes" Message-Id: <199508111720.KAA04273@gndrsh.aac.dev.com> Subject: Re: Performance problem resolved. To: mrcpu@cdsnet.net (Jaye Mathisen) Date: Fri, 11 Aug 1995 10:20:36 -0700 (PDT) Cc: bugs@freebsd.org In-Reply-To: from "Jaye Mathisen" at Aug 11, 95 08:25:48 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1502 Sender: bugs-owner@freebsd.org Precedence: bulk > > > > Hmmm, well, I'm not sure why the VGA card on a PCI slot even gets an > interrupt, but moving everything to IRQ 15 seemed to solve the problem. Some VGA PCI bioses call the PCI bios and request an interrupt along with there block of I/O ports at PCI P-n-P configure time. This is for video cards that support vertical retrace interrupts (usefull for doing 3D split image display with shutter glasses). IMHO, it is a mis feature that should be disableable, but unfortenatly there is no way to turn it off (other than blowing a new PROM for the video card, removing the request for the interrupt, and disabling the logic that allows it to be created). Almost all ISA cards that could generate an IRQ2 had a way to turn it off so you could free that interrupt up for other use. Well, the PCI P-n-P folks forgot all about that nice little feature of jumpers and have taken all control of such things away from us users. P-n-P is creating headaches for fully loaded machines running out of interrupts due to this bit of braindamage :-(. Design computers that even an idiot can use, and only an idiot will use them :-(. > Transfers are now humming along at a nice 900+Kbps, which is more what I > expected. :-) > Assuming INN compiles fine, I'll be jammin'. You should be jamming buy now :-) > Thanks for the help everybody. > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-freebsd-bugs Fri Aug 11 10:55:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA29639 for bugs-outgoing; Fri, 11 Aug 1995 10:55:06 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id KAA29632 ; Fri, 11 Aug 1995 10:55:05 -0700 X-Authentication-Warning: freefall.FreeBSD.org: Host localhost didn't use HELO protocol To: Ed Hudson cc: freebsd-bugs@freebsd.org Subject: Re: 950726-SNAP lp0/nfs install bug ? In-reply-to: Your message of "Fri, 11 Aug 95 01:14:07 PDT." <199508110814.BAA02608@p54c.spnet.com> Date: Fri, 11 Aug 1995 10:55:05 -0700 Message-ID: <29631.808163705@freefall.FreeBSD.org> From: "Jordan K. Hubbard" Sender: bugs-owner@freebsd.org Precedence: bulk > > howdy. > > i don't know if this has been reported yet, > but i can't seem to make the automatic > installation work with 950726-SNAP and lp0/nfs Are you specifying addr1 in the `extra flags to ifconfig' as is necessariy? Jordan From owner-freebsd-bugs Fri Aug 11 11:05:25 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id LAA29999 for bugs-outgoing; Fri, 11 Aug 1995 11:05:25 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id LAA29992 ; Fri, 11 Aug 1995 11:05:24 -0700 X-Authentication-Warning: freefall.FreeBSD.org: Host localhost didn't use HELO protocol To: Alexandre Moriya - esp cc: bugs@freebsd.org Subject: Re: KERNEL BUG !!!! In-reply-to: Your message of "Fri, 11 Aug 95 11:25:24 -0300." <199508111425.LAA16657@terra.ifi.unicamp.br> Date: Fri, 11 Aug 1995 11:05:24 -0700 Message-ID: <29991.808164324@freefall.FreeBSD.org> From: "Jordan K. Hubbard" Sender: bugs-owner@freebsd.org Precedence: bulk > THIS mail has been sent to {bugs,hackers,questions}@FreeBSD.org Please don't send bug reports to all three groups - there is one perfectly reasonable place for this, and that's bugs@freebsd.org. In fact, you really should be using the `send-pr' command, but at the very least *please* confine your postings to a single group. Thank you! Jordan From owner-freebsd-bugs Fri Aug 11 11:09:48 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id LAA00650 for bugs-outgoing; Fri, 11 Aug 1995 11:09:48 -0700 Received: from ccsun.unicamp.br (obelix.unicamp.br [143.106.10.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id LAA00492 for ; Fri, 11 Aug 1995 11:08:43 -0700 Received: from ifi.unicamp.br by ccsun.unicamp.br (5.0/SMI-SVR4-DNI-8.0) id AA18724; Fri, 11 Aug 1995 15:01:17 -0300 Received: from terra.ifi.unicamp.br by ifi.unicamp.br (4.1/SMI-4.1) id AA16211; Fri, 11 Aug 95 15:00:51 BSC Received: (from moriya@localhost) by terra.ifi.unicamp.br (8.6.9/8.6.9) id PAA03031 for bugs@FreeBSD.org; Fri, 11 Aug 1995 15:01:08 -0300 From: Alexandre Moriya - esp Message-Id: <199508111801.PAA03031@terra.ifi.unicamp.br> Subject: Re: KERNEL BUG !!!! (fwd) To: bugs@FreeBSD.org Date: Fri, 11 Aug 1995 15:01:06 -0300 (BSC) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1524 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > As Alexandre Moriya - esp wrote: > > > > THIS mail has been sent to {bugs,hackers,questions}@FreeBSD.org > > (bugs would have been sufficient, btw.) > > > Fatal trap 12: page fault while in kernel mode > > > > fault virtual address = 0x10a > > fault code = supervisor read, page not present > > instruction pointer = 0x8:0xf011efdc > > code segment = base 0x0, limit 0xfffff, type 0x1b > > processor eflags = interrupt enabled, resume IOPL=0 > > current process = 133(cat) > > interrupt mask = bio > > panic: page fault > > Please do a: > > nm /kernel | sort | more > > and quote us the region around address 0xf011efdc. > THERE IT GOES: f011ec40 T _recvfrom f011ecb4 T _orecvfrom f011ecd0 T _orecv f011ed24 T _orecvmsg f011ee04 T _recvmsg f011eee4 T _shutdown f011ef1c T _setsockopt f011efb8 T _getsockopt f011f098 T _pipe f011f1c8 T _getsockname1 f011f2a0 T _getsockname f011f2bc T _ogetsockname f011f2d8 T _getpeername1 f011f3d0 T _getpeername f011f3ec T _ogetpeername f011f408 T _sockargs > Does it only appear when cat'ing the CD's root directory? (I.e., > can you do a `ls /0' without the panic?) > SOMETIMES, THE BUGS 'APPEARS' WHEN I "cd /0; ls -l" ... :-( I'll be waiting for some great solution for this problem... :-) Thanks a lot BYE -- Alexandre Moriya (RA 910061) Centro de Computacao John David Rogers (CCJDR) Instituto de Fisica Gleb Wataghin (IFGW) Universidade Estadual de Campinas (UNICAMP) Campinas - SP - Brasil e-mail: moriya@ifi.unicamp.br moriya@dcc.unicamp.br From owner-freebsd-bugs Fri Aug 11 13:13:44 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA07365 for bugs-outgoing; Fri, 11 Aug 1995 13:13:44 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id NAA07349 for ; Fri, 11 Aug 1995 13:13:37 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA23988; Fri, 11 Aug 1995 22:13:33 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id WAA03145; Fri, 11 Aug 1995 22:13:32 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id VAA06241; Fri, 11 Aug 1995 21:57:14 +0200 From: J Wunsch Message-Id: <199508111957.VAA06241@uriah.heep.sax.de> Subject: Re: KERNEL BUG !!!! (fwd) To: moriya@ifi.unicamp.br (Alexandre Moriya - esp) Date: Fri, 11 Aug 1995 21:57:13 +0200 (MET DST) Cc: bugs@FreeBSD.org In-Reply-To: <199508111801.PAA03031@terra.ifi.unicamp.br> from "Alexandre Moriya - esp" at Aug 11, 95 03:01:06 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 970 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Alexandre Moriya - esp wrote: > > > > instruction pointer = 0x8:0xf011efdc > f011efb8 T _getsockopt > f011f098 T _pipe This looks rather suspicious. getsockopt() is a socket-related (IP-network-related) function and totally unrelated to the CDROM code. I guess there will only be a chance if somebody else can reproduce the bug, unless you are able to try debugging it yourself. Try the following: Before it's crashing, enter dumpon /dev/sd0b as root. This will enable kernel core dumping. After the crash, the kernel will save a copy of its image under /var/crash at the time of reboot. After the system came up again: gdb -k /var/crash/*.0 and once you see the (kgdb) prompt: where Tell us the output of this command. (I'm also trying to have a friend running a box with 6 CD drives reproduce this.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Fri Aug 11 13:14:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA07418 for bugs-outgoing; Fri, 11 Aug 1995 13:14:01 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id NAA07410 for ; Fri, 11 Aug 1995 13:13:58 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA23996; Fri, 11 Aug 1995 22:13:35 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id WAA03153 for freebsd-bugs@FreeBSD.org; Fri, 11 Aug 1995 22:13:35 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id VAA06257 for freebsd-bugs@FreeBSD.org; Fri, 11 Aug 1995 21:59:48 +0200 From: J Wunsch Message-Id: <199508111959.VAA06257@uriah.heep.sax.de> Subject: Re: 950726-SNAP lp0/nfs install bug ? To: freebsd-bugs@FreeBSD.org Date: Fri, 11 Aug 1995 21:59:47 +0200 (MET DST) Reply-To: freebsd-bugs@FreeBSD.org In-Reply-To: <29631.808163705@freefall.FreeBSD.org> from "Jordan K. Hubbard" at Aug 11, 95 10:55:05 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 602 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Jordan K. Hubbard wrote: > > Are you specifying addr1 in the `extra flags to ifconfig' as is > necessariy? Jordan, speaking at this part of the installation, it would be nice to either pre-allocate the netmask field with the proper default netmask (similar to the `domain') or omit the `netmask' keyword from the ifconfig command line if no netmask has been provided. Otherwise, ifconfig will barf about a missing parameter to the `netmask' keyword... -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Fri Aug 11 13:37:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA08868 for bugs-outgoing; Fri, 11 Aug 1995 13:37:02 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id NAA08861 ; Fri, 11 Aug 1995 13:37:00 -0700 X-Authentication-Warning: freefall.FreeBSD.org: Host localhost didn't use HELO protocol To: freebsd-bugs@freebsd.org, joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: 950726-SNAP lp0/nfs install bug ? In-reply-to: Your message of "Fri, 11 Aug 95 21:59:47 +0200." <199508111959.VAA06257@uriah.heep.sax.de> Date: Fri, 11 Aug 1995 13:36:59 -0700 Message-ID: <8860.808173419@freefall.FreeBSD.org> From: "Jordan K. Hubbard" Sender: bugs-owner@freebsd.org Precedence: bulk > Jordan, speaking at this part of the installation, it would be nice to > either pre-allocate the netmask field with the proper default netmask > (similar to the `domain') or omit the `netmask' keyword from the > ifconfig command line if no netmask has been provided. Otherwise, Yeek! I thought I did! I will look at the code.. Hmmm. Anyone willing to give me a little formula to calculate netmask based on IP address? Then I could also fill it in.. :-) Jordan From owner-freebsd-bugs Fri Aug 11 14:03:09 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id OAA10470 for bugs-outgoing; Fri, 11 Aug 1995 14:03:09 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id OAA10461 for ; Fri, 11 Aug 1995 14:02:43 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id WAA12324; Fri, 11 Aug 1995 22:59:37 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id WAA27645; Fri, 11 Aug 1995 22:59:36 +0200 Message-Id: <199508112059.WAA27645@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: freebsd-bugs@freebsd.org, joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: 950726-SNAP lp0/nfs install bug ? Date: Fri, 11 Aug 1995 22:59:36 +0200 From: Mark Murray Sender: bugs-owner@freebsd.org Precedence: bulk > > Jordan, speaking at this part of the installation, it would be nice to > > either pre-allocate the netmask field with the proper default netmask > > (similar to the `domain') or omit the `netmask' keyword from the > > ifconfig command line if no netmask has been provided. Otherwise, > > Yeek! I thought I did! I will look at the code.. > > Hmmm. Anyone willing to give me a little formula to calculate > netmask based on IP address? Then I could also fill it in.. :-) You used to be able/allowed to do this, but not any more. The nic/noc (I can't remember which) now gives out blocks or ranges of addresses to providers, so bits of what used to be Class-A addresses could be handed out like such: 19.1.1/24 as a "class C" or as 19.1.1.128/28 to give a small net of 16 addresses. (Numbers are examples only). M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-freebsd-bugs Fri Aug 11 18:50:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA05694 for bugs-outgoing; Fri, 11 Aug 1995 18:50:02 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA05687 ; Fri, 11 Aug 1995 18:50:01 -0700 Resent-Date: Fri, 11 Aug 1995 18:50:01 -0700 Resent-Message-Id: <199508120150.SAA05687@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, gordon@sneaky.lonestar.org Received: from news.onramp.net (news.onramp.net [199.1.11.7]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id SAA05560 for ; Fri, 11 Aug 1995 18:48:37 -0700 Received: from rwsys!sneaky.lonestar.org (uucp@localhost) by news.onramp.net (8.6.12/8.6.9) with UUCP id UAA05793 for FreeBSD-gnats-submit@freebsd.org; Fri, 11 Aug 1995 20:48:35 -0500 Received: by lerami.lerctr.org (/\oo/\ Smail3.1.29.1 #29.2) id ; Fri, 11 Aug 95 20:41 CDT Received: by rwsys.lonestar.org (Smail3.1.27.1 #1) id m0sh54Y-00007mC; Fri, 11 Aug 95 20:09 CDT Received: by hammy.lonestar.org (Smail3.1.29.1 #1) id m0sh3Bs-0001hRC; Fri, 11 Aug 95 18:08 CDT Message-Id: Date: Fri, 11 Aug 95 18:08 CDT From: gordon@sneaky.lonestar.org Reply-To: gordon@sneaky.lonestar.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/675: make does unnecessary rebuilds starting with FreeBSD 2.0R Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 675 >Category: bin >Synopsis: make does unnecessary rebuilds >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 11 18:50:01 PDT 1995 >Last-Modified: >Originator: Gordon Burditt >Organization: what organization? >Release: FreeBSD 2.0-BUILT-19950603 i386 >Environment: FreeBSD 2.0.5R >Description: When make encounters a rule that may or may not update the target, it considers the target modified whether it actually is or not, and forces recompiles of everything that depends on that target. This behavior is new starting with 2.0; 1.1R and 1.1.5.1R forced recompiles of everything that depends on that target only if it was actually modified. The makefile attached below builds a program, and the only thing unusual about it is the use of cproto to automatically build a prototype file included by all source files. The header file is only modified if the prototypes actually change. Recompilation of everything is needed only if proto.h is touched. Is there any way to get the behavior I want? >How-To-Repeat: Create an empty directory (preferably on a non-NFS filesystem) with the attached Makefile, a.c, b.c, and c.c files in it. Do a make, which will build the program. Touch c.c. Do another make. Recompiling c.c is necessary, but recompiling a.c and b.c is not. 2.0R and 2.0.5R make recompile everything; 1.1R and 1.1.5.1R recompile only c.c. Makefile: _______________________________ all: prog prog: a.o b.o c.o $(CC) -o prog a.o b.o c.o proto.h: proto.tmp -if cmp proto.tmp proto.h; then : ; else cp proto.tmp proto.h; fi proto.tmp: a.c b.c c.c cproto a.c b.c c.c > proto.tmp # This would normally go in .depend a.o: proto.h a.c b.o: proto.h b.c c.o: proto.h c.c _______________________________ a.c: _______________________________ # include "proto.h" void a(void) { puts("hello"); } _______________________________ b.c: _______________________________ # include "proto.h" void b(void) { puts("world"); } _______________________________ c.c: _______________________________ # include "proto.h" int main(void) { a(); b(); return 0; } _______________________________ Note: if you don't have cproto, for the purpose of this test you can replace it with "grep frobnicate". Comments in the make source near "RECHECK" in compat.c and make.c discuss this problem. The obvious fix is to define RECHECK. The trouble is, RECHECK already IS defined and it still doesn't work. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Aug 11 23:20:54 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA14869 for bugs-outgoing; Fri, 11 Aug 1995 23:20:54 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id XAA14863 for ; Fri, 11 Aug 1995 23:20:51 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA03616; Sat, 12 Aug 1995 08:20:47 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id IAA05626; Sat, 12 Aug 1995 08:20:46 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id IAA14191; Sat, 12 Aug 1995 08:18:34 +0200 From: J Wunsch Message-Id: <199508120618.IAA14191@uriah.heep.sax.de> Subject: Re: 950726-SNAP lp0/nfs install bug ? To: mark@grondar.za (Mark Murray) Date: Sat, 12 Aug 1995 08:18:33 +0200 (MET DST) Cc: jkh@freefall.FreeBSD.org, freebsd-bugs@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de In-Reply-To: <199508112059.WAA27645@grumble.grondar.za> from "Mark Murray" at Aug 11, 95 10:59:36 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 560 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Mark Murray wrote: > > > Hmmm. Anyone willing to give me a little formula to calculate > > netmask based on IP address? Then I could also fill it in.. :-) > > You used to be able/allowed to do this, but not any more. The nic/noc > (I can't remember which) now gives out blocks or ranges of addresses > to providers,... That's not the question. The problem in question is only providing a _default_ netmask. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sat Aug 12 00:13:08 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id AAA15645 for bugs-outgoing; Sat, 12 Aug 1995 00:13:08 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id AAA15635 for ; Sat, 12 Aug 1995 00:13:01 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id JAA12846; Sat, 12 Aug 1995 09:12:52 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id JAA28425; Sat, 12 Aug 1995 09:12:51 +0200 Message-Id: <199508120712.JAA28425@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: jkh@freefall.FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: 950726-SNAP lp0/nfs install bug ? Date: Sat, 12 Aug 1995 09:12:51 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk > As Mark Murray wrote: > > > > > Hmmm. Anyone willing to give me a little formula to calculate > > > netmask based on IP address? Then I could also fill it in.. :-) > > > > You used to be able/allowed to do this, but not any more. The nic/noc > > (I can't remember which) now gives out blocks or ranges of addresses > > to providers,... > > That's not the question. The problem in question is only providing > a _default_ netmask. How? Given an IP address these days, you cannot infer a default netmask like you used to with the class {ABC}'s. Putting in a number may be more dangerous than warning the user that it is missing. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-freebsd-bugs Sat Aug 12 00:54:21 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id AAA16367 for bugs-outgoing; Sat, 12 Aug 1995 00:54:21 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id AAA16361 for ; Sat, 12 Aug 1995 00:54:19 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA04718; Sat, 12 Aug 1995 09:54:16 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA05803; Sat, 12 Aug 1995 09:54:16 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id JAA18320; Sat, 12 Aug 1995 09:47:59 +0200 From: J Wunsch Message-Id: <199508120747.JAA18320@uriah.heep.sax.de> Subject: Re: 950726-SNAP lp0/nfs install bug ? To: jkh@freefall.FreeBSD.org (Jordan K. Hubbard) Date: Sat, 12 Aug 1995 09:47:56 +0200 (MET DST) Cc: freebsd-bugs@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de In-Reply-To: <8860.808173419@freefall.FreeBSD.org> from "Jordan K. Hubbard" at Aug 11, 95 01:36:59 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 642 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Jordan K. Hubbard wrote: > > Hmmm. Anyone willing to give me a little formula to calculate > netmask based on IP address? Then I could also fill it in.. :-) unsigned char addr_high; unsigned int netmask; addr_high = ...; /* highest byte of IP address */ if(addr_high < 128) netmask = 0xff000000; else if(addr_high < 192) netmask = 0xffff0000; else if(addr_high < 224) netmask = 0xffffff00; else /* multicast or class E -- not particularly useful */ netmask = 0xffffffff; -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sat Aug 12 01:10:52 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id BAA16728 for bugs-outgoing; Sat, 12 Aug 1995 01:10:52 -0700 Received: from ki1.chemie.fu-berlin.de (ki1.Chemie.FU-Berlin.DE [160.45.24.21]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id BAA16719 for ; Sat, 12 Aug 1995 01:10:42 -0700 Received: by ki1.chemie.fu-berlin.de (Smail3.1.28.1) from titania.physik.fu-berlin.de (130.133.3.244) with smtp id ; Sat, 12 Aug 95 10:10 MEST Received: (from graichen@localhost) by titania.physik.fu-berlin.de (8.6.11/8.6.9) id KAA03471 for bugs@freebsd.org; Sat, 12 Aug 1995 10:10:23 +0200 From: Thomas Graichen Message-Id: <199508120810.KAA03471@titania.physik.fu-berlin.de> Subject: 2 small things To: bugs@freebsd.org Date: Sat, 12 Aug 1995 10:10:22 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 219 Sender: bugs-owner@freebsd.org Precedence: bulk hello * there is a directory /usr/include/objc - but at the moment no objectivec compiler installed (2.0.5-RELEASE - the above dir is empty) * the /usr/share/doc/*/* dir's are empty in the 2.0.5-RELEASE thats all t From owner-freebsd-bugs Sat Aug 12 02:52:11 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id CAA19531 for bugs-outgoing; Sat, 12 Aug 1995 02:52:11 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id CAA19525 for ; Sat, 12 Aug 1995 02:52:07 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id CAA05606; Sat, 12 Aug 1995 02:51:49 -0700 From: "Rodney W. Grimes" Message-Id: <199508120951.CAA05606@gndrsh.aac.dev.com> Subject: Re: 950726-SNAP lp0/nfs install bug ? To: jkh@freefall.FreeBSD.org (Jordan K. Hubbard) Date: Sat, 12 Aug 1995 02:51:49 -0700 (PDT) Cc: freebsd-bugs@freebsd.org, joerg_wunsch@uriah.heep.sax.de In-Reply-To: <8860.808173419@freefall.FreeBSD.org> from "Jordan K. Hubbard" at Aug 11, 95 01:36:59 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1001 Sender: bugs-owner@freebsd.org Precedence: bulk > > > Jordan, speaking at this part of the installation, it would be nice to > > either pre-allocate the netmask field with the proper default netmask > > (similar to the `domain') or omit the `netmask' keyword from the > > ifconfig command line if no netmask has been provided. Otherwise, > > Yeek! I thought I did! I will look at the code.. > > Hmmm. Anyone willing to give me a little formula to calculate > netmask based on IP address? Then I could also fill it in.. :-) See the ifconfig code that does this now based upon the class of network address. It is rather simply. For inet address with the high order 2 bits 0 the standard class A netmask of 0xff00000000 applies, for inet address starting 10 a class B netmask of 0xffff0000 applies, and finally for an inet address starting 11 a class C netmask of 0xffffff00 applies. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-freebsd-bugs Sat Aug 12 03:29:52 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA20330 for bugs-outgoing; Sat, 12 Aug 1995 03:29:52 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id DAA20318 for ; Sat, 12 Aug 1995 03:29:32 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id MAA12991; Sat, 12 Aug 1995 12:29:20 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id MAA28674; Sat, 12 Aug 1995 12:29:19 +0200 Message-Id: <199508121029.MAA28674@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: jkh@freefall.FreeBSD.org (Jordan K. Hubbard), freebsd-bugs@FreeBSD.org Subject: Re: 950726-SNAP lp0/nfs install bug ? Date: Sat, 12 Aug 1995 12:29:18 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk > As Jordan K. Hubbard wrote: > > > > Hmmm. Anyone willing to give me a little formula to calculate > > netmask based on IP address? Then I could also fill it in.. :-) > > unsigned char addr_high; > unsigned int netmask; > > addr_high = ...; /* highest byte of IP address */ > > if(addr_high < 128) > netmask = 0xff000000; > else if(addr_high < 192) > netmask = 0xffff0000; > else if(addr_high < 224) > netmask = 0xffffff00; > else > /* multicast or class E -- not particularly useful */ > netmask = 0xffffffff; You are not allowed to do this anymore. The ability to determine a netmask from the bit pattern of an IP address, while valid in the past is no longer so. Because of IP address space shortage, numbers are being assigned as address ranges, and the ABCDE class system is severely deprecated. When a sevice provider asks for a block of "class C's", they may get 19.20/16, which they can (If they only want "classic" class c's) distribute as 19.20.0/24 -> 19.20.255/24, even though 19.n.n.n is a class A by the old (and above) reckoning. In this case the above calculation will give a totally wrong netmask. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-freebsd-bugs Sat Aug 12 04:30:20 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA23815 for bugs-outgoing; Sat, 12 Aug 1995 04:30:20 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA23803 for freebsd-bugs; Sat, 12 Aug 1995 04:30:19 -0700 Date: Sat, 12 Aug 1995 04:30:19 -0700 From: GNU GNATS Message-Id: <199508121130.EAA23803@freefall.FreeBSD.org> To: freebsd-bugs Subject: Summary of Problem Reports Sender: bugs-owner@FreeBSD.org Precedence: bulk Number of currently open reports: 271 Number of curently analyzed reports: 10 From owner-freebsd-bugs Sat Aug 12 04:51:07 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id EAA24156 for bugs-outgoing; Sat, 12 Aug 1995 04:51:07 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id EAA24150 for ; Sat, 12 Aug 1995 04:51:03 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA08312; Sat, 12 Aug 1995 13:50:55 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id NAA07128 for freebsd-bugs@FreeBSD.org; Sat, 12 Aug 1995 13:50:54 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id KAA19047 for freebsd-bugs@FreeBSD.org; Sat, 12 Aug 1995 10:02:07 +0200 From: J Wunsch Message-Id: <199508120802.KAA19047@uriah.heep.sax.de> Subject: Re: 950726-SNAP lp0/nfs install bug ? To: freebsd-bugs@FreeBSD.org Date: Sat, 12 Aug 1995 10:02:02 +0200 (MET DST) Reply-To: freebsd-bugs@FreeBSD.org In-Reply-To: <199508120712.JAA28425@grumble.grondar.za> from "Mark Murray" at Aug 12, 95 09:12:51 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1066 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Mark Murray wrote: > > > That's not the question. The problem in question is only providing > > a _default_ netmask. > > How? Given an IP address these days, you cannot infer a default netmask > like you used to with the class {ABC}'s. Putting in a number may be more > dangerous than warning the user that it is missing. The current scenario falls over, and the user has to interpret the complaint from ifconfig(8) on the Alt-F2 screen himself. I think this is inacceptable. (ifconfig is being called like ifconfig ed0 inet xxx.yyy.zzz.www netmask if there has not been entered any netmask value.) I believe most smaller corporate networks and all `private' (192.168) networks are still masked plainly 0xffffff00. Jordan, when i think more about it, don't _calculate_ a default mask. Traditional class A and B networks are always subnetted. So perhaps 0xffffff00 would be the most practical default value. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sat Aug 12 07:17:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA26257 for bugs-outgoing; Sat, 12 Aug 1995 07:17:55 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id HAA26248 for ; Sat, 12 Aug 1995 07:17:34 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id QAA13177; Sat, 12 Aug 1995 16:16:50 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id QAA29321; Sat, 12 Aug 1995 16:16:49 +0200 Message-Id: <199508121416.QAA29321@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: freebsd-bugs@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: 950726-SNAP lp0/nfs install bug ? Date: Sat, 12 Aug 1995 16:16:49 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk > > How? Given an IP address these days, you cannot infer a default netmask > > like you used to with the class {ABC}'s. Putting in a number may be more > > dangerous than warning the user that it is missing. > > The current scenario falls over, and the user has to interpret the > complaint from ifconfig(8) on the Alt-F2 screen himself. I think this > is inacceptable. (ifconfig is being called like > > ifconfig ed0 inet xxx.yyy.zzz.www netmask > > if there has not been entered any netmask value.) > > I believe most smaller corporate networks and all `private' (192.168) > networks are still masked plainly 0xffffff00. All private are 192.168? NO! This is probably a block that has been given to your service provider. Ours is 196.7, and our close competitors are 196.11 and 196.4. We ask our users to use a netmask of 0xfffffff0 for hysterical raisins. > Jordan, when i think more about it, don't _calculate_ a default mask. > Traditional class A and B networks are always subnetted. So perhaps > 0xffffff00 would be the most practical default value. I would tend to agree that this is a _much_ better solution, but I would document that the user should also find out what his netmask is when he gets an IP address and use _that_ if supplied. -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-freebsd-bugs Sat Aug 12 07:27:23 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA26590 for bugs-outgoing; Sat, 12 Aug 1995 07:27:23 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id HAA26563 for ; Sat, 12 Aug 1995 07:26:59 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id QAA13194; Sat, 12 Aug 1995 16:25:02 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id QAA29385; Sat, 12 Aug 1995 16:25:01 +0200 Message-Id: <199508121425.QAA29385@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: Mark Murray cc: freebsd-bugs@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: 950726-SNAP lp0/nfs install bug ? Date: Sat, 12 Aug 1995 16:25:01 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk > > I believe most smaller corporate networks and all `private' (192.168) > > networks are still masked plainly 0xffffff00. > > All private are 192.168? NO! This is probably a block that has been > given to your service provider. Ours is 196.7, and our close competitors > are 196.11 and 196.4. Pass the hat please. I temporarily forgot that this number is reserved for unconnected networks. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-freebsd-bugs Sat Aug 12 08:08:41 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA28168 for bugs-outgoing; Sat, 12 Aug 1995 08:08:41 -0700 Received: from haywire.DIALix.COM (haywire.DIALix.COM [192.203.228.65]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id IAA28160 for ; Sat, 12 Aug 1995 08:08:36 -0700 Received: (from peter@localhost) by haywire.DIALix.COM (8.7.Beta.11/8.7.Beta.11/DIALix) id XAA17827 for bugs@freefall.FreeBSD.org; Sat, 12 Aug 1995 23:08:30 +0800 (WST) From: Peter Wemm Message-Id: <199508121508.XAA17827@haywire.DIALix.COM> Subject: Re: List of open Problem Reports To: bugs@freefall.FreeBSD.org Date: Sat, 12 Aug 1995 23:08:30 +0800 (WST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: bugs-owner@FreeBSD.org Precedence: bulk In freebsd.bugs, GNU GNATS writes: [...] >[1995/06/12] bin/506 "Release" id generated by send-pr looks incorrect. >[1995/07/10] gnu/608 `send-pr' inserts wrong default for ">Release:" fiel >[1995/07/14] bin/613 send-pr reports wrong release [...] >[1995/07/27] bin/636 /usr/share/examples Makefiles missing >[1995/07/27] kern/637 If used heavily, ahc will crash, with disk timeouts >[PDT/07/29] kern/638 Transmitted packets not passed to bpf in if_le.c >[PDT/07/29] misc/641 >[PDT/08/01] docs/646 vmstat man page out of date >[PDT/08/01] kern/647 Sound cards fail to work ^^^ Looks like the new (gnew? :-) GNATS is picking the wrong field out of a `date` somewhere.. BTW: the make rules for send-pr are still broken. obj/send-pr is getting left around for a *long* time and is not being rebuilt when it should. IMHO, it'd be better (although still not right) to get it to read `uname -rsm` at runtime, rather than sed'ing it in at make time. Perhaps another way would be to *force* send-pr to be rebuilt every single time, so there is never a stale copy in gnu/send-pr/obj. Or.. perhaps send-pr needs to read `uname -rsm` for "kern" reports, but use the compiled in name for the other problem categories.. in case the kernel has been supped/rebuilt later, but the other binaries have been unmodified... [[ It's this very same bug which caused 2.0.5-RELEASE to go out with a send-pr tag of "2.0-BUILT-nnnnnn".. There was a stale copy of send-pr left from before Jordan/Rod/whoever changes newvers.sh, and send-pr was not rebuilt, and was installed from the stale, several days old version. ]] Cheers, -Peter From owner-freebsd-bugs Sat Aug 12 08:20:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA28586 for bugs-outgoing; Sat, 12 Aug 1995 08:20:03 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA28579 ; Sat, 12 Aug 1995 08:20:01 -0700 Resent-Date: Sat, 12 Aug 1995 08:20:01 -0700 Resent-Message-Id: <199508121520.IAA28579@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, "Received:from prosun.first.gmd.de (prosun.first.gmd.de [192.35.150.136]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id IAA28412 for" ; Sat, 12.Aug.1995.08:11:37.-0700 Received: from freebsd.first.gmd.de by prosun.first.gmd.de (4.1/SMI-4.1) id AA05814; Sat, 12 Aug 95 17:11:27 +0200 Received: by freebsd.first.gmd.de (RAA14854); Sat, 12 Aug 1995 17:11:18 +0200 Message-Id: <199508121511.RAA14854@freebsd.first.gmd.de> Date: Sat, 12 Aug 1995 17:11:18 +0200 From: Wolfram Schneider To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/676: mv -i Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 676 >Category: bin >Synopsis: mv -i >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 12 08:20:01 PDT 1995 >Last-Modified: >Originator: Wolfram Schneider >Organization: >Release: FreeBSD 2.0-BUILT-19950530 i386 >Environment: >Description: mv ask for overwrite if source not exist >How-To-Repeat: $ cd /tmp $ rm -f edelweiss gaensebluemchen $ touch gaensebluemchen $ /bin/mv -i edelweiss gaensebluemchen overwrite gaensebluemchen? y mv: rename edelweiss to gaensebluemchen: No such file or directory Wolfram >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Aug 12 09:28:58 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id JAA00894 for bugs-outgoing; Sat, 12 Aug 1995 09:28:58 -0700 Received: (from joerg@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id SAA00880 ; Sat, 12 Aug 1995 18:28:57 +0200 Date: Sat, 12 Aug 1995 18:28:57 +0200 From: Joerg Wunsch Message-Id: <199508121628.SAA00880@freefall.FreeBSD.org> To: joerg_wunsch@uriah.heep.sax.de, joerg, freebsd-bugs Subject: Re: bin/636 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: /usr/share/examples Makefiles missing State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sat Aug 12 18:28:27 MET DST 1995 State-Changed-Why: Fixed in: /home/ncvs/src/share/examples/Makefile,v <-- Makefile new revision: 1.14; previous revision: 1.13 From owner-freebsd-bugs Sat Aug 12 10:25:49 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA03763 for bugs-outgoing; Sat, 12 Aug 1995 10:25:49 -0700 Received: (from gpalmer@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA03749 ; Sat, 12 Aug 1995 10:25:48 -0700 Date: Sat, 12 Aug 1995 10:25:48 -0700 From: Gary Palmer Message-Id: <199508121725.KAA03749@freefall.FreeBSD.org> To: uhclem%nemesis@fw.ast.com, gpalmer, freebsd-bugs Subject: Re: bin/320 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: TCP/IP settings entered b4 install are not kept FDIV014 State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sat Aug 12 10:25:00 PDT 1995 State-Changed-Why: Problem cured in 2.0.5 install procedure From owner-freebsd-bugs Sat Aug 12 10:27:34 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA04136 for bugs-outgoing; Sat, 12 Aug 1995 10:27:34 -0700 Received: (from gpalmer@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA04120 ; Sat, 12 Aug 1995 10:27:32 -0700 Date: Sat, 12 Aug 1995 10:27:32 -0700 From: Gary Palmer Message-Id: <199508121727.KAA04120@freefall.FreeBSD.org> To: uhclem%nemesis@fw.ast.com, gpalmer, freebsd-bugs Subject: Re: bin/321 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: TCP/IP settings given during install are not kept FDIV015 State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sat Aug 12 10:26:49 PDT 1995 State-Changed-Why: Problem solved with 2.0.5 install system From owner-freebsd-bugs Sat Aug 12 10:29:53 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA04460 for bugs-outgoing; Sat, 12 Aug 1995 10:29:53 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id KAA04449 for ; Sat, 12 Aug 1995 10:29:48 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA13824; Sat, 12 Aug 1995 19:29:10 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id TAA09986 for freebsd-bugs@FreeBSD.org; Sat, 12 Aug 1995 19:29:10 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id SAA17901 for freebsd-bugs@FreeBSD.org; Sat, 12 Aug 1995 18:52:58 +0200 From: J Wunsch Message-Id: <199508121652.SAA17901@uriah.heep.sax.de> Subject: Re: 950726-SNAP lp0/nfs install bug ? To: freebsd-bugs@FreeBSD.org Date: Sat, 12 Aug 1995 18:52:57 +0200 (MET DST) Reply-To: freebsd-bugs@FreeBSD.org In-Reply-To: <199508121416.QAA29321@grumble.grondar.za> from "Mark Murray" at Aug 12, 95 04:16:49 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 584 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Mark Murray wrote: > > > Jordan, when i think more about it, don't _calculate_ a default mask. > > Traditional class A and B networks are always subnetted. So perhaps > > 0xffffff00 would be the most practical default value. > > I would tend to agree that this is a _much_ better solution, but I would > document that the user should also find out what his netmask is when he > gets an IP address and use _that_ if supplied. Agreed. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sat Aug 12 10:32:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA04829 for bugs-outgoing; Sat, 12 Aug 1995 10:32:03 -0700 Received: (from gpalmer@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA04815 ; Sat, 12 Aug 1995 10:32:02 -0700 Date: Sat, 12 Aug 1995 10:32:02 -0700 From: Gary Palmer Message-Id: <199508121732.KAA04815@freefall.FreeBSD.org> To: pst@Shockwave.COM, gpalmer, freebsd-bugs Subject: Re: kern/424 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: 3COM 3C509 driver doesn't support multicast State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sat Aug 12 10:31:31 PDT 1995 State-Changed-Why: Duplicate of pr i386/394 From owner-freebsd-bugs Sat Aug 12 10:58:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA07429 for bugs-outgoing; Sat, 12 Aug 1995 10:58:18 -0700 Received: from ki1.chemie.fu-berlin.de (ki1.Chemie.FU-Berlin.DE [160.45.24.21]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id KAA07419 for ; Sat, 12 Aug 1995 10:58:14 -0700 Received: by ki1.chemie.fu-berlin.de (Smail3.1.28.1) from sirius.physik.fu-berlin.de (130.133.3.140) with smtp id ; Sat, 12 Aug 95 19:57 MEST Received: by sirius.physik.fu-berlin.de; id AA13803; Sat, 12 Aug 1995 19:57:58 +0200 From: Thomas Graichen Message-Id: <9508121757.AA13803@sirius.physik.fu-berlin.de> Subject: /etc/fstab.wd To: bugs@freebsd.org Date: Sat, 12 Aug 1995 19:57:57 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 636 Sender: bugs-owner@freebsd.org Precedence: bulk hello i think /etc/fstab.wd may be removed from the distributions (at least 2.0.5 has it) - or has it a real sense ? t _______________________________________________________||_____________________ __|| Perfection is reached, not when there is no __|| thomas graichen longer anything to add, but when there __|| freie universitaet berlin is no longer anything to take away __|| fachbereich physik __|| - Antoine de Saint-Exupery - __|| ___________________________||____email: graichen@omega.physik.fu-berlin.de____ From owner-freebsd-bugs Sat Aug 12 13:30:12 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA17064 for bugs-outgoing; Sat, 12 Aug 1995 13:30:12 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA17057 ; Sat, 12 Aug 1995 13:30:11 -0700 Resent-Date: Sat, 12 Aug 1995 13:30:11 -0700 Resent-Message-Id: <199508122030.NAA17057@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, arnulf@arnulf.dialup.fu-berlin.de Received: from arnulf.dialup.fu-berlin.de (arnulf.dialup.fu-berlin.de [160.45.220.12]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id NAA16681 for ; Sat, 12 Aug 1995 13:26:55 -0700 Received: (from arnulf@localhost) by arnulf.dialup.fu-berlin.de (8.6.11/8.6.9) id WAA00352; Sat, 12 Aug 1995 22:27:32 +0200 Message-Id: <199508122027.WAA00352@arnulf.dialup.fu-berlin.de> Date: Sat, 12 Aug 1995 22:27:32 +0200 From: "Arnulf H.-P. Guenther" Reply-To: arnulf@arnulf.dialup.fu-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/677: X gets a bus error when calling mmap() Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 677 >Category: kern >Synopsis: X gets a bus error when calling mmap() >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 12 13:30:01 PDT 1995 >Last-Modified: >Originator: Arnulf H.-P. Guenther >Organization: none >Release: FreeBSD 2.0-BUILT-19950628 i386 >Environment: I configured a mininal kernel with this file: # $Id: MINI_EISA,v 1.1 1995/08/11 09:19:12 arnulf Exp arnulf $ ident MINI_EISA machine "i386" cpu "I486_CPU" maxusers 10 options INET options FFS options KTRACE config kernel root on sd0 controller isa0 controller ahb0 at isa? bio irq ? vector ahbintr controller scbus0 at ahb0 disk sd0 at scbus0 target 0 disk sd1 at scbus0 target 1 device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr pseudo-device loop pseudo-device log pseudo-device pty 16 This is the output of dmesg: FreeBSD 2.1.0-950726-SNAP #0: Sat Aug 12 18:42:20 MET DST 1995 arnulf@arnulf.dialup.fu-berlin.de:/usr/src/sys/compile/MINI_EISA CPU: i486 DX2 (486-class CPU) Origin = "GenuineIntel" Id = 0x435 Stepping=5 Features=0x3 real memory = 20578304 (5024 pages) avail memory = 19435520 (4745 pages) Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ahb0: reading board settings, int=11 ahb0 at 0x1000-0x10ff irq 11 on eisa slot 1 (ahb0:0:0): "QUANTUM LP240S GM240S01X 6.4" type 0 fixed SCSI 2 sd0(ahb0:0:0): Direct-Access 234MB (479350 512 byte sectors) (ahb0:1:0): "IBM OEM 0662S12 3 30" type 0 fixed SCSI 2 sd1(ahb0:1:0): Direct-Access 1003MB (2055035 512 byte sectors) (ahb0:2:0): "WANGTEK 5525ES SCSI REV7 3J" type 1 removable SCSI 1 uk0(ahb0:2:0): Unknown (ahb0:4:0): "TOSHIBA CD-ROM XM-3301TA 2162" type 5 removable SCSI 2 uk1(ahb0:4:0): Unknown npx0 on motherboard npx0: INT 16 interface >Description: When the X S3 server starts to initialize the display, it gets an signal 10 and exits with a core dump. The display is messed up. This doesn't happen with a kernel compiled under 2.0R or if in XF86Config `Option "nomemacces"' is set. This also doesn't happen with the option -probeonly. With the following command sequence I created a ktrace.out and captured the output of the X server: ktrace -d -i -t cnis /usr/X11R6/bin/XF86_S3 >& X.out These are the contents of X.out: XFree86 Version 3.1.2 / X Window System (protocol Version 11, revision 0, vendor release 6000) Operating System: FreeBSD 2.0.5 Configured drivers: S3: accelerated server for S3 graphics adaptors (Patchlevel 0) mmio_928, s3_generic Using syscons driver with X support (version 2.0) (using VT number 8) XF86Config: /usr/X11R6/lib/X11/XF86Config (**) stands for supplied, (--) stands for probed/default values (**) Mouse: type: Microsoft, device: /dev/mouse, baudrate: 1200 (**) S3: Graphics device ID: "S3 80C928" (**) S3: Monitor ID: "MF-8617" (**) FontPath set to "/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/" (**) S3: Option "bt485_curs" (**) S3: Option "dac_8_bit" (--) S3: card type: EISA (--) S3: chipset: 928, rev E or above (**) S3: chipset driver: mmio_928 (**) S3: videoram: 4096k (**) S3: Ramdac type: bt485 (--) S3: Ramdac speed: 135 (**) S3: Using hardware cursor from Bt485/20C505 RAMDAC (**) S3: clocks: 40.35 56.64 65.00 72.00 80.00 89.80 0.00 29.50 (**) S3: clocks: 14.75 25.18 44.90 84.00 100.00 110.00 125.00 135.00 (--) S3: Maximum allowed dot-clock: 90.000 MHz (**) S3: Mode "1024x768": mode clock = 85.000, clock used = 84.000 (**) S3: Using 8 bits per RGB value (--) S3: Virtual resolution set to 1024x768 Fatal server error: Caught signal 10. Server aborting This is an excerpt from the ktrace.out: 173 XF86_S3 RET setitimer 0 173 XF86_S3 CALL mmap(0,0x400000,0x3,0,0x4,0,0xff000000,0xffffffff) 173 XF86_S3 RET mmap 137244672/0x82e3000 173 XF86_S3 CALL munmap(0x82e3000,0x400000) 173 XF86_S3 RET munmap 0 173 XF86_S3 CALL mmap(0,0x400000,0x3,0,0x4,0,0xffc00000,0xffffffff) 173 XF86_S3 RET mmap 137244672/0x82e3000 173 XF86_S3 PSIG SIGBUS caught handler=0x44330 mask=0x0 code=0xc 173 XF86_S3 CALL sigaction(0xa,0xefbfdbd0,0xefbfdbc4) 173 XF86_S3 RET sigaction 0 173 XF86_S3 CALL write(0x2,0xefbfd4ac,0x15) 173 XF86_S3 GIO fd 2 wrote 21 bytes " Fatal server error: I can provide the complete ktrace.out if needed. >How-To-Repeat: Just start XF86_S3 under 2.1 with the "nomemaccess" option in XF86Config cleared. >Fix: Include the line Option "nomemaccess" in the "Device" section. -- Greetinx, -Arnulf >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Aug 12 13:31:56 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA17323 for bugs-outgoing; Sat, 12 Aug 1995 13:31:56 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id NAA17309 for ; Sat, 12 Aug 1995 13:31:53 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id NAA06862; Sat, 12 Aug 1995 13:31:28 -0700 From: "Rodney W. Grimes" Message-Id: <199508122031.NAA06862@gndrsh.aac.dev.com> Subject: Re: /etc/fstab.wd To: graichen@sirius.physik.fu-berlin.de (Thomas Graichen) Date: Sat, 12 Aug 1995 13:31:28 -0700 (PDT) Cc: bugs@freebsd.org In-Reply-To: <9508121757.AA13803@sirius.physik.fu-berlin.de> from "Thomas Graichen" at Aug 12, 95 07:57:57 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 635 Sender: bugs-owner@freebsd.org Precedence: bulk > > hello > > i think /etc/fstab.wd may be removed from the distributions (at least 2.0.5 > has it) - or has it a real sense ? This file needs to be killed, or atleast renamed to fstab.i386, as that is the src/etc/etc.* arch that it comes from. It is there for historical reasons, and never has been used by any install procedure other than manual installs (I use it here when doing a cd /usr/src; make DESTDIR=/newroot install; cd $DESTDIR/etc; mv fstab.wd fstab; vi fstab;) -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-freebsd-bugs Sat Aug 12 13:51:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA19432 for bugs-outgoing; Sat, 12 Aug 1995 13:51:40 -0700 Received: from mail.Germany.EU.net (mail.Germany.EU.net [192.76.144.65]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id NAA19418 for ; Sat, 12 Aug 1995 13:51:33 -0700 From: Bernard.Steiner@Germany.EU.net Received: by mail.Germany.EU.net with ESMTP (5.51:31/EUnetD-2.5.2.a) via EUnet id WAA16974; Sat, 12 Aug 1995 22:53:17 +0200 Message-Id: <199508122051.WAA03853@qwerty.Germany.EU.net> Received: from localhost by qwerty.Germany.EU.net with SMTP (8.6.5:29/EUnetDlan-1.16-1.2.0) via EUnet for [mail.germany.eu.net] id WAA03853; Sat, 12 Aug 1995 22:51:11 +0200 To: bugs@freebsd.org Subject: 2.0.5 install woes Date: Sat, 12 Aug 1995 22:51:10 +0200 Sender: bugs-owner@freebsd.org Precedence: bulk Folks, please bear with my ranting (yet again). I'd just like to point out some severe difficulties with the sysinstall as found on the 2.0.5 cdrom. My setup: wdc0: WD1009V ESDI controller wd0: 1223 cyl 7 hd 36 spt ESDI drive with approx. 16M DOS wd1: 967 cyl 9 hd 36 spt ESDI drive aha0: sd0: used up by up-and-running 2.0R cd0: st0: The first thing that happened was I tought, hey, why not use sd0b for swap, and use wd0 and wd1 for 2.0.5. Cool idea. So, what happened was that the existing disklabel on sd0, including the boot block, got nuked, and some terrible things happened to parts of sd0a. That was done by simply specifying sd0 as a possible target *without* actually telling sysinstall to try swapping on sd0b. Right, it says so on the screen :-( However, 2.0.5 did not install: -wd0 extending past cyl 1023 makes it impossible to use a single slice -making multiple slices and using yet another slice on wd1 utterly confuses the bad144 which seems to add up all the badsect locations and ends up wanting to access a location which would be somewhere in the middle of my desk, and not within the drives -telling sysinstall "hey, you dummy, there's 1223 cyl, and not 1224" never yields a fresh calculation of the total number available blocks -maybe the wizard option does some of the above, but that is not documented -existing partition and slice tables get nuked on every attempt to install -the bad144 list is re-constructed from scratch on every install attempt -the "bare essentials" installation includes /usr/include and /usr/lib/lib*.a and such junk and does not comfortably fit into any reasonable amount of space -automatic installation on wd1 does not appear to work (note, I *do* know how to boot wd(1,a)/kernel -c -s) -the kernels supplied on the cdrom hardly fits on a floppy. Fitting an additional /sbin/mount_cd9660 /sbin/init /bin/sh is absolutely impossible. -automatic disklabel is not cylinder-aligned when you use megabytes -automatic disklabel uses silly values for rpm, interleave, etc. -working aroud these so-called user-friendly installation features is getting increasingly more difficult Well, (as I mentioned before) I used to run 386bsd0.0 on that box, and I have actually overcome the obstacle of sysinstall. For future versions, would some kind soul *please* add a feature like reading configuration information provided by the user from a supported medium, such as an MSDOSfs fd1, tar st0, or whatever, where overrides to the self-calculated bogus numbers for disklabel, bad144 and fdisk can be kept. Oh, and while I'm ranting about the far-too big bare essentials bindist: How come /dev/MAKEDEV calls /usr/bin/chgrp (which may be on an disk not yet mkdev'd), and how come bad144 resides in /usr/sbin as opposed to /sbin ?! Well, it only took me a day to get 2.0R on sd0a back (what with having *no* running system at all), and a nice side-effect of this was that I now have 2.0.5 on wd0s2 and wd0s3 and a fresh wd1s2. I'll probably migrate towards 2.0.5... Thanks for the bad144 code, anyway. And the other goodies. Put please provide (just this once, for 2.1R, OK ?) an installation program that actually does what it is supposed to be doing. (Which Linux failed to do, and UNIXware failed to do, and all the *bsd versions upto now have failed to do, at least on my box.) And some *small* system that is able to mount the cdrom on a single floppy would be a definitive plus. Thanks for your time Bernard Bernard Steiner, EUnet Deutschland GmbH, Dortmund, vox +49 231 972 00 Emil-Figge-Str. 80, D-44227 Dortmund, Germany fax +49 231 972 1111 Bernard.Steiner@Germany.EU.net >>Geschwindigkeit ist reine Hetzerei.<< From owner-freebsd-bugs Sat Aug 12 13:57:56 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA19900 for bugs-outgoing; Sat, 12 Aug 1995 13:57:56 -0700 Received: from linus.demon.co.uk (linus.demon.co.uk [158.152.10.220]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id NAA19889 for ; Sat, 12 Aug 1995 13:57:41 -0700 Received: (from mark@localhost) by linus.demon.co.uk (8.7.Beta.11/8.7.Beta.11) id OAA01213 for freebsd-bugs@freebsd.org; Sat, 12 Aug 1995 14:40:08 +0100 (BST) Date: Sat, 12 Aug 1995 14:40:08 +0100 (BST) From: Mark Valentine Message-Id: <199508121340.OAA01213@linus.demon.co.uk> X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: freebsd-bugs@freebsd.org Subject: Re: cvs commit: src/sys/net bpf.c Sender: bugs-owner@freebsd.org Precedence: bulk > From: Peter Wemm > Date: Mon 31 Jul, 1995 > Subject: cvs commit: src/sys/net bpf.c > peter 95/07/31 03:35:40 > > Modified: sys/net bpf.c > Log: > Fix panic("ifpromisc failed") when shutting down a bpf tap when the attached > interface is no longer IFF_UP. > The test for IFF_UP in ifpromisc is only useful while enabling IFF_PROMISC > and the higher levels of the bpf code do not allow for the possibility of > failure while shutting down. This is a trivial change. > Also, fixes PR#522. This also closes kern/574, in case nobody spotted that already (verified by submitter, i.e. me). Cheers, Mark. From owner-freebsd-bugs Sat Aug 12 16:00:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA25334 for bugs-outgoing; Sat, 12 Aug 1995 16:00:02 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA25327 ; Sat, 12 Aug 1995 16:00:02 -0700 Resent-Date: Sat, 12 Aug 1995 16:00:02 -0700 Resent-Message-Id: <199508122300.QAA25327@freefall.FreeBSD.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, wosch@cs.tu-berlin.de Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id PAA25264 for ; Sat, 12 Aug 1995 15:54:37 -0700 Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by who.cdrom.com (8.6.11/8.6.11) with ESMTP id PAA11731 for ; Sat, 12 Aug 1995 15:54:29 -0700 Received: from localhost.cs.tu-berlin.de ([130.149.1.128]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id AAA15426 for ; Sun, 13 Aug 1995 00:50:58 +0200 Received: (from wosch@localhost) by localhost (8.6.9/8.6.9) id AAA01206; Sun, 13 Aug 1995 00:46:18 +0200 Message-Id: <199508122246.AAA01206@localhost> Date: Sun, 13 Aug 1995 00:46:18 +0200 From: Wolfram Schneider Reply-To: wosch@cs.tu-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/678: head(1) ignore EOF Sender: bugs-owner@freebsd.org Precedence: bulk >Number: 678 >Category: bin >Synopsis: head(1) ignore EOF >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 12 16:00:01 PDT 1995 >Last-Modified: >Originator: Wolfram Schneider >Organization: >Release: FreeBSD 2.0-ALPHA i386 >Environment: >Description: head(1) ignore EOF >How-To-Repeat: $ echo "one line" > /tmp/foo $ head -100000000000 /tmp/foo ^C >Fix: --- 1.1 1995/08/12 22:14:38 +++ head.c 1995/08/12 22:18:58 @@ -113,12 +113,11 @@ { register int ch; - while (cnt--) - while ((ch = getc(fp)) != EOF) { + while ((ch = getc(fp)) != EOF && cnt) { if (putchar(ch) == EOF) err(1, "stdout: %s", strerror(errno)); if (ch == '\n') - break; + cnt--; } } >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Aug 12 16:59:21 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA26460 for bugs-outgoing; Sat, 12 Aug 1995 16:59:21 -0700 Received: (from peter@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA26446 ; Sat, 12 Aug 1995 16:59:18 -0700 Date: Sat, 12 Aug 1995 16:59:18 -0700 From: Peter Wemm Message-Id: <199508122359.QAA26446@freefall.FreeBSD.org> To: mark@linus.demon.co.uk, peter, freebsd-bugs Subject: Re: kern/574 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: hang when interrupting tcpdump on dismantled ppp interface State-Changed-From-To: open-closed State-Changed-By: peter State-Changed-When: Sat Aug 12 16:55:28 PDT 1995 State-Changed-Why: Fixed in v1.10 of bpf.c a while ago which was intended for PR#522 Noted and verified by the submitter (Mark Valentine) From owner-freebsd-bugs Sat Aug 12 19:41:31 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id TAA00993 for bugs-outgoing; Sat, 12 Aug 1995 19:41:31 -0700 Received: from CPVA.SAIC.COM (cpva.SAIC.COM [139.121.17.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id TAA00987 ; Sat, 12 Aug 1995 19:41:28 -0700 From: matt@merkury Received: from merkury.Merkury.saic.com ([139.121.102.61]) by CPVA.SAIC.COM with SMTP; Sat, 12 Aug 1995 19:42:36 -0700 (PDT) Received: by merkury.Merkury.saic.com (5.x/SMI-SVR4) id AA02315; Sat, 12 Aug 1995 19:37:38 -0700 Date: Sat, 12 Aug 1995 19:09:09 -0700 (PDT) Subject: 2.0.5 circus mystery To: hackers@freebsd.org Cc: bugs@freebsd.org Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@freebsd.org Precedence: bulk Hi hackers. My name is Matt Harrigan. I recently obtained a copy of 2.0.5 for installation via CD-ROM, but soon came to realize it would not be as easy as I thought. Essentially the problem lies in that when the kernel boots from my cdrom, and the menu system comes up, the CDROM busy light just stays on. I go to the "installtion media" selection menu to select cdrom, and it tells me I have no cdrom drive. I then proceeded to boot with "fbsdboot -c -D kernel" to go to the config menu, so I can statically set the io port address of my cdrom. the cdrom I am using is a 4x speed TEAC which is panasonic compatible, and according to your installation instructions, should be dynmically detected and setup properly on its own. While in the config menu, I set the io port address to 220, which it is in DOS. I.E. - " config> port matcd0 0x220 " Now it does not appear to find the drive at all! So I reboot, re-enter config, and do a "port matcd0 0x230", and this seems to work for a minute, but then locks up, exactly like when it is dynamically assigned by the kernel. I am not running anything strange. I have two hard disks, one connor 327 mb with a dos partition that has almost nothing on it except for the drivers to load the cdrom and the drivers to load my sound card. The other is a 1.2GB seagate. It is empty. The cdrom drive is using its own drivers in dos, but is connected to a soundblaster AWE 32. I have tried disabling every other device that is "not found" at kernel boot. I have set my cdrom/sound card to a different IO address (240) I have prayed. I am not religious. I have asked my dog. He wont tell me what Im doing wrong. Ghandi didnt return any of my calls. The pope is touring europe or something. Aerosmith said "Free bee what?" I rubbed the magic lamp, but Robin Williams came out and told me to go buy bsdi. Billy Idol, the self proclaimed cyberpunk was unavaiable for comment. Help me. Im shrinking. Matthew G. Harrigan Information Systems Engineer SAIC 619-552-4656