From owner-freebsd-bugs Sun Mar 19 01:52:07 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA00866 for bugs-outgoing; Sun, 19 Mar 1995 01:52:07 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id BAA00838 for ; Sun, 19 Mar 1995 01:51:45 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA27258; Sun, 19 Mar 1995 10:23:12 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id KAA15156; Sun, 19 Mar 1995 10:23:11 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id KAA08151; Sun, 19 Mar 1995 10:12:05 +0100 From: J Wunsch Message-Id: <199503190912.KAA08151@uriah.heep.sax.de> Subject: Re: bug in libc To: scott@zorch.sf-bay.org (Scott Hazen Mueller) Date: Sun, 19 Mar 1995 10:12:05 +0100 (MET) Cc: bugs@FreeBSD.org In-Reply-To: <199503172339.PAA09324@zorch.sf-bay.org> from "Scott Hazen Mueller" at Mar 17, 95 03:39:29 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: 795 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Scott Hazen Mueller wrote: > > rpc/auth_unix.c > > sense of test for authunix_maxgrouplist being changed is backwards. > > *** auth_unix.c Fri Mar 17 14:44:56 1995 > --- auth_unix.c.orig Fri Mar 17 14:44:30 1995 > *************** > *** 149,155 **** > aup.aup_gid = gid; > /* GW: continuation of max group list hack */ > if(authunix_maxgrouplist != 0) { > ! aup.aup_len = ((len < authunix_maxgrouplist) ? len > : authunix_maxgrouplist); What's wrong here? If the actual lenght is *less* than the maximum, the actual value will be used, otherwise the length will be limited to the maximum. Seems to be reasonable to me. -- 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 Mar 19 01:50:54 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA00760 for bugs-outgoing; Sun, 19 Mar 1995 01:50:54 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id BAA00739 for ; Sun, 19 Mar 1995 01:50:44 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA27244; Sun, 19 Mar 1995 10:23:04 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id KAA15144 for freebsd-bugs@FreeBSD.org; Sun, 19 Mar 1995 10:23:03 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id JAA08011 for freebsd-bugs@FreeBSD.org; Sun, 19 Mar 1995 09:55:30 +0100 From: J Wunsch Message-Id: <199503190855.JAA08011@uriah.heep.sax.de> Subject: bug report summary? To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Sun, 19 Mar 1995 09:55:29 +0100 (MET) 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: 413 Sender: bugs-owner@FreeBSD.org Precedence: bulk I'm suggesting that there should be summaries of the open problem reports mailed on a regular basis (e.g. once a week), this would help us to find `stale' problem reports and to see what's still open to do. I think of a one-line report for each PR, just as a reminder. -- 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 Mar 19 01:55:48 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA01162 for bugs-outgoing; Sun, 19 Mar 1995 01:55:48 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA01156 for ; Sun, 19 Mar 1995 01:55:45 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id BAA21457; Sun, 19 Mar 1995 01:55:41 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id BAA00566; Sun, 19 Mar 1995 01:55:41 -0800 Message-Id: <199503190955.BAA00566@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: scott@zorch.sf-bay.org (Scott Hazen Mueller), bugs@FreeBSD.org Subject: Re: bug in libc In-reply-to: Your message of "Sun, 19 Mar 95 10:12:05 +0100." <199503190912.KAA08151@uriah.heep.sax.de> From: David Greenman Reply-To: davidg@Root.COM Date: Sun, 19 Mar 1995 01:55:37 -0800 Sender: bugs-owner@FreeBSD.org Precedence: bulk >As Scott Hazen Mueller wrote: >> >> rpc/auth_unix.c >> >> sense of test for authunix_maxgrouplist being changed is backwards. >> >> *** auth_unix.c Fri Mar 17 14:44:56 1995 >> --- auth_unix.c.orig Fri Mar 17 14:44:30 1995 >> *************** >> *** 149,155 **** >> aup.aup_gid = gid; >> /* GW: continuation of max group list hack */ >> if(authunix_maxgrouplist != 0) { >> ! aup.aup_len = ((len < authunix_maxgrouplist) ? len >> : authunix_maxgrouplist); > >What's wrong here? > >If the actual lenght is *less* than the maximum, the actual value will >be used, otherwise the length will be limited to the maximum. Seems >to be reasonable to me. That's what he changed it to. He did the diff backwards. -DG From owner-freebsd-bugs Sun Mar 19 02:00:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA00172 for bugs-outgoing; Sun, 19 Mar 1995 02:00:04 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA00164; Sun, 19 Mar 1995 02:00:02 -0800 Date: Sun, 19 Mar 1995 02:00:02 -0800 Message-Id: <199503191000.CAA00164@freefall.cdrom.com> From: J Wunsch Reply-To: J Wunsch To: freebsd-bugs Subject: misc/254: fsck -p misbehaves for SIGQUIT In-Reply-To: Your message of Sun, 19 Mar 1995 09:53:52 +0100 <199503190853.JAA07997@uriah.heep.sax.de> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 254 >Category: misc >Synopsis: fsck -p misbehaves for SIGQUIT >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 19 02:00:01 1995 >Originator: & Wunsch >Organization: >Release: FreeBSD 2.1.0-Development i386 >Environment: -current as of CTM # 463 >Description: Sending a SIGQUIT into the rc shell at startup time is expected to complete the file system check and return to the single user shell. fsck -p however aborts due to the SIGQUIT. >How-To-Repeat: Hit ^\ during system startup. >Fix: not yet known. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Mar 19 02:52:15 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA01575 for bugs-outgoing; Sun, 19 Mar 1995 02:52:15 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id CAA01564 for ; Sun, 19 Mar 1995 02:51:51 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA28696; Sun, 19 Mar 1995 11:50:50 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id LAA15638; Sun, 19 Mar 1995 11:50:50 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id LAA09682; Sun, 19 Mar 1995 11:23:00 +0100 From: J Wunsch Message-Id: <199503191023.LAA09682@uriah.heep.sax.de> Subject: Re: bug in libc To: davidg@Root.COM Date: Sun, 19 Mar 1995 11:23:00 +0100 (MET) Cc: joerg_wunsch@uriah.heep.sax.de, scott@zorch.sf-bay.org, bugs@FreeBSD.org In-Reply-To: <199503190955.BAA00566@corbin.Root.COM> from "David Greenman" at Mar 19, 95 01:55:37 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: 494 Sender: bugs-owner@FreeBSD.org Precedence: bulk As David Greenman wrote: > > >If the actual lenght is *less* than the maximum, the actual value will > >be used, otherwise the length will be limited to the maximum. Seems > >to be reasonable to me. > > That's what he changed it to. He did the diff backwards. Ok, now i'm seeing it too. If people would at least read the man page for diff... -- 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 Mar 19 05:43:52 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA06751 for bugs-outgoing; Sun, 19 Mar 1995 05:43:52 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA06737; Sun, 19 Mar 1995 14:43:51 +0100 Date: Sun, 19 Mar 1995 14:43:51 +0100 From: Joerg Wunsch Message-Id: <199503191343.OAA06737@freefall.cdrom.com> To: joerg, freebsd-bugs Subject: Changed information for PR misc/233 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: CTM sometimes does not fully clean up internally State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sun Mar 19 14:43:05 MET 1995 State-Changed-Why: Fix applied. From owner-freebsd-bugs Sun Mar 19 05:46:05 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA06829 for bugs-outgoing; Sun, 19 Mar 1995 05:46:05 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id FAA06822 for ; Sun, 19 Mar 1995 05:45:56 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA01732; Sun, 19 Mar 1995 14:45:34 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id OAA16592; Sun, 19 Mar 1995 14:45:34 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id OAA13448; Sun, 19 Mar 1995 14:29:30 +0100 From: J Wunsch Message-Id: <199503191329.OAA13448@uriah.heep.sax.de> Subject: Re: gcc -Wall in bin (patches) To: charnier@lirmm.fr (Philippe Charnier) Date: Sun, 19 Mar 1995 14:29:30 +0100 (MET) Cc: bugs@FreeBSD.org In-Reply-To: <199503190748.IAA02310@lirmm.lirmm.fr> from "Philippe Charnier" at Mar 19, 95 08:48:19 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: 548 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Philippe Charnier wrote: > > > Hello, > > You will find enclosed some changes to make gcc -Wall more happy in > /usr/src/bin. Note that some patches are still needed in that directory. Commited. Thanks! I've tried to resolve the remaining complaints, too. I gave up for /bin/sh, which is still in a very bad shape. This aside, the only remaining complaints are about sccsid's and copyright's. -- 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 Mar 19 13:50:07 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA04982 for bugs-outgoing; Sun, 19 Mar 1995 13:50:07 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA04968; Sun, 19 Mar 1995 13:50:05 -0800 Date: Sun, 19 Mar 1995 13:50:05 -0800 Message-Id: <199503192150.NAA04968@freefall.cdrom.com> From: ferovick@runner.jpl.utsa.edu (David C Ferovick) Reply-To: ferovick@runner.jpl.utsa.edu (David C Ferovick) To: freebsd-bugs Subject: kern/255: page fault after adding pcvt support into kernel config In-Reply-To: Your message of Sun, 19 Mar 1995 15:49:38 -0600 <9503192149.AA29599@runner.utsa.edu> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 255 >Category: kern >Synopsis: page fault after adding pcvt support into kernel config >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 19 13:50:02 1995 >Originator: Dave Ferovick >Organization: UTSA >Release: FreeBSD 2.1.0-Development i386 >Environment: NICE Chipset 486 dx2 80 16meg ram Adaptec 1542 scsi controller with 2 ibm 1gig drives BOCA ET-4000 video card IBM Internal ISA CD-Rom (really a Matsushita/panasonic CR-563) dual-16550 serial port card and single parallel port WD8013EP ethernet >Description: The FreeBSD-current from 3/17/95 at 10 am runs fine if I do not copy the two lines for PCVT from the LINT config file into my config file for the kernel. It gets a page fault just after the mounting root as... line on the screen. If I then rebuild the kernel after commenting out those two lines, the kernel once again works fine. I am leaving the syscon line alone, but if I comment it out, the kernel stil traps. Here is the kgdb script for the fault: Script started on Sun Mar 19 15:05:54 1995 milan# kgdb kernel.debug /var/crash/vmcore.1 Reading symbol data from /usr/src/sys/compile/MYKERNEL/kernel.debug...done. IdlePTD 1f8000 panic: page fault current pcb at 1e300c Reading in symbols for ../../i386/i386/machdep.c...done. (kgdb) where #0 boot (arghowto=256) (../../i386/i386/machdep.c line 787) #1 0xf01126d3 in panic (...) #2 0xf0192cfe in trap_fatal (...) #3 0xf0192870 in trap_pfault (...) #4 0xf0192537 in trap (...) #5 0xf018b711 in exception:calltrap () #6 0xf012c554 in spec_open (...) #7 0xf01299b7 in vn_open (...) #8 0xf0126c33 in open (...) #9 0xf0192ee7 in syscall (...) (kgdb) up 4 Reading in symbols for ../../i386/i386/trap.c...done. #4 0xf0192537 in trap (frame={tf_es = 16, tf_ds = -272695280, tf_edi = 0, tf_esi = 15616, tf_ebp = -272630324, tf_isp = -272630376, tf_ebx = 15616, tf_edx = 0, tf_ecx = -272630228, tf_eax = 61, tf_trapno = 12, tf_err = -272695296, tf_eip = 61, tf_cs = -262209528, tf_eflags = 66050, tf_esp = -266816605, tf_ss = 15616}) (../../i386/i386/trap.c line 288) 288 (void) trap_pfault(&frame, FALSE); (kgdb) frame frame->tf_ebp frame->tf_eip #0 0x3d in ?? () (kgdb) where #0 boot (arghowto=256) (../../i386/i386/machdep.c line 787) #1 0xf01126d3 in panic (...) #2 0xf0192cfe in trap_fatal (frame=(struct trapframe *) 0xefbffd70) (../../i386/i386/trap.c line 569) #3 0xf0192870 in trap_pfault (frame=(struct trapframe *) 0xefbffd70, usermode=0) (../../i386/i386/trap.c line 491) #4 0xf0192537 in trap (frame={tf_es = 16, tf_ds = -272695280, tf_edi = 0, tf_esi = 15616, tf_ebp = -272630324, tf_isp = -272630376, tf_ebx = 15616, tf_edx = 0, tf_ecx = -272630228, tf_eax = 61, tf_trapno = 12, tf_err = -272695296, tf_eip = 61, tf_cs = -262209528, tf_eflags = 66050, tf_esp = -266816605, tf_ss = 15616}) (../../i386/i386/trap.c line 288) #5 0xf018b711 in exception:calltrap () #6 0xf012c554 in spec_open (...) #7 0xf01299b7 in vn_open (...) #8 0xf0126c33 in open (...) #9 0xf0192ee7 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 2117632, tf_esi = 0, tf_ebp = -272638436, tf_isp = -272629788, tf_ebx = 7086, tf_edx = 1, tf_ecx = 0, tf_eax = 5, tf_trapno = 582, tf_err = 582, tf_eip = 75669, tf_cs = 31, tf_eflags = 582, tf_esp = -272638456, tf_ss = 39}) (../../i386/i386/trap.c line 709) (kgdb) frame 6 Reading in symbols for ../../miscfs/specfs/spec_vnops.c...done. #6 0xf012c554 in spec_open (ap=(struct vop_open_args *) 0xefbffe2c) (../../miscfs/specfs/spec_vnops.c line 181) 181 error = (*cdevsw[maj].d_open)(dev, ap->a_mode, S_IFCHR, ap->a_p); (kgdb) where #0 boot (arghowto=256) (../../i386/i386/machdep.c line 787) #1 0xf01126d3 in panic (...) #2 0xf0192cfe in trap_fatal (frame=(struct trapframe *) 0xefbffd70) (../../i386/i386/trap.c line 569) #3 0xf0192870 in trap_pfault (frame=(struct trapframe *) 0xefbffd70, usermode=0) (../../i386/i386/trap.c line 491) #4 0xf0192537 in trap (frame={tf_es = 16, tf_ds = -272695280, tf_edi = 0, tf_esi = 15616, tf_ebp = -272630324, tf_isp = -272630376, tf_ebx = 15616, tf_edx = 0, tf_ecx = -272630228, tf_eax = 61, tf_trapno = 12, tf_err = -272695296, tf_eip = 61, tf_cs = -262209528, tf_eflags = 66050, tf_esp = -266816605, tf_ss = 15616}) (../../i386/i386/trap.c line 288) #5 0xf018b711 in exception:calltrap () #6 0xf012c554 in spec_open (ap=(struct vop_open_args *) 0xefbffe2c) (../../miscfs/specfs/spec_vnops.c line 181) #7 0xf01299b7 in vn_open (...) #8 0xf0126c33 in open (...) #9 0xf0192ee7 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 2117632, tf_esi = 0, tf_ebp = -272638436, tf_isp = -272629788, tf_ebx = 7086, tf_edx = 1, tf_ecx = 0, tf_eax = 5, tf_trapno = 582, tf_err = 582, tf_eip = 75669, tf_cs = 31, tf_eflags = 582, tf_esp = -272638456, tf_ss = 39}) (../../i386/i386/trap.c line 709) (kgdb) quit milan# exit exit Script done on Sun Mar 19 15:08:30 1995 Here is my failing kernel config file: # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # GENERIC,v 1.20 1994/11/18 19:10:25 jkh Exp # machine "i386" #cpu "I386_CPU" cpu "I486_CPU" #cpu "I586_CPU" ident MYKERNEL 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 UCONSOLE #X Console support #options "FAT_CURSOR" #block cursor in syscons or pccons options "SCSI_DELAY=5" #Be pessimistic about Joe SCSI device options "NCONS=10" #4 virtual consoles #options BOUNCE_BUFFERS #include support for DMA bounce buffers options "TUNE_1542" options "DODUMP" options LKM config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0 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 bt0 at isa? port "IO_BT0" bio irq ? vector btintr #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr #controller ahc0 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 pas0 at isa? port 0x1f88 bio #controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr controller scbus0 device snd1 at isa? port 0x388 device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr device snd3 at isa? port 0x388 irq 12 drq 7 vector pasintr device sd0 device sd1 device sd2 device sd3 #device st0 #device st1 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 #device icd0 at isa? port 0x300 bio #device icd1 at isa? port 0x320 bio #device icd2 at isa? port 0x340 bio #device icd3 at isa? port 0x360 bio device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr #device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint # 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 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 device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty device lpt2 at isa? port? tty #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 is0 at isa? port 0x280 net irq 10 drq 7 vector isintr #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr #device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 2 pseudo-device ppp 2 pseudo-device pty 16 pseudo-device speaker pseudo-device gzip # Exec gzipped a.out's >How-To-Repeat: discussed above. >Fix: None known. >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@freebsd.org Subject: problem report for FreeBSD-current...page fault when adding pcvt From: ferovick@runner.jpl.utsa.edu Reply-To: ferovick@runner.jpl.utsa.edu X-send-pr-version: 3.2 From owner-freebsd-bugs Sun Mar 19 15:08:33 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA12243 for bugs-outgoing; Sun, 19 Mar 1995 15:08:33 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA12216 for ; Sun, 19 Mar 1995 15:08:18 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA12011; Mon, 20 Mar 1995 00:08:06 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id AAA19864; Mon, 20 Mar 1995 00:08:05 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id AAA16349; Mon, 20 Mar 1995 00:07:20 +0100 From: J Wunsch Message-Id: <199503192307.AAA16349@uriah.heep.sax.de> Subject: Re: kern/255: page fault after adding pcvt support into kernel config To: ferovick@runner.jpl.utsa.edu Date: Mon, 20 Mar 1995 00:07:19 +0100 (MET) Cc: freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503192150.NAA04968@freefall.cdrom.com> from "David C Ferovick" at Mar 19, 95 01:50:05 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: 2331 Sender: bugs-owner@FreeBSD.org Precedence: bulk As David C Ferovick wrote: > > The FreeBSD-current from 3/17/95 at 10 am runs fine if I do not > copy the two lines for PCVT from the LINT config file into my > config file for the kernel. It gets a page fault just after > the mounting root as... line on the screen. If I then rebuild > the kernel after commenting out those two lines, the kernel once > again works fine. I am leaving the syscon line alone, but if I > comment it out, the kernel stil traps. > > Here is the kgdb script for the fault: > Script started on Sun Mar 19 15:05:54 1995 > milan# kgdb kernel.debug /var/crash/vmcore.1 > Reading symbol data from /usr/src/sys/compile/MYKERNEL/kernel.debug...done. > IdlePTD 1f8000 > panic: page fault > current pcb at 1e300c > Reading in symbols for ../../i386/i386/machdep.c...done. > (kgdb) where > #0 boot (arghowto=256) (../../i386/i386/machdep.c line 787) > #1 0xf01126d3 in panic (...) > #2 0xf0192cfe in trap_fatal (...) > #3 0xf0192870 in trap_pfault (...) > #4 0xf0192537 in trap (...) > #5 0xf018b711 in exception:calltrap () > #6 0xf012c554 in spec_open (...) > #7 0xf01299b7 in vn_open (...) > #8 0xf0126c33 in open (...) > #9 0xf0192ee7 in syscall (...) > (kgdb) up 4 > Reading in symbols for ../../i386/i386/trap.c...done. > #4 0xf0192537 in trap (frame={tf_es = 16, tf_ds = -272695280, tf_edi = 0, tf_esi = 15616, tf_ebp = -272630324, tf_isp = -272630376, tf_ebx = 15616, tf_edx = 0, tf_ecx = -272630228, tf_eax = 61, tf_trapno = 12, tf_err = -272695296, tf_eip = 61, tf_cs = -262209528, tf_eflags = 66050, tf_esp = -266816605, tf_ss = 15616}) (../../i386/i386/trap.c line 288) > 288 (void) trap_pfault(&frame, FALSE); > (kgdb) frame frame->tf_ebp frame->tf_eip > #0 0x3d in ?? () ^^^^^^^^^^^^^ (called random data) Strange. I'm running a kernel on -current with pcvt with no other problem than the `you can log into the console just once'. Are you totally sure your sys/i386/i386/conf.c is this one: * $Id: conf.c,v 1.77 1995/03/05 22:24:59 joerg Exp $ This is supposed to have the hooks for pcvt. I've double-checked that i also run the CVS version of pcvt. It reports itself in the probe message as [R3.20-b22]. -- 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 Mar 19 15:31:38 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA17509 for bugs-outgoing; Sun, 19 Mar 1995 15:31:38 -0800 Received: (from root@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA17496 for freebsd-bugs; Sun, 19 Mar 1995 15:31:38 -0800 Date: Sun, 19 Mar 1995 15:31:38 -0800 From: "Jordan K. Hubbard" Message-Id: <199503192331.PAA17496@freefall.cdrom.com> To: freebsd-bugs Subject: List of open Problem Reports Sender: bugs-owner@FreeBSD.org Precedence: bulk This is the list of currently open problem reports [1994/09/14] kern/1 Toshiba MK156FB scsi drive does not work with 2.0 ke [1994/09/22] i386/4 You can mount a filesystem multiple times "on top" o [1994/10/07] kern/6 System hangs while using slip or ppp connection [1994/10/24] bin/9 swapinfo fails to find device name for sd1b [1994/11/01] gnu/10 Broken libreadline Makefile [1994/11/12] bin/13 bsd.prog.mk missing DPADD variables for libraries [1994/11/13] i386/14 No MBR put on prestine IDE disk drive [1994/11/14] kern/16 Cons25 slightly hosed under emacs v18.59 [1994/11/14] bin/17 "mount -t foo /dev/wd1h /mnt" gives incorrect error [1994/11/15] gnu/19 cvs commit core dumps on multiple files [1994/11/15] misc/20 No rules for libtermlib [1994/11/18] kern/21 kernel panic. [1994/11/18] conf/22 Cannot use links to share kernel objects [1994/11/23] kern/25 mounting a photocd panics the kernel [1994/11/23] kern/27 Loopback mounts confuse unmount-on-reboot code [1994/11/26] docs/29 man page descriptions of /etc/ftpwelcome and /etc/ft [1994/11/30] kern/34 nullfs and union mounts can result in wild pointer r [1994/12/01] kern/35 mount -t union -o -b : lower layer not seen by shell [1994/12/03] kern/39 Recent config changes hosed ft config [1994/12/04] kern/40 Floppy tape probe hosed (FIX) [1994/12/06] kern/42 PC-NFS on -current can't access disks [1994/12/07] docs/43 manpage for keysu is missing. reference from keyinit [1994/12/07] kern/44 ep driver won't work with anything but bnc [1994/12/08] bin/45 ranlib gives bizarre error message if long filenames [1994/12/08] kern/46 ed driver don't know the link0 flag (IFF_LINK0) [1994/12/13] misc/48 Bug in /etc/rc [1994/12/13] misc/49 Bug in /etc/rc [1994/12/14] kern/51 Panic accessing NFS mounted file system [1994/12/14] gnu/54 No manual entry for uucpd [1994/12/14] bin/55 suspend wedges vipw [1994/12/16] kern/61 Kernel panics with named [1994/12/18] bin/65 certian password entry errors confuse vipw forever [1994/12/18] misc/66 if you run bininst when you're on the net via slip, [1994/12/18] misc/67 It took 20 tries to get free-bsd installed [1994/12/18] misc/68 bininst leaves system kinda hung [1994/12/18] bin/71 Incomplete package of tcl7.3.tgz [1994/12/18] bin/72 emu-1.3 has empty app-defaults file [1994/12/18] bin/73 no man page in xearth package [1994/12/21] kern/74 ARP timeout [1994/12/21] misc/75 Netboot ignores gateway [1994/12/20] conf/76 fdisk can't be trusted. [1994/12/21] i386/79 Reboots sometimes don't complete. [1994/12/23] misc/83 System crash after abrupt end of slip session [1994/12/26] kern/85 if_ed.c does not like some ethernet cards [1995/01/03] kern/95 Configuring a SLIP device with source = destination [1995/01/09] kern/102 PANIC after running Merged Buffer Cache kernel for a [1995/01/10] bin/104 pax -rwl may corrupt filesystem [1995/01/11] i386/105 Distributed libm (msun) has non-standard error handl [1995/01/11] bin/106 If I do an lcd in ncftp it will immediately quit [1995/01/13] gnu/107 kernel build produces internal compiler error [1995/01/14] bin/109 at command doesn't parse dates time and doesn't prom [1995/01/14] misc/112 serious [1995/01/14] bin/113 /bin/csh and /usr/local/bin/tcsh choke on my nasty c [1995/01/14] bin/115 systat iostat display doesn't scale high enough [1995/01/14] bin/116 disk transfer rates reported by systat :iostat are t [1995/01/14] misc/118 use of 386bsd partition tag makes multi-os boot hard [1995/01/14] misc/119 you cannot tune your newfs parameters at intall time [1995/01/14] misc/120 first Initial security report is bogus becuase of ls [1995/01/14] bin/124 traceroute doesn't support -g flag. [1995/01/14] docs/125 no references to makewhatis in manual pages [1995/01/14] docs/127 locate man page does not have any clues to how the d [1995/01/14] misc/128 default owners of system directories is a security h [1995/01/14] bin/129 fsck cannot take a mount point as an argument [1995/01/14] docs/130 sio(4) refers to /etc/rc.serial which does not exist [1995/01/14] docs/131 there is no man page for uucpd [1995/01/14] docs/132 gettytab documentation is split between /etc/gettyta [1995/01/14] bin/133 mail program doesn't have editheaders option [1995/01/14] misc/134 ispell (in ports) thinks the dictionary is in /usr/d [1995/01/14] bin/135 not enough ptys; virtual console names conflict with [1995/01/14] docs/137 domainname man page references getdomainname(2) whic [1995/01/14] misc/138 SUP server not serving all ports [1995/01/14] kern/140 cdplay will not work with NEC210 [1995/01/14] bin/141 locate command core dumps. [1995/01/14] gnu/142 osfcn.h from libg++ is not installed. [1995/01/14] kern/143 Processes using NFS (eg to link an X server) will so [1995/01/14] kern/144 Processes using NFS (eg to link an X server) will so [1995/01/15] bin/146 version of compress is kinda old and slow [1995/01/16] kern/147 auvoxware and xdm occasionally die with a signal 10 [1995/01/16] kern/148 auvoxware dumps core sometimes after playing file [1995/01/19] bin/151 One of the pkg_add set /tmp mod to 755 [1995/01/19] kern/152 Kernel config doesn't handle "irq 2" as irq 9 [1995/01/20] bin/153 mount -u improvement for diskless systems [1995/01/21] misc/155 precision doesn't work for %s [1995/01/21] kern/157 Quota system does not work [1995/01/21] docs/158 Missing info files for GNU software. [1995/01/21] docs/159 uucp manual files have wrong file locations. [1995/01/21] bin/160 taylor cu is not included in FreeBSD 2.0 [1995/01/21] docs/161 Not MAKEDEV(8) manual page. [1995/01/21] bin/163 telneting sometimes doesn't yield a "login:" prompt [1995/01/21] docs/164 no ptrace(2) manual page. [1995/01/21] docs/165 No documentation on kernel boot flags. [1995/01/21] misc/166 /usr/include/machine/asmacros.h includes uninstalled [1995/01/21] bin/167 makewhatis ignores symbolic links. [1995/01/21] docs/168 no documentation on macros in machine/floatingpoint, [1995/01/21] kern/169 Errors from mkdir & mv when directories paths end wi [1995/01/21] bin/170 ar does not print an error message with readonly lib [1995/01/21] docs/171 No documentation on .forward files. [1995/01/21] bin/172 cp -f does not work [1995/01/21] bin/173 rc trys to mount modload fs before ld is available. [1995/01/21] bin/174 Poor error message from stty [1995/01/22] kern/175 Syscons does not recover X graphics mode [1995/01/22] kern/176 EIDRM not defined in errno.h [1995/01/22] docs/177 man pages missing for SYSV IPC funtions [1995/01/22] kern/178 getty on ttyv0 hangs after first login [1995/01/23] kern/179 Getty hangs on ttyv0 [1995/01/23] kern/180 Fiddling with process stack and using scanf with inv [1995/01/24] bin/182 Strange error from umount [1995/01/24] gnu/183 can't resolve "operator <<" overload [1995/01/24] bin/184 send-pr says "Aborting ..." and happily removes the [1995/01/25] kern/185 kernel stability problems - can't sustain uptimes > [1995/01/25] conf/187 Files referenced in Makefiles do not exist [1995/01/25] bin/188 disklabel uses c partition by default, kernel says d [1995/01/25] kern/189 sd renames disks [1995/01/25] bin/190 Missing files in games/hack [1995/01/29] ports/192 TeX tarfiles are out of date. [1995/01/29] conf/193 /etc/make.conf is slightly out of date [1995/01/30] gnu/196 size of bss in *.o's reported wrong by size [1995/01/30] bin/198 1.1.5.1 pine binary loops; top shows fancy values [1995/02/01] bin/199 quiz(6) reading database bug, pattern matching bug [1995/02/01] bin/201 PPP does not find config-files [1995/02/01] misc/202 System hang or reboot without clues, tcp ppp named r [1995/02/02] bin/204 Installing failes [1995/02/05] kern/207 Using a local version of clntudp_create under gdb ca [1995/02/06] gnu/210 tar support for rsh doesn't work [1995/02/08] kern/211 mv returns "Invalid argument" unreasonably [1995/02/11] kern/212 Major instability traced to ttyclose() [kern/tty_sub [1995/02/13] bin/213 Making does not include 'fib'. [1995/02/14] kern/214 Using wt driver crashes system [1995/02/14] kern/215 SNAP-950112 crashed with "panic: page fault" [1995/02/14] kern/216 /kernel: panic: ffs_alloccg: map corrupted [1995/02/14] pending/217 request for a customer id [1995/02/14] docs/218 dbm references from hash(3) [1995/02/16] kern/219 Performance on local net drops too much when SNDBUF [1995/02/16] misc/220 Cancel still doesn't work during install [1995/02/16] misc/221 lots of error messages during unpacking via ftp inst [1995/02/16] i386/222 boot prompt doesn't always work [1995/02/16] misc/223 default domain shouldn't be hostname [1995/02/18] kern/224 ppp net serial [1995/02/18] kern/225 Panic: invalid wire count when GDB kills stopped inf [1995/03/02] misc/229 acos() core dump [1995/03/03] bin/230 C++ contructors not being called [1995/03/05] gnu/231 send-pr initializes Organization with ~/.signature [1995/03/05] docs/232 The mandoc .St macro doesn't work or misses IEEE754 [1995/03/10] pending/235 request for a customer id [1995/03/10] misc/236 2.0-950210-SNAP/src/extract.sh references "release" [1995/03/11] kern/238 failed assertion in ncr.c --> no more scsi disk acce [1995/03/11] bin/239 Multiply defined symbols in the libraries [1995/03/11] gnu/240 gdb does not correctly find the stack in a core dump [1995/03/13] bin/241 strange behavior of /bin/sh [1995/03/13] bin/242 [1995/03/14] kern/243 missing routines for new sound drivers [1995/03/16] gnu/246 Compiler doesn't define anything to determinate bsd [1995/03/17] kern/247 Berkeley Packet Filter fix [1995/03/17] kern/248 scbus attach/probe information is inconsistent [1995/03/17] misc/249 $hostname variable in /etc/netstart not always set [1995/03/17] pending/250 /etc/netstart executes undesired hostname.xxx files [1995/03/18] i386/251 disklabel(8) refuses to install new bootstrap [1995/03/18] pending/252 request for a customer id [1995/03/18] kern/253 Tagged queuing with an Adaptec 2842 controller doesn [1995/03/19] misc/254 fsck -p misbehaves for SIGQUIT [1995/03/19] kern/255 page fault after adding pcvt support into kernel con From owner-freebsd-bugs Sun Mar 19 15:37:32 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA18200 for bugs-outgoing; Sun, 19 Mar 1995 15:37:32 -0800 Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA18186 for ; Sun, 19 Mar 1995 15:37:30 -0800 X-Authentication-Warning: freefall.cdrom.com: Host LOCALHOST didn't use HELO protocol To: bugs@freefall.cdrom.com Subject: Last message listing open problem reports Date: Sun, 19 Mar 1995 15:37:30 -0800 Message-ID: <18185.795656250@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk Thanks to the much appreciated PERL abilities of Joerg, we now have a nag entry in /etc/crontab on freefall to remind us of all the open problem reports once a week. The goal, of course, is to become so irritated by these reports that we work on CLOSING them! :-) Thanks! Jordan From owner-freebsd-bugs Sun Mar 19 16:06:15 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA23750 for bugs-outgoing; Sun, 19 Mar 1995 16:06:15 -0800 Received: from runner.utsa.edu (runner.jpl.utsa.edu [129.115.50.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id QAA23740 for ; Sun, 19 Mar 1995 16:06:13 -0800 Received: by runner.utsa.edu (5.0/SMI-SVR4) id AA05725; Sun, 19 Mar 1995 18:05:32 -0600 Date: Sun, 19 Mar 1995 18:05:32 -0600 (CST) From: David C Ferovick Subject: Re: kern/255: page fault after adding pcvt support into kernel config To: Joerg Wunsch Cc: freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503192307.AAA16349@uriah.heep.sax.de> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII content-length: 2966 Sender: bugs-owner@FreeBSD.org Precedence: bulk oops...I was extracting the tree to a different place than i was building from, so I accidentally did a build on code from the 3rd...I am now in the process of building from the code I *thought* I was building from before... I will let you know how it works(the cvs revision on the new code matches the cvs code you mentioned in your letter) Thanks for the quick response, Dave Ferovick (ferovick@lonestar.utsa.edu) (dferovic@ringer.cs.utsa.edu) (ferovick@runner.jpl.utsa.edu) On Mon, 20 Mar 1995, J Wunsch wrote: > As David C Ferovick wrote: > > > > The FreeBSD-current from 3/17/95 at 10 am runs fine if I do not > > copy the two lines for PCVT from the LINT config file into my > > config file for the kernel. It gets a page fault just after > > the mounting root as... line on the screen. If I then rebuild > > the kernel after commenting out those two lines, the kernel once > > again works fine. I am leaving the syscon line alone, but if I > > comment it out, the kernel stil traps. > > > > Here is the kgdb script for the fault: > > Script started on Sun Mar 19 15:05:54 1995 > > milan# kgdb kernel.debug /var/crash/vmcore.1 > > Reading symbol data from /usr/src/sys/compile/MYKERNEL/kernel.debug...done. > > IdlePTD 1f8000 > > panic: page fault > > current pcb at 1e300c > > Reading in symbols for ../../i386/i386/machdep.c...done. > > (kgdb) where > > #0 boot (arghowto=256) (../../i386/i386/machdep.c line 787) > > #1 0xf01126d3 in panic (...) > > #2 0xf0192cfe in trap_fatal (...) > > #3 0xf0192870 in trap_pfault (...) > > #4 0xf0192537 in trap (...) > > #5 0xf018b711 in exception:calltrap () > > #6 0xf012c554 in spec_open (...) > > #7 0xf01299b7 in vn_open (...) > > #8 0xf0126c33 in open (...) > > #9 0xf0192ee7 in syscall (...) > > (kgdb) up 4 > > Reading in symbols for ../../i386/i386/trap.c...done. > > #4 0xf0192537 in trap (frame={tf_es = 16, tf_ds = -272695280, tf_edi = 0, tf_esi = 15616, tf_ebp = -272630324, tf_isp = -272630376, tf_ebx = 15616, tf_edx = 0, tf_ecx = -272630228, tf_eax = 61, tf_trapno = 12, tf_err = -272695296, tf_eip = 61, tf_cs = -262209528, tf_eflags = 66050, tf_esp = -266816605, tf_ss = 15616}) (../../i386/i386/trap.c line 288) > > 288 (void) trap_pfault(&frame, FALSE); > > (kgdb) frame frame->tf_ebp frame->tf_eip > > #0 0x3d in ?? () > ^^^^^^^^^^^^^ > (called random data) > > > Strange. I'm running a kernel on -current with pcvt with no other > problem than the `you can log into the console just once'. > > Are you totally sure your sys/i386/i386/conf.c is this one: > > * $Id: conf.c,v 1.77 1995/03/05 22:24:59 joerg Exp $ > > This is supposed to have the hooks for pcvt. > > I've double-checked that i also run the CVS version of pcvt. It > reports itself in the probe message as [R3.20-b22]. > > -- > 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 Mar 19 16:30:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA26984 for bugs-outgoing; Sun, 19 Mar 1995 16:30:03 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA26972; Sun, 19 Mar 1995 16:30:02 -0800 Date: Sun, 19 Mar 1995 16:30:02 -0800 Message-Id: <199503200030.QAA26972@freefall.cdrom.com> From: rcarter@geli.com Reply-To: rcarter@geli.com To: freebsd-bugs Subject: gnu/256: nasty gdb bug back in 031595 system In-Reply-To: Your message of Sun, 19 Mar 1995 16:26:57 -0800 <199503200026.QAA00668@geli.clusternet> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 256 >Category: gnu >Synopsis: nasty gdb bug back in 031595 system >Confidential: yes >Severity: serious >Priority: high >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 19 16:30:01 1995 >Originator: Russell L. Carter >Organization: Geli Engineering >Release: FreeBSD 2.1.0-Development i386 031595 >Environment: P5-90, 32MB, ncr pci... >Description: gdb hangs the system hard when a program being debugged is run. Only does this on one large package. I'm trying to find a small enough example to forward, but no success so far. >How-To-Repeat: gdb program-name run >Fix: none known >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Mar 19 16:46:23 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA29457 for bugs-outgoing; Sun, 19 Mar 1995 16:46:23 -0800 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA29237; Sun, 19 Mar 1995 16:43:46 -0800 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.11/jtpda-5.0) with SMTP id BAA02362 ; Mon, 20 Mar 1995 01:43:52 +0100 Received: by blaise.ibp.fr (4.1/SMI-4.1) id AA17872; Mon, 20 Mar 95 01:43:41 +0100 Received: (from roberto@localhost) by keltia.frmug.fr.net (8.6.11/keltia-uucp-1.21) id BAA04942; Mon, 20 Mar 1995 01:40:20 +0100 From: Ollivier Robert Message-Id: <199503200040.BAA04942@keltia.frmug.fr.net> Subject: Playing audio CDs with 2.1-current To: freebsd-current@FreeBSD.org (FreeBSD Current Users' list) Date: Mon, 20 Mar 1995 01:40:18 +0100 (MET) Cc: freebsd-bugs@FreeBSD.org (FreeBSD Bugs' list) Reply-To: roberto@hsc.fr.net X-Operating-System: FreeBSD 2.1.0-Development ctm#463 X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 2456 Sender: bugs-owner@FreeBSD.org Precedence: bulk You may remember my problems awhile ago with playing CDs in my CD-ROM. I've exchanged the CD to a more recent firmware but the problems are always here. The drive came from an Apple Quadra and it is Matsuchita specially modified for Apple (no volume control nor headphones on the front). The probe messages are as follows : FreeBSD 2.1.0-Development #3: Sat Mar 18 19:30:39 MET 1995 roberto@keltia:/spare/usr/src/sys/compile/KELTIA CPU: i486DX (486-class CPU) real memory = 20578304 (5024 pages) avail memory = 18980864 (4634 pages) Probing for devices on the ISA bus: [...] bt0: Bt747 / 0-PCI/EISA/VLB(32bit) bus bt0: reading board settings, busmastering, int=12 bt0: version 3.37, fast sync, parity, 32 mbxs, 32 ccbs bt0: targ 0 sync rate=10.00MB/s(100ns), offset=15 bt0: targ 1 sync rate=10.00MB/s(100ns), offset=15 bt0: targ 4 async bt0: targ 6 sync rate= 4.54MB/s(220ns), offset=08 bt0: Enabling Round robin scheme bt0 at 0x330 irq 12 on isa [...] (bt0:6:0): "MATSHITA CD-ROM CR-8004 1.1f" is a type 5 removable SCSI 2 cd is configured at 0 cd0(bt0:6:0): CD-ROM cd0(bt0:6:0): NOT READY asc:3a,0 Medium not present cd0: could not get size drive empty What is puzzling is that cdplay, xdcplayer and workman are able to find the toc of the audio disk and all the times 204 [15:13] roberto@keltia:~> cdplay cd0 CD>tocentry track minute second frame 1 0 2 0 2 2 31 30 3 9 12 10 4 11 57 5 5 18 23 13 6 23 57 58 7 28 11 65 8 32 35 38 9 34 58 55 10 38 27 20 11 45 51 0 12 50 46 3 13 54 26 38 14 60 17 68 15 64 56 53 255 72 56 58 CD> but every try at playing music is greeted by a CD>play 1 cdplay: Input/output error and I get that in syslog : cd0(bt0:6:0): ABORTED COMMAND asc:2c,0 Command sequence error Eject works fine though. What is weirder is that the drive will play music on a 1.1.5.1 machine !! IOCTLs are standard SCSI-2 so I don't think we have such differences between 1.1.5.1 and 2.1 in that respect but I'd like to understand exactly what's going on. Heck, playing audio CDs was my primary reason to buy it :-) -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia 2.1.0-Development #3: Sat Mar 18 19:30:39 MET 1995 From owner-freebsd-bugs Sun Mar 19 17:14:21 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA03147 for bugs-outgoing; Sun, 19 Mar 1995 17:14:21 -0800 Received: from watt.cae.uwm.edu (hench@watt.cae.uwm.edu [129.89.55.2]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA03137; Sun, 19 Mar 1995 17:14:19 -0800 Received: (from hench@localhost) by watt.cae.uwm.edu (8.6.10/8.6.6) id TAA08665; Sun, 19 Mar 1995 19:14:14 -0600 From: Mike Hench Message-Id: <199503200114.TAA08665@watt.cae.uwm.edu> Subject: Re: List of open Problem Reports To: jkh@freefall.cdrom.com (Jordan K. Hubbard) Date: Sun, 19 Mar 1995 19:14:13 -0600 (CST) Cc: freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503192331.PAA17496@freefall.cdrom.com> from "Jordan K. Hubbard" at Mar 19, 95 03:31:38 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 415 Sender: bugs-owner@FreeBSD.org Precedence: bulk > [1994/12/21] kern/74 ARP timeout i dont have this handy but i am 99.99% sure it was my pr. it has been closed. it was a bug in the bootpd routing table manipulation. actually caused worse things than that (i found out later) but by that time someone had fixed it. arp looks funny with the 20min and 4 hour timeouts. wasnt sure if it was kernel or bootpd myself one gone :-) mike hench hench@cae.uwm.edu From owner-freebsd-bugs Sun Mar 19 18:20:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA07664 for bugs-outgoing; Sun, 19 Mar 1995 18:20:02 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA07656; Sun, 19 Mar 1995 18:20:01 -0800 Date: Sun, 19 Mar 1995 18:20:01 -0800 Message-Id: <199503200220.SAA07656@freefall.cdrom.com> From: "Gil Kloepfer Jr." Reply-To: "Gil Kloepfer Jr." To: freebsd-bugs Subject: bin/257: wtmp not properly updated in uucpd In-Reply-To: Your message of Sun, 19 Mar 1995 20:18:20 -0600 <199503200218.UAA00511@limbic.ssdl.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 257 >Category: bin >Synopsis: uucpd does not properly update wtmp on logout >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 19 18:20:00 1995 >Originator: Gil Kloepfer Jr. >Organization: >Release: FreeBSD current-950319 i386 >Environment: uucpd on FreeBSD 2.1-development (current) >Description: 0. uucpd on FreeBSD 2.0R does not function properly at all (which is OK since 2.1-current mostly works) on 2.1-development (current) 1. uucpd does not update the wtmp entry upon logout 2. There is some code to update the utmp file, but it is not executing. This brings up a question as to whether or not it should (discussion below) >How-To-Repeat: Will happen any time a remote system executes uucico via uucpd (UUCP over TCP/IP). >Fix: for #2- I thought about this, and came to the conclusion that although it was convenient, uucpd should not create a login entry in utmp. The reason for this is that no other daemon (such as ftpd) does this, and there is really no reason to make uucpd a special case. The other reason is that the way uucpd was implemented to do this prior to 2.0-RELEASE had the capability of expanding the size of the utmp file each time a different ut_line was used (which, in the case of uucpd, was every time). For #1: The following is a context diff run against the uucpd.c in FreeBSD 2.1-development as of last nights snapshot: (note this also removes the code that does not effectively do anything to utmp) *** /current/libexec/uucpd/uucpd.c Thu Nov 24 20:27:08 1994 --- uucpd.c Sun Mar 19 16:30:06 1995 *************** *** 71,77 **** #define SCPYN(a, b) strncpy(a, b, sizeof (a)) - struct utmp utmp; struct sockaddr_in hisctladdr; int hisaddrlen = sizeof hisctladdr; struct sockaddr_in myctladdr; --- 71,76 ---- *************** *** 85,91 **** }; extern char **environ; extern void logwtmp(char *line, char *name, char *host); - extern void login(struct utmp *ut); void doit(struct sockaddr_in *sinp); void dologout(void); --- 84,89 ---- *************** *** 174,182 **** alarm(0); sprintf(Username, "USER=%s", pw->pw_name); sprintf(Logname, "LOGNAME=%s", pw->pw_name); ! if ((s = fork()) < 0) syslog(LOG_ERR, "fork: %m"); ! else if (s == 0) { dologin(pw, sinp); setgid(pw->pw_gid); initgroups(pw->pw_name, pw->pw_gid); --- 172,181 ---- alarm(0); sprintf(Username, "USER=%s", pw->pw_name); sprintf(Logname, "LOGNAME=%s", pw->pw_name); ! if ((s = fork()) < 0) { syslog(LOG_ERR, "fork: %m"); ! _exit(1); ! } else if (s == 0) { dologin(pw, sinp); setgid(pw->pw_gid); initgroups(pw->pw_name, pw->pw_gid); *************** *** 184,191 **** setuid(pw->pw_uid); execl(pw->pw_shell, "uucico", NULL); syslog(LOG_ERR, "execl: %m"); } - _exit(1); } int readline(char start[], int num, int passw) --- 183,190 ---- setuid(pw->pw_uid); execl(pw->pw_shell, "uucico", NULL); syslog(LOG_ERR, "execl: %m"); + _exit(1); } } int readline(char start[], int num, int passw) *************** *** 259,267 **** (void) write(f, (char *) &ll, sizeof ll); (void) close(f); } ! utmp.ut_time = cur_time; ! SCPYN(utmp.ut_line, line); ! SCPYN(utmp.ut_name, pw->pw_name); ! SCPYN(utmp.ut_host, remotehost); ! login(&utmp); } --- 258,262 ---- (void) write(f, (char *) &ll, sizeof ll); (void) close(f); } ! logwtmp(line, pw->pw_name, remotehost); } >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Mar 19 20:55:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA01398 for bugs-outgoing; Sun, 19 Mar 1995 20:55:04 -0800 Received: from hutcs.cs.hut.fi (root@hutcs.cs.hut.fi [130.233.192.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id UAA01392 for ; Sun, 19 Mar 1995 20:55:02 -0800 Received: from shadows.cs.hut.fi by hutcs.cs.hut.fi with SMTP id AA22685 (5.65c8/HUTCS-S 1.4 for ); Mon, 20 Mar 1995 06:54:48 +0200 From: Heikki Suonsivu Received: (hsu@localhost) by shadows.cs.hut.fi (8.6.10/8.6.10) id GAA03389; Mon, 20 Mar 1995 06:54:53 +0200 Date: Mon, 20 Mar 1995 06:54:53 +0200 Message-Id: <199503200454.GAA03389@shadows.cs.hut.fi> To: freebsd-bugs@FreeBSD.org In-Reply-To: Heikki Suonsivu's message of 13 Mar 1995 15:49:51 +0200 Subject: NCR SCSI fails Organization: Helsinki University of Technology, Otaniemi, Finland Sender: bugs-owner@FreeBSD.org Precedence: bulk Is there any hope a solution would appear for this soon? Or should I forget the NCR controller and shell out the $400 for a Buslogic? Anyone working on this? The exact error generated was ncr0 int a irq 11 on pci0:3 reg20 : virtual = 0xf665d000 physical = 0xffbeff00 CACHE TEST FAILED: reg dstat - sstat2 readback ffffffff CACHE INCORRECTLY CONFIGURED This failed on our P60 motherboard with NCR SCSI, is this a broken motherboard, configuration problem or something else? More workout; This "cache test" fails even if both internal and external caches are disabled. I also went through all BIOS settings and disabled everything which even distantly hinted into any caching or buffering, to no avail. So, it seems that this cache test can't be quite correct? The only oddity I can see is that the code doesn't first check what is sees in the "read-only" address before it tries to write 0xffffffff into it? /*========================================================== ** ** ** Test the pci bus snoop logic :-( ** ** Has to be called with interrupts disabled. ** ** **========================================================== */ #ifndef NCR_IOMAPPED static int ncr_regtest (struct ncb* np) { register volatile u_long data, *addr; /* ** ncr registers may NOT be cached. ** write 0xffffffff to a read only register area, ** and try to read it back. */ addr = (u_long*) &np->reg->nc_dstat; data = 0xffffffff; *addr= data; data = *addr; #if 1 if (data == 0xffffffff) { #else if ((data & 0xe2f0fffd) != 0x02000080) { #endif printf ("CACHE TEST FAILED: reg dstat-sstat2 readback %x.\n", (unsigned) data); return (0x10); }; return (0); } #endif -- Heikki Suonsivu, T{ysikuu 10 C 83/02210 Espoo/FINLAND, hsu@cs.hut.fi home +358-0-8031121 work -4513377 fax -4555276 riippu SN From owner-freebsd-bugs Sun Mar 19 21:59:21 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA02912 for bugs-outgoing; Sun, 19 Mar 1995 21:59:21 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA02898; Sun, 19 Mar 1995 21:59:20 -0800 Date: Sun, 19 Mar 1995 21:59:20 -0800 From: "Andrew A. Chernov" Message-Id: <199503200559.VAA02898@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR bin/257 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: uucpd does not properly update wtmp on logout State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 21:58:53 PST 1995 State-Changed-Why: Fix applied. From owner-freebsd-bugs Sun Mar 19 22:08:23 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA03754 for bugs-outgoing; Sun, 19 Mar 1995 22:08:23 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA03740; Sun, 19 Mar 1995 22:08:22 -0800 Date: Sun, 19 Mar 1995 22:08:22 -0800 From: "Andrew A. Chernov" Message-Id: <199503200608.WAA03740@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR bin/106 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: If I do an lcd in ncftp it will immediately quit State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 22:06:53 PST 1995 State-Changed-Why: It is false report. From owner-freebsd-bugs Sun Mar 19 22:10:32 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA03934 for bugs-outgoing; Sun, 19 Mar 1995 22:10:32 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA03921; Sun, 19 Mar 1995 22:10:32 -0800 Date: Sun, 19 Mar 1995 22:10:32 -0800 From: "Andrew A. Chernov" Message-Id: <199503200610.WAA03921@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR docs/130 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: sio(4) refers to /etc/rc.serial which does not exist State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 22:10:02 PST 1995 State-Changed-Why: Fixed. From owner-freebsd-bugs Sun Mar 19 22:11:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04069 for bugs-outgoing; Sun, 19 Mar 1995 22:11:43 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04055; Sun, 19 Mar 1995 22:11:42 -0800 Date: Sun, 19 Mar 1995 22:11:42 -0800 From: "Andrew A. Chernov" Message-Id: <199503200611.WAA04055@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR bin/141 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: locate command core dumps. State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 22:11:02 PST 1995 State-Changed-Why: Fixed. From owner-freebsd-bugs Sun Mar 19 22:13:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04196 for bugs-outgoing; Sun, 19 Mar 1995 22:13:40 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04182; Sun, 19 Mar 1995 22:13:39 -0800 Date: Sun, 19 Mar 1995 22:13:39 -0800 From: "Andrew A. Chernov" Message-Id: <199503200613.WAA04182@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR gnu/142 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: osfcn.h from libg++ is not installed. State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 22:13:14 PST 1995 State-Changed-Why: Fixed. From owner-freebsd-bugs Sun Mar 19 22:14:56 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04311 for bugs-outgoing; Sun, 19 Mar 1995 22:14:56 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04295; Sun, 19 Mar 1995 22:14:55 -0800 Date: Sun, 19 Mar 1995 22:14:55 -0800 From: "Andrew A. Chernov" Message-Id: <199503200614.WAA04295@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR docs/158 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Missing info files for GNU software. State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 22:14:16 PST 1995 State-Changed-Why: Fixed. From owner-freebsd-bugs Sun Mar 19 22:15:47 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04413 for bugs-outgoing; Sun, 19 Mar 1995 22:15:47 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04394; Sun, 19 Mar 1995 22:15:46 -0800 Date: Sun, 19 Mar 1995 22:15:46 -0800 From: "Andrew A. Chernov" Message-Id: <199503200615.WAA04394@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR bin/160 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: taylor cu is not included in FreeBSD 2.0 State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 22:15:19 PST 1995 State-Changed-Why: Fixed. From owner-freebsd-bugs Sun Mar 19 22:21:26 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04607 for bugs-outgoing; Sun, 19 Mar 1995 22:21:26 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04592; Sun, 19 Mar 1995 22:21:25 -0800 Date: Sun, 19 Mar 1995 22:21:25 -0800 From: "Andrew A. Chernov" Message-Id: <199503200621.WAA04592@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR bin/190 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Missing files in games/hack State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 22:18:07 PST 1995 State-Changed-Why: Seems that local problems. From owner-freebsd-bugs Sun Mar 19 22:23:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04688 for bugs-outgoing; Sun, 19 Mar 1995 22:23:04 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04669; Sun, 19 Mar 1995 22:23:03 -0800 Date: Sun, 19 Mar 1995 22:23:03 -0800 From: "Andrew A. Chernov" Message-Id: <199503200623.WAA04669@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR bin/239 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Multiply defined symbols in the libraries State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 22:22:28 PST 1995 State-Changed-Why: Fixed. From owner-freebsd-bugs Sun Mar 19 22:28:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04888 for bugs-outgoing; Sun, 19 Mar 1995 22:28:02 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04874; Sun, 19 Mar 1995 22:28:01 -0800 Date: Sun, 19 Mar 1995 22:28:01 -0800 From: "Andrew A. Chernov" Message-Id: <199503200628.WAA04874@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR misc/155 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: precision doesn't work for %s State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 22:26:01 PST 1995 State-Changed-Why: Man page misunderstanding From owner-freebsd-bugs Sun Mar 19 22:30:28 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04980 for bugs-outgoing; Sun, 19 Mar 1995 22:30:28 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04963; Sun, 19 Mar 1995 22:30:27 -0800 Date: Sun, 19 Mar 1995 22:30:27 -0800 From: "Andrew A. Chernov" Message-Id: <199503200630.WAA04963@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR kern/212 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Major instability traced to ttyclose() [kern/tty_subr.c] State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 22:29:04 PST 1995 State-Changed-Why: Fixed. From owner-freebsd-bugs Sun Mar 19 22:31:57 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA05058 for bugs-outgoing; Sun, 19 Mar 1995 22:31:57 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA05043; Sun, 19 Mar 1995 22:31:56 -0800 Date: Sun, 19 Mar 1995 22:31:56 -0800 From: "Andrew A. Chernov" Message-Id: <199503200631.WAA05043@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR gnu/246 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Compiler doesn't define anything to determinate bsd 4.4 origin State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun Mar 19 22:31:16 PST 1995 State-Changed-Why: Not a bug but feature From owner-freebsd-bugs Sun Mar 19 22:43:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA05603 for bugs-outgoing; Sun, 19 Mar 1995 22:43:18 -0800 Received: from dub-img-4.compuserve.com (dub-img-4.compuserve.com [198.4.9.4]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA05595 for ; Sun, 19 Mar 1995 22:43:16 -0800 Received: by dub-img-4.compuserve.com (8.6.10/5.941228sam) id BAA25048; Mon, 20 Mar 1995 01:42:43 -0500 Date: 20 Mar 95 01:39:06 EST From: "Brian O'Connor" <73251.1334@compuserve.com> To: Subject: BootP Daemon Message-ID: <950320063906_73251.1334_FHO50-1@CompuServe.COM> Sender: bugs-owner@FreeBSD.org Precedence: bulk 20th March, 1995 Further to the attached note, I have been able to catch some of the packets showing the incorrect IP address in Novell's BOOTPCHK. They have the correct source IP address at layer 3, but the incorrect SERVER IP ADDRESS at byte offset 20 (after the YOUR IP ADDRESS field) within the BOOTP message format. I understand this field can be programmed by means of the appropriate tag identifier in BOOTPTAB, but why is it haphazardly picking up other nodes' IP addresses? I do not make use of this particular tag in my BOOTPTAB. Brian Hello there, Greetings from Brunei. I do not have access to net email - apart from Compuserve - we use X.400 (pain), so apologies for submitting a woolly fault report via a non-standard means. In general, FreeBSD has been great to use, and is a very neat package. We have been testing it for over a month with a view to using it as the basis for our BOOTP and DNS servers. Apart from the strange behaviour described below it has been very stable. Please keep up the good work - the results are very nice. Brian *To: FreeBSD-gnats-submit@freebsd.org *Subject: Boot Protocol Daemon Misbehaviour / Abnormality ??? *From: 73251.1334@compuserve.com *Reply-To: 73251.1334@compuserve.com >Submitter-Id: Brian O'Connor SES/243 >Originator: Brian O'Connor SES/243 >Organization: Brunei Shell Petroleum Seria 7082 Negara Brunei Darussalam BORNEO >Confidential: yes >Synopsis: BOOTPD uses wrong source IP address ?? >Severity: non-critical >Priority: medium >Category: misc >Release: FreeBSD 2.0-RELEASE i386 >Class: sw-bug >Environment: Two PCs running FreeBSD 2.0 on a class B Ethernet. FreeBSD under evaluation for use as DNS and BOOTP servers. >Description: The BOOTP daemon uses a wrong source IP address in replies to BOOTPC requests originated by the bootpchk utility contained in (DOS Based) Novell's LAN Workplace for DOS. The bootpchk utility sends out BOOTPC requests to layer 2 and 3 broadcast addresses, using its own IP and MAC addresses. Normally, of course, BOOTPC requests would be originated with an IP address of 0.0.0.0 - as the client doesn't know its IP address! The BOOTPCHK utility listens for replies from multiple BOOTP servers, and compares the results obtained from all servers for inconsistencies. It is a neat idea ! The receiving client does not care about the fact that the reply has come from an "incorrect" IP address - it is just the duplication of IP addresses which worries me, and will muck up our network mgt tools. One BOOTP server uses an IP address 158.161.32.232, and has replied to BOOTPC requests using source 158.161.29.175 and, at another time, 158.161.1.46. Killing the BOOTP daemon and restarting it cures the problem. While this abnormal behaviour is happening the rest of the IP stack seems to behave normally. Does the BOOTP daemon bypass the normal layer 3 routing functions? Most of the time the BOOTP daemon behaves great, and this problem seems to only manifest itself after system bootup with fsck problems. I am starting BOOTP from /etc/rc.local. Perhaps the fsck fix-ups are doing something which upsets the reading of bootptab? Seems unlikely, as this should not change the SOURCE address used in replies from the BOOTP daemon. The second BOOTP server has been running non-stop for 14 days, and so I have not seen the problem manifest itself from that PC. The strange thing is that the network part of the IP address used in the BOOTPS replies is still correct i.e. 158.161., and that the host part of the address corresponds to a host on our network. If the address was getting screwed up in memory, why are only the last two bytes changing? Looks like entries in /etc/bootptab are being taken as the source address for BOOTPS replies intermitenttly. I have not caught any BOOTPS replies on our protcol analysers yet, and am relying upon the BOOTPCHK information to conclude that a problem exists. If BOOTPCHK was the source of the wrong data, why does restarting BOOTPD fix the problem? Makes me suspicious of BOOTPD. >How-To-Repeat: Not really sure, as I have only seen it happen twice - sorry !!!! >Fix: Restart the BOOTP daemon. I have not tried kill -HUP on it, yet. From owner-freebsd-bugs Sun Mar 19 23:23:45 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA07365 for bugs-outgoing; Sun, 19 Mar 1995 23:23:45 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id XAA07352; Sun, 19 Mar 1995 23:23:39 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA22308; Mon, 20 Mar 1995 08:23:26 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id IAA22896; Mon, 20 Mar 1995 08:23:25 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id IAA16162; Mon, 20 Mar 1995 08:16:39 +0100 From: J Wunsch Message-Id: <199503200716.IAA16162@uriah.heep.sax.de> Subject: Re: List of open Problem Reports To: hench@cae.uwm.edu (Mike Hench) Date: Mon, 20 Mar 1995 08:16:37 +0100 (MET) Cc: jkh@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503200114.TAA08665@watt.cae.uwm.edu> from "Mike Hench" at Mar 19, 95 07:14:13 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: 621 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Mike Hench wrote: > > > > [1994/12/21] kern/74 ARP timeout > > i dont have this handy but i am 99.99% sure it was my pr. > it has been closed. It has obviously not been closed. That's one reason why i suggested such a list: anybody who's fixing something should also close the PR. I've attempted to make a reasonable choice of what's being in this just one line (query-pr --summary didn't look very nice to me), so things like the originator have been kept out. -- 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 Mon Mar 20 00:20:29 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA12265 for bugs-outgoing; Mon, 20 Mar 1995 00:20:29 -0800 Received: from relay.philips.nl (relay.philips.nl [130.144.65.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA12257 for ; Mon, 20 Mar 1995 00:20:27 -0800 Received: from muxgw1.ms.philips.nl ([130.144.90.6]) by relay.philips.nl (8.6.9/8.6.9-950103) with SMTP id JAA26482; Mon, 20 Mar 1995 09:19:02 +0100 Received: by muxgw1.ms.philips.nl (5.57/Ultrix2.4-C) id AA08458; Mon, 20 Mar 95 09:02:22 +0200 Received: by mmra1.ms.philips.nl (4.1/SMI-4.1) id AA01232; Mon, 20 Mar 95 09:17:31 +0100 From: gvrooij@mmra1.ms.philips.nl (Guido van Rooij) Message-Id: <9503200817.AA01232@mmra1.ms.philips.nl> Subject: Re: bin/257: wtmp not properly updated in uucpd To: gil@limbic.ssdl.com Date: Mon, 20 Mar 1995 09:17:30 +0100 (MET) Cc: freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503200220.SAA07656@freefall.cdrom.com> from "Gil Kloepfer Jr." at Mar 19, 95 06:20:01 pm X-Mailer: ELM [version 2.4 PL21] Content-Type: text Content-Length: 235 Sender: bugs-owner@FreeBSD.org Precedence: bulk > >Description: > > 0. uucpd on FreeBSD 2.0R does not function properly at all (which is OK > since 2.1-current mostly works) > Change the define of BSD43 in the Makefile to BSD_43 (or vice versa... just check the sources) -Guido From owner-freebsd-bugs Mon Mar 20 01:59:44 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA18015 for bugs-outgoing; Mon, 20 Mar 1995 01:59:44 -0800 Received: from hda.com (hda.com [199.232.40.182]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA18009; Mon, 20 Mar 1995 01:59:40 -0800 Received: (dufault@localhost) by hda.com (8.6.9/8.3) id EAA03489; Mon, 20 Mar 1995 04:46:13 -0500 From: Peter Dufault Message-Id: <199503200946.EAA03489@hda.com> Subject: Re: List of open Problem Reports To: joerg_wunsch@uriah.heep.sax.de Date: Mon, 20 Mar 1995 04:46:13 -0500 (EST) Cc: hench@cae.uwm.edu, jkh@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503200716.IAA16162@uriah.heep.sax.de> from "J Wunsch" at Mar 20, 95 08:16:37 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 671 Sender: bugs-owner@FreeBSD.org Precedence: bulk J Wunsch writes: > > > It has obviously not been closed. That's one reason why i suggested > such a list: anybody who's fixing something should also close the PR. > > I've attempted to make a reasonable choice of what's being in this > just one line (query-pr --summary didn't look very nice to me), so > things like the originator have been kept out. Stupid question time: How do you close them? I guess I should use "edit-pr" but on freefall: > % edit-pr > edit-pr: Command not found. Peter -- Peter Dufault Real Time Machine Control and Simulation HD Associates, Inc. Voice: 508 433 6936 dufault@hda.com Fax: 508 433 5267 From owner-freebsd-bugs Mon Mar 20 02:16:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA19290 for bugs-outgoing; Mon, 20 Mar 1995 02:16:06 -0800 Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id CAA19279; Mon, 20 Mar 1995 02:16:04 -0800 X-Authentication-Warning: freefall.cdrom.com: Host LOCALHOST didn't use HELO protocol To: Peter Dufault cc: joerg_wunsch@uriah.heep.sax.de, hench@cae.uwm.edu, freebsd-bugs@freefall.cdrom.com Subject: Re: List of open Problem Reports In-reply-to: Your message of "Mon, 20 Mar 95 04:46:13 EST." <199503200946.EAA03489@hda.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 20 Mar 1995 02:16:04 -0800 Message-ID: <19278.795694564@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > Stupid question time: How do you close them? I guess I should use > "edit-pr" but on freefall: > > % edit-pr > > edit-pr: Command not found. jkh@freefall-> which edit-pr /usr/local/bin/edit-pr From owner-freebsd-bugs Mon Mar 20 03:00:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA21059 for bugs-outgoing; Mon, 20 Mar 1995 03:00:03 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA21052; Mon, 20 Mar 1995 03:00:02 -0800 Date: Mon, 20 Mar 1995 03:00:02 -0800 Message-Id: <199503201100.DAA21052@freefall.cdrom.com> From: "Jordan K. Hubbard" Reply-To: "Jordan K. Hubbard" To: freebsd-bugs Subject: gnu/258: Bug in dialog library. In-Reply-To: Your message of Mon, 20 Mar 1995 02:57:28 -0800 <199503201057.CAA01696@morton.cdrom.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 258 >Category: gnu >Synopsis: The dialog_menu function's scroll saving feature is broken. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 20 03:00:01 1995 >Originator: Jordan K. Hubbard >Organization: >Release: FreeBSD 2.1.0-Development i386 >Environment: -current >Description: If you use the position saving feature of dialog_menu, it works but does not help you when the scrolling position has actually changed. To make that work, there's supposed to be a scroll save location that you can pass the address to as well, but when this is actually used the dialog_menu display is corrupted. >How-To-Repeat: Wait until I commit my next version of dmenu which uses this feature and you'll see it quite easily! :-) >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 20 10:15:23 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA01761 for bugs-outgoing; Mon, 20 Mar 1995 10:15:23 -0800 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA01747; Mon, 20 Mar 1995 10:15:22 -0800 Date: Mon, 20 Mar 1995 10:15:22 -0800 From: "Garrett A. Wollman" Message-Id: <199503201815.KAA01747@freefall.cdrom.com> To: wollman, freebsd-bugs Subject: Changed information for PR kern/215 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: SNAP-950112 crashed with "panic: page fault" State-Changed-From-To: open-analyzed State-Changed-By: wollman State-Changed-When: Mon Mar 20 10:14:11 PST 1995 State-Changed-Why: I think I've figured out the problem and fixed it in rev 1.14 of netinet/ip_output.c From owner-freebsd-bugs Mon Mar 20 10:43:44 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA02349 for bugs-outgoing; Mon, 20 Mar 1995 10:43:44 -0800 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA02337; Mon, 20 Mar 1995 10:43:29 -0800 Received: from localhost (localhost [127.0.0.1]) by grunt.grondar.za (8.6.11/8.6.9) with SMTP id UAA28354; Mon, 20 Mar 1995 20:43:13 +0200 Message-Id: <199503201843.UAA28354@grunt.grondar.za> X-Authentication-Warning: grunt.grondar.za: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: freebsd-bugs@freefall.cdrom.com Subject: Re: List of open Problem Reports Date: Mon, 20 Mar 1995 20:43:13 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk > [1994/12/16] kern/61 Kernel panics with named > [1994/12/26] kern/85 if_ed.c does not like some ethernet cards These are both mine. Please close them, they have to do with the famous ne2000/if_ed failure, which is now fixed (not by me). M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-bugs Mon Mar 20 11:15:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA03301 for bugs-outgoing; Mon, 20 Mar 1995 11:15:02 -0800 Received: from host.yab.com (host.yab.com [204.94.255.4]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA03288 for ; Mon, 20 Mar 1995 11:14:52 -0800 From: bamfordd@host.yab.com Received: (from bamfordd@localhost) by host.yab.com (8.6.9/8.6.9) id MAA05698 for bugs@FreeBSD.org; Mon, 20 Mar 1995 12:13:33 -0700 Date: Mon, 20 Mar 1995 12:13:33 -0700 Message-Id: <199503201913.MAA05698@host.yab.com> To: bugs@FreeBSD.org Subject: HELP!!!!! Sender: bugs-owner@FreeBSD.org Precedence: bulk Hi bugs! I am the proud owner of your FreeBSD from Walnut Creek. I cannot, however, even get my machine to boot up! Here is the error I get: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0xf01119ee code segment = base 0x0,limit 0xfffff,type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor flags = interrupt enabled, resume, IOPL=0 current process = 0() interrupt mask = net tty bio panic: page fault Please tell me what's wrong, if you can. derek j. bamford (bamfordd@host.yab.com) From owner-freebsd-bugs Mon Mar 20 11:55:45 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA04421 for bugs-outgoing; Mon, 20 Mar 1995 11:55:45 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA04389; Mon, 20 Mar 1995 11:54:19 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA12079; Mon, 20 Mar 1995 20:52:46 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id UAA27755; Mon, 20 Mar 1995 20:52:45 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id UAA29919; Mon, 20 Mar 1995 20:46:10 +0100 From: J Wunsch Message-Id: <199503201946.UAA29919@uriah.heep.sax.de> Subject: Re: List of open Problem Reports To: mark@grondar.za (Mark Murray) Date: Mon, 20 Mar 1995 20:46:10 +0100 (MET) Cc: jkh@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503201843.UAA28354@grunt.grondar.za> from "Mark Murray" at Mar 20, 95 08:43:13 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: 435 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Mark Murray wrote: > > > [1994/12/16] kern/61 Kernel panics with named > > [1994/12/26] kern/85 if_ed.c does not like some ethernet cards > > These are both mine. Please close them, they have to do with the famous > ne2000/if_ed failure, which is now fixed (not by me). Ok. -- 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 Mon Mar 20 12:10:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA04745 for bugs-outgoing; Mon, 20 Mar 1995 12:10:02 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA04738; Mon, 20 Mar 1995 12:10:01 -0800 Date: Mon, 20 Mar 1995 12:10:01 -0800 Message-Id: <199503202010.MAA04738@freefall.cdrom.com> From: guido@gvr.win.tue.nl (Guido van Rooij) Reply-To: guido@gvr.win.tue.nl (Guido van Rooij) To: freebsd-bugs Subject: bin/259: ifconfig alias is broken In-Reply-To: Your message of Mon, 20 Mar 1995 20:38:23 +0100 <199503201938.UAA00659@gvr.win.tue.nl> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 259 >Category: bin >Synopsis: ifconfig alias x.y.z.b behaves bad >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 20 12:10:01 1995 >Originator: Guido van Rooij >Organization: Guido van Rooij | Internet: guido@gvr.win.tue.nl Bisschopsmolen 16 | Phone: ++31.40.461433 5612 DS Eindhoven | ((12+144+20)+3*sqrt(4))/7 The Netherlands | +(5*11)=9^2+0 >Release: FreeBSD 2.0-RELEASE i386 >Environment: >Description: When you run ifconfig inet x.y.z.a netmask 0xffffff00 alias x.y.z.b the kernel picks up x.y,.z.b as a broadcast adres. Whenever you also specify the broacast adres, it work as expected. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 20 12:22:52 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA05022 for bugs-outgoing; Mon, 20 Mar 1995 12:22:52 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA05015 for ; Mon, 20 Mar 1995 12:22:47 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA12085; Mon, 20 Mar 1995 20:52:47 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id UAA27758; Mon, 20 Mar 1995 20:52:47 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id UAA29947; Mon, 20 Mar 1995 20:47:59 +0100 From: J Wunsch Message-Id: <199503201947.UAA29947@uriah.heep.sax.de> Subject: Re: HELP!!!!! To: bamfordd@host.yab.com Date: Mon, 20 Mar 1995 20:47:58 +0100 (MET) Cc: bugs@FreeBSD.org In-Reply-To: <199503201913.MAA05698@host.yab.com> from "bamfordd@host.yab.com" at Mar 20, 95 12:13:33 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: 658 Sender: bugs-owner@FreeBSD.org Precedence: bulk As bamfordd@host.yab.com wrote: > > Hi bugs! Hmm, i'm just a single bug only. :-) > I am the proud owner of your FreeBSD from Walnut Creek. I cannot, > however, even get my machine to boot up! > > Here is the error I get: > > Fatal trap 12: page fault while in kernel mode Can you elaborate more on this? What's your hardware? When does the panic happen (e.g., describe what you have seen before it panicked). Chances are high that the bug has been fixed meanwhile, but your input data have been too few. -- 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 Mon Mar 20 12:25:31 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA05051 for bugs-outgoing; Mon, 20 Mar 1995 12:25:31 -0800 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA05045; Mon, 20 Mar 1995 12:25:04 -0800 Received: from localhost (localhost [127.0.0.1]) by grunt.grondar.za (8.6.11/8.6.9) with SMTP id WAA29304; Mon, 20 Mar 1995 22:24:42 +0200 Message-Id: <199503202024.WAA29304@grunt.grondar.za> X-Authentication-Warning: grunt.grondar.za: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: freebsd-bugs@freefall.cdrom.com Subject: Re: List of open Problem Reports Date: Mon, 20 Mar 1995 22:24:42 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk > [1995/01/22] kern/175 Syscons does not recover X graphics mode > [1995/01/22] kern/178 getty on ttyv0 hangs after first login > [1995/01/23] kern/179 Getty hangs on ttyv0 These all refer to the same problem and were fixed _yonks_ ago (by Soeren) > [1995/01/29] ports/192 TeX tarfiles are out of date. Fixed by recognising that TeX is a moving target and generating checksums was asking for trouble. I _may_ have reported this... > [1995/01/29] conf/193 /etc/make.conf is slightly out of date One of mine - still stands as the src/etc/make.conf refers to Kerberos, which has been deleted in favour of eBones. Please apply or reject. > [1995/02/13] bin/213 Making does not include 'fib'. One of mine - fixed, thanks. (These are all from memory - not all fixed by me. There are others I am not certain about, but these I am sure). -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-bugs Mon Mar 20 12:26:00 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA05066 for bugs-outgoing; Mon, 20 Mar 1995 12:26:00 -0800 Received: from gatekeeper.mcimail.com (gatekeeper.mcimail.com [192.147.45.5]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA05058 for ; Mon, 20 Mar 1995 12:25:50 -0800 Received: by gatekeeper.mcimail.com (5.65/fma-120691); id AA01949; Mon, 20 Mar 95 20:30:20 GMT Received: from mcimail.com by mailgate.mcimail.com id ax01601; 20 Mar 95 19:48 WET Date: Mon, 20 Mar 95 13:09 EST From: Mitchell Ackerman <0006619934@mcimail.com> To: FreeBSD support Subject: CDROM installation problems Message-Id: <11950320180911/0006619934PK2EM@MCIMAIL.COM> Sender: bugs-owner@FreeBSD.org Precedence: bulk I have just got through installing FreeBSD on my PC. I encountered some problems, on of the worst with the CDROM. It keeps on giving me checksum errors, but if I retry it sometimes it will work. Additionally I keep getting timeout messages, at which point it retries automatically, and so far it has always managed to finish what it is doing (e.g., installing something). Is there anything to be done about these checksum & timeout errors? I am running on a Comtrade 486DX2/66, with a DTC3290ASE (i think) EISA SCSI controller. The CDROM is a mitsumi FX001 using the mitsumi interface card (non-scsi). One related problem that I had was that I got a checksum error attempting to install XWindows, and had to reboot before completing the installation. I thus had no users defined so could not login and had to reinstall. (I have since found out that I could have used root to login?). Mitchell. From owner-freebsd-bugs Mon Mar 20 13:15:16 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA05845 for bugs-outgoing; Mon, 20 Mar 1995 13:15:16 -0800 Received: (from guido@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA05831; Mon, 20 Mar 1995 22:15:13 +0100 Date: Mon, 20 Mar 1995 22:15:13 +0100 From: Guido van Rooij Message-Id: <199503202115.WAA05831@freefall.cdrom.com> To: guido, freebsd-bugs Subject: Changed information for PR bin/259 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: ifconfig alias x.y.z.b behaves bad State-Changed-From-To: open-closed State-Changed-By: guido State-Changed-When: Mon Mar 20 22:12:52 MET 1995 State-Changed-Why: This was a non-bug From owner-freebsd-bugs Mon Mar 20 13:28:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06228 for bugs-outgoing; Mon, 20 Mar 1995 13:28:43 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06211; Mon, 20 Mar 1995 13:28:40 -0800 Date: Mon, 20 Mar 1995 13:28:40 -0800 From: "Jordan K. Hubbard" Message-Id: <199503202128.NAA06211@freefall.cdrom.com> To: jkh, freebsd-bugs Subject: Changed information for PR kern/175 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Syscons does not recover X graphics mode State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Mon Mar 20 13:28:17 PST 1995 State-Changed-Why: Mark Murray says already fixed by Soren. From owner-freebsd-bugs Mon Mar 20 13:29:25 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06323 for bugs-outgoing; Mon, 20 Mar 1995 13:29:25 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06306; Mon, 20 Mar 1995 13:29:23 -0800 Date: Mon, 20 Mar 1995 13:29:23 -0800 From: "Jordan K. Hubbard" Message-Id: <199503202129.NAA06306@freefall.cdrom.com> To: jkh, freebsd-bugs Subject: Changed information for PR kern/178 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: getty on ttyv0 hangs after first login State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Mon Mar 20 13:28:57 PST 1995 State-Changed-Why: Mark Murray says already fixed by Soren From owner-freebsd-bugs Mon Mar 20 13:29:47 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06417 for bugs-outgoing; Mon, 20 Mar 1995 13:29:47 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06395; Mon, 20 Mar 1995 13:29:43 -0800 Date: Mon, 20 Mar 1995 13:29:43 -0800 From: "Jordan K. Hubbard" Message-Id: <199503202129.NAA06395@freefall.cdrom.com> To: jkh, freebsd-bugs Subject: Changed information for PR kern/179 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Getty hangs on ttyv0 State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Mon Mar 20 13:29:32 PST 1995 State-Changed-Why: Mark Murray says already fixed by Soren From owner-freebsd-bugs Mon Mar 20 13:30:52 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06587 for bugs-outgoing; Mon, 20 Mar 1995 13:30:52 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06570; Mon, 20 Mar 1995 13:30:50 -0800 Date: Mon, 20 Mar 1995 13:30:50 -0800 From: "Jordan K. Hubbard" Message-Id: <199503202130.NAA06570@freefall.cdrom.com> To: jkh, freebsd-bugs Subject: Changed information for PR ports/192 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: TeX tarfiles are out of date. State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Mon Mar 20 13:30:21 PST 1995 State-Changed-Why: checksums removed for moving target that is TeX - problem fixed thusly. From owner-freebsd-bugs Mon Mar 20 13:31:39 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06709 for bugs-outgoing; Mon, 20 Mar 1995 13:31:39 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06691; Mon, 20 Mar 1995 13:31:37 -0800 Date: Mon, 20 Mar 1995 13:31:37 -0800 From: "Jordan K. Hubbard" Message-Id: <199503202131.NAA06691@freefall.cdrom.com> To: jkh, freebsd-bugs Subject: Changed information for PR bin/213 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Making does not include 'fib'. State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Mon Mar 20 13:31:12 PST 1995 State-Changed-Why: Not a bug, intentional while Paul Richards works on forms lib From owner-freebsd-bugs Mon Mar 20 13:33:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06786 for bugs-outgoing; Mon, 20 Mar 1995 13:33:02 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06778 for bugs; Mon, 20 Mar 1995 13:33:01 -0800 Date: Mon, 20 Mar 1995 13:33:01 -0800 From: "Jordan K. Hubbard" Message-Id: <199503202133.NAA06778@freefall.cdrom.com> To: bugs Subject: edit-pr Sender: bugs-owner@FreeBSD.org Precedence: bulk It sure would be nice if it took multiple arguments, e.g.: edit-pr kern/1 kern/2 kern/3 ... It would make en-masse closes a bit easier. I'd still expect it to prompt for each pr individually, of course, but it's still be a small speed-up to not have to remember each PR individually as I go through them. Jordan From owner-freebsd-bugs Mon Mar 20 13:34:54 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06892 for bugs-outgoing; Mon, 20 Mar 1995 13:34:54 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06877; Mon, 20 Mar 1995 13:34:52 -0800 Date: Mon, 20 Mar 1995 13:34:52 -0800 From: "Jordan K. Hubbard" Message-Id: <199503202134.NAA06877@freefall.cdrom.com> To: jkh, freebsd-bugs Subject: Changed information for PR conf/193 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: /etc/make.conf is slightly out of date State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Mon Mar 20 13:33:37 PST 1995 State-Changed-Why: Fix applied. From owner-freebsd-bugs Mon Mar 20 13:36:41 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA06984 for bugs-outgoing; Mon, 20 Mar 1995 13:36:41 -0800 Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id NAA06976; Mon, 20 Mar 1995 13:36:39 -0800 X-Authentication-Warning: freefall.cdrom.com: Host LOCALHOST didn't use HELO protocol To: Mitchell Ackerman <0006619934@mcimail.com> Cc: bugs@freefall.cdrom.com Subject: Re: CDROM installation problems In-reply-to: Your message of "Mon, 20 Mar 95 13:09:00 EST." <11950320180911/0006619934PK2EM@MCIMAIL.COM> Date: Mon, 20 Mar 1995 13:36:38 -0800 Message-ID: <6974.795735398@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk There are 3 versions of the FreeBSD CDROM (from 2 different manufacturers). You'll have to give us just a LITTLE more detail! :-) Jordan > I have just got through installing FreeBSD on my PC. I encountered some > problems, on of the worst with the CDROM. It keeps on giving me checksum > errors, but if I retry it sometimes it will work. Additionally I keep gettin g > timeout messages, at which point it retries automatically, and so far it has > always managed to finish what it is doing (e.g., installing something). > > Is there anything to be done about these checksum & timeout errors? I am > running on a Comtrade 486DX2/66, with a DTC3290ASE (i think) EISA SCSI > controller. The CDROM is a mitsumi FX001 using the mitsumi interface card > (non-scsi). > > One related problem that I had was that I got a checksum error attempting to > install XWindows, and had to reboot before completing the installation. I th us > had no users defined so could not login and had to reinstall. (I have since > found out that I could have used root to login?). > > Mitchell. > > > From owner-freebsd-bugs Mon Mar 20 14:22:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA09594 for bugs-outgoing; Mon, 20 Mar 1995 14:22:18 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA09521; Mon, 20 Mar 1995 14:21:38 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA14573; Mon, 20 Mar 1995 23:20:06 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id XAA28693; Mon, 20 Mar 1995 23:20:05 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id XAA08243; Mon, 20 Mar 1995 23:18:57 +0100 From: J Wunsch Message-Id: <199503202218.XAA08243@uriah.heep.sax.de> Subject: Re: List of open Problem Reports To: mark@grondar.za (Mark Murray) Date: Mon, 20 Mar 1995 23:18:55 +0100 (MET) Cc: jkh@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503202024.WAA29304@grunt.grondar.za> from "Mark Murray" at Mar 20, 95 10:24:42 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: 716 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Mark Murray wrote: > > > [1995/01/22] kern/175 Syscons does not recover X graphics mode > > [1995/01/22] kern/178 getty on ttyv0 hangs after first login > > [1995/01/23] kern/179 Getty hangs on ttyv0 > > These all refer to the same problem and were fixed _yonks_ ago (by Soeren) Are you absolutely sure about kern/175??? As for kern/{178,179}, this is still a pending problem. Syscons has fixed it, but either pcvt as the serial console suffer from it. I'd like to keep at least one of them open as a reminder. (Should be really fixed before 2.1) -- 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 Mon Mar 20 15:06:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA12624 for bugs-outgoing; Mon, 20 Mar 1995 15:06:40 -0800 Received: from gatekeeper.mcimail.com (gatekeeper.mcimail.com [192.147.45.5]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA12540 for ; Mon, 20 Mar 1995 15:04:50 -0800 Received: by gatekeeper.mcimail.com (5.65/fma-120691); id AA09389; Mon, 20 Mar 95 23:09:17 GMT Received: from mcimail.com by mailgate.mcimail.com id bi01601; 20 Mar 95 19:49 WET Date: Mon, 20 Mar 95 13:08 EST From: Mitchell Ackerman <0006619934@mcimail.com> To: FreeBSD support Subject: CDROM installation problems Message-Id: <75950320180857/0006619934PK2EM@MCIMAIL.COM> Sender: bugs-owner@FreeBSD.org Precedence: bulk I have just got through installing FreeBSD on my PC. I encountered some problems, on of the worst with the CDROM. It keeps on giving me checksum errors, but if I retry it sometimes it will work. Additionally I keep getting timeout messages, at which point it retries automatically, and so far it has always managed to finish what it is doing (e.g., installing something). Is there anything to be done about these checksum & timeout errors? I am running on a Comtrade 486DX2/66, with a DTC3290ASE (i think) EISA SCSI controller. The CDROM is a mitsumi FX001 using the mitsumi interface card (non-scsi). One related problem that I had was that I got a checksum error attempting to install XWindows, and had to reboot before completing the installation. I thus had no users defined so could not login and had to reinstall. (I have since found out that I could have used root to login?). Mitchell. From owner-freebsd-bugs Mon Mar 20 16:24:08 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA15541 for bugs-outgoing; Mon, 20 Mar 1995 16:24:08 -0800 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA15535; Mon, 20 Mar 1995 16:24:04 -0800 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id QAA01260; Mon, 20 Mar 1995 16:21:44 -0800 From: "Rodney W. Grimes" Message-Id: <199503210021.QAA01260@gndrsh.aac.dev.com> Subject: Re: edit-pr To: jkh@freefall.cdrom.com (Jordan K. Hubbard) Date: Mon, 20 Mar 1995 16:21:44 -0800 (PST) Cc: bugs@freefall.cdrom.com In-Reply-To: <199503202133.NAA06778@freefall.cdrom.com> from "Jordan K. Hubbard" at Mar 20, 95 01:33:01 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 534 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > It sure would be nice if it took multiple arguments, e.g.: > > edit-pr kern/1 kern/2 kern/3 ... > > It would make en-masse closes a bit easier. I'd still expect it to > prompt for each pr individually, of course, but it's still be a small > speed-up to not have to remember each PR individually as I go through them. echo kern/1 kern/2 kern/3 ... | xargs -n 1 edit-pr -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-bugs Mon Mar 20 16:25:51 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA15618 for bugs-outgoing; Mon, 20 Mar 1995 16:25:51 -0800 Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id QAA15611; Mon, 20 Mar 1995 16:25:50 -0800 X-Authentication-Warning: freefall.cdrom.com: Host LOCALHOST didn't use HELO protocol To: "Rodney W. Grimes" cc: bugs@freefall.cdrom.com Subject: Re: edit-pr In-reply-to: Your message of "Mon, 20 Mar 95 16:21:44 PST." <199503210021.QAA01260@gndrsh.aac.dev.com> Date: Mon, 20 Mar 1995 16:25:49 -0800 Message-ID: <15610.795745549@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > echo kern/1 kern/2 kern/3 ... | xargs -n 1 edit-pr Bleah! I didn't ask for a way to do it, simply that it be done! :-) [I could have done this in PERL too, so nyah! :)] Jordan From owner-freebsd-bugs Mon Mar 20 16:29:46 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA15968 for bugs-outgoing; Mon, 20 Mar 1995 16:29:46 -0800 Received: from limbic.ssdl.com (limbic.ssdl.com [192.111.251.33]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA15962 for ; Mon, 20 Mar 1995 16:29:44 -0800 Received: (from gil@localhost) by limbic.ssdl.com (8.6.11/8.6.6) id SAA02472; Mon, 20 Mar 1995 18:29:12 -0600 From: "Gil Kloepfer Jr." Message-Id: <199503210029.SAA02472@limbic.ssdl.com> Subject: Re: bin/257: wtmp not properly updated in uucpd To: gvrooij@mmra1.ms.philips.nl (Guido van Rooij) Date: Mon, 20 Mar 1995 18:29:11 -0600 (CST) Cc: freebsd-bugs@freefall.cdrom.com In-Reply-To: <9503200817.AA01232@mmra1.ms.philips.nl> from "Guido van Rooij" at Mar 20, 95 09:17:30 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1344 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > >Description: > > > > 0. uucpd on FreeBSD 2.0R does not function properly at all (which is OK > > since 2.1-current mostly works) > > > > Change the define of BSD43 in the Makefile to BSD_43 (or vice versa... > just check the sources) Are you sure you're talking about the FreeBSD 2.0-RELEASE source here? Maybe I misunderstood you (see below)...but if not, what you're saying here doesn't work either. The problems with the 2.0-R version are numerous, including: 1. in pathnames.h, the wrong path to uucico is given 2. in the Makefile, it defines BSD42 instead of BSD4_2 (maybe this was what you meant) 3. for a reason I have not bothered to figure out, the readline for the password always falls through and produces a Login incorrect. before the password can be entered. Again, this is a moot point since the problems I mentioned above are fixed in the 2.1-development version of uucpd, but there are some problems with it that I mentioned in the rest of my problem report and provided a fix for it. Since the new 2.1 version works much better, I can't see beating the 2.0 horse to death... Thanks for the reply though. I did miss the BSD4_2 in the Makefile on my first go-round of this! It did make me go back and try compiling it again! -- Gil Kloepfer e-mail: gil@SSDL.COM WWW: http://www.ssdl.com/~gil/ From owner-freebsd-bugs Mon Mar 20 16:39:08 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA16440 for bugs-outgoing; Mon, 20 Mar 1995 16:39:08 -0800 Received: from isl.cf.ac.uk (isl-gate.elsy.cf.ac.uk [131.251.22.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA16419; Mon, 20 Mar 1995 16:38:39 -0800 Received: (from paul@localhost) by isl.cf.ac.uk (8.6.9/8.6.9) id AAA26976; Tue, 21 Mar 1995 00:38:41 GMT From: Paul Richards Message-Id: <199503210038.AAA26976@isl.cf.ac.uk> Subject: Re: List of open Problem Reports To: mark@grondar.za (Mark Murray) Date: Tue, 21 Mar 1995 00:38:40 +0000 (GMT) Cc: jkh@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503202024.WAA29304@grunt.grondar.za> from "Mark Murray" at Mar 20, 95 10:24:42 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1644 Sender: bugs-owner@FreeBSD.org Precedence: bulk In reply to Mark Murray who said > > > [1995/01/22] kern/175 Syscons does not recover X graphics mode > > [1995/01/22] kern/178 getty on ttyv0 hangs after first login > > [1995/01/23] kern/179 Getty hangs on ttyv0 > > These all refer to the same problem and were fixed _yonks_ ago (by Soeren) It's rather obvious that not enough people know how to use gnats. If you fix a bug that's in the database please close the report. It's not the core team's job to keep the gnats database in line with fixes. Everyone with cvs access needs to go and read the gnats manpages, particularly edit-pr and do this job themselves when they fix things. Also, if you're in charge of a particular area of code then when you fix problems see if there was a report filed against it using query-pr and change it's status accordingly. Core members are mainly at fault here since generally they're the ones who "own" bits. I'm *not* going to write a tutorial on using gnats since all the documentation already exists and people with cvs access should be more than capable of reading man pages. If you have specific issues to raise *AFTER* doing some work yourself then I'll gladly help out. The info pages are installed on freefall, try 'info -f gnats', you might need to setenv INFOPATH /usr/local/info first. The sources are in ~paul/gnats-3.2 so you can even print out your own copy if you want. -- Paul Richards, FreeBSD core team member. Phone: +44 1222 874000 x6646 (work), +44 1222 457651 (home) Dept. Mechanical Engineering, University of Wales, College Cardiff. Internet: paul@FreeBSD.org, URL: http://isl.cf.ac.uk/~paul/ From owner-freebsd-bugs Mon Mar 20 17:09:10 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18845 for bugs-outgoing; Mon, 20 Mar 1995 17:09:10 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA18828; Mon, 20 Mar 1995 17:09:09 -0800 Date: Mon, 20 Mar 1995 17:09:09 -0800 From: "Andrey A. Chernov" Message-Id: <199503210109.RAA18828@freefall.cdrom.com> To: ache, freebsd-bugs Subject: Changed information for PR gnu/258 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: The dialog_menu function's scroll saving feature is broken. State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Mon Mar 20 17:06:35 PST 1995 State-Changed-Why: Fixed. From owner-freebsd-bugs Mon Mar 20 17:30:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA20026 for bugs-outgoing; Mon, 20 Mar 1995 17:30:02 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA20019; Mon, 20 Mar 1995 17:30:01 -0800 Date: Mon, 20 Mar 1995 17:30:01 -0800 Message-Id: <199503210130.RAA20019@freefall.cdrom.com> From: ache@astral.msk.su Reply-To: ache@astral.msk.su To: freebsd-bugs Subject: kern/260: msync(...,0) broken & msync don't update mod times In-Reply-To: Your message of Tue, 21 Mar 1995 04:27:14 +0300 <199503210127.EAA13069@deep-thought.demos.su> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 260 >Category: kern >Synopsis: msync can't handle 0 and don't bother to update mod times >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 20 17:30:01 1995 >Originator: Andrey A. Chernov; Black Mage >Organization: Ha-olahm Yetzirah >Release: FreeBSD 2.1.0-Development i386 >Environment: -current >Description: 1) msync(..., 0) always return -1 2) msync() don't update file times, as manpage sayd: The msync system call writes any modified pages back to the filesystem and updates the file modification time. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >How-To-Repeat: ---------------------------------- cut here ---------------------------- #include #include #include #include #include static char ICDactpath[] = "testfile"; static char *ICDactpointer; static int ICDactfd; static int ICDactsize; #if defined(MAP_FILE) #define MAP__ARG (MAP_FILE | MAP_SHARED) #else #define MAP__ARG (MAP_SHARED) #endif /* defined(MAP_FILE) */ char * ICDread() { struct stat Sb; int i; if ((ICDactfd = open(ICDactpath, O_WRONLY|O_TRUNC|O_CREAT, 0666)) < 0) { perror("open"); fprintf(stderr, "read: cant open %s\n", ICDactpath); exit(1); } for (i = 0; i < 7; i++) write(ICDactfd, "1234567890", 10); if (close(ICDactfd) < 0) { perror("close"); fprintf(stderr, "Close: cant close %s\n", ICDactpath); exit(1); } if ((ICDactfd = open(ICDactpath, O_RDWR)) < 0) { perror("open"); fprintf(stderr, "read: cant open %s\n", ICDactpath); exit(1); } if (fstat(ICDactfd, &Sb) < 0) { perror("fstat"); fprintf(stderr, "read: cant fstat %d %s\n", ICDactfd, ICDactpath); exit(1); } ICDactsize = Sb.st_size; ICDactpointer = mmap((caddr_t)0, ICDactsize, PROT_READ|PROT_WRITE, MAP__ARG, ICDactfd, (off_t)0); if (ICDactpointer == (char *)-1) { perror("mmap"); fprintf(stderr, "read: cant mmap %d %s\n", ICDactfd, ICDactpath); exit(1); } return ICDactpointer; } ICDclose() { if (ICDactpointer) { if (msync(ICDactpointer, ICDactsize) < 0) { perror("msync"); fprintf(stderr, "Close: cant msync %s in closeactive()\n", ICDactpath); } if (munmap(ICDactpointer, ICDactsize) < 0) { perror("munmap"); fprintf(stderr, "Close: cant munmap\n", ICDactpath); } ICDactpointer = NULL; if (close(ICDactfd) < 0) { perror("close"); fprintf(stderr, "Close: cant close %s\n", ICDactpath); exit(1); } } } ICDwrite() { /* No-op. */ /* ICDactsize */ if (msync(ICDactpointer, 0) < 0) { perror("msync"); fprintf(stderr, "Write: cant msync %s\n", ICDactpath); } } spy() { system("cat testfile; echo; ls -l testfile"); } main() { char *file_p; int to_sleep = 2; file_p = ICDread(); fprintf(stderr, "Original file and time\n"); spy(); *(file_p + 20) = '\n'; #if 0 fprintf(stderr, "After 1st write to mapped region\n"); spy(); #endif sleep(to_sleep); *(file_p + 30) = '\n'; #if 0 fprintf(stderr, "After 2nd write to mapped region and sleep()\n"); spy(); #endif ICDwrite(); fprintf(stderr, "After msync(..., 0)\n"); spy(); sleep(to_sleep); ICDclose(); fprintf(stderr, "After sleep(), msync(..., size) and close()\n"); spy(); unlink(ICDactpath); } ---------------------------------- cut here ---------------------------- Here FreeBSD-current results: Original file and time 1234567890123456789012345678901234567890123456789012345678901234567890 -rw-r--r-- 1 ache wheel 70 Mar 4 20:50 testfile msync: Invalid argument Write: cant msync testfile After msync(..., 0) 12345678901234567890 234567890 234567890123456789012345678901234567890 -rw-r--r-- 1 ache wheel 70 Mar 4 20:50 testfile After sleep(), msync(..., size) and close() 12345678901234567890 234567890 234567890123456789012345678901234567890 -rw-r--r-- 1 ache wheel 70 Mar 4 20:50 testfile As you can see, msync(..., 0) works, but returns -1 and EINVAL in -current. File modification times not updated at all. >Fix: Unknown >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 20 19:04:57 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA28082 for bugs-outgoing; Mon, 20 Mar 1995 19:04:57 -0800 Received: (from root@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA28068; Mon, 20 Mar 1995 19:04:54 -0800 Date: Mon, 20 Mar 1995 19:04:54 -0800 From: David Greenman Message-Id: <199503210304.TAA28068@freefall.cdrom.com> To: ache@astral.msk.su, davidg, freebsd-bugs Subject: Changed information for PR kern/260 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: msync can't handle 0 and don't bother to update mod times State-Changed-From-To: open-closed State-Changed-By: davidg State-Changed-When: Mon Mar 20 19:02:04 PST 1995 State-Changed-Why: The bug with msync(..., 0) was has been fixed, and the modification time is properly updated if anything is actually written to the file (just as it is supposed to work). From owner-freebsd-bugs Mon Mar 20 20:09:09 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA06520 for bugs-outgoing; Mon, 20 Mar 1995 20:09:09 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA06496; Mon, 20 Mar 1995 20:08:44 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA03141; Tue, 21 Mar 1995 14:05:18 +1000 Date: Tue, 21 Mar 1995 14:05:18 +1000 From: Bruce Evans Message-Id: <199503210405.OAA03141@godzilla.zeta.org.au> To: jkh@freefall.cdrom.com, mark@grondar.za Subject: Re: List of open Problem Reports Cc: freebsd-bugs@freefall.cdrom.com Sender: bugs-owner@FreeBSD.org Precedence: bulk >> [1995/01/22] kern/175 Syscons does not recover X graphics mode >> [1995/01/22] kern/178 getty on ttyv0 hangs after first login >> [1995/01/23] kern/179 Getty hangs on ttyv0 >These all refer to the same problem and were fixed _yonks_ ago (by Soeren) They aren't really fixed. I still have #175 for both syscons and pcvt! It make be an old XFree-3.1 problem for W32i's (when X is started on vt1, after Ctrl-Alt-F4, Alt-F2 under syscons doesn't restore X graphics mode, and Alt-F5 blanks the screen and then Alt-Any doesn't unblank it). #178 and #179 still affect all console drivers other than syscons (pcvt and sio). >> [1995/02/13] bin/213 Making does not include 'fib'. >One of mine - fixed, thanks. Was not a bug. Has since been unfixed. fib is still under development and doesn't really belong in the main part of the tree. Bruce From owner-freebsd-bugs Mon Mar 20 20:13:14 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA06712 for bugs-outgoing; Mon, 20 Mar 1995 20:13:14 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA06697; Mon, 20 Mar 1995 20:13:11 -0800 Date: Mon, 20 Mar 1995 20:13:11 -0800 From: "Jordan K. Hubbard" Message-Id: <199503210413.UAA06697@freefall.cdrom.com> To: mark@grondar.za, jkh, freebsd-bugs Subject: Changed information for PR kern/175 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Syscons does not recover X graphics mode State-Changed-From-To: closed-open State-Changed-By: jkh State-Changed-When: Mon Mar 20 20:12:46 PST 1995 State-Changed-Why: According to Bruce, this isn't entirely fixed now. From owner-freebsd-bugs Mon Mar 20 20:27:53 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA07044 for bugs-outgoing; Mon, 20 Mar 1995 20:27:53 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA06978; Mon, 20 Mar 1995 20:27:32 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA03471; Tue, 21 Mar 1995 14:21:03 +1000 Date: Tue, 21 Mar 1995 14:21:03 +1000 From: Bruce Evans Message-Id: <199503210421.OAA03471@godzilla.zeta.org.au> To: freebsd-bugs@freefall.cdrom.com, jkh@freefall.cdrom.com Subject: Re: Changed information for PR kern/179 Sender: bugs-owner@FreeBSD.org Precedence: bulk >Synopsis: Getty hangs on ttyv0 >State-Changed-From-To: open-closed >State-Changed-By: jkh >State-Changed-When: Mon Mar 20 13:29:32 PST 1995 >State-Changed-Why: >Mark Murray says already fixed by Soren It isn't fixed. Please say exactly where bugs are fixed and don't close bug reports based on third hand info. Bruce From owner-freebsd-bugs Mon Mar 20 22:26:09 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA01027 for bugs-outgoing; Mon, 20 Mar 1995 22:26:09 -0800 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA01019; Mon, 20 Mar 1995 22:25:56 -0800 Received: from localhost (localhost [127.0.0.1]) by grunt.grondar.za (8.6.11/8.6.9) with SMTP id IAA01442; Tue, 21 Mar 1995 08:24:43 +0200 Message-Id: <199503210624.IAA01442@grunt.grondar.za> X-Authentication-Warning: grunt.grondar.za: Host localhost didn't use HELO protocol To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: jkh@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com Subject: Re: List of open Problem Reports Date: Tue, 21 Mar 1995 08:24:43 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk > > > [1995/01/22] kern/175 Syscons does not recover X graphics mode > > > [1995/01/22] kern/178 getty on ttyv0 hangs after first login > > > [1995/01/23] kern/179 Getty hangs on ttyv0 > > > > These all refer to the same problem and were fixed _yonks_ ago (by Soeren) > > Are you absolutely sure about kern/175??? Yes. I was mis-understanding how it works. If you Ctrl-Alt-Fn to get away from an X-ed screen, Alt-Fn' to get back takes you to the screen that _launched_ the X session. To recover the X session itself, you have to Alt-Fm, where screen Fm is the first one that does not have a getty running on it. As X starts up, it reports "Attaching to virtual console m" or similar words. > As for kern/{178,179}, this is still a pending problem. Syscons has > fixed it, but either pcvt as the serial console suffer from it. I'd > like to keep at least one of them open as a reminder. (Should be > really fixed before 2.1) Ok, I'll buy that. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-bugs Mon Mar 20 22:30:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA01422 for bugs-outgoing; Mon, 20 Mar 1995 22:30:04 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA01412; Mon, 20 Mar 1995 22:30:03 -0800 Date: Mon, 20 Mar 1995 22:30:03 -0800 Message-Id: <199503210630.WAA01412@freefall.cdrom.com> From: "Jordan K. Hubbard" Reply-To: "Jordan K. Hubbard" To: freebsd-bugs Subject: bin/261: There is no ctm man page In-Reply-To: Your message of Mon, 20 Mar 1995 22:28:10 -0800 <199503210628.WAA01181@freefall.cdrom.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 261 >Category: bin >Synopsis: There is no manpage for `ctm' itself; the ctm_{r,s}mail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 20 22:30:02 1995 >Originator: Jordan K. Hubbard >Organization: Walnut Creek CDROM >Release: FreeBSD 2.1.0-Development i386 >Environment: >Description: If someone wants to get general information on ctm, they might be forgive for thinking that `man ctm' might do something useful. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: pages are also out of date. From owner-freebsd-bugs Mon Mar 20 22:30:07 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA01434 for bugs-outgoing; Mon, 20 Mar 1995 22:30:07 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA01427; Mon, 20 Mar 1995 22:30:05 -0800 Date: Mon, 20 Mar 1995 22:30:05 -0800 Message-Id: <199503210630.WAA01427@freefall.cdrom.com> From: "Jordan K. Hubbard" Reply-To: "Jordan K. Hubbard" To: freebsd-bugs Subject: docs/262: No manpage for map-mbone command In-Reply-To: Your message of Mon, 20 Mar 1995 22:29:11 -0800 <199503210629.WAA01304@freefall.cdrom.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 262 >Category: docs >Synopsis: There is no man page for the map-mbone command >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 20 22:30:03 1995 >Originator: Jordan K. Hubbard >Organization: Walnut Creek CDROM >Release: FreeBSD 2.1.0-Development i386 >Environment: >Description: See above. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 20 22:40:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA01862 for bugs-outgoing; Mon, 20 Mar 1995 22:40:04 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA01853; Mon, 20 Mar 1995 22:40:02 -0800 Date: Mon, 20 Mar 1995 22:40:02 -0800 Message-Id: <199503210640.WAA01853@freefall.cdrom.com> From: "Jordan K. Hubbard" Reply-To: "Jordan K. Hubbard" To: freebsd-bugs Subject: docs/263: Missing manual pages for libdialog In-Reply-To: Your message of Mon, 20 Mar 1995 22:32:42 -0800 <199503210632.WAA01593@freefall.cdrom.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 263 >Category: docs >Synopsis: There is absolutely no documentation for the dialog library >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 20 22:40:01 1995 >Originator: Jordan K. Hubbard >Organization: Walnut Creek CDROM >Release: FreeBSD 2.1.0-Development i386 >Environment: >Description: See above. I see this as serious because it's awful hard to use the library seperately without such docs. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 20 22:40:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA01877 for bugs-outgoing; Mon, 20 Mar 1995 22:40:06 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA01868; Mon, 20 Mar 1995 22:40:05 -0800 Date: Mon, 20 Mar 1995 22:40:05 -0800 Message-Id: <199503210640.WAA01868@freefall.cdrom.com> From: "Jordan K. Hubbard" Reply-To: "Jordan K. Hubbard" To: freebsd-bugs Subject: docs/264: There are no manual pages for libforms. In-Reply-To: Your message of Mon, 20 Mar 1995 22:34:00 -0800 <199503210634.WAA01707@freefall.cdrom.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 264 >Category: docs >Synopsis: There are no manual pages for the forms library. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 20 22:40:03 1995 >Originator: Jordan K. Hubbard >Organization: Walnut Creek CDROM >Release: FreeBSD 2.1.0-Development i386 >Environment: >Description: See above. This is going to be important fairly soon. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 20 23:24:28 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA05800 for bugs-outgoing; Mon, 20 Mar 1995 23:24:28 -0800 Received: (from paul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA05786; Mon, 20 Mar 1995 23:24:27 -0800 Date: Mon, 20 Mar 1995 23:24:27 -0800 From: Paul Richards Message-Id: <199503210724.XAA05786@freefall.cdrom.com> To: jkh, paul, freebsd-bugs Subject: Changed information for PR docs/264 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: There are no manual pages for the forms library. State-Changed-From-To: open-analyzed State-Changed-By: paul State-Changed-When: Mon Mar 20 23:22:33 PST 1995 State-Changed-Why: This is a test -- see who gets informed of the state changed. It's a real change of state in any case since I've analyzed the bug report and I have a solution -- write a man page :-) From owner-freebsd-bugs Tue Mar 21 03:39:58 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA17102 for bugs-outgoing; Tue, 21 Mar 1995 03:39:58 -0800 Received: (from dufault@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA17073; Tue, 21 Mar 1995 03:39:51 -0800 Date: Tue, 21 Mar 1995 03:39:51 -0800 From: Peter Dufault Message-Id: <199503211139.DAA17073@freefall.cdrom.com> To: hsu@fx7.cs.hut.fi, dufault, freebsd-bugs Subject: Changed information for PR kern/189 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: sd renames disks State-Changed-From-To: open-closed State-Changed-By: dufault State-Changed-When: Tue Mar 21 03:37:45 PST 1995 State-Changed-Why: The code was added to wire down drives. From owner-freebsd-bugs Tue Mar 21 05:44:27 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA20351 for bugs-outgoing; Tue, 21 Mar 1995 05:44:27 -0800 Received: from oznet02.ozemail.com.au (oznet02.ozemail.com.au [203.2.192.124]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA20328 for ; Tue, 21 Mar 1995 05:43:01 -0800 Received: from 203.2.192.187 (slsyd2p28.ozemail.com.au [203.2.192.187]) by oznet02.ozemail.com.au (8.6.10/8.6.5) with SMTP id XAA24592 for ; Tue, 21 Mar 1995 23:42:06 +1000 Date: Tue, 21 Mar 1995 23:42:06 +1000 Message-Id: <199503211342.XAA24592@oznet02.ozemail.com.au> From: gmkelly@ozemail.com.au Subject: Bugs trying to load FreeBSD 2.0 with PCI SCSI-2 Drives To: bugs@FreeBSD.org X-Mailer: AIR Mail 3.X (SPRY, Inc.) Sender: bugs-owner@FreeBSD.org Precedence: bulk Reference FreeBSD 2.0 info (and I hope some support from you guru's out there!), I have a Pentium 90Mhz system, with 2 x 1Gb SCSI-2 disks, 1 x Wangtek 1.2Gb tape drive running on a Buslogic 946C PCI controller, 1 x PCI S3 video card, 1 x 3Com503 Ethernet II. 1 x Sound Blaster card + integrated dual speed CD-ROM, 2 serial & 1 parallel port. CPU with 16Mb memory and floppy drive running off integrated on-mother-board IDE/Floppy controller. IDE Controller is of course disabled by jumper settings. I am successfully running MSDos 6.22 & Windows 3.11 without any problems on both drives. I have purchased the freeBSD 2.0 (Jan 94) CD-ROM from walnut creek, and which to install it on drive 1, leaving MSDOS on drive 0. My problem remains that I cold boot the freeBSD boot floppy, and select the install option from the menu. FDISK appears and everything is OK, except that but both FreeBSD FDISK & DISKLABEL utilities are unable to see any of my hard disk drives. (ie: the menu screen is simply blank of any disk information, both drive 0 & drive 1). I have tried the freeBSD floppy on another system (IDE controller + drives), freeBSD FDISK & DISKLABEL see the disk OK. Can anyone please suggest what I need to do to make freeBSD FDISK & DISKLABEL see my disk drives? I have checked the BUSLOGIC manuals to ensure nothing strange like ROM BIOS auto-picking new intr, or port...etc. I really what to get freeBSD running on drive 1 (full 1Gb) as soon as possible, for my uni studies. Any help would be most appreciated. Cheers Grahame [ gmkelly@ozemail.com.au ] From owner-freebsd-bugs Tue Mar 21 06:36:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA21247 for bugs-outgoing; Tue, 21 Mar 1995 06:36:18 -0800 Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id GAA21239; Tue, 21 Mar 1995 06:36:17 -0800 X-Authentication-Warning: freefall.cdrom.com: Host LOCALHOST didn't use HELO protocol To: Paul Richards cc: freebsd-bugs@freefall.cdrom.com Subject: Re: Changed information for PR docs/264 In-reply-to: Your message of "Mon, 20 Mar 95 23:24:27 PST." <199503210724.XAA05786@freefall.cdrom.com> Date: Tue, 21 Mar 1995 06:36:17 -0800 Message-ID: <21238.795796577@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > Synopsis: There are no manual pages for the forms library. > > State-Changed-From-To: open-analyzed > State-Changed-By: paul > State-Changed-When: Mon Mar 20 23:22:33 PST 1995 > State-Changed-Why: > This is a test -- see who gets informed of the state changed. It's a real > change of state in any case since I've analyzed the bug report and > I have a solution -- write a man page :-) And when there's a man page, you'll mark it closed? :-) From owner-freebsd-bugs Tue Mar 21 06:38:49 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA21320 for bugs-outgoing; Tue, 21 Mar 1995 06:38:49 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA21313; Tue, 21 Mar 1995 06:38:42 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id AAA18147; Wed, 22 Mar 1995 00:35:13 +1000 Date: Wed, 22 Mar 1995 00:35:13 +1000 From: Bruce Evans Message-Id: <199503211435.AAA18147@godzilla.zeta.org.au> To: joerg_wunsch@uriah.heep.sax.de, mark@grondar.za Subject: Re: List of open Problem Reports Cc: freebsd-bugs@freefall.cdrom.com, jkh@freefall.cdrom.com Sender: bugs-owner@FreeBSD.org Precedence: bulk >> > > [1995/01/22] kern/175 Syscons does not recover X graphics mode >Yes. I was mis-understanding how it works. If you Ctrl-Alt-Fn to get away >from an X-ed screen, Alt-Fn' to get back takes you to the screen that >_launched_ the X session. To recover the X session itself, you have to >Alt-Fm, where screen Fm is the first one that does not have a getty running >on it. As X starts up, it reports "Attaching to virtual console m" or similar >words. How is it supposed work when there are only 4 vtys with gettys on them all? It worked like I expected for this setup with an old version of XFree, the SVGA server and an ET4000 - `m' didn't exist and Alt-Fn restored the X screen. Now I have Xfree86-3.1, the XF86_W32 server and an ET4000/W32i. `m' exists and Alt-Fm gives a blank screen and after that Alt-F* gives a blank screen. rlogin from another machine works but killing the X server doesn't help. Bruce From owner-freebsd-bugs Tue Mar 21 06:52:35 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA21642 for bugs-outgoing; Tue, 21 Mar 1995 06:52:35 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA21627; Tue, 21 Mar 1995 06:52:34 -0800 Date: Tue, 21 Mar 1995 06:52:34 -0800 From: "Andrey A. Chernov" Message-Id: <199503211452.GAA21627@freefall.cdrom.com> To: ache@astral.msk.su, ache, freebsd-bugs Subject: Changed information for PR kern/260 Sender: bugs-owner@FreeBSD.org Precedence: bulk Old Synopsis: msync can't handle 0 and don't bother to update mod times New Synopsis: msync and munmap don't bother to update mod times State-Changed-From-To: closed-open State-Changed-By: ache State-Changed-When: Tue Mar 21 06:43:13 PST 1995 State-Changed-Why: Sorry, David, you fix only one part of bug report, modification times still not updated by msync & munmap even with actual changes in the file present. Please, run test coming with this report. From owner-freebsd-bugs Tue Mar 21 07:17:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA22304 for bugs-outgoing; Tue, 21 Mar 1995 07:17:40 -0800 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id HAA22298 for ; Tue, 21 Mar 1995 07:17:36 -0800 Received: by halloran-eldar.lcs.mit.edu; id AA29106; Tue, 21 Mar 1995 10:17:20 -0500 Date: Tue, 21 Mar 1995 10:17:20 -0500 From: Garrett Wollman Message-Id: <9503211517.AA29106@halloran-eldar.lcs.mit.edu> To: "Rodney W. Grimes" Cc: bugs@freefall.cdrom.com Subject: Re: edit-pr In-Reply-To: <199503210021.QAA01260@gndrsh.aac.dev.com> References: <199503202133.NAA06778@freefall.cdrom.com> <199503210021.QAA01260@gndrsh.aac.dev.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk < said: >> edit-pr kern/1 kern/2 kern/3 ... >> > echo kern/1 kern/2 kern/3 ... | xargs -n 1 edit-pr Save a process... for a in 1 2 3 ...; do edit-pr $a; done -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-freebsd-bugs Tue Mar 21 07:50:07 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA23268 for bugs-outgoing; Tue, 21 Mar 1995 07:50:07 -0800 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA23253; Tue, 21 Mar 1995 07:49:34 -0800 Received: from localhost (localhost [127.0.0.1]) by grunt.grondar.za (8.6.11/8.6.9) with SMTP id RAA07357; Tue, 21 Mar 1995 17:41:14 +0200 Message-Id: <199503211541.RAA07357@grunt.grondar.za> X-Authentication-Warning: grunt.grondar.za: Host localhost didn't use HELO protocol To: Bruce Evans cc: joerg_wunsch@uriah.heep.sax.de, freebsd-bugs@freefall.cdrom.com, jkh@freefall.cdrom.com Subject: Re: List of open Problem Reports Date: Tue, 21 Mar 1995 17:41:14 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk > How is it supposed work when there are only 4 vtys with gettys on them > all? It worked like I expected for this setup with an old version of > XFree, the SVGA server and an ET4000 - `m' didn't exist and Alt-Fn > restored the X screen. Er, if you have 4 vty's, (Alt-F1->Alt-F4), all with gettys, then you _should_ be able to get the X session back on vty04 (Alt-F5). If not, then the bug still exists for you. Remember 2 things; 1- the number of virtual terminals is now dynamic, 2- there must be a /dev/ttyv?? for each one you are going to use... If I am teaching my grandmother to suck eggs, please just silently pass the funny hat :-) > Now I have Xfree86-3.1, the XF86_W32 server and an ET4000/W32i. `m' > exists and Alt-Fm gives a blank screen and after that Alt-F* gives a > blank screen. rlogin from another machine works but killing the X > server doesn't help. Bug? :-( M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-bugs Tue Mar 21 08:04:52 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA23637 for bugs-outgoing; Tue, 21 Mar 1995 08:04:52 -0800 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA23630 for ; Tue, 21 Mar 1995 08:04:48 -0800 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id IAA05220; Tue, 21 Mar 1995 08:02:18 -0800 From: "Rodney W. Grimes" Message-Id: <199503211602.IAA05220@gndrsh.aac.dev.com> Subject: Re: edit-pr To: wollman@halloran-eldar.lcs.mit.edu (Garrett Wollman) Date: Tue, 21 Mar 1995 08:02:18 -0800 (PST) Cc: bugs@freefall.cdrom.com In-Reply-To: <9503211517.AA29106@halloran-eldar.lcs.mit.edu> from "Garrett Wollman" at Mar 21, 95 10:17:20 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 559 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > < said: > > >> edit-pr kern/1 kern/2 kern/3 ... > >> > > echo kern/1 kern/2 kern/3 ... | xargs -n 1 edit-pr > > Save a process... > > for a in 1 2 3 ...; do edit-pr $a; done Well, Jordan doesn't like our solutions, he would rather waste programmers time :-). And yours is shell dependent, mine is not. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-bugs Tue Mar 21 08:08:19 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA23851 for bugs-outgoing; Tue, 21 Mar 1995 08:08:19 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA23811; Tue, 21 Mar 1995 08:08:10 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id CAA19879; Wed, 22 Mar 1995 02:04:37 +1000 Date: Wed, 22 Mar 1995 02:04:37 +1000 From: Bruce Evans Message-Id: <199503211604.CAA19879@godzilla.zeta.org.au> To: bde@zeta.org.au, mark@grondar.za Subject: Re: List of open Problem Reports Cc: freebsd-bugs@freefall.cdrom.com, jkh@freefall.cdrom.com, joerg_wunsch@uriah.heep.sax.de Sender: bugs-owner@FreeBSD.org Precedence: bulk >> How is it supposed work when there are only 4 vtys with gettys on them >> all? It worked like I expected for this setup with an old version of >> XFree, the SVGA server and an ET4000 - `m' didn't exist and Alt-Fn >> restored the X screen. >Er, if you have 4 vty's, (Alt-F1->Alt-F4), all with gettys, then you >_should_ be able to get the X session back on vty04 (Alt-F5). If not, then >the bug still exists for you. Remember 2 things; 1- the number of virtual I just hit Alt-F4 and it worked. I didn't even think of trying Alt-F5 at the time, and don't have that configuration any more to try it. Bruce From owner-freebsd-bugs Tue Mar 21 08:08:42 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA23874 for bugs-outgoing; Tue, 21 Mar 1995 08:08:42 -0800 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id IAA23859 for ; Tue, 21 Mar 1995 08:08:36 -0800 Received: by halloran-eldar.lcs.mit.edu; id AA29236; Tue, 21 Mar 1995 11:08:26 -0500 Date: Tue, 21 Mar 1995 11:08:26 -0500 From: Garrett Wollman Message-Id: <9503211608.AA29236@halloran-eldar.lcs.mit.edu> To: "Rodney W. Grimes" Cc: bugs@freefall.cdrom.com Subject: Re: edit-pr In-Reply-To: <199503211602.IAA05220@gndrsh.aac.dev.com> References: <9503211517.AA29106@halloran-eldar.lcs.mit.edu> <199503211602.IAA05220@gndrsh.aac.dev.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk < said: >> for a in 1 2 3 ...; do edit-pr $a; done > Well, Jordan doesn't like our solutions, he would rather waste programmers > time :-). > And yours is shell dependent, mine is not. #!/bin/sh # edit-multi-pr - edit multiple PRs. set -e for pr; do edit-pr $pr; done exit 0 -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-freebsd-bugs Tue Mar 21 08:14:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA24176 for bugs-outgoing; Tue, 21 Mar 1995 08:14:01 -0800 Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id IAA24169; Tue, 21 Mar 1995 08:14:00 -0800 X-Authentication-Warning: freefall.cdrom.com: Host LOCALHOST didn't use HELO protocol To: "Rodney W. Grimes" cc: wollman@halloran-eldar.lcs.mit.edu (Garrett Wollman), bugs@freefall.cdrom.com Subject: Re: edit-pr In-reply-to: Your message of "Tue, 21 Mar 95 08:02:18 PST." <199503211602.IAA05220@gndrsh.aac.dev.com> Date: Tue, 21 Mar 1995 08:13:59 -0800 Message-ID: <24168.795802439@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > Well, Jordan doesn't like our solutions, he would rather waste programmers > time :-). Sheesh! OK, OK, I surrender. Orthogonality means nothing. The traditional UNIX command behavior of taking or OR MORE arguments is bogus. I'll just crawl back in my little hole now! :-) Jordan From owner-freebsd-bugs Tue Mar 21 08:59:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA25475 for bugs-outgoing; Tue, 21 Mar 1995 08:59:55 -0800 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA25468; Tue, 21 Mar 1995 08:59:31 -0800 Received: from localhost (localhost [127.0.0.1]) by grunt.grondar.za (8.6.11/8.6.9) with SMTP id SAA07867; Tue, 21 Mar 1995 18:58:43 +0200 Message-Id: <199503211658.SAA07867@grunt.grondar.za> X-Authentication-Warning: grunt.grondar.za: Host localhost didn't use HELO protocol To: Bruce Evans cc: freebsd-bugs@freefall.cdrom.com, jkh@freefall.cdrom.com, joerg_wunsch@uriah.heep.sax.de Subject: Re: List of open Problem Reports Date: Tue, 21 Mar 1995 18:58:43 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk > I just hit Alt-F4 and it worked. I didn't even think of trying Alt-F5 > at the time, and don't have that configuration any more to try it. So can we lay this one to rest now? I cant remember the number... M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-bugs Tue Mar 21 11:23:29 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA00547 for bugs-outgoing; Tue, 21 Mar 1995 11:23:29 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA00532 for ; Tue, 21 Mar 1995 11:22:50 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA23843; Tue, 21 Mar 1995 20:22:03 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id UAA06848 for freebsd-bugs@FreeBSD.org; Tue, 21 Mar 1995 20:22:02 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id UAA06326 for freebsd-bugs@FreeBSD.org; Tue, 21 Mar 1995 20:09:35 +0100 From: J Wunsch Message-Id: <199503211909.UAA06326@uriah.heep.sax.de> Subject: Re: List of open Problem Reports To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Tue, 21 Mar 1995 20:09:34 +0100 (MET) In-Reply-To: <199503211604.CAA19879@godzilla.zeta.org.au> from "Bruce Evans" at Mar 22, 95 02:04:37 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: 1178 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Bruce Evans wrote: > > >> How is it supposed work when there are only 4 vtys with gettys on them > >> all? It worked like I expected for this setup with an old version of > >> XFree, the SVGA server and an ET4000 - `m' didn't exist and Alt-Fn > >> restored the X screen. Btw, i never understood what it's good for to have the X server run on an otherwise unused vty. It's SysVish however, and we all use the SysV VT model for our X server. Perhaps in SysV, it wouldn't even work on the same VT, i'm not sure. > >Er, if you have 4 vty's, (Alt-F1->Alt-F4), all with gettys, then you > >_should_ be able to get the X session back on vty04 (Alt-F5). If not, then > >the bug still exists for you. Remember 2 things; 1- the number of virtual > > I just hit Alt-F4 and it worked. I didn't even think of trying Alt-F5 > at the time, and don't have that configuration any more to try it. I think this has been a bug in the X server implementation in one earlier XFree86 version. I remember such complaints in the xfree-beta list. -- 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 Mar 21 11:23:33 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA00553 for bugs-outgoing; Tue, 21 Mar 1995 11:23:33 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA00537 for ; Tue, 21 Mar 1995 11:23:20 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA23836; Tue, 21 Mar 1995 20:21:59 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id UAA06842 for freebsd-bugs@FreeBSD.org; Tue, 21 Mar 1995 20:21:59 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id TAA03175 for freebsd-bugs@FreeBSD.org; Tue, 21 Mar 1995 19:57:35 +0100 From: J Wunsch Message-Id: <199503211857.TAA03175@uriah.heep.sax.de> Subject: Re: edit-pr To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Tue, 21 Mar 1995 19:57:32 +0100 (MET) In-Reply-To: <24168.795802439@freefall.cdrom.com> from "Jordan K. Hubbard" at Mar 21, 95 08:13:59 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: 1245 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Jordan K. Hubbard wrote: > > > Well, Jordan doesn't like our solutions, he would rather waste programmers > > time :-). > > Sheesh! OK, OK, I surrender. Orthogonality means nothing. The > traditional UNIX command behavior of taking or OR MORE arguments is > bogus. I'll just crawl back in my little hole now! :-) I've also stumpled across this. The worst at all: edit-pr doesn't even bomb me with something like ``usage: hey you are stupid that you are, don't gimme more than one argument'', it silently does what i think is wrong -- just picking the first one only and pretending it's all right. Where's the source for edit-pr? Should go into CVS? Pleeze, put it into CVS somewhere. Rather than complaining i'd go to fix it. Perhaps we need a third CVS repository (besides src and ports), something where we can drop our development stuff that's not actually intended to be shipped along with the system. I've already been seeking for such a place for my easy-import script. What about `devel'? Should be shipped to the CVS suppers/ctmers, but not go into the regular distribution. -- 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 Mar 21 12:04:57 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA01544 for bugs-outgoing; Tue, 21 Mar 1995 12:04:57 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA01529; Tue, 21 Mar 1995 21:04:55 +0100 Date: Tue, 21 Mar 1995 21:04:55 +0100 From: Joerg Wunsch Message-Id: <199503212004.VAA01529@freefall.cdrom.com> To: jc@irbs.com, joerg, freebsd-bugs Subject: Changed information for PR kern/179 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Getty hangs on ttyv0 State-Changed-From-To: closed-open State-Changed-By: joerg State-Changed-When: Tue Mar 21 21:00:33 MET 1995 State-Changed-Why: The problem in question is being worked around in syscons, but pcvt and sio are still affected by it. We do need a generic solution for this. (sorry for typs, with 40 % packet loss, i have to type blindly) From owner-freebsd-bugs Tue Mar 21 12:05:12 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA01561 for bugs-outgoing; Tue, 21 Mar 1995 12:05:12 -0800 Received: from host.yab.com (host.yab.com [204.94.255.4]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA01555 for ; Tue, 21 Mar 1995 12:05:10 -0800 From: bamfordd@host.yab.com Received: (from bamfordd@localhost) by host.yab.com (8.6.9/8.6.9) id NAA06434; Tue, 21 Mar 1995 13:03:51 -0700 Date: Tue, 21 Mar 1995 13:03:51 -0700 Message-Id: <199503212003.NAA06434@host.yab.com> To: bugs@FreeBSD.org, osyjm@schizo.coe.montana.edu Subject: HELP!!! from yesterday Sender: bugs-owner@FreeBSD.org Precedence: bulk Well, I've isolated the problem. It was the ProAudio Spectrum card. Now, when I disable the search for the card, I get to the point where the boot program says "changing root device to fd0c" and then comes "panic, cannot mount root". Why does it change from fdc0 to fd0c? I have also tried booting with "950210-SNAP" which I downloaded this morning. It gives the same error message. Please assist. derek j. bamford From owner-freebsd-bugs Tue Mar 21 12:10:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA01667 for bugs-outgoing; Tue, 21 Mar 1995 12:10:02 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA01659; Tue, 21 Mar 1995 12:10:01 -0800 Date: Tue, 21 Mar 1995 12:10:01 -0800 Message-Id: <199503212010.MAA01659@freefall.cdrom.com> From: "Jordan K. Hubbard" Reply-To: "Jordan K. Hubbard" To: freebsd-bugs Subject: docs/265: mrinfo and mtrace commands lack man pages. In-Reply-To: Your message of Tue, 21 Mar 1995 12:09:22 -0800 <199503212009.MAA01633@freefall.cdrom.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 265 >Category: docs >Synopsis: mrinfo and mtrace commands lack man pages >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 21 12:10:01 1995 >Originator: Jordan K. Hubbard >Organization: Walnut Creek CDROM >Release: FreeBSD 2.1.0-Development i386 >Environment: >Description: We need documentation for the mrinfo and mtrace commands >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Mar 21 12:22:42 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA02020 for bugs-outgoing; Tue, 21 Mar 1995 12:22:42 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA01899 for ; Tue, 21 Mar 1995 12:21:27 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA24969; Tue, 21 Mar 1995 21:20:34 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id VAA07255 for freebsd-bugs@FreeBSD.org; Tue, 21 Mar 1995 21:20:33 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id VAA19254 for freebsd-bugs@FreeBSD.org; Tue, 21 Mar 1995 21:08:04 +0100 From: J Wunsch Message-Id: <199503212008.VAA19254@uriah.heep.sax.de> Subject: Re: List of open Problem Reports To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Tue, 21 Mar 1995 21:08:02 +0100 (MET) In-Reply-To: <199503210405.OAA03141@godzilla.zeta.org.au> from "Bruce Evans" at Mar 21, 95 02:05:18 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: 436 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Bruce Evans wrote: > > >These all refer to the same problem and were fixed _yonks_ ago (by Soeren) > > They aren't really fixed. > #178 and #179 still affect all console drivers other than syscons (pcvt > and sio). I've filed #179 back as open. (#178 could go, they were duplicates.) -- 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 Mar 21 12:24:10 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA02192 for bugs-outgoing; Tue, 21 Mar 1995 12:24:10 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA01876 for ; Tue, 21 Mar 1995 12:21:00 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA24965; Tue, 21 Mar 1995 21:20:33 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id VAA07252 for freebsd-bugs@FreeBSD.org; Tue, 21 Mar 1995 21:20:32 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id VAA19199 for freebsd-bugs@FreeBSD.org; Tue, 21 Mar 1995 21:06:49 +0100 From: J Wunsch Message-Id: <199503212006.VAA19199@uriah.heep.sax.de> Subject: Re: List of open Problem Reports To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Tue, 21 Mar 1995 21:06:48 +0100 (MET) In-Reply-To: <199503210038.AAA26976@isl.cf.ac.uk> from "Paul Richards" at Mar 21, 95 00:38:40 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: 637 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Paul Richards wrote: > > > These all refer to the same problem and were fixed _yonks_ ago (by Soeren) > > It's rather obvious that not enough people know how to use gnats. > > If you fix a bug that's in the database please close the report. That's been one reason why i voted for the weekly summary. People simply _forget_ about this, or even don't remember that there's a bug report pending. As you've seen with all the closed reports during the last three days, it seems to work. :) -- 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 Mar 21 14:29:31 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA06493 for bugs-outgoing; Tue, 21 Mar 1995 14:29:31 -0800 Received: from isl.cf.ac.uk (isl-gate.elsy.cf.ac.uk [131.251.22.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA06483 for ; Tue, 21 Mar 1995 14:29:20 -0800 Received: (from paul@localhost) by isl.cf.ac.uk (8.6.9/8.6.9) id WAA02373; Tue, 21 Mar 1995 22:28:50 GMT From: Paul Richards Message-Id: <199503212228.WAA02373@isl.cf.ac.uk> Subject: Re: edit-pr To: joerg_wunsch@uriah.heep.sax.de Date: Tue, 21 Mar 1995 22:28:50 +0000 (GMT) Cc: freebsd-bugs@FreeBSD.org In-Reply-To: <199503211857.TAA03175@uriah.heep.sax.de> from "J Wunsch" at Mar 21, 95 07:57:32 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1587 Sender: bugs-owner@FreeBSD.org Precedence: bulk In reply to J Wunsch who said > Where's the source for edit-pr? Should go into CVS? Pleeze, put > it into CVS somewhere. Rather than complaining i'd go to fix it. Umm, well, when I fixed the last bug I just edited the script in /usr/local/bin, yeah, really nasty I know. > > Perhaps we need a third CVS repository (besides src and ports), > something where we can drop our development stuff that's not actually > intended to be shipped along with the system. I've already been > seeking for such a place for my easy-import script. Well, I contacted the gnats list and it seems there's a new version out sometime soon and it has the bug I found fixed as well as many others so I think we should see what it looks like first. A client server model was mentioned which sounds interesting. > > What about `devel'? Should be shipped to the CVS suppers/ctmers, but > not go into the regular distribution. In principle though I think a separate cvs tree for our development code has some merits and some problems. It means we can track local changes more easily but it also means we end supporting our own tools rather than relying on the orginal authors to do so. In the case of gnats it seems the original authors are doing more work than we are and we should liaise with them in getting the improvements we want into the next release. -- Paul Richards, FreeBSD core team member. Internet: paul@FreeBSD.org, URL: http://isl.cf.ac.uk/~paul/ Phone: +44 1222 874000 x6646 (work), +44 1222 457651 (home) Dept. Mechanical Engineering, University of Wales, College Cardiff. From owner-freebsd-bugs Tue Mar 21 14:56:57 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA09160 for bugs-outgoing; Tue, 21 Mar 1995 14:56:57 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA09145; Tue, 21 Mar 1995 14:56:56 -0800 Date: Tue, 21 Mar 1995 14:56:56 -0800 From: David Greenman Message-Id: <199503212256.OAA09145@freefall.cdrom.com> To: ache@astral.msk.su, davidg, freebsd-bugs Subject: Changed information for PR kern/260 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: msync and munmap don't bother to update mod times State-Changed-From-To: open-analyzed State-Changed-By: davidg State-Changed-When: Tue Mar 21 14:55:32 PST 1995 State-Changed-Why: I ran the test program, and it's results indicated that the time is correct (to within one minute, which is all that ls reports). I have since looked carefully at the code and determined that the VOP_UPDATE call in the vnode pager is not be sufficient to update the time. I just spoke with Kirk on the phone about this...after a half hour of talking about how the VFS layer could be changed to better implement our vnode paging, the conclusion about how to solve this problem in the short term was to use VOP_SETATTR() at unmap time (if the file had been written to) to update the modification time. From owner-freebsd-bugs Tue Mar 21 15:52:21 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA10862 for bugs-outgoing; Tue, 21 Mar 1995 15:52:21 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA10831 for ; Tue, 21 Mar 1995 15:51:52 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA28879; Wed, 22 Mar 1995 00:51:09 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id AAA08409; Wed, 22 Mar 1995 00:51:04 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id AAA07576; Wed, 22 Mar 1995 00:48:53 +0100 From: J Wunsch Message-Id: <199503212348.AAA07576@uriah.heep.sax.de> Subject: Re: Bugs trying to load FreeBSD 2.0 with PCI SCSI-2 Drives To: gmkelly@ozemail.com.au Date: Wed, 22 Mar 1995 00:48:51 +0100 (MET) Cc: bugs@FreeBSD.org In-Reply-To: <199503211342.XAA24592@oznet02.ozemail.com.au> from "gmkelly@ozemail.com.au" at Mar 21, 95 11:42: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: 839 Sender: bugs-owner@FreeBSD.org Precedence: bulk As gmkelly@ozemail.com.au wrote: > I have a Pentium 90Mhz system, with 2 x 1Gb SCSI-2 disks, 1 x > Wangtek 1.2Gb tape drive running on a Buslogic 946C PCI controller, > 1 x PCI S3 video card, 1 x 3Com503 Ethernet II. 1 x Sound Blaster > card + integrated dual speed CD-ROM, 2 serial & 1 parallel port. > Can anyone please suggest what I need to do to make freeBSD FDISK & > DISKLABEL see my disk drives? I have checked the BUSLOGIC manuals > to ensure nothing strange like ROM BIOS auto-picking new intr, or > port...etc. Is your adapter found at boot time? If not, try booting with the ``-c'' option and adjust the kernel's idea of the board location (irq, io-addr) to match the hardware. -- 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 Mar 21 15:53:17 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA10904 for bugs-outgoing; Tue, 21 Mar 1995 15:53:17 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA10892 for ; Tue, 21 Mar 1995 15:53:05 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA28874; Wed, 22 Mar 1995 00:51:04 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id AAA08406; Wed, 22 Mar 1995 00:51:03 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id AAA07345; Wed, 22 Mar 1995 00:46:14 +0100 From: J Wunsch Message-Id: <199503212346.AAA07345@uriah.heep.sax.de> Subject: Re: HELP!!! from yesterday To: bamfordd@host.yab.com Date: Wed, 22 Mar 1995 00:46:12 +0100 (MET) Cc: bugs@FreeBSD.org In-Reply-To: <199503212003.NAA06434@host.yab.com> from "bamfordd@host.yab.com" at Mar 21, 95 01:03:51 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: 593 Sender: bugs-owner@FreeBSD.org Precedence: bulk As bamfordd@host.yab.com wrote: > > Now, when I disable the search for the card, I get to the point > where the boot program says "changing root device to fd0c" and > then comes "panic, cannot mount root". Why does it change from > fdc0 to fd0c? It does not change it from fdc0 to fd0c. It's changing from the (preconfigured) wd0 to fd0. What's above the ``cannot mount root''? Some error message from a driver? Which devices have been found? -- 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 Mar 21 16:20:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA11633 for bugs-outgoing; Tue, 21 Mar 1995 16:20:02 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA11626; Tue, 21 Mar 1995 16:20:01 -0800 Date: Tue, 21 Mar 1995 16:20:01 -0800 Message-Id: <199503220020.QAA11626@freefall.cdrom.com> From: Stefan Esser Reply-To: Stefan Esser To: freebsd-bugs Subject: kern/266: ifconfig panics kernel built without option NFS In-Reply-To: Your message of Wed, 22 Mar 1995 00:52:38 +0100 <199503212352.AAA00247@x14.mi.uni-koeln.de> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 266 >Category: kern >Synopsis: ifconfig panics kernel built without option NFS >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 21 16:20:01 1995 >Originator: Stefan Esser >Organization: Stefan Esser Internet: Zentrum fuer Paralleles Rechnen Tel: +49 221 4706019 Universitaet zu Koeln FAX: +49 221 4705160 Weyertal 80 50931 Koeln >Release: FreeBSD 2.1.0-Development i386 >Environment: ASUS SP3G, 486DX2/66 with 16MB RAM and WD 8003 compatible Ethernet card. >Description: My system will not be connected to a LAN anymore, so I rebuilt the kernel without NFS. The kernel built this way panics with a message: panic: pmap_zero_page: CMAP busy at the first call to 'ifconfig'. I tried to boot single user and issued an 'ifconfig -a' command, same panic message ... >How-To-Repeat: Build kernel with network devices ('de' and 'ed' in my case, no SLIP or PPP) and without NFS. Boot into single user mode. An 'ifconfig -a' command will panic the system. >Fix: Use kernel with NFS defined. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Mar 21 17:48:30 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA15522 for bugs-outgoing; Tue, 21 Mar 1995 17:48:30 -0800 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id RAA15516; Tue, 21 Mar 1995 17:48:25 -0800 Received: by sequent.kiae.su id AA26074 (5.65.kiae-2 ); Wed, 22 Mar 1995 04:43:27 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Wed, 22 Mar 95 04:43:27 +0300 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id EAA03493; Wed, 22 Mar 1995 04:41:25 +0300 To: davidg@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com References: <199503212256.OAA09145@freefall.cdrom.com> In-Reply-To: <199503212256.OAA09145@freefall.cdrom.com>; from David Greenman at Tue, 21 Mar 1995 14:56:56 -0800 Message-Id: Organization: Olahm Ha-Yetzirah Date: Wed, 22 Mar 1995 04:41:24 +0300 X-Mailer: Mail/@ [v2.32 FreeBSD] From: "Andrey A. Chernov, Black Mage" X-Class: Fast Subject: Re: Changed information for PR kern/260 Lines: 36 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 1719 Sender: bugs-owner@FreeBSD.org Precedence: bulk In message <199503212256.OAA09145@freefall.cdrom.com> David Greenman writes: >Synopsis: msync and munmap don't bother to update mod times >State-Changed-From-To: open-analyzed >State-Changed-By: davidg >State-Changed-When: Tue Mar 21 14:55:32 PST 1995 >State-Changed-Why: > I ran the test program, and it's results indicated that the time is correct >(to within one minute, which is all that ls reports). I have since looked Yes, you can modify to_sleep constant to 120 sec. f.e. instead of 2 sec. (I already changed in-database variant for it), result will be the same and it is incorrect. >carefully at the code and determined that the VOP_UPDATE call in the vnode >pager is not be sufficient to update the time. I just spoke with Kirk on the >phone about this...after a half hour of talking about how the VFS layer could >be changed to better implement our vnode paging, the conclusion about how to >solve this problem in the short term was to use VOP_SETATTR() at unmap time >(if the file had been written to) to update the modification time. Normally most machines (SUN OS, f.e.) modify times immediately, i.e. after writing to mapped area. But according to our msync/munmap manpage, we need to do it not only for munmap but for msync too. msync manpage _directly_claims_ that modification times will be updated. >From real life: this bag badly affects INN, it expects modification times will be updated :-( -- 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 Tue Mar 21 21:45:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA22135 for bugs-outgoing; Tue, 21 Mar 1995 21:45:04 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA22112; Tue, 21 Mar 1995 21:44:20 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id PAA03881; Wed, 22 Mar 1995 15:41:11 +1000 Date: Wed, 22 Mar 1995 15:41:11 +1000 From: Bruce Evans Message-Id: <199503220541.PAA03881@godzilla.zeta.org.au> To: freebsd-bugs@freefall.cdrom.com, jc@irbs.com, joerg@freefall.cdrom.com Subject: Re: Changed information for PR kern/179 Sender: bugs-owner@FreeBSD.org Precedence: bulk >Synopsis: Getty hangs on ttyv0 >State-Changed-From-To: closed-open >State-Changed-By: joerg >State-Changed-When: Tue Mar 21 21:00:33 MET 1995 >State-Changed-Why: >The problem in question is being worked around in syscons, but >pcvt and sio are still affected by it. We do need a generic >solution for this. >(sorry for typs, with 40 % packet loss, i have to type blindly) I'd like a mail interface to edit-pr (e.g., by sending a reply to the initial bug report). It's too hard for me to log in to freefall and edit things with a round trip time of 2-30 seconds. Many bug reports give only a special case of the bug. They should be edited by someone who understands all the details if the someone doesn't have time to fix all the details. Bruce From owner-freebsd-bugs Tue Mar 21 22:03:05 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA22451 for bugs-outgoing; Tue, 21 Mar 1995 22:03:05 -0800 Received: from star-gate.com (hasty.vip.best.com [204.156.141.143]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA22445 for ; Tue, 21 Mar 1995 22:03:03 -0800 Received: from localhost (localhost [127.0.0.1]) by star-gate.com (8.6.9/8.6.9) with SMTP id VAA06672 for ; Tue, 21 Mar 1995 21:58:40 GMT Message-Id: <199503212158.VAA06672@star-gate.com> X-Authentication-Warning: star-gate.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6alpha 2/16/95 To: freebsd-bugs@freefall.cdrom.com Subject: Mail interface Re: Changed information for PR kern/179 In-reply-to: Your message of "Wed, 22 Mar 1995 15:41:11 +1000." <199503220541.PAA03881@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 21 Mar 1995 21:58:38 +0000 From: Amancio Hasty Sender: bugs-owner@FreeBSD.org Precedence: bulk Well, I use mh and exmh to retrieve mail from my two IP providers. My setup also sorts out the mail to folders. There is yet another tcl extension called safe-tcl with mh hooks and interfaces to the system (basically tcl). If anyone is interested I can expand... Amancio From owner-freebsd-bugs Tue Mar 21 22:56:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA24797 for bugs-outgoing; Tue, 21 Mar 1995 22:56:02 -0800 Received: from isl.cf.ac.uk (isl-gate.elsy.cf.ac.uk [131.251.22.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA24790; Tue, 21 Mar 1995 22:56:00 -0800 Received: (from paul@localhost) by isl.cf.ac.uk (8.6.9/8.6.9) id GAA01658; Wed, 22 Mar 1995 06:49:26 GMT From: Paul Richards Message-Id: <199503220649.GAA01658@isl.cf.ac.uk> Subject: Re: Changed information for PR kern/179 To: bde@zeta.org.au (Bruce Evans) Date: Wed, 22 Mar 1995 06:49:26 +0000 (GMT) Cc: freebsd-bugs@freefall.cdrom.com, jc@irbs.com, joerg@freefall.cdrom.com In-Reply-To: <199503220541.PAA03881@godzilla.zeta.org.au> from "Bruce Evans" at Mar 22, 95 03:41:11 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1761 Sender: bugs-owner@FreeBSD.org Precedence: bulk In reply to Bruce Evans who said > > I'd like a mail interface to edit-pr (e.g., by sending a reply to the > initial bug report). It's too hard for me to log in to freefall and > edit things with a round trip time of 2-30 seconds. Hmm, I don't like the idea of trying to implement that since you'd have to send mail to freefall, get a copy of the PR, lock the PR while a copy gets mailed back to you, wait for you to edit it and send it back....... I think you see the problem. I'm going to wait and see what the next version looks like since it sounds a lot more sophisticated. If it's not then I think me and Jordan (since he's already made noises about it being inadequate for a lot of things we want to do) are going to take a hard look at what we need and I'll write something more appropriate for the way we work and the service we want to provide. > > Many bug reports give only a special case of the bug. They should > be edited by someone who understands all the details if the someone > doesn't have time to fix all the details. > This process should happen anyway. When a bug report arrives someone who knows that code area should go and see what the cause of the problem is and change the state to analysed, with an explanation of what the real extent of the problem is. Then if necessary they can spend time thinking about the correct way to fix it and if someone gets impatient and tries a quick fix they should see that its already been analyzed and what exactly would be involved to fix it. -- Paul Richards, FreeBSD core team member. Internet: paul@FreeBSD.org, URL: http://isl.cf.ac.uk/~paul/ Phone: +44 1222 874000 x6646 (work), +44 1222 457651 (home) Dept. Mechanical Engineering, University of Wales, College Cardiff. From owner-freebsd-bugs Tue Mar 21 23:55:31 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA26226 for bugs-outgoing; Tue, 21 Mar 1995 23:55:31 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id XAA26215 for ; Tue, 21 Mar 1995 23:55:16 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA10709; Wed, 22 Mar 1995 08:52:12 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id IAA11214 for freebsd-bugs@FreeBSD.org; Wed, 22 Mar 1995 08:52:11 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id IAA13452 for freebsd-bugs@FreeBSD.org; Wed, 22 Mar 1995 08:41:50 +0100 From: J Wunsch Message-Id: <199503220741.IAA13452@uriah.heep.sax.de> Subject: Re: Changed information for PR kern/179 To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Wed, 22 Mar 1995 08:41:49 +0100 (MET) In-Reply-To: <199503220541.PAA03881@godzilla.zeta.org.au> from "Bruce Evans" at Mar 22, 95 03:41:11 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: 1167 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Bruce Evans wrote: > > >(sorry for typs, with 40 % packet loss, i have to type blindly) > > I'd like a mail interface to edit-pr (e.g., by sending a reply to the > initial bug report). It's too hard for me to log in to freefall and > edit things with a round trip time of 2-30 seconds. Same for me. Even if the rtt's are below 2 seconds, the line from the german educational network to US is heavily overloaded during the week, so up to 50 % of the packets get lost, resulting in effective echo times of up to a minute. > Many bug reports give only a special case of the bug. They should > be edited by someone who understands all the details if the someone > doesn't have time to fix all the details. I've also got the idea to mirror the whole gnats database. Since listeners of -bugs do already get all the necessary information, it should be possible to track all the gnats reports and state changes and finally make a local mirror. Together with a mail interface, this would make the usage more efficient. -- 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 Mar 22 00:27:19 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA26827 for bugs-outgoing; Wed, 22 Mar 1995 00:27:19 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id AAA26821 for ; Wed, 22 Mar 1995 00:27:05 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA11596; Wed, 22 Mar 1995 09:21:41 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id JAA11446 for freebsd-bugs@FreeBSD.org; Wed, 22 Mar 1995 09:21:40 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id JAA13800 for freebsd-bugs@FreeBSD.org; Wed, 22 Mar 1995 09:13:27 +0100 From: J Wunsch Message-Id: <199503220813.JAA13800@uriah.heep.sax.de> Subject: Re: Mail interface Re: Changed information for PR kern/179 To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Wed, 22 Mar 1995 09:13:26 +0100 (MET) In-Reply-To: <199503212158.VAA06672@star-gate.com> from "Amancio Hasty" at Mar 21, 95 09:58:38 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: 355 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Amancio Hasty wrote: > > > Well, I use mh and exmh to retrieve mail from my two IP providers. > My setup also sorts out the mail to folders. %-] ??? I don't think you've got the point of Bruce's message. -- 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 Mar 22 00:30:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA26859 for bugs-outgoing; Wed, 22 Mar 1995 00:30:18 -0800 Received: from relay.philips.nl (relay.philips.nl [130.144.65.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA26840 for ; Wed, 22 Mar 1995 00:28:57 -0800 Received: from muxgw1.ms.philips.nl ([130.144.90.6]) by relay.philips.nl (8.6.9/8.6.9-950103) with SMTP id JAA07401; Wed, 22 Mar 1995 09:27:25 +0100 Received: by muxgw1.ms.philips.nl (5.57/Ultrix2.4-C) id AA12953; Wed, 22 Mar 95 09:10:56 +0200 Received: by mmra1.ms.philips.nl (4.1/SMI-4.1) id AA06778; Wed, 22 Mar 95 09:26:00 +0100 From: gvrooij@mmra1.ms.philips.nl (Guido van Rooij) Message-Id: <9503220826.AA06778@mmra1.ms.philips.nl> Subject: Re: bin/257: wtmp not properly updated in uucpd To: gil@limbic.ssdl.com (Gil Kloepfer Jr.) Date: Wed, 22 Mar 1995 09:25:58 +0100 (MET) Cc: freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503210029.SAA02472@limbic.ssdl.com> from "Gil Kloepfer Jr." at Mar 20, 95 06:29:11 pm X-Mailer: ELM [version 2.4 PL21] Content-Type: text Content-Length: 491 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > 1. in pathnames.h, the wrong path to uucico is given > > 2. in the Makefile, it defines BSD42 instead of BSD4_2 (maybe this > was what you meant) > Yep that's what I meant.I diodnt have the sources handy when I replied. > 3. for a reason I have not bothered to figure out, the readline > for the password always falls through and produces a Login incorrect. > before the password can be entered. > Sometimes we get complaints of this kind. Is it solved in -current? -Guido From owner-freebsd-bugs Wed Mar 22 00:53:27 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA27179 for bugs-outgoing; Wed, 22 Mar 1995 00:53:27 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id AAA27173 for ; Wed, 22 Mar 1995 00:52:53 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA11588; Wed, 22 Mar 1995 09:21:39 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id JAA11440 for freebsd-bugs@FreeBSD.org; Wed, 22 Mar 1995 09:21:39 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id JAA13769 for freebsd-bugs@FreeBSD.org; Wed, 22 Mar 1995 09:06:20 +0100 From: J Wunsch Message-Id: <199503220806.JAA13769@uriah.heep.sax.de> Subject: Re: Changed information for PR kern/179 To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Wed, 22 Mar 1995 09:06:19 +0100 (MET) In-Reply-To: <199503220649.GAA01658@isl.cf.ac.uk> from "Paul Richards" at Mar 22, 95 06:49:26 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: 1140 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Paul Richards wrote: > > In reply to Bruce Evans who said > > > > I'd like a mail interface to edit-pr (e.g., by sending a reply to the > > initial bug report). It's too hard for me to log in to freefall and > > edit things with a round trip time of 2-30 seconds. > > Hmm, I don't like the idea of trying to implement that since you'd have > to send mail to freefall, get a copy of the PR, lock the PR while a copy > gets mailed back to you, wait for you to edit it and send it back....... > > I think you see the problem. Most of the time, the problem reports are ``idle'', however. Perhaps we should not lock them, instead simply md5-checksum the entries and someone who tries to overwrite a previous report must provide the correct md5 for the old one. If it's incorrect, the change will be rejected and silently sent back to the originator (perhaps with the actual entry appended for verification). I assume it will hit in less than 1 % of all cases, this seems to be acceptable. -- 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 Mar 22 01:01:45 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA27431 for bugs-outgoing; Wed, 22 Mar 1995 01:01:45 -0800 Received: from mpp.com (dialup-4-3.gw.umn.edu [128.101.96.3]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA27391 for ; Wed, 22 Mar 1995 01:01:33 -0800 Received: (from mpp@localhost) by mpp.com (8.6.11/8.6.9) id CAA01829; Wed, 22 Mar 1995 02:53:07 -0600 From: Mike Pritchard Message-Id: <199503220853.CAA01829@mpp.com> Subject: Re: Changed information for PR kern/179 To: paul@isl.cf.ac.uk (Paul Richards) Date: Wed, 22 Mar 1995 02:53:07 -0600 (CST) Cc: freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503220649.GAA01658@isl.cf.ac.uk> from "Paul Richards" at Mar 22, 95 06:49:26 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: 3041 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > Many bug reports give only a special case of the bug. They should > > be edited by someone who understands all the details if the someone > > doesn't have time to fix all the details. > > > > This process should happen anyway. When a bug report arrives someone who > knows that code area should go and see what the cause of the problem is > and change the state to analysed, with an explanation of what the real > extent of the problem is. Then if necessary they can spend time thinking > about the correct way to fix it and if someone gets impatient and tries > a quick fix they should see that its already been analyzed and what exactly > would be involved to fix it. I agree with this. In the past I worked for a major Unix vendor, and this is similar to how we used to process incoming problem reports. Each bug report was assigned to a specific area by the user, and then by our front-line support people (kernel, compiler, networking, apps, etc...). Each member of those specific areas were expected to scan the bug reports every couple of days and assign anything that fell into their area of expertise to themselves. E.g. if I worked on xxx, and a bug report came in on xxx, I would usually go and assign the problem report to myself. Now, that didn't keep someone else from taking over the problem report from me. If they saw a problem report on xxx, and recognized it as a problem with zzz, they were free to take over the problem report after contacting me and letting me know. Likewise, if I saw a problem report in my area and from the description given by the user or after a little investigation I decided that it really should be assigned to another group, I was free to reassign the problem report to that group. Once in a while things did bounce back and forth until both groups fully understood the problem, but that didn't happen too often. The main thing is that even if someone has been assigned a bug, that doesn't keep anyone else from fixing it. Just as long as they let the other person know that so they don't keep working/thinking about it anymore. Another step that might be nice to see in the FreeBSD problem resolution process is some type of "verification" phase. There have been a lot of bug reports closed in the past few days that have had comments like "fixed", or "xxx says it is fixed". And then some mail saying "well, only 1 of those was really fixed..." Someone should really verify that these problems have really been fixed, esp. the ones that have been closed with "xxx says it is fixed". I know that there are not that many extra people to do this with everything, but if possible, the person who originally reported the problem should have a chance to test the new fix and report if it solves the problem or not. And one last thing, is it possible for joe user to see the open problem reports (other than the weekly summary we should all be getting now)? If not, that might be nice, along with someway to append a "me too" comment on existing problem reports. From owner-freebsd-bugs Wed Mar 22 02:34:39 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA29981 for bugs-outgoing; Wed, 22 Mar 1995 02:34:39 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA29960; Wed, 22 Mar 1995 02:34:24 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id UAA10199; Wed, 22 Mar 1995 20:28:33 +1000 Date: Wed, 22 Mar 1995 20:28:33 +1000 From: Bruce Evans Message-Id: <199503221028.UAA10199@godzilla.zeta.org.au> To: ache@astral.msk.su, davidg@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com Subject: Re: Changed information for PR kern/260 Sender: bugs-owner@FreeBSD.org Precedence: bulk >pager is not be sufficient to update the time. I just spoke with Kirk on the >phone about this...after a half hour of talking about how the VFS layer could >be changed to better implement our vnode paging, the conclusion about how to >solve this problem in the short term was to use VOP_SETATTR() at unmap time >(if the file had been written to) to update the modification time. If you call it a lot it is more important for it to be fast. I've changed ufs_setattr() to not immediately write the times to disk. It doesn't immediately write changed uids or gids, and I think these are more important that the times. Bruce From owner-freebsd-bugs Wed Mar 22 02:40:57 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA00874 for bugs-outgoing; Wed, 22 Mar 1995 02:40:57 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA00866 for ; Wed, 22 Mar 1995 02:40:54 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id CAA02520; Wed, 22 Mar 1995 02:40:45 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id CAA00641; Wed, 22 Mar 1995 02:40:45 -0800 Message-Id: <199503221040.CAA00641@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Bruce Evans cc: freebsd-bugs@freefall.cdrom.com Subject: Re: Changed information for PR kern/260 In-reply-to: Your message of "Wed, 22 Mar 95 20:28:33 +1000." <199503221028.UAA10199@godzilla.zeta.org.au> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 22 Mar 1995 02:40:44 -0800 Sender: bugs-owner@FreeBSD.org Precedence: bulk >>pager is not be sufficient to update the time. I just spoke with Kirk on the >>phone about this...after a half hour of talking about how the VFS layer could >>be changed to better implement our vnode paging, the conclusion about how to >>solve this problem in the short term was to use VOP_SETATTR() at unmap time >>(if the file had been written to) to update the modification time. > >If you call it a lot it is more important for it to be fast. I've changed >ufs_setattr() to not immediately write the times to disk. It doesn't >immediately write changed uids or gids, and I think these are more >important that the times. Kirk thinks utimes() is required by POSIX to be synchronous. -DG From owner-freebsd-bugs Wed Mar 22 03:34:05 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA02661 for bugs-outgoing; Wed, 22 Mar 1995 03:34:05 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA02648 for ; Wed, 22 Mar 1995 03:33:50 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id VAA11435; Wed, 22 Mar 1995 21:19:05 +1000 Date: Wed, 22 Mar 1995 21:19:05 +1000 From: Bruce Evans Message-Id: <199503221119.VAA11435@godzilla.zeta.org.au> To: bde@zeta.org.au, davidg@Root.COM Subject: Re: Changed information for PR kern/260 Cc: freebsd-bugs@freefall.cdrom.com Sender: bugs-owner@FreeBSD.org Precedence: bulk > Kirk thinks utimes() is required by POSIX to be synchronous. It only requires that utime() sets the atime and mtime and marks the ctime for update. I think the first requirement is satisfied by overriding any existing marks for update. Then utime() acts as if it set the times (unless the system crashes, and POSIX can't specify that system crashes don't lose information). Similarly, chmod() and chmod() have to change the mode immediately, but they can't be required to commit the change to eternally warranteed media. Bruce From owner-freebsd-bugs Wed Mar 22 06:40:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA06004 for bugs-outgoing; Wed, 22 Mar 1995 06:40:01 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA05997; Wed, 22 Mar 1995 06:40:00 -0800 Date: Wed, 22 Mar 1995 06:40:00 -0800 Message-Id: <199503221440.GAA05997@freefall.cdrom.com> From: Heikki Suonsivu Reply-To: Heikki Suonsivu To: freebsd-bugs Subject: kern/267: nfs_fsync: dirty: type VREG, usecount 3, writecount 1, refcount 18, In-Reply-To: Your message of Wed, 22 Mar 1995 16:36:15 +0200 <199503221436.QAA06482@katiska.clinet.fi> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 267 >Category: kern >Synopsis: NFS code gives error messages, systems jams for a few seconds >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 22 06:40:00 1995 >Originator: Heikki Suonsivu >Organization: Helsinki University of Technology, Finland >Release: FreeBSD 2.1.0-Development i386 >Environment: Current (around 20.3.1995). P60, BT PCI controller (new), 32M. There are several NFS mounts in the system, from 2 Sun 3/60's and one from a FreeBSD 1.1.5.1 machine. It tries to act as an nntp server in addition to general use. >Description: We keep getting these. The system seems to stop for a while during each message. Mar 22 16:26:40 katiska /kernel: nfs_fsync: dirty: type VREG, usecount 3, writecount 1, refcount 147, Mar 22 16:26:40 katiska /kernel: tag VT_NFS, fileid 12466 fsid 0x1408 Mar 22 16:26:42 katiska /kernel: nfs_fsync: dirty: type VREG, usecount 3, writecount 1, refcount 7, Mar 22 16:26:42 katiska /kernel: tag VT_NFS, fileid 12466 fsid 0x1408 ... Mar 22 16:32:44 katiska /kernel: tag VT_NFS, fileid 12466 fsid 0x1408 Mar 22 16:32:46 katiska /kernel: nfs_fsync: dirty: type VREG, usecount 3, writecount 1, refcount 10, Mar 22 16:32:46 katiska /kernel: tag VT_NFS, fileid 12466 fsid 0x1408 Mar 22 16:32:48 katiska /kernel: nfs_fsync: dirty: type VREG, usecount 3, writecount 1, refcount 12, Mar 22 16:32:48 katiska /kernel: tag VT_NFS, fileid 12466 fsid 0x1408 Mar 22 16:32:49 katiska /kernel: nfs_fsync: dirty: type VREG, usecount 3, writecount 1, refcount 7, Mar 22 16:32:50 katiska /kernel: tag VT_NFS, fileid 12466 fsid 0x1408 Mar 22 16:32:51 katiska /kernel: nfs_fsync: dirty: type VREG, usecount 3, writecount 1, refcount 13, Mar 22 16:32:51 katiska /kernel: tag VT_NFS, fileid 12466 fsid 0x1408 Mar 22 16:32:54 katiska /kernel: nfs_fsync: dirty: type VREG, usecount 3, writecount 1, refcount 18, Mar 22 16:32:54 katiska /kernel: tag VT_NFS, fileid 12466 fsid 0x1408 Mar 22 16:33:02 katiska /kernel: nfs_fsync: dirty: type VREG, usecount 3, writecount 1, refcount 5, Mar 22 16:33:02 katiska /kernel: tag VT_NFS, fileid 12466 fsid 0x1408 Mar 22 16:33:04 katiska /kernel: nfs_fsync: dirty: type VREG, usecount 3, writecount 1, refcount 16, Mar 22 16:33:04 katiska /kernel: tag VT_NFS, fileid 12466 fsid 0x1408 >How-To-Repeat: I don't know; this appeared in current about a month a ago, but I didn't pay much attention into it as they were infrequent. However it seems that these are getting frequent with high load (news transfers cause a lot of IO). >Fix: Unknown. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 22 08:59:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA09106 for bugs-outgoing; Wed, 22 Mar 1995 08:59:43 -0800 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id IAA09096 for ; Wed, 22 Mar 1995 08:59:42 -0800 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA10757; Wed, 22 Mar 95 09:53:05 MST From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9503221653.AA10757@cs.weber.edu> Subject: Re: Changed information for PR kern/260 To: bde@zeta.org.au (Bruce Evans) Date: Wed, 22 Mar 95 9:53:04 MST Cc: bde@zeta.org.au, davidg@Root.COM, freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503221119.VAA11435@godzilla.zeta.org.au> from "Bruce Evans" at Mar 22, 95 09:19:05 pm X-Mailer: ELM [version 2.4dev PL52] Sender: bugs-owner@FreeBSD.org Precedence: bulk > > Kirk thinks utimes() is required by POSIX to be synchronous. > > It only requires that utime() sets the atime and mtime and marks the > ctime for update. I think the first requirement is satisfied by > overriding any existing marks for update. Then utime() acts as if > it set the times (unless the system crashes, and POSIX can't specify > that system crashes don't lose information). > > Similarly, chmod() and chmod() have to change the mode immediately, > but they can't be required to commit the change to eternally > warranteed media. Couldn't have said it better myself. The actual wording is "marked for update". Using the times (which only have a 1 second resoloution anyway) as an IPC facility is plain silly. If an update notification is needed, it should be as a result of some mechanism other than polling the date. 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 Mar 22 11:30:05 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA12606 for bugs-outgoing; Wed, 22 Mar 1995 11:30:05 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA12599; Wed, 22 Mar 1995 11:30:03 -0800 Date: Wed, 22 Mar 1995 11:30:03 -0800 Message-Id: <199503221930.LAA12599@freefall.cdrom.com> From: Jin Mazumdar Reply-To: Jin Mazumdar To: freebsd-bugs Subject: kern/268: Machine locaks up after an extended period of intense disk use. In-Reply-To: Your message of Wed, 22 Mar 1995 14:20:22 -0500 <199503221920.OAA01587@evita.cs.fredonia.edu> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 268 >Category: kern >Synopsis: Machine locaks up after an extended period of intense disk use. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 22 11:30:01 1995 >Originator: Jin Mazumdar >Organization: Jin Mazumdar (internet:) mazumdar@cs.fredonia.edu >>> Dept. Of Math and C. S. <<< >>> State University of New York College at Fredonia <<< >>> Fredonia, N.Y. 14063 (716) 673 3459 <<< >Release: FreeBSD 2.1.0-Development 950210 >Environment: Hardware: Pentium 90 (Insight Premiere PCI II) 32 Mb memory (128 k swap) Buslogic 946C SCSI controller 2 x Seagate 2GB SCSI drives 3c509B ethernet card >Description: Before, I talk about the bug let me say that 2.0-950210 was the easiest to install and is the most robust amongst all its predecessors. Great job. The OS worked great till I decided to really stress test it. The best improvement for our site is that the ethernet card does not hang which was the biggest problem with 1.1.5.1 (3c509). I am running a news system with a full newsfeed. Machine ends up becoming locked. Disk drives seem to get "stuck" and sometimes I need to disconnect the SCSI cable or power to the drive to boot again. When this happens programs that are already running still work. Systat/vmstat reports an enormous number of "d" (in disk other than paging) processes. I have been observing the system closely for some time and I think the following happens before the disks freeze up. Notice process 1639 towards the bottom of the following list. This process remains in this state without ever changing its state. This is when the trouble starts. Disks are still accesible at this point but if nothing is done the system slowly grinds to a halt. A shutdown at this point says that the process could not be killed and if the system is halted it fails to sync. Any advice would be appreciated. I would be happy to provide more data if you could let me know what you need. UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND 0 0 0 0 -18 0 0 0 sched DLs ?? 0:00.00 (swapper) 0 1 0 1 10 0 400 180 wait Is ?? 0:00.03 /sbin/init -- 0 2 0 0 -18 0 0 12 psleep DL ?? 0:00.00 (pagedaemon) 0 3 0 0 28 0 0 12 psleep DL ?? 0:00.00 (vmdaemon) 0 4 0 1 -6 0 0 12 biowai DL ?? 0:26.50 (update) 0 22 1 86 18 0 200 80 pause Is ?? 0:00.01 adjkerntz -i 0 51 1 0 2 0 184 328 select Ss ?? 0:00.26 syslogd 0 63 1 0 18 0 280 340 pause Is ?? 0:00.40 cron 1 66 1 32 2 0 176 272 select Is ?? 0:00.01 portmap 0 70 1 0 2 0 184 264 select Is ?? 0:00.16 routed -q 0 77 1 0 2 0 164 240 netio Ss ?? 0:00.91 rwhod 0 79 1 97 2 0 200 308 select Is ?? 0:00.05 lpd 0 86 1 37 2 0 412 160 select Is ?? 0:00.01 mountd 0 88 1 75 2 0 224 88 netcon Is ?? 0:00.01 nfsd-master ( 0 90 88 0 2 0 216 52 nfsd I ?? 0:05.52 nfsd-srv (nfs 0 91 88 75 2 0 216 52 nfsd I ?? 0:00.00 nfsd-srv (nfs 0 93 88 75 2 0 216 52 nfsd I ?? 0:00.00 nfsd-srv (nfs 0 94 88 0 2 0 216 52 nfsd I ?? 0:00.00 nfsd-srv (nfs 0 98 1 98 10 0 208 28 nfsidl I ?? 0:00.00 nfsiod -n 4 0 99 1 98 10 0 208 28 nfsidl I ?? 0:00.00 nfsiod -n 4 0 100 1 98 10 0 208 28 nfsidl I ?? 0:00.00 nfsiod -n 4 0 101 1 99 10 0 208 28 nfsidl I ?? 0:00.00 nfsiod -n 4 0 103 1 0 2 0 412 348 netcon Is ?? 0:00.05 sendmail: acc 0 106 1 0 2 0 224 292 select Is ?? 0:00.14 inetd 0 921 106 0 -14 0 920 1156 ufslk2 D ?? 0:29.37 -penny.cs.fre 0 1728 63 0 2 0 280 200 netio I ?? 0:00.01 CRON (cron) 6 1730 1728 0 10 0 428 248 wait Is ?? 0:00.02 /bin/sh -c /u 6 1732 1730 5 -6 0 5764 4976 biowai D ?? 0:36.30 /usr/libexec/ 0 126 1 0 3 0 536 368 ttyin Is+ v0 0:00.43 -csh (csh) 6 127 1 1 3 0 560 476 ttyin Is+ v1 0:02.94 -csh (csh) 6 150 127 80 10 0 468 280 wait I v1 0:01.82 /bin/sh /news 6 1639 150 2 -6 0 1264 1492 getblk D v1 0:19.55 relaynews -c 100 128 1 0 18 0 432 304 pause Ss v2 0:00.91 -csh (csh) 0 1747 128 1 28 0 436 220 - R+ v2 0:00.02 ps -alx 100 129 1 0 18 0 432 300 pause Is v3 0:00.23 -csh (csh) 100 452 129 0 3 0 504 908 ttyin S+ v3 0:22.53 systat >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 22 11:48:00 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA13085 for bugs-outgoing; Wed, 22 Mar 1995 11:48:00 -0800 Received: from buffnet2.buffnet.net (buffnet2.buffnet.net [198.3.120.11]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA13079 for ; Wed, 22 Mar 1995 11:47:54 -0800 Received: (from root@localhost) by buffnet2.buffnet.net (8.6.9/8.6.9) id OAA02158 for bugs@FreeBSD.org; Wed, 22 Mar 1995 14:46:51 GMT Date: Wed, 22 Mar 1995 14:46:51 GMT From: User Shovey Message-Id: <199503221446.OAA02158@buffnet2.buffnet.net> To: bugs@FreeBSD.org Subject: new release Sender: bugs-owner@FreeBSD.org Precedence: bulk I found out the hard way that one must grab the bindist and have it readily available (ie floppied) or else you're out of luck. It cant FTP etc because there is not /etc/passwd until the bindist is in. From owner-freebsd-bugs Wed Mar 22 13:09:05 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA14895 for bugs-outgoing; Wed, 22 Mar 1995 13:09:05 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA14869; Wed, 22 Mar 1995 13:09:00 -0800 Date: Wed, 22 Mar 1995 13:09:00 -0800 From: David Greenman Message-Id: <199503222109.NAA14869@freefall.cdrom.com> To: mazumdar@evita.cs.fredonia.edu, davidg, freebsd-bugs Subject: Changed information for PR kern/268 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Machine locaks up after an extended period of intense disk use. State-Changed-From-To: open-closed State-Changed-By: davidg State-Changed-When: Wed Mar 22 13:08:01 PST 1995 State-Changed-Why: This bug has already been fixed; it was caused by mis-use of the OBJ_INTERNAL flag. From owner-freebsd-bugs Wed Mar 22 13:30:09 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA15379 for bugs-outgoing; Wed, 22 Mar 1995 13:30:09 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA15369; Wed, 22 Mar 1995 13:30:06 -0800 Date: Wed, 22 Mar 1995 13:30:06 -0800 Message-Id: <199503222130.NAA15369@freefall.cdrom.com> From: Charlie Root Reply-To: Charlie Root To: freebsd-bugs Subject: kern/269: machine hangs when closing ppp In-Reply-To: Your message of Wed, 22 Mar 1995 22:19:22 +0200 <199503222019.WAA00227@genabsd.netvision.net.il> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 269 >Category: kern >Synopsis: machine hangs when closing ppp >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 22 13:30:02 1995 >Originator: Charlie & >Organization: NetVision >Release: FreeBSD 2.1.0-Development i386 >Environment: kernel supped last night FreeBSD genabsd.netvision.net.il 2.1.0-Development FreeBSD 2.1.0-Development #0: Tue Mar 21 21:14:43 IST 1995 root@genabsd.netvision.net.il:/usr/src/sys/compile/GENABSD i386 # # GENABSD - kernel for Gena's home computer # # GENABSD,v 1.5 1995/02/09 15:55:00 gena Exp # machine "i386" cpu "I486_CPU" ident GENABSD maxusers 5 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options MSDOSFS #MSDOS Filesystem options PROCFS #Process filesystem options "CD9660" #ISO 9660 file system options "COMPAT_43" #Compatible with BSD 4.3 options UCONSOLE #X Console support options BOUNCE_BUFFERS #include support for DMA bounce buffers options "AUTO_EOI_1" options "AUTO_EOI_2" options DUMMY_NOPS options GATEWAY options TUN options DODUMP options SYSVSHM options SYSVSEM options SYSVMSG config kernel root on wd0 swap on wd0 dumps on wd0 controller isa0 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 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 aic0 at isa? port 0x140 bio irq 12 vector aicintr controller scbus0 device cd0 #SCSI CD-ROM device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr 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 lpt0 at isa? port? tty irq 7 vector lptintr device pca0 at isa? tty controller snd0 device opl0 at isa? port 0x388 device sb0 at isa? port 0x220 irq 10 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 pseudo-device loop pseudo-device log pseudo-device ppp 2 pseudo-device tun 1 pseudo-device pty 16 pseudo-device speaker pseudo-device gzip # Exec gzipped a.out's >Description: PPP ( /usr/sbin/ppp on tun0 ) works and copnnects fine. Howewer when i try to terminate connection with "close" command machine hangs ( no panic :-( ) . >How-To-Repeat: Connect using /usr/sbin/ppp to any site and then try to terminate connection with "close" >Fix: Donno, the problem is probably related to the latest changes in if_tun.c ( support for lkm was added ). Also i haven't seen this problem on kernel supped 3-4 days ago. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 22 13:53:33 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA16140 for bugs-outgoing; Wed, 22 Mar 1995 13:53:33 -0800 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id NAA16113 for ; Wed, 22 Mar 1995 13:53:18 -0800 Received: by halloran-eldar.lcs.mit.edu; id AA02029; Wed, 22 Mar 1995 16:53:00 -0500 Date: Wed, 22 Mar 1995 16:53:00 -0500 From: Garrett Wollman Message-Id: <9503222153.AA02029@halloran-eldar.lcs.mit.edu> To: Charlie Root Cc: freebsd-bugs@freefall.cdrom.com Subject: kern/269: machine hangs when closing ppp In-Reply-To: <199503222130.NAA15369@freefall.cdrom.com> References: <199503222019.WAA00227@genabsd.netvision.net.il> <199503222130.NAA15369@freefall.cdrom.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk < said: > PPP ( /usr/sbin/ppp on tun0 ) works and copnnects fine. > Howewer when i try to terminate connection with "close" command > machine hangs ( no panic :-( ) . I believe I know the source of the problem. It's a bug I introduced recently. Try changing the code in net/radix.c:rn_walktree_from() which currently looks like this: /* if went up beyond last, stop */ if (rn->rn_b < lastb) { stopping = 1; } to this: /* if went up beyond last, stop */ if (rn->rn_b < lastb || (rn->rn_flags & RNF_ROOT)) { stopping = 1; } and see if it helps. (I can't test this right now because my tree is broken for other reasons.) -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-freebsd-bugs Wed Mar 22 13:57:27 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA16301 for bugs-outgoing; Wed, 22 Mar 1995 13:57:27 -0800 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA16279; Wed, 22 Mar 1995 13:57:24 -0800 Date: Wed, 22 Mar 1995 13:57:24 -0800 From: "Garrett A. Wollman" Message-Id: <199503222157.NAA16279@freefall.cdrom.com> To: root@genabsd.netvision.net.il, wollman, freebsd-bugs, wollman Subject: Changed information for PR kern/269 Sender: bugs-owner@FreeBSD.org Precedence: bulk Old Synopsis: machine hangs when closing ppp New Synopsis: Insufficient exit conditions in rn_walktree_from() State-Changed-From-To: open-analyzed State-Changed-By: wollman State-Changed-When: Wed Mar 22 13:53:25 PST 1995 State-Changed-Why: I think I know what's wrong. My fix, per mail to the -bugs list, was: Try changing the code in net/radix.c:rn_walktree_from() which currently looks like this: /* if went up beyond last, stop */ if (rn->rn_b < lastb) { stopping = 1; } to this: /* if went up beyond last, stop */ if (rn->rn_b < lastb || (rn->rn_flags & RNF_ROOT)) { stopping = 1; } (I introduced the bug.) Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: wollman Responsible-Changed-When: Wed Mar 22 13:53:25 PST 1995 Responsible-Changed-Why: I'm working on it. From owner-freebsd-bugs Wed Mar 22 14:32:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA17219 for bugs-outgoing; Wed, 22 Mar 1995 14:32:55 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA17170 for ; Wed, 22 Mar 1995 14:29:12 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA03380; Wed, 22 Mar 1995 23:21:30 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id XAA17970; Wed, 22 Mar 1995 23:21:29 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id XAA15700; Wed, 22 Mar 1995 23:20:44 +0100 From: J Wunsch Message-Id: <199503222220.XAA15700@uriah.heep.sax.de> Subject: Re: kern/255: page fault after adding pcvt support into kernel config To: ferovick@runner.inf.tu-dresden.de (David C Ferovick) Date: Wed, 22 Mar 1995 23:20:44 +0100 (MET) Cc: joerg_wunsch@uriah.heep.sax.de, freebsd-bugs@freefall.cdrom.com In-Reply-To: from "David C Ferovick" at Mar 19, 95 06:05:32 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: 550 Sender: bugs-owner@FreeBSD.org Precedence: bulk As David C Ferovick wrote: > > oops...I was extracting the tree to a different place than i was building > from, so I accidentally did a build on code from the 3rd...I am now in the > process of building from the code I *thought* I was building from before... > I will let you know how it works(the cvs revision on the new code matches > the cvs code you mentioned in your letter) Can i close this now??? -- 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 Mar 22 17:55:47 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA23126 for bugs-outgoing; Wed, 22 Mar 1995 17:55:47 -0800 Received: from runner.utsa.edu (runner.jpl.utsa.edu [129.115.50.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id RAA23115 for ; Wed, 22 Mar 1995 17:55:45 -0800 Received: by runner.utsa.edu (5.0/SMI-SVR4) id AA02045; Wed, 22 Mar 1995 19:54:10 -0600 Date: Wed, 22 Mar 1995 19:54:10 -0600 (CST) From: David C Ferovick Subject: Re: kern/255: page fault after adding pcvt support into kernel config To: Joerg Wunsch Cc: joerg_wunsch@uriah.heep.sax.de, freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503222220.XAA15700@uriah.heep.sax.de> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII content-length: 795 Sender: bugs-owner@FreeBSD.org Precedence: bulk Yeah, go ahead and close kern/255..."User error" again I guess =) Dave Ferovick (ferovick@lonestar.utsa.edu) (dferovic@ringer.cs.utsa.edu) (ferovick@runner.jpl.utsa.edu) On Wed, 22 Mar 1995, J Wunsch wrote: > As David C Ferovick wrote: > > > > oops...I was extracting the tree to a different place than i was building > > from, so I accidentally did a build on code from the 3rd...I am now in the > > process of building from the code I *thought* I was building from before... > > I will let you know how it works(the cvs revision on the new code matches > > the cvs code you mentioned in your letter) > > Can i close this now??? > -- > 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 Mar 22 23:00:25 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA01651 for bugs-outgoing; Wed, 22 Mar 1995 23:00:25 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA01639 for ; Wed, 22 Mar 1995 23:00:21 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id XAA05129; Wed, 22 Mar 1995 23:00:05 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id XAA00139; Wed, 22 Mar 1995 23:00:05 -0800 Message-Id: <199503230700.XAA00139@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Garrett Wollman cc: Charlie Root , freebsd-bugs@freefall.cdrom.com Subject: Re: kern/269: machine hangs when closing ppp In-reply-to: Your message of "Wed, 22 Mar 95 16:53:00 EST." <9503222153.AA02029@halloran-eldar.lcs.mit.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 22 Mar 1995 22:59:57 -0800 Sender: bugs-owner@FreeBSD.org Precedence: bulk >< said: > >> PPP ( /usr/sbin/ppp on tun0 ) works and copnnects fine. >> Howewer when i try to terminate connection with "close" command >> machine hangs ( no panic :-( ) . > >I believe I know the source of the problem. It's a bug I introduced >recently. > >Try changing the code in net/radix.c:rn_walktree_from() which currently >looks like this: ... >and see if it helps. (I can't test this right now because my tree is >broken for other reasons.) It doesn't help. -DG From owner-freebsd-bugs Wed Mar 22 23:57:16 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA03401 for bugs-outgoing; Wed, 22 Mar 1995 23:57:16 -0800 Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA03393 for ; Wed, 22 Mar 1995 23:57:11 -0800 Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.8/8.6.6) id JAA02166 for bugs@freebsd.org; Thu, 23 Mar 1995 09:36:16 +0100 From: Thomas Gellekum Message-Id: <199503230836.JAA02166@ghpc6.ihf.rwth-aachen.de> Subject: diffs for boggle To: bugs@FreeBSD.org Date: Thu, 23 Mar 1995 09:36:15 +0100 (MET) Organization: Institut f. Hochfrequenztechnik, RWTH Aachen 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: 1947 Sender: bugs-owner@FreeBSD.org Precedence: bulk Moin moin, looks like strcmp() and strlen() don't like NULL's as arguments. The attached diffs should be applied in /usr/src/games/boggle/boggle. tg diff -c /usr/src/games/boggle/boggle/bog.c ./bog.c *** /usr/src/games/boggle/boggle/bog.c Sun Sep 4 06:02:31 1994 --- ./bog.c Wed Mar 22 16:10:46 1995 *************** *** 119,125 **** int argc; char *argv[]; { ! long seed; int ch, done, i, selfuse, sflag; char *bspec, *p; --- 119,125 ---- int argc; char *argv[]; { ! long seed = 0; int ch, done, i, selfuse, sflag; char *bspec, *p; *************** *** 155,174 **** argc -= optind; argv += optind; ! if (strcmp(argv[0], "+") == 0) ! reuse = 1; ! else if (strcmp(argv[0], "++") == 0) ! selfuse = 1; ! else if (islower(argv[0][0])) { ! if (strlen(argv[0]) != 16) { ! usage(); ! ! /* This board is assumed to be valid... */ ! bspec = argv[0]; ! } else ! usage(); ! } if (batch && bspec == NULL) errx(1, "must give both -b and a board setup"); --- 155,175 ---- argc -= optind; argv += optind; ! if (argv[0]) { /* any args left? */ ! if (strcmp(argv[0], "+") == 0) ! reuse = 1; ! else if (strcmp(argv[0], "++") == 0) ! selfuse = 1; ! else if (islower(argv[0][0])) { ! if (strlen(argv[0]) != 16) { ! usage(); + } else + /* This board is assumed to be valid... */ + bspec = argv[0]; + } + } + if (batch && bspec == NULL) errx(1, "must give both -b and a board setup"); diff -c /usr/src/games/boggle/boggle/timer.c ./timer.c *** /usr/src/games/boggle/boggle/timer.c Sun Sep 4 06:02:31 1994 --- ./timer.c Wed Mar 22 14:20:51 1995 *************** *** 45,50 **** --- 45,51 ---- #include #include #include + #include #include "bog.h" #include "extern.h" From owner-freebsd-bugs Thu Mar 23 00:10:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA03886 for bugs-outgoing; Thu, 23 Mar 1995 00:10:43 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA03871; Thu, 23 Mar 1995 09:10:42 +0100 Date: Thu, 23 Mar 1995 09:10:42 +0100 From: Joerg Wunsch Message-Id: <199503230810.JAA03871@freefall.cdrom.com> To: ferovick@runner.jpl.utsa.edu, joerg, freebsd-bugs Subject: Changed information for PR kern/255 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: page fault after adding pcvt support into kernel config State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Thu Mar 23 09:01:41 MET 1995 State-Changed-Why: false alarm; had already been fixed before. From owner-freebsd-bugs Thu Mar 23 01:46:48 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA06252 for bugs-outgoing; Thu, 23 Mar 1995 01:46:48 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA06235; Thu, 23 Mar 1995 01:46:43 -0800 Date: Thu, 23 Mar 1995 01:46:43 -0800 From: David Greenman Message-Id: <199503230946.BAA06235@freefall.cdrom.com> To: hsu@clinet.fi, davidg, freebsd-bugs Subject: Changed information for PR kern/267 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: NFS code gives error messages, systems jams for a few seconds State-Changed-From-To: open-closed State-Changed-By: davidg State-Changed-When: Thu Mar 23 01:43:55 PST 1995 State-Changed-Why: This occurred because Heikki has options DIAGNOSTIC in his kernel. The diagnostic message itself is bogus, however, as the condition of having more dirty blocks at that point is both possible and likely since the vnode isn't locked. I've removed the message. From owner-freebsd-bugs Thu Mar 23 01:57:36 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA06555 for bugs-outgoing; Thu, 23 Mar 1995 01:57:36 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA06537; Thu, 23 Mar 1995 01:57:33 -0800 Date: Thu, 23 Mar 1995 01:57:33 -0800 From: David Greenman Message-Id: <199503230957.BAA06537@freefall.cdrom.com> To: hsu@clinet.fi, davidg, freebsd-bugs Subject: Changed information for PR kern/267 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: NFS code gives error messages, systems jams for a few seconds State-Changed-From-To: closed-analyzed State-Changed-By: davidg State-Changed-When: Thu Mar 23 01:55:09 PST 1995 State-Changed-Why: On second thought, the vnode does appear to be locked in most or all cases. It appears that the dirty buffers still exist becase the write failed on the server - probably because of a dropped NFS packet. I've changed the state because there isn't enough information to be cetain about the exact cause. I still think the diagnostic message is bogus, however, so it will stay removed in the sources. From owner-freebsd-bugs Thu Mar 23 02:25:27 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA07288 for bugs-outgoing; Thu, 23 Mar 1995 02:25:27 -0800 Received: from relay.philips.nl (relay.philips.nl [130.144.65.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA07282; Thu, 23 Mar 1995 02:25:23 -0800 Received: from muxgw1.ms.philips.nl ([130.144.90.6]) by relay.philips.nl (8.6.9/8.6.9-950103) with SMTP id LAA02414; Thu, 23 Mar 1995 11:22:52 +0100 Received: by muxgw1.ms.philips.nl (5.57/Ultrix2.4-C) id AA22566; Thu, 23 Mar 95 11:06:20 +0200 Received: by mmra1.ms.philips.nl (4.1/SMI-4.1) id AA21793; Thu, 23 Mar 95 11:21:22 +0100 From: gvrooij@mmra1.ms.philips.nl (Guido van Rooij) Message-Id: <9503231021.AA21793@mmra1.ms.philips.nl> Subject: Re: Changed information for PR kern/267 To: davidg@freefall.cdrom.com (David Greenman) Date: Thu, 23 Mar 1995 11:21:21 +0100 (MET) Cc: hsu@clinet.fi, davidg@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com In-Reply-To: <199503230946.BAA06235@freefall.cdrom.com> from "David Greenman" at Mar 23, 95 01:46:43 am X-Mailer: ELM [version 2.4 PL21] Content-Type: text Content-Length: 412 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > This occurred because Heikki has options DIAGNOSTIC in his kernel. The > diagnostic message itself is bogus, however, as the condition of having > more dirty blocks at that point is both possible and likely since the > vnode isn't locked. I've removed the message. > But what about his comments that when it happens, the machine seems to hang for a few seconds? (or am I mixing up 2 reports now?) -Guido From owner-freebsd-bugs Thu Mar 23 03:04:58 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA08049 for bugs-outgoing; Thu, 23 Mar 1995 03:04:58 -0800 Received: from clinet.fi (root@clinet.fi [193.64.6.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA08043; Thu, 23 Mar 1995 03:04:51 -0800 Received: from zetor.clinet.fi (root@zetor.clinet.fi [193.64.6.8]) by clinet.fi (8.6.10/8.6.4) with ESMTP id NAA05019; Thu, 23 Mar 1995 13:00:20 +0200 From: Heikki Suonsivu Received: (hsu@localhost) by zetor.clinet.fi (8.6.10/8.6.4) id NAA12431; Thu, 23 Mar 1995 13:00:20 +0200 Date: Thu, 23 Mar 1995 13:00:20 +0200 Message-Id: <199503231100.NAA12431@zetor.clinet.fi> To: gvrooij@mmra1.ms.philips.nl (Guido van Rooij) Cc: davidg@freefall.cdrom.com (David Greenman), hsu@clinet.fi, freebsd-bugs@freefall.cdrom.com Subject: Re: Changed information for PR kern/267 In-Reply-To: <9503231021.AA21793@mmra1.ms.philips.nl> References: <199503230946.BAA06235@freefall.cdrom.com> <9503231021.AA21793@mmra1.ms.philips.nl> Organization: Helsinki University of Technology, Otaniemi, Finland Sender: bugs-owner@FreeBSD.org Precedence: bulk Guido van Rooij writes: > But what about his comments that when it happens, the machine seems to hang > for a few seconds? (or am I mixing up 2 reports now?) If the cause is related to lost NFS packet, it could the the timeout which would seem as a hang. Or there is another bug somewhere, we still see the system dying completely (nasty, as I have to go there to press the reset). I'll recompile today's current and see how it works. -- Heikki Suonsivu, T{ysikuu 10 C 83/02210 Espoo/FINLAND, hsu@cs.hut.fi home +358-0-8031121 work -4513377 fax -4555276 riippu SN From owner-freebsd-bugs Thu Mar 23 03:57:54 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA08863 for bugs-outgoing; Thu, 23 Mar 1995 03:57:54 -0800 Received: from arl-img-3.compuserve.com (arl-img-3.compuserve.com [198.4.7.3]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA08856 for ; Thu, 23 Mar 1995 03:57:53 -0800 Received: by arl-img-3.compuserve.com (8.6.10/5.941228sam) id GAA09503; Thu, 23 Mar 1995 06:57:10 -0500 Date: 23 Mar 95 06:55:27 EST From: Charles Brill <76220.424@compuserve.com> To: AnyOne Subject: Cdrom Message-ID: <950323115527_76220.424_CHK26-1@CompuServe.COM> Sender: bugs-owner@FreeBSD.org Precedence: bulk Unable to install 2.0. FreeBSD announces it found my Mitsumi CDRom on IRQ 10 while it is actually on IRQ 5. So when reading it times out every time (I assume this is the reason, since it is an obvious error) Anyway the thing won't work. Can copy some things to the mounted DOS partition but it is not large enough to do much. Incidentally the DOS partition can out e or something not the last (h, I think it was in the example). Any guidance would be appreciated. thanks From owner-freebsd-bugs Thu Mar 23 04:03:42 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA09046 for bugs-outgoing; Thu, 23 Mar 1995 04:03:42 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA09039 for ; Thu, 23 Mar 1995 04:03:38 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id EAA05746; Thu, 23 Mar 1995 04:03:23 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id EAA01578; Thu, 23 Mar 1995 04:03:23 -0800 Message-Id: <199503231203.EAA01578@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Heikki Suonsivu cc: gvrooij@mmra1.ms.philips.nl (Guido van Rooij), freebsd-bugs@freefall.cdrom.com Subject: Re: Changed information for PR kern/267 In-reply-to: Your message of "Thu, 23 Mar 95 13:00:20 +0200." <199503231100.NAA12431@zetor.clinet.fi> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 23 Mar 1995 04:03:16 -0800 Sender: bugs-owner@FreeBSD.org Precedence: bulk >Guido van Rooij writes: > > But what about his comments that when it happens, the machine seems to hang > > for a few seconds? (or am I mixing up 2 reports now?) > >If the cause is related to lost NFS packet, it could the the timeout which >would seem as a hang. This is my theory on the problem. As far as I can tell, the code doesn't take dropped packets into consideration when the diagnostic was printed - this is why it was bogus. The delay was another symptom of the dropped packet. Note that this is an NFS client problem - so you apparantly have some NFS mounted on that machine. -DG From owner-freebsd-bugs Thu Mar 23 08:14:36 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA13130 for bugs-outgoing; Thu, 23 Mar 1995 08:14:36 -0800 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA13123 for ; Thu, 23 Mar 1995 08:14:31 -0800 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id IAA00905; Thu, 23 Mar 1995 08:14:05 -0800 From: "Rodney W. Grimes" Message-Id: <199503231614.IAA00905@gndrsh.aac.dev.com> Subject: Re: Cdrom To: 76220.424@compuserve.com (Charles Brill) Date: Thu, 23 Mar 1995 08:14:05 -0800 (PST) Cc: bugs@FreeBSD.org In-Reply-To: <950323115527_76220.424_CHK26-1@CompuServe.COM> from "Charles Brill" at Mar 23, 95 06:55:27 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1100 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > Unable to install 2.0. FreeBSD announces it found my Mitsumi CDRom on IRQ > 10 while it is actually on IRQ 5. So when reading it times out every > time (I assume this is the reason, since it is an obvious error) Anyway > the thing won't work. Can copy some things to the mounted DOS partition > but it is not large enough to do much. Incidentally the DOS partition > can out e or something not the last (h, I think it was in the example). > > Any guidance would be appreciated. At the ``boot:'' prompt do a ``-c'', then at the ``config>'' prompt do a ``irq mcd0 5'', then a ``quit''. Look in the documents for the stuff about hardware configuration and what FreeBSD's defaults are. We can't autodetect IRQ's so some assumptions are made here about what is where. The boot -c option is there so you can fix our sometimes incorrect assumptions. Or, you can move your Mitsumi CDRom to IRQ10 if nothing is using that IRQ. > thanks -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-bugs Thu Mar 23 09:33:13 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA15775 for bugs-outgoing; Thu, 23 Mar 1995 09:33:13 -0800 Received: from vector.eikon.e-technik.tu-muenchen.de (vector.eikon.e-technik.tu-muenchen.de [129.187.142.36]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA15613 for ; Thu, 23 Mar 1995 09:27:44 -0800 Received: (from jhs@localhost) by vector.eikon.e-technik.tu-muenchen.de (8.6.11/8.6.9) id XAA15477; Wed, 22 Mar 1995 23:11:19 +0100 Date: Wed, 22 Mar 1995 23:11:19 +0100 From: Julian Howard Stacey Message-Id: <199503222211.XAA15477@vector.eikon.e-technik.tu-muenchen.de> To: bamfordd@host.yab.com, bugs@FreeBSD.org Subject: Re: HELP!!!!! Sender: bugs-owner@FreeBSD.org Precedence: bulk > Fatal trap 12: page fault while in kernel mode I got a lot of those on friends 386 till i changed the cache switch (i think its off now, not sure) I also turned off the cache with the bios Julian S ] From owner-freebsd-bugs Thu Mar 23 11:16:16 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA18898 for bugs-outgoing; Thu, 23 Mar 1995 11:16:16 -0800 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA18881; Thu, 23 Mar 1995 11:16:15 -0800 Date: Thu, 23 Mar 1995 11:16:15 -0800 From: Gary Palmer (FreeBSD/ARM Team) Message-Id: <199503231916.LAA18881@freefall.cdrom.com> To: mark@grondar.za, gpalmer, freebsd-bugs Subject: Changed information for PR misc/138 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: SUP server not serving all ports State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Thu Mar 23 11:15:18 PST 1995 State-Changed-Why: sup server should now serve all ports subdirectories and has done for some time From owner-freebsd-bugs Thu Mar 23 11:26:59 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA19065 for bugs-outgoing; Thu, 23 Mar 1995 11:26:59 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA19058 for ; Thu, 23 Mar 1995 11:26:34 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA02718; Thu, 23 Mar 1995 20:24:41 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id UAA25064; Thu, 23 Mar 1995 20:24:40 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id UAA19052; Thu, 23 Mar 1995 20:17:15 +0100 From: J Wunsch Message-Id: <199503231917.UAA19052@uriah.heep.sax.de> Subject: Re: Cdrom To: 76220.424@compuserve.com (Charles Brill) Date: Thu, 23 Mar 1995 20:17:15 +0100 (MET) Cc: bugs@FreeBSD.org In-Reply-To: <950323115527_76220.424_CHK26-1@CompuServe.COM> from "Charles Brill" at Mar 23, 95 06:55:27 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: 776 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Charles Brill wrote: > > Unable to install 2.0. FreeBSD announces it found my Mitsumi CDRom on IRQ > 10 while it is actually on IRQ 5. I'm not sure if the driver can actually even test out which IRQ the drive is connected to. It simply assumes the IRQ as given by config (i.e., before compiling the kernel) is correct. To get started, boot with ``-c'' and set manually config> irq mcd0 32 config> quit (Note that the value given for `irq' is actually 2^5; this has been a bug in FreeBSD 2.0-RELEASE. You can check the effect with `ls'.) Once you've succesfully installed, build a new kernel that matches your hardware. -- 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 Mar 23 15:30:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA25571 for bugs-outgoing; Thu, 23 Mar 1995 15:30:02 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA25564; Thu, 23 Mar 1995 15:30:01 -0800 Date: Thu, 23 Mar 1995 15:30:01 -0800 Message-Id: <199503232330.PAA25564@freefall.cdrom.com> From: "Jan (Charly) Conrad" Reply-To: "Jan (Charly) Conrad" To: freebsd-bugs Subject: misc/270: /etc/ftpusers allows for toor ftp access In-Reply-To: Your message of Thu, 23 Mar 1995 23:25:40 +0100 <199503232225.AA00323@fssrv.fachschaften.tu-muenchen.de> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 270 >Category: misc >Synopsis: /etc/ftpusers allows for toor ftp access >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 23 15:30:01 1995 >Originator: Charly >Organization: Technische Universitaet Muenchen (Germany) >Release: FreeBSD 2.0-RELEASE i386 >Environment: FreeBSD 2.0R installed from scratch >Description: /etc/ftpusers does not contain 'toor' >How-To-Repeat: ftp to host an login as toor >Fix: add toor to ftpusers >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 23 17:10:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA03004 for bugs-outgoing; Thu, 23 Mar 1995 17:10:02 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA02997; Thu, 23 Mar 1995 17:10:01 -0800 Date: Thu, 23 Mar 1995 17:10:01 -0800 Message-Id: <199503240110.RAA02997@freefall.cdrom.com> From: "Jan (Charly) Conrad" Reply-To: "Jan (Charly) Conrad" To: freebsd-bugs Subject: bin/271: getty In-Reply-To: Your message of Thu, 23 Mar 1995 23:25:30 +0100 <199503232225.AA00320@fssrv.fachschaften.tu-muenchen.de> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 271 >Category: bin >Synopsis: getty truncates hostname >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 23 17:10:01 1995 >Originator: Jan Conrad >Organization: Technische Universitaet Muenchen (Germany) >Release: FreeBSD 2.0-RELEASE i386 >Environment: System which hostname is longer than 32 chars >Description: getty truncates hostname after the 32th char (because it still thinks MAXHOSTNAMELEN = 32) >How-To-Repeat: hostname ; kill -1 1; look at login... >Fix: Apply the following patch to subr.c in /usr/src/libexec/getty: 49a50 > #include 306c307 < char editedhost[32]; --- > char editedhost[MAXHOSTNAMELEN]; >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 23 21:15:57 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA14568 for bugs-outgoing; Thu, 23 Mar 1995 21:15:57 -0800 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA14554; Thu, 23 Mar 1995 21:15:56 -0800 Date: Thu, 23 Mar 1995 21:15:56 -0800 From: "Andrey A. Chernov" Message-Id: <199503240515.VAA14554@freefall.cdrom.com> To: charly@Fachschaften.TU-Muenchen.DE, ache, freebsd-bugs Subject: Changed information for PR bin/271 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: getty truncates hostname State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Thu Mar 23 21:15:24 PST 1995 State-Changed-Why: Fix applied. From owner-freebsd-bugs Thu Mar 23 21:20:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA14754 for bugs-outgoing; Thu, 23 Mar 1995 21:20:03 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA14745; Thu, 23 Mar 1995 21:20:02 -0800 Date: Thu, 23 Mar 1995 21:20:02 -0800 Message-Id: <199503240520.VAA14745@freefall.cdrom.com> From: Mark Diekhans Reply-To: Mark Diekhans To: freebsd-bugs Subject: misc/272: Broken printf floating point formatting In-Reply-To: Your message of Thu, 23 Mar 1995 20:47:31 -0800 <199503240447.UAA01545@Grizzly.COM> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 272 >Category: misc >Synopsis: Broken printf floating point formatting >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 23 21:20:01 1995 >Originator: Mark Diekhans >Organization: == Mark Diekhans (markd@grizzly.com) == >Release: FreeBSD 2.0-RELEASE i386 >Environment: >Description: printf ("%e", 3.42e12); outputs "3.42e+12", it should output "3.420000e+12". printf ("%#.0f", 0.0); outputs "0", it should output "0.". printf ("%#.0g", 0.0); outputs "0.e+00", it should output "0.". These results conflict with the printf (3) manual page and the behavior on other systems (I tried SunOS, HP-UX and SCO). >How-To-Repeat: #include void Out (format, valueStr, value) char *format; char *valueStr; double value; { char spec [1024]; strcpy (spec, "%s of %s = "); strcat (spec, format); strcat (spec, "\n"); printf (spec, format, valueStr, value); } int main () { Out ("%e", "3.42e12", 3.42e12); Out ("%.4e", "-9.99996", -9.99996); Out ("%#.0f", "0.0", 0.0); Out ("%#.0g", "0.0", 0.0); return 0; } >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 23 21:39:10 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA15348 for bugs-outgoing; Thu, 23 Mar 1995 21:39:10 -0800 Received: from herman.tiac.net (herman.tiac.net [199.3.131.153]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA15342 for ; Thu, 23 Mar 1995 21:39:02 -0800 Received: (from emb@localhost) by herman.tiac.net (8.6.10/8.6.9) id AAA00536; Fri, 24 Mar 1995 00:47:01 GMT Date: Fri, 24 Mar 1995 00:47:00 +0000 () From: "Eric M. Busalacchi" To: bugs@FreeBSD.org Subject: New Kernel, pppd crashing system. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@FreeBSD.org Precedence: bulk Hello. I do a 'sup' on a regular basis, and recently I think I may have found something you might be interested in. Ever since I rebuilt the kernel alfter doing a sup on wednesday, whenever pppd stops or gets killed the system hangs. I have done a sup everyday this week, hoping some new files fix the problem. Anyways, I tried enableing the kernel debugger, kernel tracing, and dodump, but the system chashes hard and doesn't even go into a panic. I can't even reboot with the three finger salute. At any rate, this is a major problem, because if the line drops, the whole machine locks up. Any ideas? Thanks and hope this may help! -- Eric M. Busalacchi emb@herman.tiac.net From owner-freebsd-bugs Thu Mar 23 23:37:58 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA20461 for bugs-outgoing; Thu, 23 Mar 1995 23:37:58 -0800 Received: from lirmm.lirmm.fr (lirmm.lirmm.fr [193.49.104.10]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA20454 for ; Thu, 23 Mar 1995 23:37:56 -0800 Received: from lirmm.fr (baobab.lirmm.fr [193.49.106.14]) by lirmm.lirmm.fr (8.6.10/8.6.4) with ESMTP id IAA14151 for ; Fri, 24 Mar 1995 08:37:38 +0100 Message-Id: <199503240737.IAA14151@lirmm.lirmm.fr> To: bugs@FreeBSD.org Subject: Files not cleaned in lkm/if_ppp Date: Fri, 24 Mar 1995 08:37:36 +0100 From: "Philippe Charnier" Sender: bugs-owner@FreeBSD.org Precedence: bulk Hello, in lkm/if_ppp, the files vnode_if.h and vnode_if.c (generated files) are not cleaned during make clean(dir). -------- -------- Philippe Charnier charnier@lirmm.fr LIRMM, 161 rue Ada, 34392 Montpellier cedex 5 -- France ------------------------------------------------------------------------ From owner-freebsd-bugs Fri Mar 24 03:08:29 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA02396 for bugs-outgoing; Fri, 24 Mar 1995 03:08:29 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA02382; Fri, 24 Mar 1995 03:08:26 -0800 Date: Fri, 24 Mar 1995 03:08:26 -0800 From: Bruce Evans Message-Id: <199503241108.DAA02382@freefall.cdrom.com> To: markd@grizzly.com, bde, freebsd-bugs Subject: Changed information for PR misc/272 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Broken printf floating point formatting State-Changed-From-To: open-closed State-Changed-By: bde State-Changed-When: Fri Mar 24 03:06:38 PST 1995 State-Changed-Why: Already fixed in revision 1.4 of vfprintf.c. From owner-freebsd-bugs Fri Mar 24 05:15:41 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA11477 for bugs-outgoing; Fri, 24 Mar 1995 05:15:41 -0800 Received: from venlo.oce.nl (venlo.oce.nl [134.188.1.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id FAA11416 for ; Fri, 24 Mar 1995 05:15:05 -0800 Received: by venlo.oce.nl (4.1/OCE) id AA15463; Fri, 24 Mar 95 14:14:12 +0100 Received: from st3-oa6 by oce-rd1.oce.nl; Fri, 24 Mar 1995 14:12:59 +0100 Message-Id: <199503241312.AA18798@oce-rd1.oce.nl> To: freebsd-bugs@FreeBSD.org Subject: Endless kernel error message loop Date: Fri, 24 Mar 95 14:12:40 +0100 From: Jurgen Sender: bugs-owner@FreeBSD.org Precedence: bulk /*----------------------------------------------------- * mmap() results in endless kernel error message loop. *----------------------------------------------------- * * The program below, straight from Steven's "Advanced Programming In The * Unix Environment", crashes FreeBSD 1.1.5.1 and FreeBSD 2.0-RELEASE. * * When compiled and run as 'a.out a.out z', it results in an endless loop * in the kernel, printing the message: 'vnode pager write error: 5'. * A forced reset and a reboot is needed. * * Funny thing is that if the file to copy is within a pagesize (4K) it * works fine. If the file is bigger than 4K, things go wrong. * * I tried it on Solaris 2.x, SunOS 4.1.3. and HP-UX B.09.00, no problems. * * What is the situation in FreeBSD-CURRENT? */ #include #include #include #include #include #include #include #ifndef MAP_FILE #define MAP_FILE 0 #endif int main (argc, argv) int argc; char **argv; { int fdin, fdout; char *src, *dst; struct stat statbuf; if ((fdin = open (argv[1], O_RDONLY)) < 0) { perror ("open source file failed"); exit (1); } if ((fdout = open (argv[2], O_RDWR | O_CREAT | O_TRUNC, 0644)) < 0) { perror ("open destination file failed"); exit (1); } (void) fstat (fdin, &statbuf); (void) lseek (fdout, statbuf.st_size-1, SEEK_SET); (void) write (fdout, "", 1); src = (char *) mmap (0, statbuf.st_size, PROT_READ, MAP_FILE | MAP_PRIVATE, fdin, 0); if (src == (caddr_t) -1) { perror ("mmap source file failed"); exit (1); } dst = (char *) mmap (0, statbuf.st_size, PROT_READ | PROT_WRITE, MAP_FILE | MAP_SHARED, fdout, 0); if (dst == (caddr_t) -1) { perror ("mmap destination file failed"); exit (1); } (void) memcpy (dst, src, statbuf.st_size); return (0); } ================================================================================ JALI. ########################################################### # This note does not necessarily represent the position # # of Oce-Nederland B.V. Therefore no liability or # # responsibility for whatever will be accepted. # ########################################################### From owner-freebsd-bugs Fri Mar 24 07:12:47 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA02921 for bugs-outgoing; Fri, 24 Mar 1995 07:12:47 -0800 Received: from unlisys.unlisys.NET (unlisys.unlisys.net [194.64.15.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id HAA02909 for ; Fri, 24 Mar 1995 07:12:38 -0800 Received: by unlisys.unlisys.NET from deadline.snafu.de with smtp (Smail3.1.28.1 [@@]) id m0rs8vj-000HzMC; Fri, 24 Mar 95 13:57 MET Received: by deadline.snafu.de id m0rs8vh-000DXQC; Fri, 24 Mar 95 13:57 MET (/\oo/\ Smail3.1.29.1 #29.1) Message-Id: From: root@deadline.snafu.de (Andreas S. Wetzel) Subject: Frequent kernel hangs? To: freebsd-bugs@FreeBSD.org Date: Fri, 24 Mar 1995 13:57:29 +0100 (MET) Organization: -D-E-A-D-L-I-N-E- Public access UN*X system - 13347 Berlin. X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 868 Sender: bugs-owner@FreeBSD.org Precedence: bulk Hi! --- The kernels I supped in the last 2 or 3 days do frequently hang themselves up without any warning/error message. Looking at my SUP output I suppose this has to do with the vm system. I know some people have reported similar problems in the last few days. So does anyone know what's the actual problem with this? Mickey -- ================================================================================ DIGESTED BENEFACTORS WHOSE | Andreas S. Wetzel | -D-E-A-D-L-I-N-E- SILENCE DEAFENS ANYTHING | Utrechter Strasse 41 | ALL OF WHOM DECEASE AND | 13347 Berlin | <+4930> 455 19 57 Data MISS TO PIERCE A POINT | Germany | <+4930> 456 81 68 Voice ================================================================================ E-mail: mickey@deadline.snafu.de WWW: http://deadline.snafu.de/ From owner-freebsd-bugs Fri Mar 24 07:58:59 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA05951 for bugs-outgoing; Fri, 24 Mar 1995 07:58:59 -0800 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id HAA05939 for ; Fri, 24 Mar 1995 07:58:57 -0800 Received: by halloran-eldar.lcs.mit.edu; id AA05073; Fri, 24 Mar 1995 10:47:42 -0500 Date: Fri, 24 Mar 1995 10:47:42 -0500 From: Garrett Wollman Message-Id: <9503241547.AA05073@halloran-eldar.lcs.mit.edu> To: "Eric M. Busalacchi" Cc: bugs@FreeBSD.org Subject: New Kernel, pppd crashing system. In-Reply-To: References: Sender: bugs-owner@FreeBSD.org Precedence: bulk < said: > kernel debugger, kernel tracing, and dodump, but the system chashes hard > and doesn't even go into a panic. It's in an infinite loop. If you had hit Ctl-Alt-Esc to get into the debugger, the `tr[ace]' command would have told you that you were in rn_walktree_from(). From there, you could have said `panic', which would put you back into the debugger, and then `cont' to take a crash dump. (Unfortunately, GDB for some reason would not have seen the rn_walktree_from() stack frame.) > I can't even reboot with the three > finger salute. Misconception here. Ctl-Alt-Del does NOT reboot the system. Rather, it sends a signal to the `init' program, which in FreeBSD gracefully shuts the machine down and then reboots. This is important! Ctl-Alt-Del only works in those situations where the `init' process is able to be scheduled, and therefore not when a user process has gotten stuck in the kernel. > At any rate, this is a major problem, because if the line > drops, the whole machine locks up. Any ideas? Fixed in -current. -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-freebsd-bugs Fri Mar 24 08:44:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA08788 for bugs-outgoing; Fri, 24 Mar 1995 08:44:06 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA08770 for ; Fri, 24 Mar 1995 08:44:00 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id CAA26032; Sat, 25 Mar 1995 02:38:47 +1000 Date: Sat, 25 Mar 1995 02:38:47 +1000 From: Bruce Evans Message-Id: <199503241638.CAA26032@godzilla.zeta.org.au> To: emb@herman.tiac.net, wollman@halloran-eldar.lcs.mit.edu Subject: Re: New Kernel, pppd crashing system. Cc: bugs@FreeBSD.org Sender: bugs-owner@FreeBSD.org Precedence: bulk >It's in an infinite loop. If you had hit Ctl-Alt-Esc to get into the >debugger, the `tr[ace]' command would have told you that you were in >rn_walktree_from(). From there, you could have said `panic', which >would put you back into the debugger, and then `cont' to take a crash >dump. (Unfortunately, GDB for some reason would not have seen the >rn_walktree_from() stack frame.) I think `panic' gets done in debugger context. gcc doesn't understand the debugger trap frame. `call panic' might work better. If it doesn't then you can set $eip to somewhere that pushes suitable args and calls `panic'. Bruce From owner-freebsd-bugs Fri Mar 24 10:03:12 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA14680 for bugs-outgoing; Fri, 24 Mar 1995 10:03:12 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA14668 for ; Fri, 24 Mar 1995 10:03:05 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id DAA29812; Sat, 25 Mar 1995 03:59:29 +1000 Date: Sat, 25 Mar 1995 03:59:29 +1000 From: Bruce Evans Message-Id: <199503241759.DAA29812@godzilla.zeta.org.au> To: freebsd-bugs@FreeBSD.org, jali@oce.nl Subject: Re: Endless kernel error message loop Sender: bugs-owner@FreeBSD.org Precedence: bulk > * The program below, straight from Steven's "Advanced Programming In The > * Unix Environment", crashes FreeBSD 1.1.5.1 and FreeBSD 2.0-RELEASE. > * > * When compiled and run as 'a.out a.out z', it results in an endless loop > * in the kernel, printing the message: 'vnode pager write error: 5'. > * A forced reset and a reboot is needed. > * Funny thing is that if the file to copy is within a pagesize (4K) it > * works fine. If the file is bigger than 4K, things go wrong. It works a bit better under -current. `a.out a.out z' doesn't cause any kernel printfs, but after `cp /bin/bash /tmp' and `a.out bash z', `rm z' causes the kernel printfs: vnode_pager_output: attempt to write meta-data!!! == -xfffe8000 vnode_pager_output: attempt to write meta-data!!! == -xfffe9000 and then `a.out bash z' causes the kernel printf: free inode //506 had 400 blocks `z' had inode 506 but only 32 512-byte blocks. Bruce From owner-freebsd-bugs Fri Mar 24 11:14:13 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17034 for bugs-outgoing; Fri, 24 Mar 1995 11:14:13 -0800 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA17028 for ; Fri, 24 Mar 1995 11:14:11 -0800 Received: by halloran-eldar.lcs.mit.edu; id AA05583; Fri, 24 Mar 1995 14:14:08 -0500 Date: Fri, 24 Mar 1995 14:14:08 -0500 From: Garrett Wollman Message-Id: <9503241914.AA05583@halloran-eldar.lcs.mit.edu> To: bugs@FreeBSD.org Subject: More GUS woes Sender: bugs-owner@FreeBSD.org Precedence: bulk Following the advice of several other people here, I am able to convince my GUS MAX to work for playback by only configuring the `gus0' device, thusly: device gus0 at isa? port 0x220 irq 15 drq 6 vector gusintr Unfortunately, this does not work properly for recording. If I let cat < /dev/audio > foo.ul run for ten seconds, I am presented with only 24576 bytes of data; if recording were working properly, I should get 80000 bytes. Playback of the data reveals that the input is severely under-sampled. Has anybody else had this problem, and if so, how did you fix it? (Is my hardware broken? I could believe it.) -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-freebsd-bugs Fri Mar 24 11:27:30 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17329 for bugs-outgoing; Fri, 24 Mar 1995 11:27:30 -0800 Received: from star-gate.com (hasty.vip.best.com [204.156.141.143]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA17323 for ; Fri, 24 Mar 1995 11:27:28 -0800 Received: from localhost (localhost [127.0.0.1]) by star-gate.com (8.6.9/8.6.9) with SMTP id LAA00695 for ; Fri, 24 Mar 1995 11:22:43 GMT Message-Id: <199503241122.LAA00695@star-gate.com> X-Authentication-Warning: star-gate.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6alpha 2/16/95 To: bugs@FreeBSD.org Subject: Re: More GUS woes In-reply-to: Your message of "Fri, 24 Mar 1995 14:14:08 EST." <9503241914.AA05583@halloran-eldar.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 24 Mar 1995 11:22:41 +0000 From: Amancio Hasty Sender: bugs-owner@FreeBSD.org Precedence: bulk Does anyone know where can I get a GUS Max in the Bay Area, Ca.? Tnks, Amancio From owner-freebsd-bugs Fri Mar 24 11:30:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17435 for bugs-outgoing; Fri, 24 Mar 1995 11:30:02 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17428; Fri, 24 Mar 1995 11:30:02 -0800 Date: Fri, 24 Mar 1995 11:30:02 -0800 Message-Id: <199503241930.LAA17428@freefall.cdrom.com> From: Mark Murray Reply-To: Mark Murray To: freebsd-bugs Subject: conf/273: syslogd no longer gets loaded at boot time In-Reply-To: Your message of Fri, 24 Mar 1995 21:20:15 +0200 <199503241920.VAA00363@grunt.grondar.za> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 273 >Category: conf >Synopsis: syslogd no longer gets loaded at boot time >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 24 11:30:01 1995 >Originator: Mark Murray >Organization: GTA >Release: FreeBSD 2.1.0-Development i386 >Environment: ctm-445 >Description: At boot time syslogd craps out with "cant bind to requested address" >How-To-Repeat: Reboot :-) >Fix: run syslogd as root. A whole bunch of queued messages (hardware id stuff from the boot) gets dumped to the screen. >Audit-Trail: >Unformatted: Mark Murray From owner-freebsd-bugs Fri Mar 24 11:40:53 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17701 for bugs-outgoing; Fri, 24 Mar 1995 11:40:53 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA17657 for ; Fri, 24 Mar 1995 11:39:41 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA11945; Fri, 24 Mar 1995 20:19:33 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id UAA04062 for freebsd-bugs@FreeBSD.org; Fri, 24 Mar 1995 20:19:32 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id UAA10628 for freebsd-bugs@FreeBSD.org; Fri, 24 Mar 1995 20:03:48 +0100 From: J Wunsch Message-Id: <199503241903.UAA10628@uriah.heep.sax.de> Subject: Re: New Kernel, pppd crashing system. To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Fri, 24 Mar 1995 20:03:48 +0100 (MET) In-Reply-To: <199503241638.CAA26032@godzilla.zeta.org.au> from "Bruce Evans" at Mar 25, 95 02:38:47 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: 921 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Bruce Evans wrote: > > . (Unfortunately, GDB for some reason would not have seen the > >rn_walktree_from() stack frame.) > > I think `panic' gets done in debugger context. gcc doesn't understand > the debugger trap frame. `call panic' might work better. If it doesn't > then you can set $eip to somewhere that pushes suitable args and calls > `panic'. You should also consider using the `frame' command of (k)gdb with two arguments: the frame pointer and the instruction pointer. This does at least help out in the bogus ``calltrap()'' case. It's stated in the kernel debugging FAQ, even though it's still in the context of the old kgdb there. The new gdb has been update by Gary Jennejohn however, and does now also understand a ``dyadic frame specificat- ion''. -- 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 Mar 24 12:02:22 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA18277 for bugs-outgoing; Fri, 24 Mar 1995 12:02:22 -0800 Received: from kbrown.oldcampus.yale.edu (root@kbrown.oldcampus.yale.edu [130.132.128.124]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA18271 for ; Fri, 24 Mar 1995 12:02:21 -0800 Date: Fri, 24 Mar 1995 15:02:13 -0500 (EST) From: -Vince- To: Amancio Hasty cc: bugs@FreeBSD.org Subject: Re: More GUS woes In-Reply-To: <199503241122.LAA00695@star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@FreeBSD.org Precedence: bulk On Fri, 24 Mar 1995, Amancio Hasty wrote: > > Does anyone know where can I get a GUS Max in the Bay Area, Ca.? > > Tnks, > Amancio > > I think Electronics Boutique sells it... Cheers, Vince E-mail: vince@kbrown.oldcampus.yale.edu,\|/ Sys Adm - CircleStar Technologies,Inc. root@berkeley.circlestar.com,(o o) San Francisco, California USA _________________________oOO__(_)__OOo_____________________________ | There are many forms of science but only physics is the quantum | | leap of the 21st Century. | \_________________________________________________________________/ uPoy@physics.ucla.edu UCLA Physics/Electrical Engineering Los Angeles, California USA GUS Digest Adminstrator Advanced Gravis UltraSound Card - The ultimate in soundcard technology System Administrator - bigbang.HIP.Berkeley.EDU From owner-freebsd-bugs Fri Mar 24 12:12:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA18662 for bugs-outgoing; Fri, 24 Mar 1995 12:12:40 -0800 Received: from trout.sri.MT.net (trout.sri.MT.net [204.182.243.12]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA18655 for ; Fri, 24 Mar 1995 12:12:34 -0800 Received: (from nate@localhost) by trout.sri.MT.net (8.6.9/8.6.9) id NAA25395; Fri, 24 Mar 1995 13:16:32 -0700 Date: Fri, 24 Mar 1995 13:16:32 -0700 From: Nate Williams Message-Id: <199503242016.NAA25395@trout.sri.MT.net> In-Reply-To: Amancio Hasty "Re: More GUS woes" (Mar 24, 11:22am) X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: Amancio Hasty , bugs@FreeBSD.org Subject: Re: More GUS woes Sender: bugs-owner@FreeBSD.org Precedence: bulk > Does anyone know where can I get a GUS Max in the Bay Area, Ca.? Certainly not Fry's in Palo Alto. :( Nate From owner-freebsd-bugs Sat Mar 25 03:51:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA17952 for bugs-outgoing; Sat, 25 Mar 1995 03:51:03 -0800 Received: from unlisys.unlisys.NET (unlisys.unlisys.net [194.64.15.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id DAA17946 for ; Sat, 25 Mar 1995 03:51:00 -0800 Received: by unlisys.unlisys.NET from deadline.snafu.de with smtp (Smail3.1.28.1 [@@]) id m0rsUMo-000Hz0C; Sat, 25 Mar 95 12:50 MET Received: by deadline.snafu.de id m0rsUMn-000DVqC; Sat, 25 Mar 95 12:50 MET (/\oo/\ Smail3.1.29.1 #29.1) Message-Id: From: root@deadline.snafu.de (Andreas S. Wetzel) Subject: How to solve weirdities about disk geometries? To: freebsd-bugs@FreeBSD.org Date: Sat, 25 Mar 1995 12:50:53 +0100 (MET) Organization: -D-E-A-D-L-I-N-E- Public access UN*X system - 13347 Berlin. X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1878 Sender: bugs-owner@FreeBSD.org Precedence: bulk Hi! --- With the kernel supped today at about 11 am I discovered a new problem with my SCSI disks. When booting the kernel it complains about my spool partition not being completely in the slice? I often wondered about that disk-geometries since I use 2.xx FreeBSD. During boot time the kernel says that my first SCSI disk would have: scbus0: (bt0:0:0): "FUJITSU M2694ES-512 812A" is a type 0 fixed SCSI 2 sd0(bt0:0:0): Direct-Access sd0(bt0:0:0): 1033MB (2117025 sectors), 1819 C 15 H 77 S/T 512 B/S But when I take 1819 cylinders with 15 heads and 77 sectors each, I only get 2100945 total sectors. That's about 8 Meg less than it's real size. A look at the description of the hard disk says that it has 8 zones with 58 - 96 sectors / track. That would mean it has 77.5893348 sectors/track, but not 77 !! The same thing happens with my second SCSI disk: (bt0:1:0): "SEAGATE ST1239N 9251" is a type 0 fixed SCSI 1 sd1(bt0:1:0): Direct-Access sd1(bt0:1:0): 194MB (398790 sectors), 1268 C 9 H 34 S/T 512 B/S 1268 * 9 * 34 = 388008 sectors, not 398790 ??? So my question is, what is the right way to slice and disklabel it, so that neither the kernel, nor disklabel and other tools complain about partitions which extend past end of unit, or partitions not being comletely withing the slice ?! Thankful for any advice ... Mickey -- ================================================================================ DIGESTED BENEFACTORS WHOSE | Andreas S. Wetzel | -D-E-A-D-L-I-N-E- SILENCE DEAFENS ANYTHING | Utrechter Strasse 41 | ALL OF WHOM DECEASE AND | 13347 Berlin | <+4930> 455 19 57 Data MISS TO PIERCE A POINT | Germany | <+4930> 456 81 68 Voice ================================================================================ E-mail: mickey@deadline.snafu.de WWW: http://deadline.snafu.de/ From owner-freebsd-bugs Sat Mar 25 04:30:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA21206 for bugs-outgoing; Sat, 25 Mar 1995 04:30:02 -0800 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA21197 for freebsd-bugs; Sat, 25 Mar 1995 04:30:01 -0800 Date: Sat, 25 Mar 1995 04:30:01 -0800 From: GNU GNATS Message-Id: <199503251230.EAA21197@freefall.cdrom.com> To: freebsd-bugs Subject: List of open Problem Reports Sender: bugs-owner@FreeBSD.org Precedence: bulk This is the list of currently open problem reports From owner-freebsd-bugs Sat Mar 25 05:05:56 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA21787 for bugs-outgoing; Sat, 25 Mar 1995 05:05:56 -0800 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA21781 for ; Sat, 25 Mar 1995 05:05:50 -0800 Received: from localhost (localhost [127.0.0.1]) by grunt.grondar.za (8.6.11/8.6.9) with SMTP id PAA14946 for ; Sat, 25 Mar 1995 15:05:40 +0200 Message-Id: <199503251305.PAA14946@grunt.grondar.za> X-Authentication-Warning: grunt.grondar.za: Host localhost didn't use HELO protocol To: freebsd-bugs@freefall.cdrom.com Subject: Re: List of open Problem Reports Date: Sat, 25 Mar 1995 15:05:38 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk Ye gods! Someone has been working hard! ;-) > This is the list of currently open problem reports > -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-bugs Sat Mar 25 05:12:53 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA21974 for bugs-outgoing; Sat, 25 Mar 1995 05:12:53 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA21960; Sat, 25 Mar 1995 14:12:52 +0100 Date: Sat, 25 Mar 1995 14:12:52 +0100 From: Joerg Wunsch Message-Id: <199503251312.OAA21960@freefall.cdrom.com> To: chary@Fachschaften.TU-Muenchen.DE, joerg, freebsd-bugs Subject: Changed information for PR misc/270 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: /etc/ftpusers allows for toor ftp access State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sat Mar 25 14:12:16 MET 1995 State-Changed-Why: Added ``toor'' to /etc/ftpusers. From owner-freebsd-bugs Sat Mar 25 05:15:49 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA22025 for bugs-outgoing; Sat, 25 Mar 1995 05:15:49 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id FAA22016 for ; Sat, 25 Mar 1995 05:15:32 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA02532; Sat, 25 Mar 1995 14:15:24 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id OAA09270; Sat, 25 Mar 1995 14:15:23 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id NAA01624; Sat, 25 Mar 1995 13:29:22 +0100 From: J Wunsch Message-Id: <199503251229.NAA01624@uriah.heep.sax.de> Subject: Re: How to solve weirdities about disk geometries? To: root@deadline.snafu.de (Andreas S. Wetzel) Date: Sat, 25 Mar 1995 13:29:20 +0100 (MET) Cc: freebsd-bugs@FreeBSD.org In-Reply-To: from "Andreas S. Wetzel" at Mar 25, 95 12:50:53 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: 1142 Sender: bugs-owner@FreeBSD.org Precedence: bulk As Andreas S. Wetzel wrote: > > I often wondered about that disk-geometries since I use 2.xx FreeBSD. > During boot time the kernel says that my first SCSI disk would have: > > scbus0: (bt0:0:0): "FUJITSU M2694ES-512 812A" is a type 0 fixed SCSI 2 > sd0(bt0:0:0): Direct-Access > sd0(bt0:0:0): 1033MB (2117025 sectors), 1819 C 15 H 77 S/T 512 B/S > > But when I take 1819 cylinders with 15 heads and 77 sectors each, I only > get 2100945 total sectors. This is since modern disks do not have a constant number of sectors per track. You can hand-edit the disklabel (disklabel -w -e), and manually enter the correct (larger) number of total sectors. Once i did this, disklabel also agreed for me to write a new bootstrap. :) I think the disklabel code from sysinstall should enter the correct values for total # of sectors, rpm (at least, the rough guess of 3600), and interleave (1). I've already filed a problem report for this. (Something like ``disklabel refuses to write bootstrap''.) -- 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 Mar 25 05:25:13 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA22079 for bugs-outgoing; Sat, 25 Mar 1995 05:25:13 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA22072 for freebsd-bugs; Sat, 25 Mar 1995 14:25:12 +0100 Date: Sat, 25 Mar 1995 14:25:12 +0100 From: Joerg Wunsch Message-Id: <199503251325.OAA22072@freefall.cdrom.com> To: freebsd-bugs Subject: List of open PRs Sender: bugs-owner@FreeBSD.org Precedence: bulk This is the list of open problem reports [1994/09/14] kern/1 Toshiba MK156FB scsi drive does not work with 2.0 ke [1994/09/22] i386/4 You can mount a filesystem multiple times "on top" o [1994/10/07] kern/6 System hangs while using slip or ppp connection [1994/10/24] bin/9 swapinfo fails to find device name for sd1b [1994/11/12] bin/13 bsd.prog.mk missing DPADD variables for libraries [1994/11/13] i386/14 No MBR put on prestine IDE disk drive [1994/11/14] bin/17 "mount -t foo /dev/wd1h /mnt" gives incorrect error [1994/11/15] gnu/19 cvs commit core dumps on multiple files [1994/11/18] kern/21 kernel panic. [1994/11/18] conf/22 Cannot use links to share kernel objects [1994/11/23] kern/25 mounting a photocd panics the kernel [1994/11/23] kern/27 Loopback mounts confuse unmount-on-reboot code [1994/11/26] docs/29 man page descriptions of /etc/ftpwelcome and /etc/ft [1994/11/30] kern/34 nullfs and union mounts can result in wild pointer r [1994/12/01] kern/35 mount -t union -o -b : lower layer not seen by shell [1994/12/03] kern/39 Recent config changes hosed ft config [1994/12/04] kern/40 Floppy tape probe hosed (FIX) [1994/12/06] kern/42 PC-NFS on -current can't access disks [1994/12/07] docs/43 manpage for keysu is missing. reference from keyinit [1994/12/07] kern/44 ep driver won't work with anything but bnc [1994/12/08] kern/46 ed driver don't know the link0 flag (IFF_LINK0) [1994/12/13] misc/48 Bug in /etc/rc [1994/12/13] misc/49 Bug in /etc/rc [1994/12/14] kern/51 Panic accessing NFS mounted file system [1994/12/14] gnu/54 No manual entry for uucpd [1994/12/14] bin/55 suspend wedges vipw [1994/12/18] bin/65 certian password entry errors confuse vipw forever [1994/12/18] misc/66 if you run bininst when you're on the net via slip, [1994/12/18] misc/67 It took 20 tries to get free-bsd installed [1994/12/18] misc/68 bininst leaves system kinda hung [1994/12/18] bin/71 Incomplete package of tcl7.3.tgz [1994/12/18] bin/72 emu-1.3 has empty app-defaults file [1994/12/18] bin/73 no man page in xearth package [1994/12/21] misc/75 Netboot ignores gateway [1994/12/20] conf/76 fdisk can't be trusted. [1994/12/21] i386/79 Reboots sometimes don't complete. [1994/12/23] misc/83 System crash after abrupt end of slip session [1995/01/03] kern/95 Configuring a SLIP device with source = destination [1995/01/09] kern/102 PANIC after running Merged Buffer Cache kernel for a [1995/01/10] bin/104 pax -rwl may corrupt filesystem [1995/01/11] i386/105 Distributed libm (msun) has non-standard error handl [1995/01/13] gnu/107 kernel build produces internal compiler error [1995/01/14] bin/109 at command doesn't parse dates time and doesn't prom [1995/01/14] misc/112 serious [1995/01/14] bin/113 /bin/csh and /usr/local/bin/tcsh choke on my nasty c [1995/01/14] bin/115 systat iostat display doesn't scale high enough [1995/01/14] bin/116 disk transfer rates reported by systat :iostat are t [1995/01/14] misc/118 use of 386bsd partition tag makes multi-os boot hard [1995/01/14] misc/119 you cannot tune your newfs parameters at intall time [1995/01/14] misc/120 first Initial security report is bogus becuase of ls [1995/01/14] bin/124 traceroute doesn't support -g flag. [1995/01/14] docs/125 no references to makewhatis in manual pages [1995/01/14] docs/127 locate man page does not have any clues to how the d [1995/01/14] misc/128 default owners of system directories is a security h [1995/01/14] bin/129 fsck cannot take a mount point as an argument [1995/01/14] docs/131 there is no man page for uucpd [1995/01/14] docs/132 gettytab documentation is split between /etc/gettyta [1995/01/14] bin/133 mail program doesn't have editheaders option [1995/01/14] misc/134 ispell (in ports) thinks the dictionary is in /usr/d [1995/01/14] bin/135 not enough ptys; virtual console names conflict with [1995/01/14] docs/137 domainname man page references getdomainname(2) whic [1995/01/14] kern/140 cdplay will not work with NEC210 [1995/01/14] kern/143 Processes using NFS (eg to link an X server) will so [1995/01/14] kern/144 Processes using NFS (eg to link an X server) will so [1995/01/15] bin/146 version of compress is kinda old and slow [1995/01/16] kern/147 auvoxware and xdm occasionally die with a signal 10 [1995/01/16] kern/148 auvoxware dumps core sometimes after playing file [1995/01/19] bin/151 One of the pkg_add set /tmp mod to 755 [1995/01/19] kern/152 Kernel config doesn't handle "irq 2" as irq 9 [1995/01/20] bin/153 mount -u improvement for diskless systems [1995/01/21] kern/157 Quota system does not work [1995/01/21] docs/159 uucp manual files have wrong file locations. [1995/01/21] docs/161 Not MAKEDEV(8) manual page. [1995/01/21] bin/163 telneting sometimes doesn't yield a "login:" prompt [1995/01/21] docs/164 no ptrace(2) manual page. [1995/01/21] docs/165 No documentation on kernel boot flags. [1995/01/21] misc/166 /usr/include/machine/asmacros.h includes uninstalled [1995/01/21] bin/167 makewhatis ignores symbolic links. [1995/01/21] docs/168 no documentation on macros in machine/floatingpoint, [1995/01/21] kern/169 Errors from mkdir & mv when directories paths end wi [1995/01/21] bin/170 ar does not print an error message with readonly lib [1995/01/21] docs/171 No documentation on .forward files. [1995/01/21] bin/172 cp -f does not work [1995/01/21] bin/173 rc trys to mount modload fs before ld is available. [1995/01/21] bin/174 Poor error message from stty [1995/01/22] kern/175 Syscons does not recover X graphics mode [1995/01/22] kern/176 EIDRM not defined in errno.h [1995/01/22] docs/177 man pages missing for SYSV IPC funtions [1995/01/23] kern/179 Getty hangs on ttyv0 [1995/01/23] kern/180 Fiddling with process stack and using scanf with inv [1995/01/24] bin/182 Strange error from umount [1995/01/24] gnu/183 can't resolve "operator <<" overload [1995/01/24] bin/184 send-pr says "Aborting ..." and happily removes the [1995/01/25] kern/185 kernel stability problems - can't sustain uptimes > [1995/01/25] conf/187 Files referenced in Makefiles do not exist [1995/01/25] bin/188 disklabel uses c partition by default, kernel says d [1995/01/30] gnu/196 size of bss in *.o's reported wrong by size [1995/01/30] bin/198 1.1.5.1 pine binary loops; top shows fancy values [1995/02/01] bin/199 quiz(6) reading database bug, pattern matching bug [1995/02/01] bin/201 PPP does not find config-files [1995/02/01] misc/202 System hang or reboot without clues, tcp ppp named r [1995/02/02] bin/204 Installing failes [1995/02/05] kern/207 Using a local version of clntudp_create under gdb ca [1995/02/06] gnu/210 tar support for rsh doesn't work [1995/02/08] kern/211 mv returns "Invalid argument" unreasonably [1995/02/14] kern/214 Using wt driver crashes system [1995/02/14] kern/216 /kernel: panic: ffs_alloccg: map corrupted [1995/02/14] docs/218 dbm references from hash(3) [1995/02/16] kern/219 Performance on local net drops too much when SNDBUF [1995/02/16] misc/220 Cancel still doesn't work during install [1995/02/16] misc/221 lots of error messages during unpacking via ftp inst [1995/02/16] i386/222 boot prompt doesn't always work [1995/02/16] misc/223 default domain shouldn't be hostname [1995/02/18] kern/224 ppp net serial [1995/02/18] kern/225 Panic: invalid wire count when GDB kills stopped inf [1995/03/02] misc/229 acos() core dump [1995/03/03] bin/230 C++ contructors not being called [1995/03/05] gnu/231 send-pr initializes Organization with ~/.signature [1995/03/05] docs/232 The mandoc .St macro doesn't work or misses IEEE754 [1995/03/10] misc/236 2.0-950210-SNAP/src/extract.sh references "release" [1995/03/11] kern/238 failed assertion in ncr.c --> no more scsi disk acce [1995/03/11] gnu/240 gdb does not correctly find the stack in a core dump [1995/03/13] bin/241 strange behavior of /bin/sh [1995/03/13] bin/242 [1995/03/14] kern/243 missing routines for new sound drivers [1995/03/17] kern/247 Berkeley Packet Filter fix [1995/03/17] kern/248 scbus attach/probe information is inconsistent [1995/03/17] misc/249 $hostname variable in /etc/netstart not always set [1995/03/17] conf/250 /etc/netstart executes undesired hostname.xxx files [1995/03/18] i386/251 disklabel(8) refuses to install new bootstrap [1995/03/18] kern/253 Tagged queuing with an Adaptec 2842 controller doesn [1995/03/19] misc/254 fsck -p misbehaves for SIGQUIT [1995/03/19] gnu/256 nasty gdb bug back in 031595 system [1995/03/20] bin/261 There is no manpage for `ctm' itself; the ctm_{r,s}m [1995/03/20] docs/262 There is no man page for the map-mbone command [1995/03/20] docs/263 There is absolutely no documentation for the dialog [1995/03/21] docs/265 mrinfo and mtrace commands lack man pages [1995/03/21] kern/266 ifconfig panics kernel built without option NFS [1995/03/24] conf/273 syslogd no longer gets loaded at boot time From owner-freebsd-bugs Sat Mar 25 05:26:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA22102 for bugs-outgoing; Sat, 25 Mar 1995 05:26:55 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id FAA22095 for ; Sat, 25 Mar 1995 05:26:51 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA02710; Sat, 25 Mar 1995 14:26:43 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id OAA09302; Sat, 25 Mar 1995 14:26:43 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id OAA03831; Sat, 25 Mar 1995 14:20:33 +0100 From: J Wunsch Message-Id: <199503251320.OAA03831@uriah.heep.sax.de> Subject: Re: List of open Problem Reports To: gnats@freefall.cdrom.com (GNU GNATS) Date: Sat, 25 Mar 1995 14:20:30 +0100 (MET) Cc: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) In-Reply-To: <199503251230.EAA21197@freefall.cdrom.com> from "GNU GNATS" at Mar 25, 95 04:30:01 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: 406 Sender: bugs-owner@FreeBSD.org Precedence: bulk As GNU GNATS wrote: > > This is the list of currently open problem reports > > Ooops! This seems to be my fault. Jordan: put something like $ENV{'PATH'} = "/bin:/usr/bin/:/usr/local/bin"; into the script. Seems it's missing the /usr/local/bin part. :-( -- 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 Mar 25 06:46:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA23516 for bugs-outgoing; Sat, 25 Mar 1995 06:46:43 -0800 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA23497; Sat, 25 Mar 1995 06:46:42 -0800 Date: Sat, 25 Mar 1995 06:46:42 -0800 From: Bruce Evans Message-Id: <199503251446.GAA23497@freefall.cdrom.com> To: markd@grizzly.com, bde, freebsd-bugs Subject: Changed information for PR docs/168 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: no documentation on macros in machine/floatingpoint,h State-Changed-From-To: open-closed State-Changed-By: bde State-Changed-When: Sat Mar 25 06:45:30 PST 1995 State-Changed-Why: Man page obtained from 1.1.5. From owner-freebsd-bugs Sat Mar 25 08:43:38 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA25816 for bugs-outgoing; Sat, 25 Mar 1995 08:43:38 -0800 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA25809 for freebsd-bugs; Sat, 25 Mar 1995 08:43:38 -0800 Date: Sat, 25 Mar 1995 08:43:38 -0800 From: "Jordan K. Hubbard" Message-Id: <199503251643.IAA25809@freefall.cdrom.com> To: freebsd-bugs Subject: List of open Problem Reports Sender: bugs-owner@FreeBSD.org Precedence: bulk This is the list of currently open problem reports [1994/09/14] kern/1 Toshiba MK156FB scsi drive does not work with 2.0 ke [1994/09/22] i386/4 You can mount a filesystem multiple times "on top" o [1994/10/07] kern/6 System hangs while using slip or ppp connection [1994/11/13] i386/14 No MBR put on prestine IDE disk drive [1994/11/14] bin/17 "mount -t foo /dev/wd1h /mnt" gives incorrect error [1994/11/15] gnu/19 cvs commit core dumps on multiple files [1994/11/18] kern/21 kernel panic. [1994/11/18] conf/22 Cannot use links to share kernel objects [1994/11/23] kern/25 mounting a photocd panics the kernel [1994/11/23] kern/27 Loopback mounts confuse unmount-on-reboot code [1994/11/26] docs/29 man page descriptions of /etc/ftpwelcome and /etc/ft [1994/11/30] kern/34 nullfs and union mounts can result in wild pointer r [1994/12/03] kern/39 Recent config changes hosed ft config [1994/12/04] kern/40 Floppy tape probe hosed (FIX) [1994/12/06] kern/42 PC-NFS on -current can't access disks [1994/12/07] docs/43 manpage for keysu is missing. reference from keyinit [1994/12/07] kern/44 ep driver won't work with anything but bnc [1994/12/08] kern/46 ed driver don't know the link0 flag (IFF_LINK0) [1994/12/13] misc/48 Bug in /etc/rc [1994/12/13] misc/49 Bug in /etc/rc [1994/12/14] kern/51 Panic accessing NFS mounted file system [1994/12/14] gnu/54 No manual entry for uucpd [1994/12/18] bin/65 certian password entry errors confuse vipw forever [1994/12/18] misc/66 if you run bininst when you're on the net via slip, [1994/12/18] misc/67 It took 20 tries to get free-bsd installed [1994/12/18] misc/68 bininst leaves system kinda hung [1994/12/18] bin/71 Incomplete package of tcl7.3.tgz [1994/12/18] bin/72 emu-1.3 has empty app-defaults file [1994/12/18] bin/73 no man page in xearth package [1994/12/21] misc/75 Netboot ignores gateway [1994/12/20] conf/76 fdisk can't be trusted. [1994/12/21] i386/79 Reboots sometimes don't complete. [1994/12/23] misc/83 System crash after abrupt end of slip session [1995/01/03] kern/95 Configuring a SLIP device with source = destination [1995/01/09] kern/102 PANIC after running Merged Buffer Cache kernel for a [1995/01/10] bin/104 pax -rwl may corrupt filesystem [1995/01/11] i386/105 Distributed libm (msun) has non-standard error handl [1995/01/13] gnu/107 kernel build produces internal compiler error [1995/01/14] bin/109 at command doesn't parse dates time and doesn't prom [1995/01/14] misc/112 serious [1995/01/14] bin/113 /bin/csh and /usr/local/bin/tcsh choke on my nasty c [1995/01/14] bin/115 systat iostat display doesn't scale high enough [1995/01/14] bin/116 disk transfer rates reported by systat :iostat are t [1995/01/14] misc/118 use of 386bsd partition tag makes multi-os boot hard [1995/01/14] misc/119 you cannot tune your newfs parameters at intall time [1995/01/14] misc/120 first Initial security report is bogus becuase of ls [1995/01/14] bin/124 traceroute doesn't support -g flag. [1995/01/14] docs/125 no references to makewhatis in manual pages [1995/01/14] docs/127 locate man page does not have any clues to how the d [1995/01/14] misc/128 default owners of system directories is a security h [1995/01/14] bin/129 fsck cannot take a mount point as an argument [1995/01/14] docs/131 there is no man page for uucpd [1995/01/14] docs/132 gettytab documentation is split between /etc/gettyta [1995/01/14] bin/133 mail program doesn't have editheaders option [1995/01/14] misc/134 ispell (in ports) thinks the dictionary is in /usr/d [1995/01/14] bin/135 not enough ptys; virtual console names conflict with [1995/01/14] docs/137 domainname man page references getdomainname(2) whic [1995/01/14] kern/140 cdplay will not work with NEC210 [1995/01/14] kern/143 Processes using NFS (eg to link an X server) will so [1995/01/14] kern/144 Processes using NFS (eg to link an X server) will so [1995/01/15] bin/146 version of compress is kinda old and slow [1995/01/16] kern/147 auvoxware and xdm occasionally die with a signal 10 [1995/01/16] kern/148 auvoxware dumps core sometimes after playing file [1995/01/19] bin/151 One of the pkg_add set /tmp mod to 755 [1995/01/19] kern/152 Kernel config doesn't handle "irq 2" as irq 9 [1995/01/20] bin/153 mount -u improvement for diskless systems [1995/01/21] kern/157 Quota system does not work [1995/01/21] docs/159 uucp manual files have wrong file locations. [1995/01/21] docs/161 Not MAKEDEV(8) manual page. [1995/01/21] bin/163 telneting sometimes doesn't yield a "login:" prompt [1995/01/21] docs/164 no ptrace(2) manual page. [1995/01/21] docs/165 No documentation on kernel boot flags. [1995/01/21] misc/166 /usr/include/machine/asmacros.h includes uninstalled [1995/01/21] bin/167 makewhatis ignores symbolic links. [1995/01/21] kern/169 Errors from mkdir & mv when directories paths end wi [1995/01/21] bin/170 ar does not print an error message with readonly lib [1995/01/21] docs/171 No documentation on .forward files. [1995/01/21] bin/172 cp -f does not work [1995/01/21] bin/173 rc trys to mount modload fs before ld is available. [1995/01/21] bin/174 Poor error message from stty [1995/01/22] kern/175 Syscons does not recover X graphics mode [1995/01/22] kern/176 EIDRM not defined in errno.h [1995/01/22] docs/177 man pages missing for SYSV IPC funtions [1995/01/23] kern/179 Getty hangs on ttyv0 [1995/01/23] kern/180 Fiddling with process stack and using scanf with inv [1995/01/24] bin/182 Strange error from umount [1995/01/24] gnu/183 can't resolve "operator <<" overload [1995/01/24] bin/184 send-pr says "Aborting ..." and happily removes the [1995/01/25] kern/185 kernel stability problems - can't sustain uptimes > [1995/01/25] conf/187 Files referenced in Makefiles do not exist [1995/01/25] bin/188 disklabel uses c partition by default, kernel says d [1995/01/30] gnu/196 size of bss in *.o's reported wrong by size [1995/01/30] bin/198 1.1.5.1 pine binary loops; top shows fancy values [1995/02/01] bin/199 quiz(6) reading database bug, pattern matching bug [1995/02/01] bin/201 PPP does not find config-files [1995/02/01] misc/202 System hang or reboot without clues, tcp ppp named r [1995/02/02] bin/204 Installing failes [1995/02/05] kern/207 Using a local version of clntudp_create under gdb ca [1995/02/06] gnu/210 tar support for rsh doesn't work [1995/02/08] kern/211 mv returns "Invalid argument" unreasonably [1995/02/14] kern/214 Using wt driver crashes system [1995/02/14] kern/216 /kernel: panic: ffs_alloccg: map corrupted [1995/02/14] docs/218 dbm references from hash(3) [1995/02/16] kern/219 Performance on local net drops too much when SNDBUF [1995/02/16] misc/220 Cancel still doesn't work during install [1995/02/16] misc/221 lots of error messages during unpacking via ftp inst [1995/02/16] i386/222 boot prompt doesn't always work [1995/02/16] misc/223 default domain shouldn't be hostname [1995/02/18] kern/224 ppp net serial [1995/02/18] kern/225 Panic: invalid wire count when GDB kills stopped inf [1995/03/02] misc/229 acos() core dump [1995/03/03] bin/230 C++ contructors not being called [1995/03/05] gnu/231 send-pr initializes Organization with ~/.signature [1995/03/05] docs/232 The mandoc .St macro doesn't work or misses IEEE754 [1995/03/10] misc/236 2.0-950210-SNAP/src/extract.sh references "release" [1995/03/11] kern/238 failed assertion in ncr.c --> no more scsi disk acce [1995/03/11] gnu/240 gdb does not correctly find the stack in a core dump [1995/03/13] bin/241 strange behavior of /bin/sh [1995/03/13] bin/242 [1995/03/14] kern/243 missing routines for new sound drivers [1995/03/17] kern/247 Berkeley Packet Filter fix [1995/03/17] kern/248 scbus attach/probe information is inconsistent [1995/03/17] misc/249 $hostname variable in /etc/netstart not always set [1995/03/17] conf/250 /etc/netstart executes undesired hostname.xxx files [1995/03/18] i386/251 disklabel(8) refuses to install new bootstrap [1995/03/18] kern/253 Tagged queuing with an Adaptec 2842 controller doesn [1995/03/19] misc/254 fsck -p misbehaves for SIGQUIT [1995/03/19] gnu/256 nasty gdb bug back in 031595 system [1995/03/20] bin/261 There is no manpage for `ctm' itself; the ctm_{r,s}m [1995/03/20] docs/262 There is no man page for the map-mbone command [1995/03/20] docs/263 There is absolutely no documentation for the dialog [1995/03/21] docs/265 mrinfo and mtrace commands lack man pages [1995/03/21] kern/266 ifconfig panics kernel built without option NFS [1995/03/24] conf/273 syslogd no longer gets loaded at boot time From owner-freebsd-bugs Sat Mar 25 08:44:08 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA25867 for bugs-outgoing; Sat, 25 Mar 1995 08:44:08 -0800 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id IAA25860; Sat, 25 Mar 1995 08:44:07 -0800 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: GNU GNATS cc: freebsd-bugs@freefall.cdrom.com Subject: Re: List of open Problem Reports In-reply-to: Your message of "Sat, 25 Mar 95 04:30:01 PST." <199503251230.EAA21197@freefall.cdrom.com> Date: Sat, 25 Mar 1995 08:44:06 -0800 Message-ID: <25859.796149846@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > This is the list of currently open problem reports > Sorry folks, something is clearly broken here.. I'll look into it! Until then, I'm posting it manually.. Jordan From owner-freebsd-bugs Sat Mar 25 08:47:42 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA25928 for bugs-outgoing; Sat, 25 Mar 1995 08:47:42 -0800 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id IAA25921; Sat, 25 Mar 1995 08:47:41 -0800 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: gnats@freefall.cdrom.com (GNU GNATS), freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Subject: Re: List of open Problem Reports In-reply-to: Your message of "Sat, 25 Mar 95 14:20:30 +0100." <199503251320.OAA03831@uriah.heep.sax.de> Date: Sat, 25 Mar 1995 08:47:40 -0800 Message-ID: <25920.796150060@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > Ooops! This seems to be my fault. > > Jordan: put something like > > $ENV{'PATH'} = "/bin:/usr/bin/:/usr/local/bin"; > > into the script. Seems it's missing the /usr/local/bin part. :-( Done. I see you also reposted the bug report before I did.. Oh well, we'll have it twice this week! :-) Jordan From owner-freebsd-bugs Sat Mar 25 10:18:19 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA29192 for bugs-outgoing; Sat, 25 Mar 1995 10:18:19 -0800 Received: from post.demon.co.uk (post.demon.co.uk [158.152.1.72]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id KAA29182 for ; Sat, 25 Mar 1995 10:18:15 -0800 Received: from palmer.demon.co.uk by post.demon.co.uk id ab19885; 25 Mar 95 18:11 GMT Received: from localhost (gary@localhost [127.0.0.1]) by palmer.demon.co.uk (8.6.9/8.6.9) with SMTP id SAA00521 for ; Sat, 25 Mar 1995 18:10:43 GMT X-Authentication-Warning: palmer.demon.co.uk: Host localhost didn't use HELO protocol To: FreeBSD-Bugs Subject: make world MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <517.796155041.1@palmer.demon.co.uk> Date: Sat, 25 Mar 1995 18:10:42 +0000 Message-ID: <518.796155042@palmer.demon.co.uk> From: Gary Palmer Sender: bugs-owner@FreeBSD.org Precedence: bulk cc -pipe -DLKM -I/e/src/lkm/syscons/blank/.. -I/e/src/lkm/syscons/blank/../../../sys -DKERNEL -I/e/src/lkm/syscons/blank/../../sys -W -Wcomment -Wredundant-decls -c /e/src/lkm/syscons/blank/blank_saver.c /usr/include/machine/cpufunc.h: In function `inbc': /usr/include/machine/cpufunc.h:125: inconsistent operand constraints in an `asm' /usr/include/machine/cpufunc.h: In function `outbc': /usr/include/machine/cpufunc.h:132: inconsistent operand constraints in an `asm' *** Error code 1 Stop. [...] Gary From owner-freebsd-bugs Sat Mar 25 10:41:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA29734 for bugs-outgoing; Sat, 25 Mar 1995 10:41:02 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA29720; Sat, 25 Mar 1995 19:41:01 +0100 Date: Sat, 25 Mar 1995 19:41:01 +0100 From: Joerg Wunsch Message-Id: <199503251841.TAA29720@freefall.cdrom.com> To: jkh, joerg, freebsd-bugs Subject: Changed information for PR bin/261 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: There is no manpage for `ctm' itself; the ctm_{r,s}mail State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sat Mar 25 19:39:35 MET 1995 State-Changed-Why: I finally hacked a man page vor ctm(1) and ctm(5) out of the available stuff. From owner-freebsd-bugs Sat Mar 25 10:48:42 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA29957 for bugs-outgoing; Sat, 25 Mar 1995 10:48:42 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA29950 for ; Sat, 25 Mar 1995 10:48:33 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id EAA31046; Sun, 26 Mar 1995 04:45:55 +1000 Date: Sun, 26 Mar 1995 04:45:55 +1000 From: Bruce Evans Message-Id: <199503251845.EAA31046@godzilla.zeta.org.au> To: bugs@FreeBSD.org, gary@palmer.demon.co.uk Subject: Re: make world Sender: bugs-owner@FreeBSD.org Precedence: bulk >cc -pipe -DLKM -I/e/src/lkm/syscons/blank/.. -I/e/src/lkm/syscons/blank/../../../sys -DKERNEL -I/e/src/lkm/syscons/blank/../../sys -W -Wcomment -Wredundant-decls -c /e/src/lkm/syscons/blank/blank_saver.c >/usr/include/machine/cpufunc.h: In function `inbc': >/usr/include/machine/cpufunc.h:125: inconsistent operand constraints in an `asm' >/usr/include/machine/cpufunc.h: In function `outbc': >/usr/include/machine/cpufunc.h:132: inconsistent operand constraints in an `asm' inbc() and outbc() sometimes don't work when compiled without -O. How did the default `-O2' get replaced by the non-default `-pipe'? Bruce From owner-freebsd-bugs Sat Mar 25 10:58:44 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA00296 for bugs-outgoing; Sat, 25 Mar 1995 10:58:44 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA00289 for ; Sat, 25 Mar 1995 10:58:16 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id EAA31159 for bugs@freebsd.org; Sun, 26 Mar 1995 04:57:07 +1000 Date: Sun, 26 Mar 1995 04:57:07 +1000 From: Bruce Evans Message-Id: <199503251857.EAA31159@godzilla.zeta.org.au> To: bugs@FreeBSD.org Subject: if_fddisubr.c breaks LINT Sender: bugs-owner@FreeBSD.org Precedence: bulk if_fddisubr.c has always had an undeclared variable: cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc -I. -I./@ -I./@/sys -I./@/../include -DLINT -DGPROF -DI586_CPU -DI486_CPU -DI386_CPU -DPROBE_VERBOSE -DDSI_SOFT_MODEM -DCOM_MULTIPORT -DCOMCONSOLE -DFDSEEKWAIT="16" -DMAXCONS=16 -DHARDFONTS -DBOUNCE_BUFFERS -DAUTO_EOI_1 -DQUOTA -DUNION -DUMAPFS -DPROCFS -DPORTAL -DNULLFS -DMSDOSFS -DMFS -DLFS -DKERNFS -DFDESC -DCD9660 -DNFS -DFFS -DARP_PROXYALL -DIPACCT -DIPFIREWALL_VERBOSE -DIPFIREWALL -DMROUTING -DGATEWAY -DTCP_COMPAT_42 -DHDLC -DLLC -DEON -DNSIP -DTPCONS -DTPIP -DNS -DCCITT -DISO -DINET -DUCONSOLE -DDIAGNOSTIC -DKTRACE -DDODUMP -DDDB -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUSER_LDT -DCOMPAT_43 -DMATH_EMULATE -DOPEN_MAX=128 -DCHILD_MAX=128 -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -pg ./@/net/if_fddisubr.c ./@/net/if_fddisubr.c: In function `fddi_output': ./@/net/if_fddisubr.c:189: warning: implicit declaration of function `iso_snparesolve' ./@/net/if_fddisubr.c: In function `fddi_input': ./@/net/if_fddisubr.c:486: `ac' undeclared (first use this function) ./@/net/if_fddisubr.c:486: (Each undeclared identifier is reported only once ./@/net/if_fddisubr.c:486: for each function it appears in.) ./@/net/if_fddisubr.c:487: `eh' undeclared (first use this function) Bruce