From owner-freebsd-bugs Sun Dec 31 01:27:22 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA14670 for bugs-outgoing; Sun, 31 Dec 1995 01:27:22 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA14638 for ; Sun, 31 Dec 1995 01:27:11 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id KAA07862; Sun, 31 Dec 1995 10:27:09 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id KAA12625; Sun, 31 Dec 1995 10:27:08 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id JAA16764; Sun, 31 Dec 1995 09:52:54 +0100 (MET) From: J Wunsch Message-Id: <199512310852.JAA16764@uriah.heep.sax.de> Subject: Re: 2.1.0 PPP hassles... To: andymac@bullseye.apana.org.au (Andrew MacIntyre) Date: Sun, 31 Dec 1995 09:52:52 +0100 (MET) Cc: bugs@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <30e53d3f.bullseye@bullseye.apana.org.au> from "Andrew MacIntyre" at Dec 30, 95 11:23:09 pm 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 Sender: owner-bugs@freebsd.org Precedence: bulk As Andrew MacIntyre wrote: > > 1. The dial chat script behaviour appears to have changed, seemingly > requiring a terminating send string, whereas all the samples and the > working config from the above mentioned SNAP-950726 system don't > have/need it. I've used the string "\\c" to fill this for now. Hmm, i'm not claiming that this hasn't changed, but i) i haven't noticed any change myself, and ii) the only diff between 2.0.5 and 2.1's chat.c is: - LogPrintf(LOG_CHAT, "sending: %s\n", buff+2); + if (strstr(str, "\\P")) { /* Do not log the password itself. */ + LogPrintf(LOG_CHAT, "sending: %s\n", str); + } else { + LogPrintf(LOG_CHAT, "sending: %s\n", buff+2); + } > 2. Using the dial command, after the connect has been made, but before the > login has been executed, PPP core dumps with an "illegal instruction" error. > Upon restarting PPP, with the modem link still up, I can use "term" and > manually log in. That is very strange. The only know occasions for ``illegal instruction'' traps by now are broken CPUs. No normal code should ever be able to cause illegal instructions, since the compiler and assembler do not generate them. > 3. Using a manual login, after PPP reports "Packet mode.", it then > reports "SIOCAIFADDR: File exists" netstat -r shows that the link is > in place, but as far as the rest of the systems is concerned, the link is > down. This means that some of the routes PPP was going to install did still exist, perhaps from a previous crashed invocation of PPP. (The ``File exists'' must be translated into ``Route exists'' as far as the routing code is concerned.) Something is very weird with your machine, but since very many people are using iijppp, and nobody has ever reported anything resembling your description, i would first suspect hardware. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sun Dec 31 04:30:04 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA00274 for bugs-outgoing; Sun, 31 Dec 1995 04:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA00268 Sun, 31 Dec 1995 04:30:03 -0800 (PST) Resent-Date: Sun, 31 Dec 1995 04:30:03 -0800 (PST) Resent-Message-Id: <199512311230.EAA00268@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, roberto@keltia.freenix.fr Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA29570 for ; Sun, 31 Dec 1995 04:20:03 -0800 (PST) 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 NAA25005 for ; Sun, 31 Dec 1995 13:20:00 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id NAA19245 for FreeBSD-gnats-submit@freebsd.org; Sun, 31 Dec 1995 13:20:00 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id NAA20780; Sun, 31 Dec 1995 13:18:43 +0100 (MET) Message-Id: <199512311218.NAA20780@keltia.freenix.fr> Date: Sun, 31 Dec 1995 13:18:43 +0100 (MET) From: Ollivier Robert Reply-To: roberto@keltia.freenix.fr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/924: EISA devices have disappeared from vmstat/systat interrupt counts Sender: owner-bugs@freebsd.org Precedence: bulk >Number: 924 >Category: kern >Synopsis: EISA devices have disappeared from vmstat/systat interrupt counts >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 31 04:30:01 PST 1995 >Last-Modified: >Originator: Ollivier Robert >Organization: Usenet Canal Historique >Release: FreeBSD 2.2-CURRENT i386 >Environment: 486DX4/100, Elite EISA motherboard, 1x BT-747S, 1x AHA-1740A FreeBSD 2.2-CURRENT #11: Wed Dec 27 16:40:53 MET 1995 roberto@keltia.freenix.fr:/src/src/sys/compile/DKELTIA CPU: i486 DX4 (486-class CPU) Origin = "GenuineIntel" Id = 0x480 Stepping=0 Features=0x3 real memory = 33554432 (32768K bytes) avail memory = 31166464 (30436K bytes) eisa0: Probing for devices on the EISA bus bt0: at 0x330-0x333 irq 11 on eisa0 slot 3 bt0: Bt747 / 0-(32bit) bus bt0: reading board settings, busmastering, int=11 bt0: version 3.37, fast sync, parity, 32 mbxs, 32 ccbs [...] ahb0: at 0x5c00-0x5cff irq 12 on eisa0 slot 5 >Description: Since the split of the drivers into EISA/ISA/PCI parts, the bt0 and ahb0 have disappeared from "vmstat -i" and "systat -vmstat" screens. interrupt total rate clk0 irq0 27240777 101 rtc0 irq8 34328174 128 fdc0 irq6 3377 0 sc0 irq1 151699 0 sio0 irq4 2069965 7 sio1 irq3 231881 0 lpt0 irq7 1318348 4 ed0 irq10 2788 0 Total 65347009 243 >How-To-Repeat: Run either "vmstat -i" or "systat -vmstat". >Fix: Unknown. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Dec 31 06:55:13 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA06700 for bugs-outgoing; Sun, 31 Dec 1995 06:55:13 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA06694 for ; Sun, 31 Dec 1995 06:55:08 -0800 (PST) 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 PAA25420 for ; Sun, 31 Dec 1995 15:55:06 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id PAA19625 for freebsd-bugs@FreeBSD.ORG; Sun, 31 Dec 1995 15:55:05 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id NAA21018 for freebsd-bugs@FreeBSD.ORG; Sun, 31 Dec 1995 13:57:59 +0100 (MET) From: Ollivier Robert Message-Id: <199512311257.NAA21018@keltia.freenix.fr> Subject: libregex manual To: freebsd-bugs@FreeBSD.ORG (FreeBSD Bugs' list) Date: Sun, 31 Dec 1995 13:57:59 +0100 (MET) X-Operating-System: FreeBSD 2.2-CURRENT ctm#1489 X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG Precedence: bulk I reported a show-stopper in "make world" a few days ago and I'm surprised that: - I seem to be alone with it... - it appeared now when the file is ages old (1993 !!) The problem is: 288 [13:47] root@keltia:libregex/doc# make awk -f /usr/src/gnu/lib/libregex/doc/include.awk -vsource=/usr/src/gnu/lib/libregex/doc/../regex.h < /usr/src/gnu/lib/libregex/doc/xregex.texi | expand >regex.texi makeinfo --no-split -I /usr/src/gnu/lib/libregex/doc regex.texi -o regex.info Making info file `regex.info' from `regex.texi'. regex.texi:2214: itemize requires an argument: the formatter for @item. regex.texi:2236: itemize requires an argument: the formatter for @item. regex.texi:2254: itemize requires an argument: the formatter for @item. regex.texi:2271: itemize requires an argument: the formatter for @item. regex.texi:2308: itemize requires an argument: the formatter for @item. regex.texi:2323: itemize requires an argument: the formatter for @item. regex.texi:2346: itemize requires an argument: the formatter for @item. *** Error code 2 Stop. Anyway, here is a fix. Maybe it is time to upgrade some of our GNU utils... Texinfo is 3.0 (current 3.7 I think), libregex is 0.12 and so on. I don't know texinfo enough to really see if it needs something other than @bullet but it makes it run again. Index: xregex.texi =================================================================== RCS file: /spare/FreeBSD-current/src/gnu/lib/libregex/doc/xregex.texi,v retrieving revision 1.1 diff -2 -c -r1.1 xregex.texi *** xregex.texi 1993/07/30 20:16:04 1.1 --- xregex.texi 1995/12/31 12:50:33 *************** *** 2092,2096 **** For example, when you match @samp{((a)(b))} against @samp{ab}, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 2 in @code{@w{@var{regs}->}end[0]} --- 2092,2096 ---- For example, when you match @samp{((a)(b))} against @samp{ab}, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 2 in @code{@w{@var{regs}->}end[0]} *************** *** 2114,2118 **** @samp{aa}, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 2 in @code{@w{@var{regs}->}end[0]} --- 2114,2118 ---- @samp{aa}, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 2 in @code{@w{@var{regs}->}end[0]} *************** *** 2132,2136 **** the string @samp{b}, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} --- 2132,2136 ---- the string @samp{b}, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} *************** *** 2149,2153 **** @samp{b}, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} --- 2149,2153 ---- @samp{b}, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} *************** *** 2165,2169 **** string, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 0 in @code{@w{@var{regs}->}end[0]} --- 2165,2169 ---- string, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 0 in @code{@w{@var{regs}->}end[0]} *************** *** 2186,2190 **** get what it previously matched: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 3 in @code{@w{@var{regs}->}end[0]} --- 2186,2190 ---- get what it previously matched: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 3 in @code{@w{@var{regs}->}end[0]} *************** *** 2201,2205 **** get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 3 in @code{@w{@var{regs}->}end[0]} --- 2201,2205 ---- get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 3 in @code{@w{@var{regs}->}end[0]} *************** *** 2224,2228 **** string @samp{c}, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} --- 2224,2228 ---- string @samp{c}, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #9: Mon Dec 25 22:55:52 MET 1995 From owner-freebsd-bugs Sun Dec 31 08:50:03 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA13124 for bugs-outgoing; Sun, 31 Dec 1995 08:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA13118 Sun, 31 Dec 1995 08:50:01 -0800 (PST) Date: Sun, 31 Dec 1995 08:50:01 -0800 (PST) Message-Id: <199512311650.IAA13118@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Justin T. Gibbs" Subject: Re: kern/924: EISA devices have disappeared from vmstat/systat interrupt counts Reply-To: "Justin T. Gibbs" Sender: owner-bugs@FreeBSD.ORG Precedence: bulk The following reply was made to PR kern/924; it has been noted by GNATS. From: "Justin T. Gibbs" To: roberto@keltia.freenix.fr Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/924: EISA devices have disappeared from vmstat/systat interrupt counts Date: Sun, 31 Dec 1995 08:45:47 -0800 > >>Number: 924 >>Category: kern >>Synopsis: EISA devices have disappeared from vmstat/systat interrupt co >unts >>Confidential: no >>Severity: non-critical >>Priority: medium >>Responsible: freebsd-bugs >>State: open >>Class: sw-bug >>Submitter-Id: current-users >>Arrival-Date: Sun Dec 31 04:30:01 PST 1995 >>Last-Modified: >>Originator: Ollivier Robert >>Organization: >Usenet Canal Historique >>Release: FreeBSD 2.2-CURRENT i386 >>Environment: > >>Description: > > Since the split of the drivers into EISA/ISA/PCI parts, the bt0 > and ahb0 have disappeared from "vmstat -i" and "systat -vmstat" > screens. Their interrupts are counted as clock interrupts because they no longer have a configed ID to use as an offset into the interrupt counters. The interrupts registration code needs to be rewritten to better handle and until it does, there is little that can be done about eisa and pci interrupt counts. -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations ===========================================