From owner-freebsd-bugs Sun Jun 9 02:25:54 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA18783 for bugs-outgoing; Sun, 9 Jun 1996 02:25:54 -0700 (PDT) Received: from sbstark.cs.sunysb.edu (sbstark.cs.sunysb.edu [130.245.1.47]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA18762 for ; Sun, 9 Jun 1996 02:25:50 -0700 (PDT) Received: (from root@localhost) by sbstark.cs.sunysb.edu (8.6.12/8.6.9) with UUCP id FAA07124; Sun, 9 Jun 1996 05:24:14 -0400 Received: (from gene@localhost) by starkhome.cs.sunysb.edu (8.6.11/8.6.9) id FAA10047; Sun, 9 Jun 1996 05:25:05 -0400 Date: Sun, 9 Jun 1996 05:25:05 -0400 From: Gene Stark Message-Id: <199606090925.FAA10047@starkhome.cs.sunysb.edu> To: ac199@freenet.hamilton.on.ca Cc: freebsd-bugs@freefall.freebsd.org In-reply-to: Tim Vanderhoek's message of Sat, 8 Jun 1996 20:52:03 -0400 (EDT) Subject: docs/1303: printf(3) manpage lies patently References: <4pdnb5$8aq@starkhome.cs.sunysb.edu> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >"Because sprintf() and vsprintf() assume an infinitely long string, >callers must be careful not to overflow the actual space; this is often >impossible to assure." > > The last statement in the quote is a patent lie, as the >following code will readily demonstrate. It is never impossible >to assure that sprintf() and vsprintf() do not overflow the actual >space available to them. Your code is very clever and all, but you run the risk of deadlock when a process sends data to itself over a pipe. - Gene Stark From owner-freebsd-bugs Sun Jun 9 03:20:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA04712 for bugs-outgoing; Sun, 9 Jun 1996 03:20:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA04689; Sun, 9 Jun 1996 03:20:02 -0700 (PDT) Resent-Date: Sun, 9 Jun 1996 03:20:02 -0700 (PDT) Resent-Message-Id: <199606091020.DAA04689@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, pjchilds@imforei.apana.org.au Received: from al.imforei.apana.org.au (al.imforei.apana.org.au [202.12.89.41]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA04384 for ; Sun, 9 Jun 1996 03:19:11 -0700 (PDT) Received: (from pjchilds@localhost) by al.imforei.apana.org.au (8.7.5/8.7.3) id TAA24005; Sun, 9 Jun 1996 19:49:03 +0930 (CST) Message-Id: <199606091019.TAA24005@al.imforei.apana.org.au> Date: Sun, 9 Jun 1996 19:49:03 +0930 (CST) From: Peter Childs Reply-To: pjchilds@imforei.apana.org.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1304: kernel tunnel bug Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1304 >Category: kern >Synopsis: incorrect return >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 9 03:20:01 PDT 1996 >Last-Modified: >Originator: Peter Childs >Organization: Peter Childs --- http://www.imforei.apana.org.au/~pjchilds >Release: FreeBSD 2.1-STABLE i386 >Environment: 2.1-stable CTM'd to 116. >Description: Line 150 of /sys/net/if_tun.c returns ENXIO when it should return EBUSY. This can cause problems if the ppp code assumes because device 0 returned ENXIO that no other devices will be available (which would be sensible), and terminates its loop without assigning a tunnel device. The current stable :) os.c code doesn't, but thats broken in its own special way anyway :) >How-To-Repeat: Glance at the code.. >Fix: change return ENXIO; to return EBUSY; >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Jun 9 04:06:51 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA24612 for bugs-outgoing; Sun, 9 Jun 1996 04:06:51 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA24569; Sun, 9 Jun 1996 04:06:47 -0700 (PDT) Date: Sun, 9 Jun 1996 04:06:47 -0700 (PDT) From: Gary Palmer Message-Id: <199606091106.EAA24569@freefall.freebsd.org> To: pjchilds@imforei.apana.org.au, gpalmer, freebsd-bugs Subject: Re: kern/1304 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: incorrect return State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sun Jun 9 04:05:43 PDT 1996 State-Changed-Why: Fixed in rev. 1.6.4.2 of /sys/net/if_tun.c From owner-freebsd-bugs Sun Jun 9 04:30:26 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA02985 for bugs-outgoing; Sun, 9 Jun 1996 04:30:26 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA02969 for freebsd-bugs; Sun, 9 Jun 1996 04:30:23 -0700 (PDT) Date: Sun, 9 Jun 1996 04:30:23 -0700 (PDT) From: Paul Traina Message-Id: <199606091130.EAA02969@freefall.freebsd.org> To: freebsd-bugs Subject: active bugs Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions fo FreeBSD including experimental development code and obsolete releases. Bugs can be in one of several states: open A problem report has been submitted, no sanity checking performed analyzed The report has been examined by a team member and evaluated feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. suspended Work on the problem has been postponsed. This happens if a timely solution is not possible or is not cost-effective at the present time. The PR continues to exist, though a solution is not being actively sought. If the problem cannot be solved at all, it will be closed, rather than suspended. closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Engr. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard f [1995/05/28] kern/452 davidg vnode swapping panics f [1995/11/11] bin/817 fenner Wrong route to remote network f [1995/11/27] kern/840 peter Kernel page directory invalid o [1995/12/03] kern/863 davidg panic on kernel page fault, NULL curproc o [1995/12/08] kern/876 mpp NFS allows bogus accesses to cached data o [1996/01/09] kern/940 panic: free vnode isn't o [1996/01/13] ports/944 pst Security fixes for Fvwm 1.24r a [1996/01/22] kern/965 bde 2.0.5: system crashes daily because of "m o [1996/01/29] kern/978 se Three deadlocks in row o [1996/02/08] kern/1008 Daily crash while writing network backups o [1996/02/23] bin/1040 wollman with certain flags, route can reboot your a [1996/03/04] kern/1059 hsu null fs panics system o [1996/04/06] kern/1121 dyson System crashes on boot up just after the o [1996/04/29] kern/1163 2.2-960323-SNAP: fatal trap 12 o [1996/05/07] kern/1177 dyson Machine hangs with message "vm_fork: no p o [1996/05/19] kern/1217 separating to hardrives to two IDE channe o [1996/05/26] kern/1257 dyson System got blown away by "vm_pageout_scan f [1996/05/27] i386/1259 gibbs 960501-SNAP doesnt detect SCSI devices on o [1996/06/01] kern/1286 cluster_read() calls strategy routine wit o [1996/06/05] kern/1296 BUS DEVICE RESET and machine crash with A o [1996/06/08] kern/1302 3COM 3c590 can't receive packets 22 problems total. Serious problems S Submitted Tracker Engr. Description ------------------------------------------------------------------------------- o [1994/11/30] kern/34 davidg nullfs and union mounts can result in wil o [1995/01/10] bin/104 pax -rwl may corrupt filesystem o [1995/01/24] gnu/183 bde can't resolve "operator <<" overload a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m a [1995/03/20] docs/264 paul There are no manual pages for the forms l a [1995/03/22] kern/267 davidg NFS code gives error messages, systems ja o [1995/04/01] kern/291 se PCI devices still probe/attach after bein o [1995/04/09] bin/323 nate Creating lost+found causes fsck to stop f o [1995/04/20] kern/353 se xcdplayer crashes machine (with NCR810 SC o [1995/05/08] bin/389 Simultaneous creation/deletion of dirs co a [1995/05/09] bin/392 Simultaneous cp and ls of files on dos f/ o [1995/05/14] kern/416 sos page fault in syscons.c:scopen() o [1995/05/16] kern/425 wollman arp entries not getting removed when inte o [1995/05/25] kern/443 65 sendmails crashes system o [1995/05/26] kern/446 phk unable to diskless-boot a PC when the ser a [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/06/17] kern/528 bde slow 386 reports excessive interrupt-leve o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line o [1995/07/13] kern/611 pst WIDE-dhcp doesn't work with FreeBSD-2.0 b o [1995/08/01] bin/648 bde printf format conversion incorrect (dupli o [1995/08/15] i386/692 bde My modem is not found if my external cach o [1995/08/21] kern/703 amurai ppp not always deleting route properly wh o [1995/08/22] bin/706 increased root DNS traffic and long laten o [1995/09/19] bin/728 joerg /bin/sh messes up quoting when going thro f [1995/09/20] kern/730 gibbs 3Com 3C5x9 probe problem o [1995/09/21] docs/731 socketpair(2) and man page inconsistent a o [1995/09/26] bin/739 Some problems when an output filter reads o [1995/09/27] kern/745 se occasional filesystem inconsistencies, an o [1995/09/27] bin/747 date(1) gives weird time zones and interp o [1995/09/27] kern/750 cd9660 confused by not-ready or I/O error o [1995/10/05] misc/767 Configure-time does time-warp on non-UTC a [1995/10/07] bin/771 wollman telnet character mode not set and broken o [1995/10/09] kern/774 dump fails with "slave couldn't reopen di o [1995/10/11] bin/777 patch doesn't realize stdin is closed and o [1995/10/12] bin/778 tar complains "EOF not on block boundary" a [1995/10/15] kern/782 davidg chmod does a null pointer dereference o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps a [1995/10/26] kern/794 swap partition at offset 0 still broken o [1995/10/29] kern/798 PPP panics, touches 0xdeadc0de pointers o [1995/11/12] kern/820 scsi tape problems o [1995/11/16] bin/826 tcpmux listener in inetd does not work o [1995/11/21] i386/833 SCSI hard disks time out during tape rewi o [1995/11/27] kern/845 joerg Automatic reboot says you can abort but b o [1995/11/28] bin/850 dump treats write-protect as an EOT & spo o [1995/12/01] bin/859 joerg /bin/sh -c does not ignore SIGINT o [1995/12/02] kern/860 msmith visual mode in kernel -c is too restricti o [1995/12/04] i386/867 nate Notebook with APM and 3C589C in PCMCIA fr f [1995/12/07] bin/873 fenner Invalid route to remote network o [1995/12/20] i386/906 davidg /sys/i386/boot/netboot/nb8390.com cannot o [1995/12/21] kern/907 scsi-dat tape station has stopped working o [1995/12/21] bin/908 sed bug with trailing backslashes o [1995/12/29] kern/920 bde sio output looses chars in fifo on close( o [1996/01/01] bin/926 Mounting nfs disks before starting mountd o [1996/01/02] kern/927 VGA mode not restored o [1996/01/06] kern/932 de0 occasionally enables 100baseTX when p o [1996/01/12] misc/942 X11 mono server dumps core on supported v o [1996/01/16] kern/949 panic, undebugable dump? o [1996/01/17] kern/951 -current kernel crashes with devfs error o [1996/01/19] kern/956 Kernel page fault, null callp o [1996/01/25] kern/971 Default limits for number of processes pe o [1996/01/27] kern/974 ktrace causes panic: freeing busy page o [1996/01/28] kern/976 se NCR SCSI driver gives assertion errors an o [1996/01/29] kern/979 Linux programs using pipes crash system o [1996/02/01] bin/986 problems make-ing with cd in the rule o [1996/02/03] kern/991 joerg pcvt keyboard doesn't accept input at cra o [1996/02/06] kern/998 bde badness in file system silently crashes m o [1996/02/10] kern/1016 dyson panic: vm_page_free: freeing free page, s o [1996/02/10] kern/1017 dyson ssh stopped working between 15th Jan and o [1996/02/12] kern/1018 dyson panic: unwire: page not in pmap o [1996/02/12] bin/1019 joerg getty cannot detect ppp logins o [1996/02/12] kern/1020 Boca 16-port board still hangs o [1996/02/12] docs/1023 mpp using touch to create swap file for NFS d o [1996/02/17] bin/1030 joerg /bin/sh does not pass environment variabl o [1996/02/27] kern/1045 Lockup: b_to_q to a clist with no reserve o [1996/02/28] i386/1048 ep driver fails to detect card when told a [1996/02/28] kern/1049 fenner /kernel: arpresolve: can't allocate llinf o [1996/02/28] bin/1050 Process (zip) hangs (unkillable) after fl o [1996/02/29] bin/1052 joerg /bin/sh problem with new GCC (snapshot fo o [1996/03/05] kern/1064 Recursive panic? o [1996/03/06] kern/1065 wt could crash reading short blocks o [1996/03/06] kern/1066 Arnet driver: panic when ifconfig PPP -> a [1996/03/06] kern/1067 mpp panic: ufs_lock: recursive lock not expec o [1996/03/09] ports/1072 asami tex port (ftplib.pl) does not support pas o [1996/03/09] bin/1073 telnet -8 does not work with SunOS or Sol o [1996/03/11] conf/1076 'make install' fails for /usr/src/share/e o [1996/03/16] kern/1081 Fatal double fault o [1996/03/17] kern/1087 Device close entry is not called when unm o [1996/03/20] kern/1092 ftruncate(2) returns EINVAL o [1996/03/21] bin/1095 make's continuation line handling buggy w o [1996/03/21] i386/1097 system hang during tape rewind/aic7870 co o [1996/03/23] kern/1098 File system corruption (2 cases) o [1996/03/26] kern/1102 smpatel Differentiation of FreeBSD & Linux ELF bi o [1996/03/30] bin/1111 mail.local will happily deliver mail to a o [1996/04/05] kern/1118 panic: setrunqueue encountered when wine o [1996/04/07] kern/1122 Kernel (current) does not see all memory o [1996/04/09] bin/1127 joerg sh(1) parameter expansion for substring p o [1996/04/11] kern/1134 se PPB support is broken for multiple/unknow o [1996/04/11] kern/1135 starting an extra mountd and then killing a [1996/04/14] kern/1140 fenner arpresolve does a null pointer dereferenc o [1996/04/24] kern/1157 SCSI Disk Timeouts (ahc0) o [1996/04/28] kern/1160 Panic: bad dir o [1996/04/28] kern/1161 -current panic on boot if DIAGNOSTIC opti o [1996/04/29] kern/1164 machine locks up o [1996/04/30] kern/1166 pmap panic (dump available) o [1996/05/02] kern/1171 panic: setrunnable after touching long id o [1996/05/06] conf/1176 jkh sysinstall ftp error messages not helpful o [1996/05/08] kern/1180 freeing held page, count=%d o [1996/05/10] misc/1187 pppd dies with a segv o [1996/05/11] kern/1190 panic: page fault (wild pointer?) o [1996/05/14] kern/1204 umount -f after SCSI reset -> reboot o [1996/05/16] kern/1208 Rebooting nfs server results "Permission o [1996/05/17] gnu/1210 gcc (v2.6.3) -O and -O2 compile-time bus o [1996/05/18] bin/1212 ppp eventually runs out of file descripto o [1996/05/18] kern/1213 kernel page fault o [1996/05/21] kern/1227 dyson vm_page_activate: already active (new vm o [1996/05/21] kern/1228 probe doesn't find P-n-P modem o [1996/05/21] bin/1231 make(1) execution of ``.BEGIN'' does not o [1996/05/24] kern/1245 scsi tape driver write-protet and eject h o [1996/05/24] misc/1247 Conflicting header files o [1996/05/24] bin/1248 joerg /bin/sh has trouble with arguments past 9 o [1996/05/26] i386/1251 aha0 and bt0(eisa) conflicts again. o [1996/05/26] kern/1252 Heavy activity on a CD causes panic o [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/05/27] kern/1258 dyson new vm code: freeing held page o [1996/05/27] kern/1269 dyson vm_pageout_scan: page not inactive? (loop o [1996/05/28] conf/1270 /etc/ttys does not list all valid ptys (b o [1996/05/28] kern/1271 phk Kernel panic using PLIP in 27/05 current o [1996/05/28] kern/1274 Kernel panics with filesystem error o [1996/05/29] kern/1278 SUN Solaris clients gets host not respond o [1996/05/31] kern/1284 dyson panic: vm_page_free: freeing busy page o [1996/05/31] conf/1285 route_multicast and route_loopback lines o [1996/06/02] bin/1287 joerg /bin/sh does alias expansion in case patt o [1996/06/02] i386/1288 bde wdgetctlr (wd.c) return incorrect number o [1996/06/03] bin/1289 errno breaks in thread-safe c++ compiles o [1996/06/05] kern/1293 Fatal trap 12: page fault while in kernel o [1996/06/06] misc/1299 National charecter problem in XFree86 o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA 137 problems total. Non-critical problems S Submitted Tracker Engr. Description ------------------------------------------------------------------------------- a [1994/12/01] kern/35 bde mount -t union -o -b : lower layer not se o [1995/01/14] bin/115 bde systat iostat display doesn't scale high o [1995/01/14] bin/129 davidg fsck cannot take a mount point as an argu o [1995/01/15] bin/146 version of compress is kinda old and slow o [1995/01/21] bin/173 jkh rc trys to mount modload fs before ld is o [1995/01/21] bin/174 Poor error message from stty o [1995/01/22] kern/176 peter EIDRM not defined in errno.h o [1995/01/24] bin/184 pst send-pr says "Aborting ..." and happily r o [1995/01/30] bin/198 asami 1.1.5.1 pine binary loops; top shows fanc o [1995/03/17] kern/247 pst Berkeley Packet Filter fix o [1995/03/28] kern/281 Messages printed when checking CD ROM dev o [1995/03/28] kern/282 gibbs buslogic adapter information WAY too verb a [1995/04/09] bin/326 Weekly cron generates some usage and erro o [1995/04/20] misc/355 policy on /usr/local permission in base r o [1995/05/12] bin/398 scrappy VI doesnt do the correct thing o [1995/05/13] bin/401 wollman Add REMOTE_* variables o [1995/05/13] bin/402 ache w -n shows non-numeric addresses o [1995/05/15] misc/423 Sound devices are too insecure o [1995/05/23] i386/440 sos want vidcontrol option to apply settings a [1995/05/27] gnu/450 scrappy tar --exclude -c doesn't work o [1995/06/15] bin/517 wpaul Bad group change with 'install' o [1995/07/05] bin/591 phk SPAP request REJexted in stead of NAKed o [1995/08/05] gnu/655 jdp ld -r of shared objects worked in 1.1.5, o [1995/08/07] bin/658 wollman ifconfig alias has to be separately given o [1995/08/07] bin/661 Hercules is not capable of having a ISO-L o [1995/08/11] ports/673 joerg /bin/sh + inn1.4 innwatch going belly up o [1995/08/11] bin/675 make does unnecessary rebuilds o [1995/08/12] kern/677 dyson X gets a bus error when calling mmap() o [1995/08/13] bin/680 joerg 2.0.5's tip using termios doesn't act the o [1995/08/14] bin/683 wosch cron(8) o [1995/08/18] kern/700 fenner The comments in /sys/net/if.h are confusi o [1995/08/29] bin/715 ache ls gives weird tabular form o [1995/09/23] docs/735 wollman missing description for mount options in o [1995/09/26] kern/742 dyson syslog errors accessing Mac hard disks [p o [1995/09/27] bin/743 scrappy vi cannot edit a file where the name star o [1995/09/28] kern/752 wollman setting multiple addresses for a single i o [1995/09/28] kern/753 julian my archive scsi tape drive does not work o [1995/09/28] docs/754 nate there is no man page for the psm(4) mouse o [1995/10/03] kern/765 phk umount -f can`t umount a NFS filesystem i o [1995/10/14] kern/781 bde OPEN_MAX in kernel config and FD_SETSIZE o [1995/10/25] kern/792 dyson cd9660 very slow. o [1995/10/29] docs/801 mpp rlogind k, v, and x options are not docum o [1995/10/31] bin/803 bsd m4 chokes and dies while FSF m4 works o [1995/11/11] bin/815 mountd reports unknown hosts with non-inf o [1995/11/13] kern/821 Config doesn't properly trap signals o [1995/11/20] kern/831 one minor complaint about the kernel visu o [1995/11/22] kern/835 davidg ed panics with SMC ultra with iomem, if n o [1995/11/25] bin/839 by default, use of "at" is overly restric o [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/28] misc/848 jkh Inst gripes about geometry but won't acce o [1995/11/28] misc/849 jkh Install skimps on inodes and newfs defaul o [1995/11/30] bin/854 swapinfo shows incorrect information for o [1995/11/30] ports/857 asami Need ANSI_C define to not declare some fu o [1995/12/03] kern/861 sb16 support in 2.1 is erratic and has co o [1995/12/06] ports/871 asami port.subdir.mk DEBUG_FLAGS is not used fo o [1995/12/17] kern/900 dyson ext2fs triggers divide by zero trap in vn o [1995/12/25] bin/914 hayes dialer for tip fails 1st attempt to a [1995/12/29] misc/922 From line handling incorrect in mail.loca o [1995/12/31] kern/924 EISA devices have disappeared from vmstat o [1996/01/06] misc/934 amurai ppp dies with Bus Error when processing l o [1996/01/15] kern/946 divide-by-zero in kernel on bad disk info o [1996/01/19] bin/958 ttys file does not include all ptys o [1996/01/21] bin/961 'more $file', incorrect CRLF compacting. o [1996/01/23] ports/968 asami Netscape & cern_httpd ports out of date/d o [1996/01/28] kern/975 bde getrusage returns negative deltas a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases o [1996/02/03] bin/993 g++ complains about /usr/include/machine/ o [1996/02/04] kern/994 sos syscons bug in ESC[nX handling (w/fix) o [1996/02/07] bin/999 peter /usr/share/mk/sys.mk missing common $(RM) o [1996/02/07] kern/1001 bde M_NAMEI malloc leak in the kernel o [1996/02/09] kern/1012 vnode_pager_putpages: attempt to write me o [1996/02/12] bin/1021 phk pppd doesn't handle PAP-only authenticati o [1996/02/14] kern/1026 deadlocks if parent vfork and child has c o [1996/02/14] bin/1028 shutdown -r does not seem to always compl o [1996/02/15] bin/1029 cd behaves erraticly if cwd is a mount-po o [1996/02/19] bin/1035 ls to terminal always uses ? for non-prin o [1996/02/19] docs/1036 mpp List of dead xrefs in man pages o [1996/02/19] bin/1037 2.x telnetd handles CTRL-M differently th o [1996/02/25] i386/1042 bde Warning from sio driver reports wrong dev o [1996/02/26] misc/1043 dyson vm_bounce_alloc error on 2.1 install with o [1996/02/27] gnu/1047 send-pr: Aborting... o [1996/02/29] kern/1051 zip fails on dos partition o [1996/03/02] bin/1056 pppd fails if -detach o [1996/03/08] bin/1068 man ignores -P option when combined with o [1996/03/08] ports/1069 TkMan acts erroneusly on apropos o [1996/03/09] bin/1070 /usr/bin/fstat doesn't display open, acti o [1996/03/09] bin/1074 tty rows & columns settings sometimes res o [1996/03/18] docs/1089 stat manpage unclear about st_mtime & fri o [1996/03/20] kern/1090 iostat displays incorrect sps count o [1996/03/20] bin/1093 wollman route's diagnostic is weird o [1996/03/28] bin/1105 Bug in find command o [1996/03/28] ports/1109 asami mods to vim-3.0 port o [1996/04/06] kern/1119 dyson Mounted EXT2FS partition is not cleanly u o [1996/04/12] bin/1136 joerg broken printf in sh(1) o [1996/04/14] bin/1139 uname.1 and uname.c disagree about displa o [1996/04/14] docs/1141 mpp pcvt(4) references non-existent man page. o [1996/04/15] docs/1142 mpp signal manpage doesn't describe sig param o [1996/04/15] docs/1143 mpp sigaction manpage doesn't describe sig pa o [1996/04/15] kern/1144 sig{add, del}set and sigismember fns don' o [1996/04/15] bin/1145 tftpd should support -s o [1996/04/19] docs/1151 mpp intro(3) references libc(3) and plot(3), o [1996/04/22] bin/1154 Configure tunN device for ip-over-ip tunn o [1996/04/23] ports/1155 systat or top display disagreeing informa o [1996/04/25] bin/1158 atq uses GMT time instead of TZ time a [1996/05/01] ports/1168 asami New version of pine. 3.93 fixes bugs in o [1996/05/02] docs/1169 mpp bogus reference to keysu(1) in key(1) and o [1996/05/02] docs/1170 mpp include files missing from get{peer,sock} o [1996/05/09] bin/1181 fsck displays wrong char in "option?" dia o [1996/05/09] bin/1182 timed records improper entry in wtmp o [1996/05/09] bin/1184 scrappy ls + xterm + nvi + columns != 80 + ^Z = m o [1996/05/10] kern/1186 MFS doesn't mark memory free when it's fi o [1996/05/12] kern/1192 alex various ipfw.[ch] changes (see below) o [1996/05/12] bin/1193 alex Cleanup + ability to zero individual chai o [1996/05/12] kern/1195 dyson stable with DIAGNOSTIC panics `vm_page_un o [1996/05/13] ports/1200 asami pop3 requests may crash client o [1996/05/13] kern/1201 FreeBSD SCSI changer driver leaves a bit o [1996/05/15] bin/1206 /bin/sh + emacs + ^G = ruined terminal o [1996/05/16] gnu/1209 send-pr should refuse PR's without subjec o [1996/05/18] docs/1214 lseek() manpage refers to fildes argument o [1996/05/19] kern/1216 Support for i586 clock clibration is not o [1996/05/19] kern/1219 alex IPFW kernel code enhancements o [1996/05/19] bin/1220 alex IPFW: configuration utility enhancements o [1996/05/20] bin/1221 new gcc-2.7.2 gives a LOT of warnings, an o [1996/05/20] ports/1222 Header files conflict o [1996/05/21] bin/1229 redundant redeclaration of `lseek' o [1996/05/21] bin/1230 make ``.for'' loops iterate backwards o [1996/05/22] kern/1236 joerg some #def's in pcvt_conf.h not braketed b o [1996/05/25] docs/1249 incorrect manpages o [1996/05/26] kern/1253 if_tun counts packets but not bytes o [1996/05/27] i386/1260 wd probe take unusually long (45s ea) on o [1996/05/27] conf/1264 panic with two new Quantum FireBall 1280 o [1996/05/27] kern/1265 joerg warnings in pcv o [1996/05/27] bin/1266 alex IPFW: Resolve service names with -N optio o [1996/05/27] kern/1267 alex Kernel allows deletion of default policy o [1996/05/27] docs/1268 The 'pty' manpage isn't consistant with r o [1996/05/28] docs/1272 document the -o option for f2c o [1996/05/28] bin/1273 remote hostname gets corrupted in rshd o [1996/05/31] kern/1283 joerg cleaning out some compiler fuzz from pcvt 138 problems total. From owner-freebsd-bugs Sun Jun 9 04:40:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA06837 for bugs-outgoing; Sun, 9 Jun 1996 04:40:09 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA06804; Sun, 9 Jun 1996 04:40:06 -0700 (PDT) Date: Sun, 9 Jun 1996 04:40:06 -0700 (PDT) From: Gary Palmer Message-Id: <199606091140.EAA06804@freefall.freebsd.org> To: gpalmer, freebsd-bugs, gpalmer Subject: Re: kern/1253 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: if_tun counts packets but not bytes Responsible-Changed-From-To: freebsd-bugs->gpalmer Responsible-Changed-By: gpalmer Responsible-Changed-When: Sun Jun 9 04:39:02 PDT 1996 Responsible-Changed-Why: I'm going to be working in this area RSN. From owner-freebsd-bugs Sun Jun 9 04:47:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA09391 for bugs-outgoing; Sun, 9 Jun 1996 04:47:08 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA09367; Sun, 9 Jun 1996 04:47:05 -0700 (PDT) Date: Sun, 9 Jun 1996 04:47:05 -0700 (PDT) From: Gary Palmer Message-Id: <199606091147.EAA09367@freefall.freebsd.org> To: gpalmer, freebsd-bugs, gibbs Subject: Re: kern/1296 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: BUS DEVICE RESET and machine crash with Adaptec 2940 Ultra Responsible-Changed-From-To: freebsd-bugs->gibbs Responsible-Changed-By: gpalmer Responsible-Changed-When: Sun Jun 9 04:46:13 PDT 1996 Responsible-Changed-Why: Adaptec stuff is Justin's area. From owner-freebsd-bugs Sun Jun 9 04:49:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA10217 for bugs-outgoing; Sun, 9 Jun 1996 04:49:09 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA10182; Sun, 9 Jun 1996 04:49:06 -0700 (PDT) Date: Sun, 9 Jun 1996 04:49:06 -0700 (PDT) From: Gary Palmer Message-Id: <199606091149.EAA10182@freefall.freebsd.org> To: sysseh@devetir.qld.gov.au, gpalmer, freebsd-bugs Subject: Re: kern/979 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Linux programs using pipes crash system State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sun Jun 9 04:48:25 PDT 1996 State-Changed-Why: Submitter reports problem fixed in later revisions of the Linux emulator. From owner-freebsd-bugs Sun Jun 9 10:26:35 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA25140 for bugs-outgoing; Sun, 9 Jun 1996 10:26:35 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA25118; Sun, 9 Jun 1996 10:26:33 -0700 (PDT) Date: Sun, 9 Jun 1996 10:26:33 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199606091726.KAA25118@freefall.freebsd.org> To: root@jc.f1.ru, phk, freebsd-bugs Subject: Re: kern/1186 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: MFS doesn't mark memory free when it's filespace cleaned State-Changed-From-To: open-closed State-Changed-By: phk State-Changed-When: Sun Jun 9 10:26:05 PDT 1996 State-Changed-Why: working as designed. A true VMFS on the otherhand could be fun :-) From owner-freebsd-bugs Sun Jun 9 10:30:51 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA25962 for bugs-outgoing; Sun, 9 Jun 1996 10:30:51 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA25933; Sun, 9 Jun 1996 10:30:47 -0700 (PDT) Date: Sun, 9 Jun 1996 10:30:47 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199606091730.KAA25933@freefall.freebsd.org> To: phk@critter.tfs.com, phk, freebsd-bugs Subject: Re: kern/1063 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: gzip a.out execution is not ok (?) State-Changed-From-To: open-feedback State-Changed-By: phk State-Changed-When: Sun Jun 9 10:26:41 PDT 1996 State-Changed-Why: Belived to be solved. Close by July 9th if no other data found. From owner-freebsd-bugs Sun Jun 9 10:35:46 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA27086 for bugs-outgoing; Sun, 9 Jun 1996 10:35:46 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA27058; Sun, 9 Jun 1996 10:35:43 -0700 (PDT) Date: Sun, 9 Jun 1996 10:35:43 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199606091735.KAA27058@freefall.freebsd.org> To: hsu@clinet.fi, phk, freebsd-bugs Subject: Re: kern/974 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ktrace causes panic: freeing busy page State-Changed-From-To: open-feedback State-Changed-By: phk State-Changed-When: Sun Jun 9 10:34:40 PDT 1996 State-Changed-Why: Belived closed. Report back by july 9th if not. Close by july 9th if no feedback. From owner-freebsd-bugs Sun Jun 9 10:38:56 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA27560 for bugs-outgoing; Sun, 9 Jun 1996 10:38:56 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA27533; Sun, 9 Jun 1996 10:38:54 -0700 (PDT) Date: Sun, 9 Jun 1996 10:38:54 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199606091738.KAA27533@freefall.freebsd.org> To: muir@idiom.com, phk, freebsd-bugs Subject: Re: kern/443 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: 65 sendmails crashes system State-Changed-From-To: open-feedback State-Changed-By: phk State-Changed-When: Sun Jun 9 10:38:37 PDT 1996 State-Changed-Why: Belived closed. Report back by july 9th if not. Close by july 9th if no feedback. From owner-freebsd-bugs Sun Jun 9 12:48:59 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA13347 for bugs-outgoing; Sun, 9 Jun 1996 12:48:59 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA13322 for ; Sun, 9 Jun 1996 12:48:36 -0700 (PDT) Received: from palmer.demon.co.uk (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with ESMTP id UAA09063 for ; Sun, 9 Jun 1996 20:48:13 +0100 (BST) To: bugs@FreeBSD.ORG From: "Gary Palmer" Subject: i386/1260: wd probe take unusually long (45s ea) on ASUS Triton II Date: Sun, 09 Jun 1996 20:48:12 +0100 Message-ID: <9061.834349692@palmer.demon.co.uk> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Should this be closed since the consensus seems to be that the ATAPI spec. calls for long delays for probing? I note that Bruce says that the driver is actually buggy in some respect (I don't know the ATAPI spec, so I can't make head nor tail of what he said :-) ) Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-bugs Sun Jun 9 14:26:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23549 for bugs-outgoing; Sun, 9 Jun 1996 14:26:27 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA23539; Sun, 9 Jun 1996 14:26:22 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id HAA16353; Mon, 10 Jun 1996 07:21:56 +1000 Date: Mon, 10 Jun 1996 07:21:56 +1000 From: Bruce Evans Message-Id: <199606092121.HAA16353@godzilla.zeta.org.au> To: bugs@FreeBSD.ORG, gpalmer@FreeBSD.ORG Subject: Re: i386/1260: wd probe take unusually long (45s ea) on ASUS Triton II Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Should this be closed since the consensus seems to be that the ATAPI >spec. calls for long delays for probing? I note that Bruce says that It should be closed because our probe technology is not going to support concurrent probes any time soon. >the driver is actually buggy in some respect (I don't know the ATAPI >spec, so I can't make head nor tail of what he said :-) ) The long delay should be about 3 times longer, unless the second reset is removed - then the delay should be only 1.5 times longer :-). (The second reset is for old MFM drives with unknown timing and is probably just a waste of time for ATA drives.) Bruce From owner-freebsd-bugs Sun Jun 9 15:58:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03851 for bugs-outgoing; Sun, 9 Jun 1996 15:58:27 -0700 (PDT) Received: from insanus.matematik.su.se (insanus.matematik.su.se [130.237.198.12]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA03842 for ; Sun, 9 Jun 1996 15:58:24 -0700 (PDT) Received: from localhost (prudens.matematik.su.se [130.237.198.5]) by insanus.matematik.su.se (8.7.5/8.6.9) with ESMTP id AAA17514 for ; Mon, 10 Jun 1996 00:58:28 +0200 (MET DST) Message-Id: <199606092258.AAA17514@insanus.matematik.su.se> X-Address: Department of Mathematics, Stockholm University S-106 91 Stockholm SWEDEN X-Phone: int+46 8 162000 X-Fax: int+46 8 6126717 X-Url: http://www.matematik.su.se To: freebsd-bugs@freebsd.org Subject: Bug in /usr/bin/dc in FreeBSD 2.1 Date: Mon, 10 Jun 1996 00:58:22 +0200 From: Torbjorn Granlund Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Obviously, the result here is wrong: $ dc 2017612633061982201 14336 %p 110000001014329 Torbjörn PS. Sorry, send-pr as installed by your install scripts doesn't work. I get this error message: send-pr: could not read /usr/local/lib/gnats/FreeBSD for categories list. If I create that file, I instead get this error message: /usr/local/bin/send-pr: 337: Syntax error: "fi" unexpected (expecting "done") From owner-freebsd-bugs Sun Jun 9 17:25:50 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18867 for bugs-outgoing; Sun, 9 Jun 1996 17:25:50 -0700 (PDT) Received: from kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA18855 for ; Sun, 9 Jun 1996 17:25:46 -0700 (PDT) Received: from mailbox.mcs.com (Mailbox.mcs.com [192.160.127.87]) by kitten.mcs.com (8.7.5/8.6.9) with SMTP id TAA13419; Sun, 9 Jun 1996 19:25:44 -0500 (CDT) Received: by mailbox.mcs.com (/\==/\ Smail3.1.28.1 #28.5) id ; Sun, 9 Jun 96 19:25 CDT Received: by mercury.mcs.com (/\==/\ Smail3.1.28.1 #28.5) id ; Sun, 9 Jun 96 19:25 CDT Date: Sun, 9 Jun 1996 19:25:43 -0500 (CDT) From: Alex Nash X-Sender: nash@Mercury.mcs.com To: Torbjorn Granlund cc: freebsd-bugs@freebsd.org Subject: Re: Bug in /usr/bin/dc in FreeBSD 2.1 In-Reply-To: <199606092258.AAA17514@insanus.matematik.su.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 10 Jun 1996, Torbjorn Granlund wrote: > Obviously, the result here is wrong: >=20 > $ dc > 2017612633061982201 14336 %p > 110000001014329 >=20 > Torbj=F6rn >=20 >=20 > PS. Sorry, send-pr as installed by your install scripts doesn't work. I > get this error message: >=20 > send-pr: could not read /usr/local/lib/gnats/FreeBSD for categories lis= t. >=20 I've been bitten by this one too, thankfully Joerg showed me the light: /usr/bin/send-pr Alex =20 From owner-freebsd-bugs Sun Jun 9 18:10:11 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA24984 for bugs-outgoing; Sun, 9 Jun 1996 18:10:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA24971; Sun, 9 Jun 1996 18:10:06 -0700 (PDT) Resent-Date: Sun, 9 Jun 1996 18:10:06 -0700 (PDT) Resent-Message-Id: <199606100110.SAA24971@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, tege@matematik.su.se Received: from noisy.tmg.se (noisy.matematik.su.se [130.237.198.146]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA23736 for ; Sun, 9 Jun 1996 18:02:45 -0700 (PDT) Received: (from tege@localhost) by noisy.tmg.se (8.6.12/8.6.12) id DAA18966; Mon, 10 Jun 1996 03:02:05 +0200 Message-Id: <199606100102.DAA18966@noisy.tmg.se> Date: Mon, 10 Jun 1996 03:02:05 +0200 From: Torbjorn Granlund Reply-To: tege@matematik.su.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1305: dc miscomputes remainder Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1305 >Category: bin >Synopsis: dc miscomputes remainder >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 9 18:10:01 PDT 1996 >Last-Modified: >Originator: Torbjorn Granlund >Organization: TMG Datakonsult >Release: FreeBSD 2.1-STABLE i386 >Environment: Doesn't seem to matter (sic). Just to make sure, I tried two radically different machines. >Description: The remainder operator ('%') doesn't always work right. >How-To-Repeat: $ dc 20176126330 14336 %p 1012666 The correct answer is 14329. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Jun 9 19:48:53 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA25705 for bugs-outgoing; Sun, 9 Jun 1996 19:48:53 -0700 (PDT) Received: from deceased.hb.north.de (deceased.hb.north.de [194.94.232.249]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id TAA25665 for ; Sun, 9 Jun 1996 19:48:43 -0700 (PDT) Received: from jelal.hb.north.de by deceased.hb.north.de with uucp (Smail3.1.93) id m0uSx1b-0016FBC; Mon, 10 Jun 96 04:48:15 +0200 (MET DST) Received: by jelal.hb.north.de (SMail-ST 0.95gcc/2.5+) id AA00213; Mon, 10 Jun 1996 04:42:50 +0100 (CET) Received: (from nox@localhost) by saturn.hb.north.de (8.7.5/8.7.3) id TAA00420; Sun, 9 Jun 1996 19:39:28 +0200 (MET DST) Date: Sun, 9 Jun 1996 19:39:28 +0200 (MET DST) From: Juergen Lock Message-Id: <199606091739.TAA00420@saturn.hb.north.de> To: scrappy@freefall.freebsd.org Cc: bugs@freebsd.org Subject: Re: kern/1195 Newsgroups: muc.lists.freebsd.bugs In-Reply-To: <199605272137.OAA16318@freefall.freebsd.org> Organization: none Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199605272137.OAA16318@freefall.freebsd.org> you write: >Synopsis: stable with DIAGNOSTIC panics `vm_page_unhold: hold count < 0' > >Responsible-Changed-From-To: freebsd-bugs->dyson >Responsible-Changed-By: scrappy >Responsible-Changed-When: Mon May 27 14:35:36 PDT 1996 >Responsible-Changed-Why: >more "possibly fixed" PRs due to Mega Commit > For the record, i just did the first -stable make world after the recent events :) (yes it went thru, ctm-cvs-cur 2092) and also made a new kernel: the hold count problem is still there. It may be fixed in -current, that i currently don't know... hope this helps, Juergen From owner-freebsd-bugs Sun Jun 9 23:22:28 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA24896 for bugs-outgoing; Sun, 9 Jun 1996 23:22:28 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA24844 for ; Sun, 9 Jun 1996 23:22:23 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id IAA18669; Mon, 10 Jun 1996 08:21:38 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id IAA19948; Mon, 10 Jun 1996 08:21:37 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id IAA03289; Mon, 10 Jun 1996 08:01:40 +0200 (MET DST) From: J Wunsch Message-Id: <199606100601.IAA03289@uriah.heep.sax.de> Subject: Re: Bug in /usr/bin/dc in FreeBSD 2.1 To: tege@matematik.su.se (Torbjorn Granlund) Date: Mon, 10 Jun 1996 08:01:40 +0200 (MET DST) Cc: freebsd-bugs@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199606092258.AAA17514@insanus.matematik.su.se> from Torbjorn Granlund at "Jun 10, 96 00:58:22 am" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Torbjorn Granlund wrote: > Obviously, the result here is wrong: > > $ dc > 2017612633061982201 14336 %p > 110000001014329 Better report this to the GNU folks: BUGS Email bug reports to bug-gnu-utils@prep.ai.mit.edu. Be sure to include the word ``dc'' somewhere in the ``Sub- ject:'' field. (I don't think there's currently anybody of the FreeBSD committers maintaining it. It has simply been taken from the GNU utils.) > PS. Sorry, send-pr as installed by your install scripts doesn't work. I > get this error message: > > send-pr: could not read /usr/local/lib/gnats/FreeBSD for categories list. That's the send-pr from the GNATS package. It is intended for your own GNATS database. :-) (Which you have apparently not yet set up.) Use /usr/bin/send-pr to report FreeBSD bugs. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Mon Jun 10 04:40:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA00656 for bugs-outgoing; Mon, 10 Jun 1996 04:40:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA00617; Mon, 10 Jun 1996 04:40:03 -0700 (PDT) Resent-Date: Mon, 10 Jun 1996 04:40:03 -0700 (PDT) Resent-Message-Id: <199606101140.EAA00617@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, hsu@clinet.fi Received: from hauki.clinet.fi (root@hauki.clinet.fi [194.100.0.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA28053 for ; Mon, 10 Jun 1996 04:32:22 -0700 (PDT) Received: from zetor.clinet.fi (root@zetor.clinet.fi [194.100.0.11]) by hauki.clinet.fi (8.7.5/8.6.4) with ESMTP id OAA01004 for ; Mon, 10 Jun 1996 14:32:14 +0300 (EET DST) Received: (hsu@localhost) by zetor.clinet.fi (8.7.5/8.6.4) id OAA27370; Mon, 10 Jun 1996 14:32:14 +0300 (EET DST) Message-Id: <199606101132.OAA27370@zetor.clinet.fi> Date: Mon, 10 Jun 1996 14:32:14 +0300 (EET DST) From: Heikki Suonsivu Reply-To: hsu@clinet.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1307: vm_page_free: freeing busy page Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1307 >Category: kern >Synopsis: vm_page_free: freeing busy page >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 10 04:40:01 PDT 1996 >Last-Modified: >Originator: Heikki Suonsivu >Organization: Clinet, Espoo, Finland >Release: FreeBSD 2.2-CURRENT i386 >Environment: loaded news server, sup Jun 10 03:40 GMT >Description: ftp://ftp.clinet.fi/pub/FreeBSD/crashdumps/*.85.gz hsu#news.clinet.fi Mon 8: gdb -k kernel.85 vmcore.85 GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.13 (i386-unknown-freebsd), Copyright 1994 Free Software Foundation, Inc... IdlePTD 269000 current pcb at 220690 panic: vm_page_free: freeing busy page #0 boot (howto=256) at ../../i386/i386/machdep.c:940 940 dumppcb.pcb_cr3 = rcr3(); (kgdb) bt #0 boot (howto=256) at ../../i386/i386/machdep.c:940 #1 0xf01173a6 in panic (fmt=0xf01bd865 "vm_page_free: freeing busy page") at ../../kern/subr_prf.c:127 #2 0xf01bd922 in vm_page_freechk_and_unqueue (m=0xf02afe60) at ../../vm/vm_page.c:765 #3 0xf01bdb5d in vm_page_free_zero (m=0xf02afe60) at ../../vm/vm_page.c:862 #4 0xf01c6abb in pmap_release (pmap=0xf36d0364) at ../../i386/i386/pmap.c:712 #5 0xf01b7f24 in vmspace_free (vm=0xf36d0300) at ../../vm/vm_map.c:264 #6 0xf01ce9da in cpu_wait (p=0xf356c500) at ../../i386/i386/vm_machdep.c:628 #7 0xf010c355 in wait1 (q=0xf3423000, uap=0xefbfff94, retval=0xefbfff84, compat=0) at ../../kern/kern_exit.c:426 #8 0xf010c183 in wait4 (p=0xf3423000, uap=0xefbfff94, retval=0xefbfff84) at ../../kern/kern_exit.c:323 #9 0xf01cb221 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 1, tf_esi = 0, tf_ebp = -272640996, tf_isp = -272629788, tf_ebx = 134758496, tf_edx = 61456, tf_ecx = 23, tf_eax = 7, tf_trapno = 12, tf_err = 7, tf_eip = 134541137, tf_cs = 31, tf_eflags = 534, tf_esp = -272641020, tf_ss = 39}) at ../../i386/i386/trap.c:890 #10 0xf01c24c5 in Xsyscall () #11 0x5c1e in ?? () #12 0x7c24 in ?? () #13 0x799a in ?? () #14 0xa0a2 in ?? () #15 0x1096 in ?? () (kgdb) quit >How-To-Repeat: Within 8 hours from upgrade. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Jun 10 18:50:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA09218 for bugs-outgoing; Mon, 10 Jun 1996 18:50:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA09212; Mon, 10 Jun 1996 18:50:04 -0700 (PDT) Resent-Date: Mon, 10 Jun 1996 18:50:04 -0700 (PDT) Resent-Message-Id: <199606110150.SAA09212@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, vaccime@proteus-4.ThoughtPort.COM Received: from proteus-4.ThoughtPort.COM (proteus-4.ThoughtPort.COM [206.41.178.92]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA08954 for ; Mon, 10 Jun 1996 18:43:58 -0700 (PDT) Received: (from vaccime@localhost) by proteus-4.ThoughtPort.COM (8.7.5/8.7.3) id UAA00716; Mon, 10 Jun 1996 20:44:28 -0500 (CDT) Message-Id: <199606110144.UAA00716@proteus-4.ThoughtPort.COM> Date: Mon, 10 Jun 1996 20:44:28 -0500 (CDT) From: vaccime@proteus-4.ThoughtPort.COM Reply-To: vaccime@proteus-4.ThoughtPort.COM To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1308: (panic) vm_page_free: wire count > 1 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1308 >Category: kern >Synopsis: vm_page_free: wire count > 1 in 960501-SNAP >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 10 18:50:02 PDT 1996 >Last-Modified: >Originator: Metameme 7 >Organization: ConsulTech, Inc. >Release: FreeBSD 2.2-960501-SNAP i386 >Environment: CPU: i486DX (486-class CPU) real memory = 4194304 (4096K bytes) Physical memory hole(s): avail memory = 2179072 (2128K bytes) ed0 at 0x300-0x31f irq 3 on isa ed0: address 00:00:62:c2:04:45, type NE2000 (16 bit) psm0 at 0x60-0x63 irq 12 on motherboard fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 202MB (415380 sectors), 989 cyls, 12 heads, 35 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 325MB (666624 sectors), 768 cyls, 14 heads, 62 S/T, 512 B/S Swap: Device 1K-blocks Used Avail Capacity Type /dev/wd0s1b 174904 10232 164608 6% Interleaved >Description: While compiling the kernel, the following error occurred at several instances, often during what seemed to be a particularly large chunk of source: /kernel: vm_page_free: wire count > 1(3) or /kernel: vm_page_free: wire count > 1(2) and then: panic: vm_page_free: invalid wire count /kernel: syncing disks... 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 giving up >How-To-Repeat: Unknown. >Fix: Unknown. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Jun 10 20:12:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA15595 for bugs-outgoing; Mon, 10 Jun 1996 20:12:05 -0700 (PDT) Received: from ecpi.com (ecpi.com [205.238.159.50]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id UAA15533 for ; Mon, 10 Jun 1996 20:12:01 -0700 (PDT) From: tushar@ecpi.com Received: (from tushar@localhost) by ecpi.com (8.6.11/8.6.9) id WAA00598; Mon, 10 Jun 1996 22:17:54 GMT Date: Mon, 10 Jun 1996 22:17:54 GMT Message-Id: <199606102217.WAA00598@ecpi.com> To: bugs@freebsd.org X-Mailer: Lynx, Version 2.3.1 BETA X-Personal_name: Tushar Patel Subject: Can't support more than 4 ppp users Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Please help. Recently I got new lines from the phone company, I am able to support 4 ppp connection at one time (running 2.0.5 and user mode ppp). But, when 5th person connects I get massage saying "can't find ifindex" and then "device not configured". Following is my ppp.log file info. 06-09 22:32:11 [19989] Using interface: tun3 06-09 22:32:11 [19989] PPP Started. 06-09 22:32:30 [19989] SIGHUP 06-09 22:32:31 [19989] PPP Terminated. 06-09 22:33:11 [19985] Using interface: tun3 Packet mode enabled Packet mode enabled I have compiled the kernel with the following options. # ijppp uses tun instead of ppp device #pseudo-device ppp 16 pseudo-device tun 16 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's Do I need to specify anything else in the kernel? I have made all the devices using "MAKEDEV tun4" etc. When I specify netstat -ain I do see 16 tun devices. Only difference is tun4 has MTU of 552. How do I change back to 1500? tun0 1500 92126 0 90675 0 0 tun0 1500 205.238.159 205.238.159.50 92126 0 90675 0 0 tun1 1500 34916 0 38017 0 0 tun1 1500 205.238.159 205.238.159.50 34916 0 38017 0 0 tun2* 1500 23286 0 27176 0 0 tun3* 1500 9704 0 10618 0 0 tun4* 552 4415 0 3898 0 0 tun5* 1500 0 0 0 0 0 tun6* 1500 0 0 0 0 0 tun7* 1500 0 0 0 0 0 tun8* 1500 0 0 0 0 0 tun9* 1500 0 0 0 0 0 tun10 1500 0 0 0 0 0 tun11 1500 0 0 0 0 0 tun12 1500 0 0 0 0 0 tun13 1500 0 0 0 0 0 tun14 1500 0 0 0 0 0 tun15 1500 0 0 0 0 0 Please help. Thanks, Tushar From owner-freebsd-bugs Tue Jun 11 00:50:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA11366 for bugs-outgoing; Tue, 11 Jun 1996 00:50:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA11360; Tue, 11 Jun 1996 00:50:02 -0700 (PDT) Resent-Date: Tue, 11 Jun 1996 00:50:02 -0700 (PDT) Resent-Message-Id: <199606110750.AAA11360@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, james@jraynard.demon.co.uk Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA11312 for ; Tue, 11 Jun 1996 00:46:48 -0700 (PDT) Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77]) by mail.barrnet.net (8.7.5/MAIL-RELAY-LEN) with SMTP id AAA09653 for ; Tue, 11 Jun 1996 00:46:26 -0700 (PDT) Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net id ak17871; 11 Jun 96 8:34 +0100 Received: from jraynard.demon.co.uk ([158.152.42.77]) by relay-3.mail.demon.net id aa13295; 11 Jun 96 1:07 +0100 Received: (from james@localhost) by jraynard.demon.co.uk (8.7.5/8.6.12) id UAA03425; Mon, 10 Jun 1996 20:32:12 GMT Message-Id: <199606102032.UAA03425@jraynard.demon.co.uk> Date: Mon, 10 Jun 1996 20:32:12 GMT From: James Raynard Reply-To: james@jraynard.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/1309: A couple of minor typos in lint(1) man page Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1309 >Category: docs >Synopsis: A couple of minor typos in lint(1) man page >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 11 00:50:01 PDT 1996 >Last-Modified: >Originator: James Raynard >Organization: A FreeBSD box >Release: FreeBSD 2.2-CURRENT i386 >Environment: FreeBSD current. >Description: A couple of minor typos in lint(1) man page >How-To-Repeat: man lint >Fix: Apply the following patch (I'd apply it myself, but I'm getting 50%+ packet loss to freefall):- --- lint.1.orig 1996/04/07 00:06:19 1.2 +++ lint.1 1996/06/10 14:00:05 @@ -248,7 +248,7 @@ .It Fl v Suppress complaints about unused arguments in functions. .It Fl x -Report variables refferd to by +Report variables referred to by .Sy extern declarations, but never used. .It Fl z @@ -376,7 +376,7 @@ .Xc Suppresses any intra-file warning except those dealing with unused variables or functions. This directive should be placed -on the line immediately preceding where the lint warning occured. +on the line immediately preceding where the lint warning occurred. .It Li /* LONGLONG */ Suppress complaints about use of long long integer types. .It Li /* NOTREACHED */ @@ -440,7 +440,7 @@ file that corresponds to the .Pa \&.c file, and prints all messages that are about just that -source file. After all the source files have been separetely +source file. After all the source files have been separately run through .Nm lint , it is invoked once more (without the >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Jun 11 01:10:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA12401 for bugs-outgoing; Tue, 11 Jun 1996 01:10:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA12393; Tue, 11 Jun 1996 01:10:03 -0700 (PDT) Resent-Date: Tue, 11 Jun 1996 01:10:03 -0700 (PDT) Resent-Message-Id: <199606110810.BAA12393@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mickey@shadows.aeon.net Received: from shadows.aeon.net ([194.100.41.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA12229 for ; Tue, 11 Jun 1996 01:07:21 -0700 (PDT) Received: (from mickey@localhost) by shadows.aeon.net (8.7.5/8.6.9) id LAA04051; Tue, 11 Jun 1996 11:02:43 +0300 (EET DST) Message-Id: <199606110802.LAA04051@shadows.aeon.net> Date: Tue, 11 Jun 1996 11:02:43 +0300 (EET DST) From: Love Never Dies Reply-To: mickey@shadows.aeon.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1310: compile time error Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1310 >Category: kern >Synopsis: compile time error >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 11 01:10:01 PDT 1996 >Last-Modified: >Originator: Mika Ruohotie >Organization: Aeon Net >Release: FreeBSD 2.2-CURRENT i386 >Environment: Pentium class, gigabyte 256k board, 32M ram, scsi/eide disks >Description: kernel compiling hangs on line 333 of vm/vm_fault.c another error few lines under, 338 or something it's still been around in vm_fault.c file dated jun 8th, file itself has been updated twice durng last few weeks, and is still broken. >How-To-Repeat: while compiling kernel >Fix: looked like some kind of library/*.h error, but am not familiar enough with C to be able to fix >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Jun 11 11:15:56 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA16752 for bugs-outgoing; Tue, 11 Jun 1996 11:15:56 -0700 (PDT) Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA16744 for ; Tue, 11 Jun 1996 11:15:46 -0700 (PDT) Received: (from henrich@localhost) by crh.cl.msu.edu (8.6.12/8.6.12) id OAA04730 for freebsd-bugs@freebsd.org; Tue, 11 Jun 1996 14:15:42 -0400 From: Charles Henrich Message-Id: <199606111815.OAA04730@crh.cl.msu.edu> Subject: mail.local quota fix To: freebsd-bugs@freebsd.org Date: Tue, 11 Jun 1996 14:15:41 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey Folks, this patch fixed mail.local.c in -current so that it will understand how to deal with mailboxes that go over quota (in this case it queues the mail for redelivery, allowing the user a few days to make room..) This has been tested extensivly with the same patches applied to the mail.local in 2.1R, and works beautifully. Please commit this ! -Crh diff -cr orig-current/mail.local.c mod-current/mail.local.c *** orig-current/mail.local.c Sat Apr 13 15:42:57 1996 --- mod-current/mail.local.c Tue Jun 11 14:10:37 1996 *************** *** 198,203 **** --- 198,204 ---- { struct stat fsb, sb; struct passwd *pw; + uid_t saveeuid; int mbfd, nr, nw, off; char biffmsg[100], buf[8*1024], path[MAXPATHLEN]; off_t curoff; *************** *** 236,241 **** --- 237,244 ---- * XXX * open(2) should support flock'ing the file. */ + + saveeuid=geteuid(); tryagain: if (lstat(path, &sb)) { mbfd = open(path, *************** *** 248,258 **** --- 251,278 ---- warn("chown %u.%u: %s", pw->pw_uid, pw->pw_gid, name); return; } + + /* Now that the box is created and permissions are correct, we + close it and go back to the top so that we will come in + and write as the user. We dont seteuid() before the above + open, because we have to be root/bin to write in var/mail */ + + close(mbfd); + goto tryagain; + } else if (sb.st_nlink != 1 || S_ISLNK(sb.st_mode)) { e_to_sys(errno); warn("%s: linked file", path); return; } else { + + /* Become the user, so quota enforcement will occur */ + + if(seteuid(pw->pw_uid) != 0) { + warn("Unable to setuid()"); + return; + } + mbfd = open(path, O_APPEND|O_WRONLY, 0); if (mbfd != -1 && (fstat(mbfd, &fsb) || fsb.st_nlink != 1 || *************** *** 260,265 **** --- 280,286 ---- sb.st_ino != fsb.st_ino)) { warn("%s: file changed after open", path); (void)close(mbfd); + seteuid(saveeuid); return; } } *************** *** 267,272 **** --- 288,294 ---- if (mbfd == -1) { e_to_sys(errno); warn("%s: %s", path, strerror(errno)); + seteuid(saveeuid); return; } *************** *** 302,307 **** --- 324,330 ---- warn("temporary file: %s", strerror(errno)); err2: (void)ftruncate(mbfd, curoff); err1: (void)close(mbfd); + seteuid(saveeuid); return; } *************** *** 318,325 **** --- 341,351 ---- if (close(mbfd)) { e_to_sys(errno); warn("%s: %s", path, strerror(errno)); + seteuid(saveeuid); return; } + + seteuid(saveeuid); if (!nobiff) notifybiff(biffmsg); From owner-freebsd-bugs Tue Jun 11 16:19:00 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA06431 for bugs-outgoing; Tue, 11 Jun 1996 16:19:00 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA06411; Tue, 11 Jun 1996 16:18:58 -0700 (PDT) Date: Tue, 11 Jun 1996 16:18:58 -0700 (PDT) From: Alex Nash Message-Id: <199606112318.QAA06411@freefall.freebsd.org> To: james@jraynard.demon.co.uk, alex, freebsd-bugs Subject: Re: docs/1309 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: A couple of minor typos in lint(1) man page State-Changed-From-To: open-closed State-Changed-By: alex State-Changed-When: Tue Jun 11 16:17:40 PDT 1996 State-Changed-Why: Fixed in revision 1.3. From owner-freebsd-bugs Tue Jun 11 18:00:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA12198 for bugs-outgoing; Tue, 11 Jun 1996 18:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA12192; Tue, 11 Jun 1996 18:00:02 -0700 (PDT) Resent-Date: Tue, 11 Jun 1996 18:00:02 -0700 (PDT) Resent-Message-Id: <199606120100.SAA12192@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, james@jraynard.demon.co.uk Received: from office.demon.net (office.demon.net [193.195.224.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA11406 for ; Tue, 11 Jun 1996 17:52:44 -0700 (PDT) Received: from jraynard.demon.co.uk by office.demon.net id aa16939; 12 Jun 96 1:49 +0100 Received: (from james@localhost) by jraynard.demon.co.uk (8.7.5/8.6.12) id AAA00472; Wed, 12 Jun 1996 00:05:22 GMT Message-Id: <199606120005.AAA00472@jraynard.demon.co.uk> Date: Wed, 12 Jun 1996 00:05:22 GMT From: James Raynard Reply-To: james@jraynard.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1311: Panic: vm_page_free while installing new kernel Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1311 >Category: kern >Synopsis: Panic: vm_page_free while installing new kernel >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 11 18:00:01 PDT 1996 >Last-Modified: >Originator: James Raynard >Organization: James Raynard, Edinburgh, Scotland >Release: FreeBSD 2.2-CURRENT i386 >Environment: -current as of Monday night (11th) >Description: Left computer unattended (and idle) for about 20 minutes to build a debug kernel. On return, copied and stripped kernel, then did 'make install' which resulted in a panic. As I had just clobbered the unstripped version of the old kernel, I was not able to get any meaningful information from kgdb. However, I managed to note the following while in DDB:- panic: vm_page_free: pindex(0), busy(0), PG_BUSY(0), hold(21) trace: _panic _vm_page_freechk_and_unqueue _vm_page_free_zero _pmap_release _vmspace_free _cpu_wait _wait1 _wait4 _syscall _Xsyscall syscall 7 >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Jun 11 18:10:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA12657 for bugs-outgoing; Tue, 11 Jun 1996 18:10:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA12650; Tue, 11 Jun 1996 18:10:03 -0700 (PDT) Resent-Date: Tue, 11 Jun 1996 18:10:03 -0700 (PDT) Resent-Message-Id: <199606120110.SAA12650@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, rhh@ct.picker.com Received: from central.picker.com (central.picker.com [144.54.31.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA12259 for ; Tue, 11 Jun 1996 18:01:21 -0700 (PDT) Received: from ct.picker.com by central.picker.com with smtp (Smail3.1.28.1 #3) id m0uTeE3-0004rmC; Tue, 11 Jun 96 20:55 EDT Received: from stealth.ct.picker.com ([144.54.61.10]) by ct.picker.com (4.1/SMI-4.1) id AA01399; Tue, 11 Jun 96 20:55:27 EDT Received: (from rhh@localhost) by stealth.ct.picker.com (8.6.12/8.6.9) id UAA00705; Tue, 11 Jun 1996 20:55:46 GMT Message-Id: <199606112055.UAA00705@stealth.ct.picker.com> Date: Tue, 11 Jun 1996 20:55:46 GMT From: rhh@ct.picker.com Reply-To: rhh@ct.picker.com To: FreeBSD-gnats-submit@freebsd.org, rhh@ct.picker.com X-Send-Pr-Version: 3.2 Subject: bin/1312: automounter hangs on boot Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1312 >Category: bin >Synopsis: automounter hangs on boot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 11 18:10:02 PDT 1996 >Last-Modified: >Originator: Randall Hopper >Organization: Self >Release: FreeBSD 2.1-STABLE i386 >Environment: 2.1.0-STABLE with dial-up SLIP connection to corporate intranet where DNS server lives. SLIP link is not up all the time. >Description: I believe I've found a possible bug in the way netmasks are computed in amd. The bug in question causes a few spurious DNS lookups which, on my dial-up subnet, hangs the machine for a while during boot while the DNS requests issued by amd time out. The bug and the workarounds I've found are detailed below. >How-To-Repeat: The specific network setup I'm working with is: Subnet Mask : 255.255.255.240 (4-bit hostids) Router Host elmer : 144.54.61.1, 144.54.61,17 (3 interfaces) Host stealth : 144.54.61.10 (interface 1) Host voyager : 144.54.61.18 (interface 2) Dial-up host (interface 3) I have the following entry in /etc/networks on all machines: net1 144.54.61.0 net2 144.54.61.16 elmer is a router to several subnets. stealth is on "net1" and voyager is on "net2". However, when I start amd on stealth, it does a getnetbyaddr on the network "0.144.54.61", which it "doesn't" find in the file, so it falls back and and does a gethostbyaddr on 144.54.61.0. This results in two PTR? queries which also fail or time out (depending on whether the dial-up link is up or not). >Fix: WORKAROUNDS: One work-around for now is to just put a (seemingly) bogus net1 entry in /etc/networks: net1 144.54.61 net2 144.54.61.16 Another is to just "ifconfig down" the route to the DNS server on subnet machines while they're bringing up amd. THE FIX: The underlying problem seems to be that wire.c:getwire() in the amd source doesn't determine "mask" correctly when the number of bits in the hostid isn't 8. For Class B addresses, it starts with the 0xFFFF0000 netmask and increases that 8 bits at a time (?why?). It computes this mask from the subnet (?), and then applies it TO the subnet. In net1's case above it ends up with a 0xFFFFFFFF mask and in "net2"'s case it ends up with a 0xFFFFFF00 mask. I don't know whether this is a bug, or correct (albeit strange) behavior documented in an RFC somewhere. To compute "mask", why not start with the raw subnet "mask" (as opposed to subnet address), and shift it right 8 bits so long as the low 8 bits are 0? >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Jun 11 23:57:39 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA03731 for bugs-outgoing; Tue, 11 Jun 1996 23:57:39 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.241]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA03725; Tue, 11 Jun 1996 23:57:35 -0700 (PDT) Received: (from tom@localhost) by misery.sdf.com (8.7.5/8.6.12) id AAA22439; Wed, 12 Jun 1996 00:05:53 -0700 (PDT) Date: Wed, 12 Jun 1996 00:05:51 -0700 (PDT) From: Tom Samplonius To: "Jordan K. Hubbard" cc: jkh@freefall.freebsd.org, freebsd-bugs@freefall.freebsd.org Subject: Re: docs/633 In-Reply-To: <199603030902.BAA01093@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 3 Mar 1996, Jordan K. Hubbard wrote: > Synopsis: no manpage for ndbm > > State-Changed-From-To: open-closed > State-Changed-By: jkh > State-Changed-When: Sun Mar 3 01:01:59 PST 1996 > State-Changed-Why: > This man page isn't even supposed to exist, and it's the actual > references to it which are in error. Why? There is an ndbm.h include, and there are ndbm procs in libc. Shouldn't that be documented? Tom From owner-freebsd-bugs Wed Jun 12 01:07:10 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA06767 for bugs-outgoing; Wed, 12 Jun 1996 01:07:10 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA06762; Wed, 12 Jun 1996 01:07:06 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id BAA29119; Wed, 12 Jun 1996 01:06:22 -0700 (PDT) To: Tom Samplonius cc: "Jordan K. Hubbard" , freebsd-bugs@freefall.freebsd.org Subject: Re: docs/633 In-reply-to: Your message of "Wed, 12 Jun 1996 00:05:51 PDT." Date: Wed, 12 Jun 1996 01:06:22 -0700 Message-ID: <29116.834566782@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "ndbm" is a backwards-compatible naming convention. "dbm" is the actual library these days which has long since taken on all the special features of "ndbm" Jordan > > On Sun, 3 Mar 1996, Jordan K. Hubbard wrote: > > > Synopsis: no manpage for ndbm > > > > State-Changed-From-To: open-closed > > State-Changed-By: jkh > > State-Changed-When: Sun Mar 3 01:01:59 PST 1996 > > State-Changed-Why: > > This man page isn't even supposed to exist, and it's the actual > > references to it which are in error. > > Why? There is an ndbm.h include, and there are ndbm procs in libc. > Shouldn't that be documented? > > Tom From owner-freebsd-bugs Wed Jun 12 03:28:28 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA22858 for bugs-outgoing; Wed, 12 Jun 1996 03:28:28 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA22849; Wed, 12 Jun 1996 03:28:23 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id UAA16266; Wed, 12 Jun 1996 20:18:36 +1000 Date: Wed, 12 Jun 1996 20:18:36 +1000 From: Bruce Evans Message-Id: <199606121018.UAA16266@godzilla.zeta.org.au> To: jkh@time.cdrom.com, tom@sdf.com Subject: Re: docs/633 Cc: freebsd-bugs@freefall.freebsd.org, jkh@freefall.freebsd.org Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >"ndbm" is a backwards-compatible naming convention. "dbm" is the actual >library these days which has long since taken on all the special features >of "ndbm" `db' (inside libc) is the actual library. It provies the apparently- undocumented dbm backwards compatibility interface which is the subject of the PR. Bruce From owner-freebsd-bugs Wed Jun 12 05:10:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA28277 for bugs-outgoing; Wed, 12 Jun 1996 05:10:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA28257; Wed, 12 Jun 1996 05:10:02 -0700 (PDT) Resent-Date: Wed, 12 Jun 1996 05:10:02 -0700 (PDT) Resent-Message-Id: <199606121210.FAA28257@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, zgabor@code.hu Received: from mail.EUnet.hu (mail.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA27821 for ; Wed, 12 Jun 1996 05:01:47 -0700 (PDT) Received: by mail.EUnet.hu, id OAA10066; Wed, 12 Jun 1996 14:01:39 +0200 Received: from zg.CoDe.hu by CoDe.CoDe.hu (NAA02831); Wed, 12 Jun 1996 13:54:08 GMT Received: (from zgabor@localhost) by zg.CoDe.hu (8.6.12/8.6.12) id OAA00659; Wed, 12 Jun 1996 14:08:49 +0200 Message-Id: <199606121208.OAA00659@zg.CoDe.hu> Date: Wed, 12 Jun 1996 14:08:49 +0200 From: Zahemszky Gabor Reply-To: zgabor@code.hu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1313: link(8)/unlink(8) Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1313 >Category: bin >Synopsis: link(8)/unlink(8) >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 12 05:10:01 PDT 1996 >Last-Modified: >Originator: Zahemszky Gabor >Organization: >Release: FreeBSD 2.1.0-RELEASE i386 >Environment: On 2.1R, there's missing the (/etc) /sbin/link and unlink commands. These command are the most simplified version of the ln/rm commands, (eg, the ln command denies making a hard link to a directory, but the link command enables it - for root, of course; the rm/rmdir doesn't delete a hard linked directory, but unlink does it) - they are only interface commands to the system call. These command are mostly on AT&T Unices. >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Jun 12 05:10:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA28297 for bugs-outgoing; Wed, 12 Jun 1996 05:10:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA28270; Wed, 12 Jun 1996 05:10:04 -0700 (PDT) Resent-Date: Wed, 12 Jun 1996 05:10:04 -0700 (PDT) Resent-Message-Id: <199606121210.FAA28270@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, zgabor@code.hu Received: from mail.EUnet.hu (mail.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA27841 for ; Wed, 12 Jun 1996 05:01:52 -0700 (PDT) Received: by mail.EUnet.hu, id OAA10063; Wed, 12 Jun 1996 14:01:38 +0200 Received: from zg.CoDe.hu by CoDe.CoDe.hu (NAA02757); Wed, 12 Jun 1996 13:42:45 GMT Received: (from zgabor@localhost) by zg.CoDe.hu (8.6.12/8.6.12) id NAA00494; Wed, 12 Jun 1996 13:57:26 +0200 Message-Id: <199606121157.NAA00494@zg.CoDe.hu> Date: Wed, 12 Jun 1996 13:57:26 +0200 From: Zahemszky Gabor Reply-To: zgabor@code.hu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1314: rmdir(1)/rmdir(2) Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1314 >Category: bin >Synopsis: rmdir(1)/rmdir(2) >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 12 05:10:03 PDT 1996 >Last-Modified: >Originator: Zahemszky Gabor >Organization: >Release: FreeBSD 2.1.0-RELEASE i386 >Environment: 2.1.0-Release from Walnut Creek CD >Description: The rmdir(1) command cannot remove a directory with linknumber>2. With the link(2) system call, the superuser can make a hard link to a directory, and after it, rmdir failes. (Opps, from the source, I've found that the rmdir(2) syscall has this bug.) >How-To-Repeat: $ cd /tmp $ mkdir lo $ link lo lolo $ rmdir lo rmdir: lo: Directory not empty /* And the link source: */ #include #include main( argc, argv ) int argc; char *argv[]; { if ( link( argv[ 1 ], argv[ 2 ] ) < 0 ) { perror( "link failed" ); return( errno ); } return( 0 ); } /* end */ >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Jun 12 05:10:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA28308 for bugs-outgoing; Wed, 12 Jun 1996 05:10:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA28287; Wed, 12 Jun 1996 05:10:05 -0700 (PDT) Resent-Date: Wed, 12 Jun 1996 05:10:05 -0700 (PDT) Resent-Message-Id: <199606121210.FAA28287@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, zgabor@code.hu Received: from mail.EUnet.hu (mail.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA27834 for ; Wed, 12 Jun 1996 05:01:51 -0700 (PDT) Received: by mail.EUnet.hu, id OAA10069; Wed, 12 Jun 1996 14:01:40 +0200 Received: from zg.CoDe.hu by CoDe.CoDe.hu (OAA02883); Wed, 12 Jun 1996 14:01:59 GMT Received: (from zgabor@localhost) by zg.CoDe.hu (8.6.12/8.6.12) id OAA00775; Wed, 12 Jun 1996 14:16:40 +0200 Message-Id: <199606121216.OAA00775@zg.CoDe.hu> Date: Wed, 12 Jun 1996 14:16:40 +0200 From: Zahemszky Gabor Reply-To: zgabor@code.hu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1315: ls(1) Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1315 >Category: bin >Synopsis: ls(1) >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 12 05:10:04 PDT 1996 >Last-Modified: >Originator: Zahemszky Gabor >Organization: >Release: FreeBSD 2.1.0-RELEASE i386 >Environment: a) the ls command's -q option has not got an opposite - so I cannot force ls to output the correct character to the terminal (I got a ? instead) b) missing an option (eg -S) to sort by size c) missing an option (eg -b as in AT&T Unices) to force printing non-printable characters as octal \xyz format. - and as I see, ls doesn't know LANG, and LC_CTYPE (so I haven't got accented characters in the filenames) >Description: >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Jun 12 07:09:36 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA03673 for bugs-outgoing; Wed, 12 Jun 1996 07:09:36 -0700 (PDT) Received: from relay3.UU.NET (relay3.UU.NET [192.48.96.8]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA03650; Wed, 12 Jun 1996 07:09:29 -0700 (PDT) Received: from vivid.autometric.com by relay3.UU.NET with SMTP (peer crosschecked as: vivid.autometric.com [198.49.5.66]) id QQatue04630; Wed, 12 Jun 1996 10:09:24 -0400 (EDT) Received: from khan by vivid.autometric.com via ESMTP (950215.SGI.8.6.10/920502.SGI) id KAA16885; Wed, 12 Jun 1996 10:09:22 -0400 Received: by khan (940816.SGI.8.6.9/940406.SGI) id KAA27900; Wed, 12 Jun 1996 10:05:15 -0400 From: "John Ko" Message-Id: <9606121005.ZM27898@khan.autometric.com> Date: Wed, 12 Jun 1996 10:05:15 -0400 Reply-To: jko@vivid.autometric.com X-Mailer: Z-Mail (3.2.2 10apr95 MediaMail) To: bugs@FreeBSD.org Subject: BIOS poke for memsize(2) on SuperMicro P6DOF? Cc: questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I have a SuperMicro P6DOF which is installed with 128MB. Under DOS 6.2, Linux 1.3.x, and FreeBSD 2.1, the OS's report only 64MB. Under Windows 95, it reads 128MB. What's going on? When I go down to the DOS prompt from Win95, and do "mem" it reports 128MB, but under normal DOS boot or for that matter any other Unix OS's, the memory size report is only 64MB. I have heard that NT reports the correct memory size. Should the kernel be poking at a another location, is there another place ??? thanks for any help, jko From owner-freebsd-bugs Wed Jun 12 08:50:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA13373 for bugs-outgoing; Wed, 12 Jun 1996 08:50:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA13367; Wed, 12 Jun 1996 08:50:04 -0700 (PDT) Resent-Date: Wed, 12 Jun 1996 08:50:04 -0700 (PDT) Resent-Message-Id: <199606121550.IAA13367@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, pjchilds@imforei.apana.org.au Received: from al.imforei.apana.org.au (al.imforei.apana.org.au [202.12.89.41]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA12907 for ; Wed, 12 Jun 1996 08:41:07 -0700 (PDT) Received: (from pjchilds@localhost) by al.imforei.apana.org.au (8.7.5/8.7.3) id BAA05726; Thu, 13 Jun 1996 01:11:01 +0930 (CST) Message-Id: <199606121541.BAA05726@al.imforei.apana.org.au> Date: Thu, 13 Jun 1996 01:11:01 +0930 (CST) From: Peter Childs Reply-To: pjchilds@imforei.apana.org.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1316: 10 tun limit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1316 >Category: bin >Synopsis: 10 tunnel device limit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 12 08:50:03 PDT 1996 >Last-Modified: >Originator: Peter Childs >Organization: Peter Childs --- http://www.imforei.apana.org.au/~pjchilds Active APANA SA Member --- Author PopWatch + Inf-HTML Email: pjchilds@imforei.apana.org.au Fax: 61-8-82784742 >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD 2.1-STABLE using /usr/src/usr.sbin/ppp/os.c v1.3.4.2 (the latest from the CVS web-tree util) >Description: OpenTun() limits the maximum number of tunnel devices to 10 due to a really interesting loop in the code... >How-To-Repeat: vi /usr/src/usr.sbin/ppp/os.c 269G >Fix: Just use a plain for loop like is done in the -current code... >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Jun 12 09:00:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA13857 for bugs-outgoing; Wed, 12 Jun 1996 09:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA13834; Wed, 12 Jun 1996 09:00:01 -0700 (PDT) Date: Wed, 12 Jun 1996 09:00:01 -0700 (PDT) Message-Id: <199606121600.JAA13834@freefall.freebsd.org> To: freebsd-bugs Cc: From: Garrett Wollman Subject: bin/1312: automounter hangs on boot Reply-To: Garrett Wollman Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/1312; it has been noted by GNATS. From: Garrett Wollman To: rhh@ct.picker.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: bin/1312: automounter hangs on boot Date: Wed, 12 Jun 1996 11:52:12 -0400 < The underlying problem seems to be that wire.c:getwire() in the amd Probably the `wire' stuff should just go away; networks are rapidly evolving towards a state where this doesn't make a whole lot of sense. -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 Jun 12 13:10:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA27921 for bugs-outgoing; Wed, 12 Jun 1996 13:10:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA27913; Wed, 12 Jun 1996 13:10:02 -0700 (PDT) Resent-Date: Wed, 12 Jun 1996 13:10:02 -0700 (PDT) Resent-Message-Id: <199606122010.NAA27913@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, cove@brazil.nbn.com Received: from brazil.nbn.com (brazil.nbn.com [199.4.65.205]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA27484 for ; Wed, 12 Jun 1996 13:06:38 -0700 (PDT) Received: (from cove@localhost) by brazil.nbn.com (8.6.12/8.6.12) id NAA19494; Wed, 12 Jun 1996 13:06:29 -0700 Message-Id: <199606122006.NAA19494@brazil.nbn.com> Date: Wed, 12 Jun 1996 13:06:29 -0700 From: Cove Schneider Reply-To: cove@brazil.nbn.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/1317: man pages says assert(3) calls _exit(2), not abort(3) Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1317 >Category: docs >Synopsis: man pages says assert(3) calls _exit(2), not abort(3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 12 13:10:01 PDT 1996 >Last-Modified: >Originator: Cove Schneider >Organization: North Bay Network >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD brazil.nbn.com 2.1.0-RELEASE FreeBSD 2.1.0-RELEASE #0: Fri May 3 15:41:59 PDT 1996 root@brazil.nbn.com:/usr/src/sys/compile/BRAZIL i386 >Description: The assert man page says assert(3) exits with _exit(2), rather than abort(3). >How-To-Repeat: man assert >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Jun 12 13:15:55 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA28489 for bugs-outgoing; Wed, 12 Jun 1996 13:15:55 -0700 (PDT) Received: from riley-net170-164.uoregon.edu (riley-net170-164.uoregon.edu [128.223.170.164]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA28473; Wed, 12 Jun 1996 13:15:50 -0700 (PDT) Received: (from dwhite@localhost) by riley-net170-164.uoregon.edu (8.6.12/8.6.12) id NAA07393; Wed, 12 Jun 1996 13:18:12 -0700 Date: Wed, 12 Jun 1996 13:18:12 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: jko@vivid.autometric.com cc: bugs@FreeBSD.org, questions@FreeBSD.org Subject: Re: BIOS poke for memsize(2) on SuperMicro P6DOF? In-Reply-To: <9606121005.ZM27898@khan.autometric.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 12 Jun 1996, John Ko wrote: > > I have a SuperMicro P6DOF which is installed with 128MB. > Under DOS 6.2, Linux 1.3.x, and FreeBSD 2.1, the OS's report > only 64MB. Under Windows 95, it reads 128MB. What's going on? You're running Ramdoubler? Win95 may be factoring in swap. > When I go down to the DOS prompt from Win95, and do "mem" it > reports 128MB, but under normal DOS boot or for that matter > any other Unix OS's, the memory size report is only 64MB. I'd believe those over Win95. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-bugs Wed Jun 12 13:47:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA02008 for bugs-outgoing; Wed, 12 Jun 1996 13:47:07 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.241]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA01985 for ; Wed, 12 Jun 1996 13:46:58 -0700 (PDT) Received: (from tom@localhost) by misery.sdf.com (8.7.5/8.6.12) id NAA29184; Wed, 12 Jun 1996 13:55:17 -0700 (PDT) Date: Wed, 12 Jun 1996 13:55:15 -0700 (PDT) From: Tom Samplonius To: Bruce Evans cc: jkh@time.cdrom.com, freebsd-bugs@freefall.freebsd.org Subject: Re: docs/633 In-Reply-To: <199606121018.UAA16266@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 12 Jun 1996, Bruce Evans wrote: > >"ndbm" is a backwards-compatible naming convention. "dbm" is the actual > >library these days which has long since taken on all the special features > >of "ndbm" > > `db' (inside libc) is the actual library. It provies the apparently- > undocumented dbm backwards compatibility interface which is the subject > of the PR. Exactly. There is no manpage for dbm_open, dbm_close, dbm_fetch, etc., which are part of the ndbm interface, even though these functions are a part of libc. Tom From owner-freebsd-bugs Wed Jun 12 15:26:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA09255 for bugs-outgoing; Wed, 12 Jun 1996 15:26:07 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA09238; Wed, 12 Jun 1996 15:26:03 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA06968; Wed, 12 Jun 1996 15:24:45 -0700 From: Terry Lambert Message-Id: <199606122224.PAA06968@phaeton.artisoft.com> Subject: Re: BIOS poke for memsize(2) on SuperMicro P6DOF? To: dwhite@resnet.uoregon.edu Date: Wed, 12 Jun 1996 15:24:45 -0700 (MST) Cc: jko@vivid.autometric.com, bugs@FreeBSD.ORG, questions@FreeBSD.ORG In-Reply-To: from "Doug White" at Jun 12, 96 01:18:12 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I have a SuperMicro P6DOF which is installed with 128MB. > > Under DOS 6.2, Linux 1.3.x, and FreeBSD 2.1, the OS's report > > only 64MB. Under Windows 95, it reads 128MB. What's going on? Your CMOS is reporting a max of 64M. Read /sys/i386/conf/LINT; you want to add: options MAXMEM= to your kernel config and rebuild. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-bugs Wed Jun 12 16:47:40 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA15041 for bugs-outgoing; Wed, 12 Jun 1996 16:47:40 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA15022; Wed, 12 Jun 1996 16:47:38 -0700 (PDT) Date: Wed, 12 Jun 1996 16:47:38 -0700 (PDT) From: Alex Nash Message-Id: <199606122347.QAA15022@freefall.freebsd.org> To: cove@brazil.nbn.com, alex, freebsd-bugs Subject: Re: docs/1317 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: man pages says assert(3) calls _exit(2), not abort(3) State-Changed-From-To: open-closed State-Changed-By: alex State-Changed-When: Wed Jun 12 16:46:22 PDT 1996 State-Changed-Why: Fixed in version 1.2 of assert.3. From owner-freebsd-bugs Wed Jun 12 18:47:00 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA20926 for bugs-outgoing; Wed, 12 Jun 1996 18:47:00 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA20908; Wed, 12 Jun 1996 18:46:58 -0700 (PDT) Date: Wed, 12 Jun 1996 18:46:58 -0700 (PDT) From: Alex Nash Message-Id: <199606130146.SAA20908@freefall.freebsd.org> To: alex, freebsd-bugs, alex Subject: Re: kern/1310 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: compile time error Responsible-Changed-From-To: freebsd-bugs->alex Responsible-Changed-By: alex Responsible-Changed-When: Wed Jun 12 18:38:44 PDT 1996 Responsible-Changed-Why: I shall pursue this with the originator. From owner-freebsd-bugs Wed Jun 12 20:30:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA02762 for bugs-outgoing; Wed, 12 Jun 1996 20:30:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA02749; Wed, 12 Jun 1996 20:30:03 -0700 (PDT) Resent-Date: Wed, 12 Jun 1996 20:30:03 -0700 (PDT) Resent-Message-Id: <199606130330.UAA02749@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jonny@gaia.coppe.ufrj.br Received: from mailhost.coppe.ufrj.br (root@cisigw.coppe.ufrj.br [146.164.2.31]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA01826 for ; Wed, 12 Jun 1996 20:22:41 -0700 (PDT) Received: (from root@localhost) by mailhost.coppe.ufrj.br (8.7.5/8.7.3) id AAA29665; Thu, 13 Jun 1996 00:22:35 -0300 (EST) Message-Id: <199606130322.AAA29665@mailhost.coppe.ufrj.br> Date: Thu, 13 Jun 1996 00:22:35 -0300 (EST) From: Joao Carlos Mendes Luis Reply-To: jonny@gaia.coppe.ufrj.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/1318: Problem making port: squid Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1318 >Category: ports >Synopsis: Problem making port: squid >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 12 20:30:01 PDT 1996 >Last-Modified: >Originator: Joao Carlos Mendes Luis >Organization: COPPE/UFRJ >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD-current/ports dated 96.06.12 >Description: Cannot make install on squid port >How-To-Repeat: cd /usr/ports-current/www/squid make install >Fix: *** Makefile.org Thu Jun 13 00:17:25 1996 --- Makefile Thu Jun 13 00:14:52 1996 *************** *** 24,30 **** post-install: .for file in cachemgr.cgi client dnsserver ftpget squid ! strip ${PREFIX}/bin/${file} .endfor .include --- 24,30 ---- post-install: .for file in cachemgr.cgi client dnsserver ftpget squid ! strip ${PREFIX}/squid/bin/${file} .endfor .include >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Jun 12 21:30:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA10577 for bugs-outgoing; Wed, 12 Jun 1996 21:30:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA10565; Wed, 12 Jun 1996 21:30:02 -0700 (PDT) Resent-Date: Wed, 12 Jun 1996 21:30:02 -0700 (PDT) Resent-Message-Id: <199606130430.VAA10565@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mi@aldan.zipnet.net Received: from aldan (aldan.zipnet.net [199.232.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id VAA09744 for ; Wed, 12 Jun 1996 21:24:35 -0700 (PDT) Received: (from mi@localhost) by aldan.zipnet.net (8.6.12/8.6.12) id AAA06408; Thu, 13 Jun 1996 00:09:25 -0400 Message-Id: <199606130409.AAA06408@aldan.zipnet.net> Date: Thu, 13 Jun 1996 00:09:25 -0400 From: Mikhail Teterin Reply-To: mi@aldan.zipnet.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/1319: muldi3 is not included into kernel's Makefile by config Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1319 >Category: conf >Synopsis: muldi3 is not included into kernel's Makefile by config >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 12 21:30:01 PDT 1996 >Last-Modified: >Originator: Mikhail Teterin >Organization: >Release: FreeBSD 2.2-050196 i386 >Environment: May 1st snapshot >Description: In the config-generated kernel Makefile, muldi3.[co] are not mentioned. Yet kernel needs functions defined in the muldi3.c >How-To-Repeat: Do not which devices/options need muldi3 -- my kernel needed it. >Fix: Add muldi3.o into the OBJS-list, and make the muldi3.o: muldi3.c entry in the Makefile. Build the kernel again. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Jun 12 22:40:09 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA19338 for bugs-outgoing; Wed, 12 Jun 1996 22:40:09 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA19328; Wed, 12 Jun 1996 22:40:07 -0700 (PDT) Date: Wed, 12 Jun 1996 22:40:07 -0700 (PDT) Message-Id: <199606130540.WAA19328@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: conf/1319: muldi3 is not included into kernel's Makefile by config Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/1319; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@freebsd.org, mi@aldan.zipnet.net Cc: Subject: Re: conf/1319: muldi3 is not included into kernel's Makefile by config Date: Thu, 13 Jun 1996 15:34:06 +1000 >>Description: > In the config-generated kernel Makefile, muldi3.[co] are not > mentioned. Yet kernel needs functions defined in the muldi3.c muldi3 isn't needed for gcc-2.6. >>How-To-Repeat: > Do not which devices/options need muldi3 -- my kernel needed it. Very old versions of gcc probably need it. Bruce From owner-freebsd-bugs Wed Jun 12 22:42:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA19631 for bugs-outgoing; Wed, 12 Jun 1996 22:42:05 -0700 (PDT) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.eu.org [193.56.58.253]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA19603; Wed, 12 Jun 1996 22:42:00 -0700 (PDT) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.eu.org [193.56.58.33]) by mexico.brainstorm.eu.org (8.7.5/8.7.3) with ESMTP id HAA27992; Thu, 13 Jun 1996 07:41:45 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.6.12/8.6.12) with UUCP id HAA24850; Thu, 13 Jun 1996 07:41:07 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.Alpha.4/keltia-uucp-2.8) id AAA06852; Thu, 13 Jun 1996 00:27:01 +0200 (MET DST) From: Ollivier Robert Message-Id: <199606122227.AAA06852@keltia.freenix.fr> Subject: Re: BIOS poke for memsize(2) on SuperMicro P6DOF? To: jko@vivid.autometric.com Date: Thu, 13 Jun 1996 00:27:01 +0200 (MET DST) Cc: bugs@freebsd.org, questions@freebsd.org In-Reply-To: <9606121005.ZM27898@khan.autometric.com> from John Ko at "Jun 12, 96 10:05:15 am" X-Operating-System: FreeBSD 2.2-CURRENT ctm#2103 X-Mailer: ELM [version 2.4ME+ PL19 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It seems that John Ko said: > Should the kernel be poking at a another location, is there > another place ??? For FreeBSD, did you followed the FAQ's advice ? 8.6. I have 128 MB of RAM but it seems that the system use only the first 64 MB. What's going on ? Due to the manner in which FreeBSD gets the memory size from the BIOS, it can only detect 16 bits worth of Kbytes in size (65535 Kbytes = 64MB). If you have more than 64MB, FreeBSD will only see the first 64MB. To work around this problem, you need to use the kernel option specified below. There is a way to get complete memory information from the BIOS, but we don't have room in the bootblocks to do it. Someday when lack of room in the bootblocks is fixed, we'll use the extended BIOS functions to get the full memory information...but for now we're stuck with the kernel option. ______________________________________________________________________ options "MAXMEM=" ______________________________________________________________________ Where n is your memory in Kilobytes. For a 128 MB machine, you'd want to use 131072 -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #10: Tue Jun 11 13:36:57 MET DST 1996 From owner-freebsd-bugs Wed Jun 12 22:50:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA20372 for bugs-outgoing; Wed, 12 Jun 1996 22:50:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA20364; Wed, 12 Jun 1996 22:50:06 -0700 (PDT) Date: Wed, 12 Jun 1996 22:50:06 -0700 (PDT) Message-Id: <199606130550.WAA20364@freefall.freebsd.org> To: freebsd-bugs Cc: From: Ollivier Robert Subject: Re: bin/1313: link(8)/unlink(8) Reply-To: Ollivier Robert Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/1313; it has been noted by GNATS. From: Ollivier Robert To: zgabor@code.hu Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/1313: link(8)/unlink(8) Date: Thu, 13 Jun 1996 00:25:05 +0200 (MET DST) It seems that Zahemszky Gabor said: > >Originator: Zahemszky Gabor > >Organization: > >Release: FreeBSD 2.1.0-RELEASE i386 > >Environment: > > On 2.1R, there's missing the (/etc) /sbin/link and unlink commands. > These command are the most simplified version of the ln/rm commands, > (eg, the ln command denies making a hard link to a directory, but > the link command enables it - for root, of course; the rm/rmdir Hard-linking directories is a no-no and should not be allowed. This "misfeature" has been fixed in CURRENT: peter 96/05/24 09:19:25 Modified: sys/kern vfs_syscalls.c Log: Dont allow directories to be link()ed or unlink()ed, even for root (returns EPERM always, the errno is specified by POSIX). If you really have a desperate need to link or unlink a directory, you can use fsdb. :-) This should stop any chance of ftpd, rdist, "rm -rf", etc from bugging out and damaging the filesystem structure or loosing races with malicious users. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #10: Tue Jun 11 13:36:57 MET DST 1996 From owner-freebsd-bugs Thu Jun 13 00:22:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA27528 for bugs-outgoing; Thu, 13 Jun 1996 00:22:03 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA27507; Thu, 13 Jun 1996 00:22:01 -0700 (PDT) Date: Thu, 13 Jun 1996 00:22:01 -0700 (PDT) From: Joerg Wunsch Message-Id: <199606130722.AAA27507@freefall.freebsd.org> To: zgabor@code.hu, joerg, freebsd-bugs Subject: Re: bin/1313 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: link(8)/unlink(8) State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Thu Jun 13 09:21:07 MET DST 1996 State-Changed-Why: These utilities are no longer necessary since we now forbid hard linking (and unlinking) of directories again. From owner-freebsd-bugs Thu Jun 13 00:22:35 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA27676 for bugs-outgoing; Thu, 13 Jun 1996 00:22:35 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA27655; Thu, 13 Jun 1996 00:22:33 -0700 (PDT) Date: Thu, 13 Jun 1996 00:22:33 -0700 (PDT) From: Joerg Wunsch Message-Id: <199606130722.AAA27655@freefall.freebsd.org> To: zgabor@code.hu, joerg, freebsd-bugs Subject: Re: bin/1314 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: rmdir(1)/rmdir(2) State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Thu Jun 13 09:21:07 MET DST 1996 State-Changed-Why: These utilities are no longer necessary since we now forbid hard linking (and unlinking) of directories again. From owner-freebsd-bugs Thu Jun 13 00:40:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28772 for bugs-outgoing; Thu, 13 Jun 1996 00:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28752; Thu, 13 Jun 1996 00:40:01 -0700 (PDT) Date: Thu, 13 Jun 1996 00:40:01 -0700 (PDT) Message-Id: <199606130740.AAA28752@freefall.freebsd.org> To: freebsd-bugs Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: bin/1315: ls(1) Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/1315; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: FreeBSD-gnats-submit@freefall.freebsd.org, zgabor@code.hu Cc: Subject: Re: bin/1315: ls(1) Date: Thu, 13 Jun 1996 00:38:48 -0700 (PDT) * b) missing an option (eg -S) to sort by size Try ls -s | sort -n Satoshi "now you know why it's also missing an option to sort by inode #" Asami From owner-freebsd-bugs Thu Jun 13 01:20:12 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA02723 for bugs-outgoing; Thu, 13 Jun 1996 01:20:12 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA02695; Thu, 13 Jun 1996 01:20:10 -0700 (PDT) Resent-Date: Thu, 13 Jun 1996 01:20:10 -0700 (PDT) Resent-Message-Id: <199606130820.BAA02695@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, gena@netvision.net.il Received: from mx10.netvision.net.il (mx10.NetVision.net.il [194.90.1.51]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA02005 for ; Thu, 13 Jun 1996 01:13:10 -0700 (PDT) Received: from Burka.NetVision.net.il (burka.NetVision.net.il [194.90.6.15]) by mx10.netvision.net.il (8.7.5/8.7.3) with ESMTP id LAA08760 for ; Thu, 13 Jun 1996 11:15:08 +0300 Received: (from gena@localhost) by Burka.NetVision.net.il (8.7.5/8.7.2) id LAA16644; Thu, 13 Jun 1996 11:16:00 +0200 (IST) Message-Id: <199606130916.LAA16644@Burka.NetVision.net.il> Date: Thu, 13 Jun 1996 11:16:00 +0200 (IST) From: gena@netvision.net.il Reply-To: gena@netvision.net.il To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1320: dump limits blocksize to 32K Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1320 >Category: bin >Synopsis: dump limits blocksize to 32K >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 13 01:20:07 PDT 1996 >Last-Modified: >Originator: Gennady Sorokopud >Organization: -------- Gennady B. Sorokopud - System programmer at NetVision Israel. E-Mail: gena@NetVision.net.il Homepage: http://www.netvision.net.il/~gena >Release: FreeBSD 2.2-CURRENT i386 >Environment: Any freebsd system >Description: when you try to back up the system usin dump (or rdump) and blocksize required is > 32 (like by big DLT tapes) dump exits with : please choose a blocksize <= 32\n in /usr/src/sbin/dump/main.c: case 'b': /* blocks per tape write */ ntrec = numarg('b', "number of blocks per write", 1L, 1000L, &argc, &argv); /* XXX restore is unable to restore dumps that were created with a blocksize larger than 32K. Possibly a bug in the scsi tape driver. */ if ( ntrec > 32 ) { msg("please choose a blocksize <= 32\n"); exit(X_ABORT); } break; All this may be true (?) for local backup , but absolutely not when using rdump. I back up my system on DLT SCSI tape connected to Solaris system and tape's manuall says that blocksize = 126 should be spcified. >How-To-Repeat: In my case it's: /usr/sbin/rdump 0ufdbs nvsrv:/dev/nrst28 81633 126 180000 /dev/sd0a >Fix: *** main.c.org Thu Jun 13 11:14:12 1996 --- main.c Thu Jun 13 11:14:20 1996 *************** *** 167,179 **** case 'b': /* blocks per tape write */ ntrec = numarg('b', "number of blocks per write", 1L, 1000L, &argc, &argv); - /* XXX restore is unable to restore dumps that - were created with a blocksize larger than 32K. - Possibly a bug in the scsi tape driver. */ - if ( ntrec > 32 ) { - msg("please choose a blocksize <= 32\n"); - exit(X_ABORT); - } break; case 'B': /* blocks per output file */ --- 167,172 ---- >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Jun 13 01:50:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA05920 for bugs-outgoing; Thu, 13 Jun 1996 01:50:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA05897; Thu, 13 Jun 1996 01:50:02 -0700 (PDT) Date: Thu, 13 Jun 1996 01:50:02 -0700 (PDT) Message-Id: <199606130850.BAA05897@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Gary Palmer" Subject: Re: bin/1320: dump limits blocksize to 32K Reply-To: "Gary Palmer" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/1320; it has been noted by GNATS. From: "Gary Palmer" To: gena@netvision.net.il Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/1320: dump limits blocksize to 32K Date: Thu, 13 Jun 1996 09:42:36 +0100 gena@netvision.net.il wrote in message ID <199606130916.LAA16644@Burka.NetVision.net.il>: > All this may be true (?) for local backup , but absolutely not > when using rdump. I back up my system on DLT SCSI tape connected > to Solaris system and tape's manuall says that blocksize = 126 > should be spcified. Your patch is wrong for just that reason ... it is true for local backups, and removing the code which does the check is hence incorrect. It should only ignore the blocksize for non-local backups, not ignore it totally. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-bugs Thu Jun 13 02:00:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA07058 for bugs-outgoing; Thu, 13 Jun 1996 02:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA07045; Thu, 13 Jun 1996 02:00:02 -0700 (PDT) Date: Thu, 13 Jun 1996 02:00:02 -0700 (PDT) Message-Id: <199606130900.CAA07045@freefall.freebsd.org> To: freebsd-bugs Cc: From: Gennady Sorokopud Subject: Re: bin/1320: dump limits blocksize to 32K Reply-To: Gennady Sorokopud Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/1320; it has been noted by GNATS. From: Gennady Sorokopud To: "Gary Palmer" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/1320: dump limits blocksize to 32K Date: Thu, 13 Jun 1996 11:59:25 +0200 (IST) Hello! On 13-Jun-96 "Gary Palmer" wrote: [skip] >Your patch is wrong for just that reason ... it is true for local >backups, and removing the code which does the check is hence >incorrect. It should only ignore the blocksize for non-local backups, >not ignore it totally. Oh well, i though that local backups will work with this as well and 32 is just some ancient limit. Anyway , try this one: *** main.c.org Thu Jun 13 11:14:12 1996 --- main.c Thu Jun 13 11:57:36 1996 *************** *** 167,179 **** case 'b': /* blocks per tape write */ ntrec =3D numarg('b', "number of blocks per write", 1L, 1000L, &argc, &argv); - /* XXX restore is unable to restore dumps that=20 - were created with a blocksize larger than 32K. - Possibly a bug in the scsi tape driver. */ - if ( ntrec > 32 ) { - msg("please choose a blocksize <=3D 32\n"); - exit(X_ABORT); - } break; =20 case 'B': /* blocks per output file */ --- 167,172 ---- *************** *** 263,268 **** --- 256,271 ---- exit(X_ABORT); #endif } + else { + /* XXX restore is unable to restore dumps that=20 + were created with a blocksize larger than 32K. + Possibly a bug in the scsi tape driver. */ + if ( ntrec > 32 ) { + msg("please choose a blocksize <=3D 32\n"); + exit(X_ABORT); + } + } +=20 (void)setuid(getuid()); /* rmthost() is the only reason to be setuid */ =20 if (signal(SIGHUP, SIG_IGN) !=3D SIG_IGN) > >Gary >-- >Gary Palmer FreeBSD Core Team Member >FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info Best regards. -------- Gennady B. Sorokopud - System programmer at NetVision Israel. E-Mail: Gennady Sorokopud Homepage: http://www.netvision.net.il/~gena This message was sent at 06/13/96 11:59:25 by XF-Mail From owner-freebsd-bugs Thu Jun 13 05:43:46 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA18804 for bugs-outgoing; Thu, 13 Jun 1996 05:43:46 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA18781; Thu, 13 Jun 1996 05:43:44 -0700 (PDT) Date: Thu, 13 Jun 1996 05:43:44 -0700 (PDT) From: Wolfram Schneider Message-Id: <199606131243.FAA18781@freefall.freebsd.org> To: wosch, freebsd-bugs, ache Subject: Re: docs/1280 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: locale and collating Responsible-Changed-From-To: freebsd-bugs->ache Responsible-Changed-By: wosch Responsible-Changed-When: Thu Jun 13 05:40:00 PDT 1996 Responsible-Changed-Why: Andrey's area From owner-freebsd-bugs Thu Jun 13 16:21:58 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA03462 for bugs-outgoing; Thu, 13 Jun 1996 16:21:58 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA03446 for ; Thu, 13 Jun 1996 16:21:55 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id QAA03341 for ; Thu, 13 Jun 1996 16:22:05 -0700 (PDT) Message-Id: <199606132322.QAA03341@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: bugs@freebsd.org Subject: We have this bug, too. From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 13 Jun 1996 16:22:05 -0700 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk christos Thu Jun 13 15:59:53 EDT 1996 Update of /a/cvsroot/src/usr.bin/rlogin In directory pain.lcs.mit.edu:/a/tmp/cvs-serv14978 Modified Files: rlogin.c Log Message: Fix PR/2546: For non canonical input processing set VMIN=1,VTIME=0. Otherwise things might not work if these are not set properly in the current tty. ------- Forwarded Message Return-Path: owner-netbsd-bugs@pain.lcs.mit.edu Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by Root.COM (8.7.5/8.6.5) with ESMTP id MAA01456 for ; Thu, 13 Jun 1996 12:22:16 -0700 (PDT) Received: (from daemon@localhost) by pain.lcs.mit.edu (8.7.5/8.7.3) id NAA08694; Thu, 13 Jun 1996 13:05:14 -0400 (EDT) Received: (from gnats@localhost) by pain.lcs.mit.edu (8.7.5/8.7.3) id NAA08689; Thu, 13 Jun 1996 13:05:08 -0400 (EDT) Resent-Date: Thu, 13 Jun 1996 13:05:08 -0400 (EDT) Resent-Message-Id: <199606131705.NAA08689@pain.lcs.mit.edu> Resent-From: gnats@NetBSD.ORG (GNATS Management) Resent-To: gnats-admin@NetBSD.ORG Resent-Cc: gnats-admin@NetBSD.ORG, netbsd-bugs@NetBSD.ORG Resent-Reply-To: gnats-bugs@NetBSD.ORG, jonas@ivee.com Received: from spot.ivee.com by pain.lcs.mit.edu (8.7.5/8.7.3) with ESMTP id MAA08077 for ; Thu, 13 Jun 1996 12:41:33 -0400 (EDT) Received: (from jonas@localhost) by spot.ivee.com (8.7.5/8.7.3) id SAA08052; Thu, 13 Jun 1996 18:40:55 +0200 (MET DST) Message-Id: <199606131640.SAA08052@spot.ivee.com> Date: Thu, 13 Jun 1996 18:40:55 +0200 (MET DST) From: Jonas Lagerblad Reply-To: jonas@ivee.com To: gnats-bugs@NetBSD.ORG X-Send-Pr-Version: 3.95 Subject: bin/2546: rlogin to netbsd host fails if "stty min 0" is done before Sender: owner-netbsd-bugs@NetBSD.ORG Precedence: list X-Loop: netbsd-bugs@NetBSD.ORG >Number: 2546 >Category: bin >Synopsis: rlogin to netbsd host fails if "stty min 0" is done before >Confidential: no >Severity: critical >Priority: high >Responsible: bin-bug-people (Utility Bug People) >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu Jun 13 13:05:05 1996 >Last-Modified: >Originator: Jonas Lagerblad >Organization: Jonas Lagerblad, IVEE Development AB, jonas@ivee.com Phone (office): +46-31 701 42 61 Mobile: +46-707 79 73 37 Telefax: +46-31 101987 >Release: 1.2_ALPHA >Environment: System: NetBSD spot.ivee.com 1.2_ALPHA NetBSD 1.2_ALPHA (IVEE-SCSI) #2: Thu Jun 13 08:28:32 MET DST 1996 jonas@spot.ivee.com:/usr/src/sys/arch/i386/compile/IVEE-SCSI i386 >Description: Fore some reason doesn't rlogin work from one NetBSD host to another if the stty field min has the value zero. This i very annoying since xterm from the latest XFree86 distribution sets min to zero. This seems to be an error in rlogin since it doesn't matter to what type of host I try to connect to. >How-To-Repeat: spot> stty min 0 spot> rlogin cyan rlogin: closed connection. spot> stty min 1 spot> rlogin cyan Last login: Thu Jun 13 18:34:30 from spot Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. NetBSD 1.2_ALPHA (IVEE-WS) #0: Thu Jun 13 16:31:35 MET DST 1996 You have mail. cyan> exit logout >Fix: Do some type of sanity check either print an error message or correct the value of VMIN in rlogin. >Audit-Trail: >Unformatted: ------- End of Forwarded Message From owner-freebsd-bugs Thu Jun 13 16:41:49 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07915 for bugs-outgoing; Thu, 13 Jun 1996 16:41:49 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07895; Thu, 13 Jun 1996 16:41:46 -0700 (PDT) Date: Thu, 13 Jun 1996 16:41:46 -0700 (PDT) From: Alex Nash Message-Id: <199606132341.QAA07895@freefall.freebsd.org> To: admin@dmzpc.bridge.com, alex, freebsd-bugs Subject: Re: kern/1092 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ftruncate(2) returns EINVAL State-Changed-From-To: open-closed State-Changed-By: alex State-Changed-When: Thu Jun 13 16:39:33 PDT 1996 State-Changed-Why: As David pointed out, the example given is invalid. ftruncate works properly when the length argument is an off_t. From owner-freebsd-bugs Thu Jun 13 18:45:23 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA24237 for bugs-outgoing; Thu, 13 Jun 1996 18:45:23 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA24228 for ; Thu, 13 Jun 1996 18:45:12 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id LAA04074; Fri, 14 Jun 1996 11:38:33 +1000 Date: Fri, 14 Jun 1996 11:38:33 +1000 From: Bruce Evans Message-Id: <199606140138.LAA04074@godzilla.zeta.org.au> To: bugs@freebsd.org, davidg@Root.COM Subject: Re: We have this bug, too. Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Log Message: >Fix PR/2546: For non canonical input processing set VMIN=1,VTIME=0. Otherwise > things might not work if these are not set properly in the > current tty. MIN=0, TIME=0 makes no-input look just like EOF in non-canonical mode. I can't quite see where rlogin switches stdin to non-canonical mode. kdump/mkioctls is very broken. It greps for #defines in sys/ioctl.h and sys/ioctl_compat.h, but sys/ioctl.h only #includes files that define ioctls, so kdump only recognises the crufty compatibility ioctls. Bruce From owner-freebsd-bugs Thu Jun 13 19:21:54 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA28233 for bugs-outgoing; Thu, 13 Jun 1996 19:21:54 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id TAA28224 for ; Thu, 13 Jun 1996 19:21:51 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id MAA06099; Fri, 14 Jun 1996 12:20:30 +1000 Date: Fri, 14 Jun 1996 12:20:30 +1000 From: Bruce Evans Message-Id: <199606140220.MAA06099@godzilla.zeta.org.au> To: bde@zeta.org.au, bugs@freebsd.org, davidg@Root.COM Subject: Re: We have this bug, too. Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>Log Message: >>Fix PR/2546: For non canonical input processing set VMIN=1,VTIME=0. Otherwise >> things might not work if these are not set properly in the >> current tty. I wrote: >I can't quite see where rlogin switches stdin to non-canonical mode. >kdump/mkioctls is very broken. It greps for #defines in sys/ioctl.h and I fixed kdump to find at least the system ioctls that it attempts to support. It still doesn't know about machine-dependent ioctls. Perhaps there should be a that includes all machine-dependent ioctl files. rlogin still uses the crufty tty compatibility ioctls. I thought that getty was the last application that used them. Anyway, rlogin switches to non-canonical mode by swiching to RAW mode. The compatibility interface doesn't meddle with MIN/TIME (there would be no way to restore them) so MIN=0 gives not-very-RAW mode. Bruce From owner-freebsd-bugs Fri Jun 14 01:00:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA15965 for bugs-outgoing; Fri, 14 Jun 1996 01:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA15935; Fri, 14 Jun 1996 01:00:03 -0700 (PDT) Date: Fri, 14 Jun 1996 01:00:03 -0700 (PDT) Message-Id: <199606140800.BAA15935@freefall.freebsd.org> To: freebsd-bugs Cc: From: J Wunsch Subject: Re: bin/1315: ls(1) Reply-To: J Wunsch Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/1315; it has been noted by GNATS. From: J Wunsch To: zgabor@code.hu Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: bin/1315: ls(1) Date: Fri, 14 Jun 1996 09:33:10 +0200 (MET DST) As Zahemszky Gabor wrote: > a) the ls command's -q option has not got an opposite - so I cannot > force ls to output the correct character to the terminal (I got a ? > instead) ls -C | cat > b) missing an option (eg -S) to sort by size ls -s | sort -n | rs (Likewise for sorting by inode or by owner.) > c) missing an option (eg -b as in AT&T Unices) to force printing > non-printable characters as octal \xyz format. - and as I see, ls I've already thought about adding this one (and will keep the PR open for just this). > doesn't know LANG, and LC_CTYPE (so I haven't got accented > characters in the filenames) Almost no utility in 2.1R did care for LC_CTYPE unless you have been setting the environmental variable ENABLE_STARTUP_LOCALE. This has been fixed in the current development sources. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Fri Jun 14 02:20:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA20780 for bugs-outgoing; Fri, 14 Jun 1996 02:20:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA20748; Fri, 14 Jun 1996 02:20:05 -0700 (PDT) Date: Fri, 14 Jun 1996 02:20:05 -0700 (PDT) Message-Id: <199606140920.CAA20748@freefall.freebsd.org> To: freebsd-bugs Cc: From: asami@cs.berkeley.edu (Satoshi Asami) Subject: Re: ports/1318: Problem making port: squid Reply-To: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/1318; it has been noted by GNATS. From: asami@cs.berkeley.edu (Satoshi Asami) To: FreeBSD-gnats-submit@freefall.freebsd.org, jonny@gaia.coppe.ufrj.br Cc: Subject: Re: ports/1318: Problem making port: squid Date: Fri, 14 Jun 1996 02:12:23 -0700 (PDT) * >Description: * * Cannot make install on squid port * * >How-To-Repeat: * * cd /usr/ports-current/www/squid * make install Sorry, I can't reproduce here, it builds fine on both -stable and -current. Satoshi From owner-freebsd-bugs Fri Jun 14 07:30:10 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA18191 for bugs-outgoing; Fri, 14 Jun 1996 07:30:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA18175; Fri, 14 Jun 1996 07:30:07 -0700 (PDT) Resent-Date: Fri, 14 Jun 1996 07:30:07 -0700 (PDT) Resent-Message-Id: <199606141430.HAA18175@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, philou@lirmm.fr Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA17998 for ; Fri, 14 Jun 1996 07:27:37 -0700 (PDT) Received: from pcdif01.lirmm.fr ([193.49.106.70]) by mail.barrnet.net (8.7.5/MAIL-RELAY-LEN) with SMTP id HAA19048 for ; Fri, 14 Jun 1996 07:27:31 -0700 (PDT) Received: (root@localhost) by pcdif01.lirmm.fr (8.6.11/8.6.9) id QAA01133; Fri, 14 Jun 1996 16:11:42 +0200 Message-Id: <199606141411.QAA01133@pcdif01.lirmm.fr> Date: Fri, 14 Jun 1996 16:11:42 +0200 From: "Philippe C." Reply-To: philou@lirmm.fr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/1322: savecore: incorrect use of minfree Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1322 >Category: bin >Synopsis: savecore does not take minfree into account >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 14 07:30:05 PDT 1996 >Last-Modified: >Originator: Philippe Charnier. >Organization: >Release: FreeBSD 2.2-current >Environment: >Description: I finally find a way to send this patch that is on my tree since months using send-pr. It will not be lost. I real life, my address is charnier@lirmm.fr, my From: line should lie. - dumpsize was used (in check_space) before being computed (in save_core): dumpsize was always 0 in check_space. Compute dumpsize before calling check_space which need it. - convert all quantities required for free space computation to a number of bytes (some of them were in Kbytes, others in bytes, making result a little bit silly). Minfree is really take into account now. - cosmetics changes. - only dump a core is minfree bytes are left on the disk after the dump. >How-To-Repeat: add only syslog(LOG_INFO,..) part of the patch and crash your kernel with not enough space in /var/crash >Fix: cvs diff: Diffing . Index: savecore.8 =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/sbin/savecore/savecore.8,v retrieving revision 1.3 diff -u -r1.3 savecore.8 --- savecore.8 1994/09/24 00:08:21 1.3 +++ savecore.8 1996/06/13 20:26:05 @@ -65,7 +65,7 @@ Use .Ar system as the kernel instead of the running kernel (as determined from -.Xr getbootfile 3 ) +.Xr getbootfile 3 ). .It Fl v Prints out some additional debugging information. .It Fl z Index: savecore.c =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/sbin/savecore/savecore.c,v retrieving revision 1.12 diff -u -r1.12 savecore.c --- savecore.c 1996/05/02 09:07:53 1.12 +++ savecore.c 1996/05/03 18:38:19 @@ -290,6 +290,11 @@ *cp = getc(fp); while (*cp++ && cp < &panic_mesg[sizeof(panic_mesg)]); } + /* Read the dump size, and convert it to a number of bytes. */ + (void)fseek(fp, + (off_t)(dumplo + ok(dump_nl[X_DUMPSIZE].n_value)), L_SET); + (void)fread(&dumpsize, sizeof(dumpsize), 1, fp); + dumpsize *= getpagesize(); /* Don't fclose(fp), we use dumpfd later. */ } @@ -369,15 +374,10 @@ ifd = dumpfd; } - /* Read the dump size. */ - Lseek(dumpfd, (off_t)(dumplo + ok(dump_nl[X_DUMPSIZE].n_value)), L_SET); - (void)Read(dumpfd, &dumpsize, sizeof(dumpsize)); - /* Seek to the start of the core. */ Lseek(ifd, (off_t)dumplo, L_SET); /* Copy the core file. */ - dumpsize *= getpagesize(); syslog(LOG_NOTICE, "writing %score to %s", compress ? "compressed " : "", path); for (; dumpsize > 0; dumpsize -= nr) { @@ -547,28 +547,27 @@ syslog(LOG_ERR, "%s: %m", dirname); exit(1); } - spacefree = (fsbuf.f_bavail * fsbuf.f_bsize) / 1024; - + spacefree = fsbuf.f_bavail * fsbuf.f_bsize; + minfree = 0; (void)snprintf(path, sizeof(path), "%s/minfree", dirname); - if ((fp = fopen(path, "r")) == NULL) - minfree = 0; - else { - if (fgets(buf, sizeof(buf), fp) == NULL) - minfree = 0; - else - minfree = atoi(buf); + if ((fp = fopen(path, "r"))) { + if (fgets(buf, sizeof(buf), fp)) minfree = atoi(buf); (void)fclose(fp); } - - needed = (dumpsize + kernelsize) / 1024; - if (minfree > 0 && spacefree - needed < minfree) { - syslog(LOG_WARNING, - "no dump, not enough free space on device"); + /* dumpsize, kernelsize, minfree, and spacefree are in bytes */ + needed = dumpsize + kernelsize; /* minfree? not yet */ + if (verbose) { + syslog(LOG_INFO, "dumpsize: %d", dumpsize); + syslog(LOG_INFO, "kernelsize: %d", kernelsize); + syslog(LOG_INFO, "minfree: %d", minfree); + syslog(LOG_INFO, "spacefree: %d", spacefree); + syslog(LOG_INFO, "needed: %d", needed); + } + /* space left (after the dump) must be greater than minfree */ + if (spacefree < needed + minfree) { + syslog(LOG_WARNING, "no dump, not enough free space on device"); return (0); } - if (spacefree - needed < minfree) - syslog(LOG_WARNING, - "dump performed, but free space threshold crossed"); return (1); } >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Jun 14 11:42:02 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06368 for bugs-outgoing; Fri, 14 Jun 1996 11:42:02 -0700 (PDT) Received: from dub-img-4.compuserve.com (dub-img-4.compuserve.com [198.4.9.4]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA06363 for ; Fri, 14 Jun 1996 11:41:58 -0700 (PDT) Received: by dub-img-4.compuserve.com (8.6.10/5.950515) id OAA03692; Fri, 14 Jun 1996 14:41:27 -0400 Date: 14 Jun 96 14:39:23 EDT From: MALCOLM BOFF <100305.2043@CompuServe.COM> To: "bugs@freebsd.org" Subject: Problems Version 2.1 FreeBSD Message-ID: <960614183923_100305.2043_JHF56-1@CompuServe.COM> Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I updated my platform recently from a Pentium 60 to a Pentium 133 and I am now having some problems which are a little irritating :- a) fdformat /dev/rfd0.1440 fails with timeouts in the kernel b) tar to /dev/rfd0 sometimes does the same as a) but tar'ring in from floppy seems OK I also notified XFree86 that the X accelerator (ET4000W) PCI now longer worked with the configuration that I used prior to upgrading, indeed it will only work as a standard VGA (got their auto response telling me that my problem had been forwarded to the developers but have heard nothing since - over 6 weeks ago). If anyone can give any light on these issues or let me know when the XFree86 team are due out on parole, please let me know !!!!! Malcolm G. Boff From owner-freebsd-bugs Fri Jun 14 22:42:45 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA26951 for bugs-outgoing; Fri, 14 Jun 1996 22:42:45 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA26888; Fri, 14 Jun 1996 22:41:23 -0700 (PDT) Resent-Date: Fri, 14 Jun 1996 22:41:23 -0700 (PDT) Resent-Message-Id: <199606150541.WAA26888@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mi@aldan.zipnet.net Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA26525 for ; Fri, 14 Jun 1996 22:33:19 -0700 (PDT) Received: from aldan.zipnet.net (aldan.zipnet.net [199.232.255.49]) by ref.tfs.com (8.7.5/8.7.3) with SMTP id WAA11689 for ; Fri, 14 Jun 1996 22:33:13 -0700 (PDT) Received: (from mi@localhost) by aldan.zipnet.net (8.6.12/8.6.12) id BAA00405; Sat, 15 Jun 1996 01:28:41 -0400 Message-Id: <199606150528.BAA00405@aldan.zipnet.net> Date: Sat, 15 Jun 1996 01:28:41 -0400 From: mi@aldan.zipnet.net Reply-To: mi@aldan.zipnet.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1323: new psm-driver Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1323 >Category: kern >Synopsis: 960612's psm driver does not see the mouse. 960501 does >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 14 22:40:01 PDT 1996 >Last-Modified: >Originator: Mikhail Teterin >Organization: >Release: FreeBSD 2.2-960612-SNAP >Environment: OS/2 mouse on motherboard. Sharing 0x60 with sc0 kernel compiled with pentiumized gcc-2.7.2p NEC A105 machine, with Neptune chipset, eisa-to-pci bridge. >Description: psm0: not found at 0x60 The previous snapshot saw it without any problems. >How-To-Repeat: Hard to say. I guess it works fine on many machines, but no longer works for me. >Fix: Take the psm.o from the previous kernel's build and reload the kernel. Works just fine... >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Jun 14 22:58:44 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA27756 for bugs-outgoing; Fri, 14 Jun 1996 22:58:44 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA27736; Fri, 14 Jun 1996 22:58:43 -0700 (PDT) Date: Fri, 14 Jun 1996 22:58:43 -0700 (PDT) From: Nate Williams Message-Id: <199606150558.WAA27736@freefall.freebsd.org> To: nate, freebsd-bugs, nate Subject: Re: kern/1323 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: 960612's psm driver does not see the mouse. 960501 does Responsible-Changed-From-To: freebsd-bugs->nate Responsible-Changed-By: nate Responsible-Changed-When: Fri Jun 14 22:58:13 PDT 1996 Responsible-Changed-Why: My baby, I did the changes to the driver. From owner-freebsd-bugs Sat Jun 15 04:30:14 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA20929 for bugs-outgoing; Sat, 15 Jun 1996 04:30:14 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA20915 for freebsd-bugs; Sat, 15 Jun 1996 04:30:12 -0700 (PDT) Date: Sat, 15 Jun 1996 04:30:12 -0700 (PDT) From: GNU GNATS Message-Id: <199606151130.EAA20915@freefall.freebsd.org> To: freebsd-bugs Subject: List of open Problem Reports Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is the list of currently open problem reports [1994/11/30] kern/34 nullfs and union mounts can result in wild pointer r [1995/01/10] bin/104 pax -rwl may corrupt filesystem [1995/01/14] bin/115 systat iostat display doesn't scale high enough [1995/01/14] bin/129 fsck cannot take a mount point as an argument [1995/01/15] bin/146 version of compress is kinda old and slow [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/176 EIDRM not defined in errno.h [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/30] bin/198 1.1.5.1 pine binary loops; top shows fancy values [1995/03/02] misc/229 acos() core dump [1995/03/28] kern/281 Messages printed when checking CD ROM device too ver [1995/03/28] kern/282 buslogic adapter information WAY too verbose [1995/04/01] kern/291 PCI devices still probe/attach after being disabled [1995/04/09] bin/323 Creating lost+found causes fsck to stop fsck -y FDIV [1995/04/20] kern/353 xcdplayer crashes machine (with NCR810 SCSI) [1995/04/20] misc/355 policy on /usr/local permission in base release [1995/05/08] bin/389 Simultaneous creation/deletion of dirs corrupts file [1995/05/12] bin/398 VI doesnt do the correct thing [1995/05/13] bin/401 Add REMOTE_* variables [1995/05/13] bin/402 w -n shows non-numeric addresses [1995/05/14] kern/405 The gpio driver does not work with the AT-GPIB, only [1995/05/14] kern/416 page fault in syscons.c:scopen() [1995/05/15] misc/423 Sound devices are too insecure [1995/05/16] kern/425 arp entries not getting removed when interface chang [1995/05/23] i386/440 want vidcontrol option to apply settings to all sysc [1995/05/26] kern/446 unable to diskless-boot a PC when the server mounts [1995/06/14] bin/514 Crash recovery impossible without static mt/chflags. [1995/06/15] bin/517 Bad group change with 'install' [1995/06/15] bin/519 execution of quotacheck from /etc/rc fails [1995/06/17] kern/528 slow 386 reports excessive interrupt-level buffer ov [1995/06/26] kern/565 slip freezes machine [1995/07/02] kern/579 sio: RS_IBUFSIZE at 256 bytes serial lines loose dat [1995/07/04] kern/587 if_le hangs on OACTIVE with 2k buffer [1995/07/04] kern/588 Configuration of DEC ethernet cards not possible [1995/07/05] bin/591 SPAP request REJexted in stead of NAKed [1995/07/09] misc/605 NIS: get*bynis routine problems [1995/07/29] kern/638 Transmitted packets not passed to bpf in if_le.c [1995/08/01] docs/646 vmstat man page out of date [1995/08/01] bin/648 printf format conversion incorrect (duplicate) [1995/08/02] gnu/650 Current flex is outdated [1995/08/03] kern/652 Multiple addresses on one interface interacts badly [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, not in 2.0. [1995/08/07] bin/658 ifconfig alias has to be separately given [1995/08/07] bin/661 Hercules is not capable of having a ISO-Latin1 Scree [1995/08/11] gnu/672 Nor all ph headers get created [1995/08/11] ports/673 /bin/sh + inn1.4 innwatch going belly up [1995/08/11] bin/675 make does unnecessary rebuilds [1995/08/12] kern/677 X gets a bus error when calling mmap() [1995/08/13] bin/680 2.0.5's tip using termios doesn't act the way it did [1995/08/14] bin/683 cron(8) [1995/08/14] kern/688 Page fault: supervisor write, page not present [1995/08/15] i386/692 My modem is not found if my external cache is disabl [1995/08/18] kern/700 The comments in /sys/net/if.h are confusing [1995/08/21] kern/703 ppp not always deleting route properly when a ppp li [1995/08/22] bin/706 increased root DNS traffic and long latencies for r- [1995/08/29] bin/715 ls gives weird tabular form [1995/08/31] bin/716 W returns wrong results at login [1995/09/19] bin/728 /bin/sh messes up quoting when going through eval [1995/09/21] docs/731 socketpair(2) and man page inconsistent about return [1995/09/23] docs/735 missing description for mount options in fstab(5) ma [1995/09/25] gnu/737 FreeBSD-current/src/gnu/usr.bin/gzip/Makefile [1995/09/26] bin/739 Some problems when an output filter reads all input [1995/09/26] kern/742 syslog errors accessing Mac hard disks [patch] [1995/09/27] bin/743 vi cannot edit a file where the name starts with + [1995/09/27] kern/745 occasional filesystem inconsistencies, and "panic: f [1995/09/27] bin/747 date(1) gives weird time zones and interprets GMT[+- [1995/09/27] kern/750 cd9660 confused by not-ready or I/O errors FDIV030 [1995/09/28] kern/752 setting multiple addresses for a single interfaces l [1995/09/28] kern/753 my archive scsi tape drive does not work [1995/09/28] docs/754 there is no man page for the psm(4) mouse driver [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem in use [1995/10/05] misc/767 Configure-time does time-warp on non-UTC CMOS - FDIV [1995/10/09] kern/774 dump fails with "slave couldn't reopen disk: Device [1995/10/11] bin/777 patch doesn't realize stdin is closed and asks quest [1995/10/12] bin/778 tar complains "EOF not on block boundary" on a good [1995/10/14] kern/781 OPEN_MAX in kernel config and FD_SETSIZE in /usr/inc [1995/10/18] bin/786 Problem with NIS and large group maps [1995/10/25] kern/792 cd9660 very slow. [1995/10/25] kern/793 ep0 cannot be configured and more. [1995/10/29] kern/798 PPP panics, touches 0xdeadc0de pointers [1995/10/29] docs/801 rlogind k, v, and x options are not documented [1995/10/31] bin/803 bsd m4 chokes and dies while FSF m4 works... [1995/11/11] bin/815 mountd reports unknown hosts with non-informative me [1995/11/12] kern/820 scsi tape problems [1995/11/13] kern/821 Config doesn't properly trap signals [1995/11/16] bin/826 tcpmux listener in inetd does not work [1995/11/20] kern/831 one minor complaint about the kernel visual config c [1995/11/21] i386/833 SCSI hard disks time out during tape rewind - FDIV03 [1995/11/22] kern/835 ed panics with SMC ultra with iomem, if no iomem in [1995/11/25] bin/839 by default, use of "at" is overly restricted [1995/11/27] bin/841 stale nfs mounts cannot be umounted [1995/11/27] kern/845 Automatic reboot says you can abort but boots anyway [1995/11/28] misc/848 Inst gripes about geometry but won't accept true val [1995/11/28] misc/849 Install skimps on inodes and newfs default is wrong [1995/11/28] bin/850 dump treats write-protect as an EOT & spoils set FDI [1995/11/29] bin/852 Sendmail is loosing mail (apparently)! [1995/11/30] bin/854 swapinfo shows incorrect information for vnconfig'd [1995/11/30] ports/857 Need ANSI_C define to not declare some functions [1995/12/01] bin/859 /bin/sh -c does not ignore SIGINT [1995/12/02] kern/860 visual mode in kernel -c is too restrictive [1995/12/03] kern/861 sb16 support in 2.1 is erratic and has cosmetic defe [1995/12/03] kern/863 panic on kernel page fault, NULL curproc [1995/12/04] i386/867 Notebook with APM and 3C589C in PCMCIA freezes after [1995/12/06] ports/869 xcdplayer installs itself is /usr/X11R6, not /usr/lo [1995/12/06] ports/871 port.subdir.mk DEBUG_FLAGS is not used for CFLAGS [1995/12/08] kern/876 NFS allows bogus accesses to cached data [1995/12/17] kern/900 ext2fs triggers divide by zero trap in vnode_pager_h [1995/12/20] i386/906 /sys/i386/boot/netboot/nb8390.com cannot recognize N [1995/12/21] kern/907 scsi-dat tape station has stopped working [1995/12/21] bin/908 sed bug with trailing backslashes [1995/12/25] bin/914 hayes dialer for tip fails 1st attempt to dial [1995/12/29] kern/920 sio output looses chars in fifo on close() [1995/12/29] kern/921 getrusage() returns 0 after system up for a long tim [1995/12/31] kern/924 EISA devices have disappeared from vmstat/systat int [1996/01/01] bin/926 Mounting nfs disks before starting mountd: Chicken o [1996/01/02] kern/927 VGA mode not restored [1996/01/03] kern/930 sio/getty problem? [1996/01/06] kern/932 de0 occasionally enables 100baseTX when plugged into [1996/01/06] misc/934 ppp dies with Bus Error when processing long LOGIN s [1996/01/09] kern/940 panic: free vnode isn't [1996/01/12] misc/942 X11 mono server dumps core on supported video hardwa [1996/01/13] ports/944 Security fixes for Fvwm 1.24r [1996/01/15] kern/946 divide-by-zero in kernel on bad disk info [1996/01/16] kern/949 panic, undebugable dump? [1996/01/17] kern/951 -current kernel crashes with devfs error on bootup [1996/01/19] kern/956 Kernel page fault, null callp [1996/01/19] bin/958 ttys file does not include all ptys [1996/01/21] bin/961 'more $file', incorrect CRLF compacting. [1996/01/23] ports/968 Netscape & cern_httpd ports out of date/dead links [1996/01/25] kern/971 Default limits for number of processes per user ridi [1996/01/25] conf/972 inetd.conf should comment out k-services if no Kerbe [1996/01/28] kern/975 getrusage returns negative deltas [1996/01/28] kern/976 NCR SCSI driver gives assertion errors and disk beco [1996/01/29] kern/978 Three deadlocks in row [1996/02/01] bin/986 problems make-ing with cd in the rule [1996/02/03] kern/991 pcvt keyboard doesn't accept input at crash reboot [1996/02/03] bin/993 g++ complains about /usr/include/machine/cpufunc.h [1996/02/04] kern/994 syscons bug in ESC[nX handling (w/fix) [1996/02/06] kern/998 badness in file system silently crashes machine [1996/02/07] bin/999 /usr/share/mk/sys.mk missing common $(RM) macro [1996/02/07] kern/1001 M_NAMEI malloc leak in the kernel [1996/02/08] kern/1008 Daily crash while writing network backups to local t [1996/02/09] kern/1012 vnode_pager_putpages: attempt to write meta-data!!! [1996/02/10] kern/1016 panic: vm_page_free: freeing free page, sddump: no s [1996/02/10] kern/1017 ssh stopped working between 15th Jan and 9th Feb [1996/02/12] kern/1018 panic: unwire: page not in pmap [1996/02/12] bin/1019 getty cannot detect ppp logins [1996/02/12] kern/1020 Boca 16-port board still hangs [1996/02/12] bin/1021 pppd doesn't handle PAP-only authentication well [1996/02/12] docs/1023 using touch to create swap file for NFS doesn't work [1996/02/14] kern/1026 deadlocks if parent vfork and child has cntrl termin [1996/02/14] bin/1028 shutdown -r does not seem to always complete [1996/02/15] bin/1029 cd behaves erraticly if cwd is a mount-point, which [1996/02/17] bin/1030 /bin/sh does not pass environment variables on prope [1996/02/18] kern/1034 Instant panic in -current [1996/02/19] bin/1035 ls to terminal always uses ? for non-printable chars [1996/02/19] docs/1036 List of dead xrefs in man pages [1996/02/19] bin/1037 2.x telnetd handles CTRL-M differently than other tt [1996/02/23] bin/1040 with certain flags, route can reboot your machine. [1996/02/25] i386/1042 Warning from sio driver reports wrong device FDIV045 [1996/02/26] misc/1043 vm_bounce_alloc error on 2.1 install with 4G drive [1996/02/27] kern/1045 Lockup: b_to_q to a clist with no reserved cblocks [1996/02/27] gnu/1047 send-pr: Aborting... [1996/02/28] i386/1048 ep driver fails to detect card when told specific va [1996/02/28] bin/1050 Process (zip) hangs (unkillable) after floppy error [1996/02/29] kern/1051 zip fails on dos partition [1996/02/29] bin/1052 /bin/sh problem with new GCC (snapshot for 2.8) [1996/03/02] bin/1056 pppd fails if -detach [1996/03/05] kern/1064 Recursive panic? [1996/03/06] kern/1065 wt could crash reading short blocks [1996/03/06] kern/1066 Arnet driver: panic when ifconfig PPP -> HDLC [1996/03/08] bin/1068 man ignores -P option when combined with -k [1996/03/08] ports/1069 TkMan acts erroneusly on apropos [1996/03/09] bin/1070 /usr/bin/fstat doesn't display open, active pure tex [1996/03/09] ports/1072 tex port (ftplib.pl) does not support passive mode f [1996/03/09] bin/1073 telnet -8 does not work with SunOS or Solaris [1996/03/09] bin/1074 tty rows & columns settings sometimes reset to zero [1996/03/11] conf/1076 'make install' fails for /usr/src/share/examples in [1996/03/15] misc/1079 Can not work about get{host|net]byaddr on NIS. [1996/03/16] kern/1080 Panic @ _get_pt_entry+0x8 [1996/03/16] kern/1081 Fatal double fault [1996/03/17] kern/1087 Device close entry is not called when unmounting UFS [1996/03/18] docs/1089 stat manpage unclear about st_mtime & friends [1996/03/20] kern/1090 iostat displays incorrect sps count [1996/03/20] bin/1093 route's diagnostic is weird [1996/03/21] bin/1095 make's continuation line handling buggy when used wi [1996/03/21] i386/1097 system hang during tape rewind/aic7870 controller [1996/03/23] kern/1098 File system corruption (2 cases) [1996/03/26] kern/1102 Differentiation of FreeBSD & Linux ELF binaries [pat [1996/03/28] bin/1105 Bug in find command [1996/03/28] ports/1109 mods to vim-3.0 port [1996/03/30] bin/1111 mail.local will happily deliver mail to a quota'd fi [1996/03/31] misc/1112 Can not work getnetbyaddr on NIS [1996/04/05] kern/1118 panic: setrunqueue encountered when wine fork()'s [1996/04/06] kern/1119 Mounted EXT2FS partition is not cleanly unmounted up [1996/04/06] kern/1121 System crashes on boot up just after the "devfs read [1996/04/07] kern/1122 Kernel (current) does not see all memory [1996/04/09] bin/1127 sh(1) parameter expansion for substring processing n [1996/04/11] kern/1134 PPB support is broken for multiple/unknown PPBs. [1996/04/11] kern/1135 starting an extra mountd and then killing it crashes [1996/04/12] bin/1136 broken printf in sh(1) [1996/04/14] bin/1139 uname.1 and uname.c disagree about display ordering [1996/04/14] docs/1141 pcvt(4) references non-existent man page. [1996/04/15] docs/1142 signal manpage doesn't describe sig parameter [1996/04/15] docs/1143 sigaction manpage doesn't describe sig parameter [1996/04/15] kern/1144 sig{add, del}set and sigismember fns don't check sig [1996/04/15] bin/1145 tftpd should support -s [1996/04/19] docs/1151 intro(3) references libc(3) and plot(3), which do no [1996/04/22] bin/1154 Configure tunN device for ip-over-ip tunnelling [1996/04/23] ports/1155 systat or top display disagreeing information [1996/04/24] kern/1157 SCSI Disk Timeouts (ahc0) [1996/04/25] bin/1158 atq uses GMT time instead of TZ time [1996/04/28] kern/1160 Panic: bad dir [1996/04/28] kern/1161 -current panic on boot if DIAGNOSTIC option is used [1996/04/29] kern/1163 2.2-960323-SNAP: fatal trap 12 [1996/04/29] kern/1164 machine locks up [1996/04/30] docs/1165 Printer Text Filter scripts should be in /usr/share/ [1996/04/30] kern/1166 pmap panic (dump available) [1996/05/02] docs/1169 bogus reference to keysu(1) in key(1) and keyinit(1) [1996/05/02] docs/1170 include files missing from get{peer,sock}name man pa [1996/05/02] kern/1171 panic: setrunnable after touching long idle windows [1996/05/06] conf/1176 sysinstall ftp error messages not helpful. [1996/05/07] kern/1177 Machine hangs with message "vm_fork: no pte for UPAG [1996/05/08] kern/1180 freeing held page, count=%d [1996/05/09] bin/1181 fsck displays wrong char in "option?" diagnostic [1996/05/09] bin/1182 timed records improper entry in wtmp [1996/05/09] bin/1184 ls + xterm + nvi + columns != 80 + ^Z = mangled list [1996/05/10] misc/1187 pppd dies with a segv [1996/05/11] pending/1189 Re: Adaptec 2940 Changes (May 10th) [1996/05/11] kern/1190 panic: page fault (wild pointer?) [1996/05/12] kern/1195 stable with DIAGNOSTIC panics `vm_page_unhold: hold [1996/05/13] ports/1200 pop3 requests may crash client [1996/05/13] kern/1201 FreeBSD SCSI changer driver leaves a bit to be desir [1996/05/13] bin/1202 netgroups in /etc/hosts.equiv stopped working in -st [1996/05/14] kern/1204 umount -f after SCSI reset -> reboot [1996/05/15] bin/1206 /bin/sh + emacs + ^G = ruined terminal [1996/05/16] kern/1208 Rebooting nfs server results "Permission denied" mes [1996/05/16] gnu/1209 send-pr should refuse PR's without subject and synop [1996/05/17] gnu/1210 gcc (v2.6.3) -O and -O2 compile-time bus error [1996/05/18] bin/1212 ppp eventually runs out of file descriptors [1996/05/18] kern/1213 kernel page fault [1996/05/18] docs/1214 lseek() manpage refers to fildes argument as a file [1996/05/19] kern/1216 Support for i586 clock clibration is not built in [1996/05/19] kern/1217 separating to hardrives to two IDE channels hangs th [1996/05/20] bin/1221 new gcc-2.7.2 gives a LOT of warnings, and a few ERR [1996/05/20] ports/1222 Header files conflict [1996/05/21] kern/1227 vm_page_activate: already active (new vm system) [1996/05/21] kern/1228 probe doesn't find P-n-P modem [1996/05/21] bin/1229 redundant redeclaration of `lseek' [1996/05/21] bin/1230 make ``.for'' loops iterate backwards [1996/05/21] bin/1231 make(1) execution of ``.BEGIN'' does not halt on err [1996/05/22] kern/1236 some #def's in pcvt_conf.h not braketed by #ifndef's [1996/05/23] bin/1237 [1996/05/24] bin/1241 The jot(1) command with -s (FROM 2.1.0 CD) generates [1996/05/24] bin/1242 In the "sys/stat.h" file, the S_ISFIFO and S_ISSOCK [1996/05/24] kern/1245 scsi tape driver write-protet and eject handling is [1996/05/24] kern/1246 aic-7850 driver sees more cdroms then exists [1996/05/24] misc/1247 Conflicting header files [1996/05/24] bin/1248 /bin/sh has trouble with arguments past 9(ie. ${10}) [1996/05/25] docs/1249 incorrect manpages [1996/05/26] i386/1251 aha0 and bt0(eisa) conflicts again. [1996/05/26] kern/1252 Heavy activity on a CD causes panic [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets [1996/05/26] kern/1257 System got blown away by "vm_pageout_scan: page not [1996/05/27] kern/1258 new vm code: freeing held page [1996/05/27] i386/1260 wd probe take unusually long (45s ea) on ASUS Triton [1996/05/27] conf/1264 panic with two new Quantum FireBall 1280 [1996/05/27] kern/1265 warnings in pcv [1996/05/27] docs/1268 The 'pty' manpage isn't consistant with reality. [1996/05/27] kern/1269 vm_pageout_scan: page not inactive? (loops, effectiv [1996/05/28] conf/1270 /etc/ttys does not list all valid ptys (breaks scree [1996/05/28] kern/1271 Kernel panic using PLIP in 27/05 current [1996/05/28] docs/1272 document the -o option for f2c [1996/05/28] bin/1273 remote hostname gets corrupted in rshd [1996/05/28] kern/1274 Kernel panics with filesystem error [1996/05/28] bin/1276 pppd hangs serial port - ENOBUFS [1996/05/29] kern/1278 SUN Solaris clients gets host not responding, when w [1996/05/30] docs/1280 locale and collating [1996/05/31] kern/1283 cleaning out some compiler fuzz from pcvt_hdr.h [1996/05/31] kern/1284 panic: vm_page_free: freeing busy page [1996/05/31] conf/1285 route_multicast and route_loopback lines in /etc/sys [1996/06/01] kern/1286 cluster_read() calls strategy routine without B_READ [1996/06/02] bin/1287 /bin/sh does alias expansion in case patterns [1996/06/02] i386/1288 wdgetctlr (wd.c) return incorrect number of cylinder [1996/06/03] bin/1289 errno breaks in thread-safe c++ compiles [1996/06/05] kern/1293 Fatal trap 12: page fault while in kernel mode (PPP/ [1996/06/06] misc/1299 National charecter problem in XFree86 [1996/06/07] kern/1301 DEC FDDI/PCI Adapter: halt code = 6 (DMA Error) [1996/06/08] kern/1302 3COM 3c590 can't receive packets [1996/06/09] bin/1305 dc miscomputes remainder [1996/06/09] pending/1306 request for a customer id [1996/06/10] kern/1307 vm_page_free: freeing busy page [1996/06/10] kern/1308 vm_page_free: wire count > 1 in 960501-SNAP [1996/06/11] kern/1311 Panic: vm_page_free while installing new kernel [1996/06/11] bin/1312 automounter hangs on boot [1996/06/12] bin/1315 ls(1) [1996/06/12] bin/1316 10 tunnel device limit [1996/06/12] ports/1318 Problem making port: squid [1996/06/12] conf/1319 muldi3 is not included into kernel's Makefile by con [1996/06/13] bin/1320 dump limits blocksize to 32K [1996/06/14] bin/1322 savecore does not take minfree into account [1996/06/14] kern/1323 960612's psm driver does not see the mouse. 960501 d This is the list of problem reports already analyzed: [1994/12/01] kern/35 mount -t union -o -b : lower layer not seen by shell [1995/01/11] i386/105 Distributed libm (msun) has non-standard error handl [1995/03/20] kern/260 msync and munmap don't bother to update mod times [1995/03/20] docs/264 There are no manual pages for the forms library. [1995/03/22] kern/267 NFS code gives error messages, systems jams for a fe [1995/04/09] bin/326 Weekly cron generates some usage and error messages [1995/05/09] bin/392 Simultaneous cp and ls of files on dos f/s hangs pro [1995/05/27] gnu/450 tar --exclude -c doesn't work [1995/06/17] kern/527 dump causes assertion in ncr.c [1995/06/21] docs/538 MAP_FILE not mentioned in mmap man page. [1995/10/07] bin/771 telnet character mode not set and broken when set - [1995/10/15] kern/782 chmod does a null pointer dereference [1995/10/26] kern/794 swap partition at offset 0 still broken [1995/12/29] misc/922 From line handling incorrect in mail.local [1996/01/22] kern/965 2.0.5: system crashes daily because of "multiple fre [1996/01/30] bin/981 clnt_broadcast() is not aware of aliases [1996/02/28] kern/1049 /kernel: arpresolve: can't allocate llinfo for 194.1 [1996/03/04] kern/1059 null fs panics system [1996/03/06] kern/1067 panic: ufs_lock: recursive lock not expected, pid: 2 [1996/04/14] kern/1140 arpresolve does a null pointer dereference through r [1996/05/01] ports/1168 New version of pine. 3.93 fixes bugs in 3.92 and ha /* EOF -- this list has not been truncated */ From owner-freebsd-bugs Sat Jun 15 04:30:15 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA20938 for bugs-outgoing; Sat, 15 Jun 1996 04:30:15 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA20918 for freebsd-bugs; Sat, 15 Jun 1996 04:30:12 -0700 (PDT) Date: Sat, 15 Jun 1996 04:30:12 -0700 (PDT) From: GNU GNATS Message-Id: <199606151130.EAA20918@freefall.freebsd.org> To: freebsd-bugs Subject: Summary of Problem Reports Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Number of currently open reports: 304 Number of curently analyzed reports: 21 From owner-freebsd-bugs Sat Jun 15 06:23:26 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA24437 for bugs-outgoing; Sat, 15 Jun 1996 06:23:26 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA24431 for ; Sat, 15 Jun 1996 06:23:16 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id PAA05878; Sat, 15 Jun 1996 15:22:00 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id PAA10377; Sat, 15 Jun 1996 15:22:00 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id PAA02739; Sat, 15 Jun 1996 15:18:56 +0200 (MET DST) From: J Wunsch Message-Id: <199606151318.PAA02739@uriah.heep.sax.de> Subject: Re: Problems Version 2.1 FreeBSD To: freebsd-bugs@FreeBSD.org (FreeBSD bugs list) Date: Sat, 15 Jun 1996 15:18:55 +0200 (MET DST) Cc: 100305.2043@CompuServe.COM (MALCOLM BOFF) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <960614183923_100305.2043_JHF56-1@CompuServe.COM> from MALCOLM BOFF at "Jun 14, 96 02:39:23 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As MALCOLM BOFF wrote: > I updated my platform recently from a Pentium 60 to a Pentium 133 > and I am now having some problems which are a little irritating :- > a) fdformat /dev/rfd0.1440 fails with timeouts in the kernel > b) tar to /dev/rfd0 sometimes does the same as a) but tar'ring in from floppy > seems OK Which motherboard? Which floppy controller? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sat Jun 15 07:30:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA26845 for bugs-outgoing; Sat, 15 Jun 1996 07:30:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA26839; Sat, 15 Jun 1996 07:30:03 -0700 (PDT) Resent-Date: Sat, 15 Jun 1996 07:30:03 -0700 (PDT) Resent-Message-Id: <199606151430.HAA26839@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, greg@greg.rim.or.jp Received: from rayearth.rim.or.jp (uucp@rayearth.rim.or.jp [202.247.130.242]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA26658 for ; Sat, 15 Jun 1996 07:26:00 -0700 (PDT) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.7.5/3.4W3-uucp1) with UUCP id XAA13295 for FreeBSD-gnats-submit@freebsd.org; Sat, 15 Jun 1996 23:25:25 +0900 (JST) Received: from izanami.greg.rim.or.jp (izanami.greg.rim.or.jp [172.31.1.3]) by atena.greg.rim.or.jp (8.6.12/3.4Wbeta6) with ESMTP id WAA13157; Sat, 15 Jun 1996 22:49:34 +0900 Received: (from greg@localhost) by izanami.greg.rim.or.jp (8.7.5/3.4Wbeta6) id WAA00445; Sat, 15 Jun 1996 22:49:33 +0900 (JST) Message-Id: <199606151349.WAA00445@izanami.greg.rim.or.jp> Date: Sat, 15 Jun 1996 22:49:33 +0900 (JST) From: greg@greg.rim.or.jp Reply-To: greg@greg.rim.or.jp To: FreeBSD-gnats-submit@freebsd.org Cc: greg@greg.rim.or.jp X-Send-Pr-Version: 3.2 Subject: misc/1324: Bug for routed about Multi cast discavary Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1324 >Category: misc >Synopsis: Bug for routed about Multi cast discavary >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 15 07:30:01 PDT 1996 >Last-Modified: >Originator: Kensaku Masuda >Organization: >Release: FreeBSD 2.2-960612-SNAP i386 >Environment: Nothing >Description: routed daemon can not send a "router-discovery packet" with multicast packet. >How-To-Repeat: Only runing "routed" >Fix: --- rdisc.c.orig Fri May 31 01:19:04 1996 +++ rdisc.c Sat Jun 15 22:40:24 1996 @@ -788,7 +788,7 @@ u.so.icmp_cksum = in_cksum((u_short*)&u.so, sizeof(u.so)); send_rdisc(&u, sizeof(u.so), ifp, - INADDR_ALLROUTERS_GROUP, + htonl(INADDR_ALLROUTERS_GROUP), ((ifp->int_if_flags & IS_BCAST_RDISC) ? 1 : 2)); >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Jun 15 10:11:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA05076 for bugs-outgoing; Sat, 15 Jun 1996 10:11:03 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA05064; Sat, 15 Jun 1996 10:11:01 -0700 (PDT) Date: Sat, 15 Jun 1996 10:11:01 -0700 (PDT) From: Garrett Wollman Message-Id: <199606151711.KAA05064@freefall.freebsd.org> To: greg@greg.rim.or.jp, wollman, freebsd-bugs Subject: Re: misc/1324 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Bug for routed about Multi cast discavary State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Sat Jun 15 10:10:36 PDT 1996 State-Changed-Why: Bugfix accepted and committed in rev 1.2 of rdisc.c. From owner-freebsd-bugs Sat Jun 15 11:37:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA08301 for bugs-outgoing; Sat, 15 Jun 1996 11:37:07 -0700 (PDT) Received: from matlock.mindspring.com (matlock.mindspring.com [204.180.128.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA08296 for ; Sat, 15 Jun 1996 11:37:05 -0700 (PDT) Received: from borg.mindspring.com (borg.mindspring.com [204.180.128.14]) by matlock.mindspring.com (8.6.12/8.6.9) with ESMTP id OAA00683 for ; Sat, 15 Jun 1996 14:37:01 -0400 Received: from mule1.mindspring.com [204.180.128.167] by borg.mindspring.com with ESMTP id OAA01034 for ; Sat, 15 Jun 1996 14:37:00 -0400 Received: (from news@localhost) by mule1.mindspring.com (8.6.12/8.6.12) id OAA61276; Sat, 15 Jun 1996 14:37:01 -0400 To: lists-freebsd-bugs@matlock.mindspring.com Path: usenet From: Robert Sanders Newsgroups: lists.freebsd.bugs Subject: Re: kern/1293: Fatal trap 12: page fault while in kernel mode (PPP/modems/cyclades?) Date: 15 Jun 1996 14:37:01 -0400 Organization: MindSpring Enterprises, Inc. Lines: 19 Distribution: mindspring Message-ID: References: <199606051432.RAA20913@katiska.clinet.fi> NNTP-Posting-Host: xena.mindspring.com X-Newsreader: Gnus v5.2.17/XEmacs 19.13 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Heikki Suonsivu writes: > The machine locks up with console containing either > > Fatal trap 12: page fault while in kernel mode > > Fatal trap 12: page fault while in kernel mode > > Fatal trap 12: page fault while in kernel mode Using kernel PPP on -current of April 12th or so, I get random "Fatal double fault" messages and complete hangs. The machine never reboots, drops to DDB, or gives any other information afterward. This has never happened in months of user PPP. I'd just stick to userland PPP, but it randomly loses packets and gives erratic performance. How does one begin to debug a "fatal double fault"? -- Robert From owner-freebsd-bugs Sat Jun 15 11:55:07 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA08800 for bugs-outgoing; Sat, 15 Jun 1996 11:55:07 -0700 (PDT) Received: from matlock.mindspring.com (matlock.mindspring.com [204.180.128.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA08788 for ; Sat, 15 Jun 1996 11:55:05 -0700 (PDT) Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by matlock.mindspring.com (8.6.12/8.6.9) with SMTP id OAA01616 for ; Sat, 15 Jun 1996 14:54:41 -0400 Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM) id AA22749; Sat, 15 Jun 1996 14:54:36 -0400 Date: Sat, 15 Jun 1996 14:54:36 -0400 From: Garrett Wollman Message-Id: <9606151854.AA22749@halloran-eldar.lcs.mit.edu> To: Robert Sanders Cc: lists-freebsd-bugs@matlock.mindspring.com Subject: Re: kern/1293: Fatal trap 12: page fault while in kernel mode (PPP/modems/cyclades?) Newsgroups: lists.freebsd.bugs In-Reply-To: References: <199606051432.RAA20913@katiska.clinet.fi> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk < said: > This has never happened in months of user PPP. I'd just stick to > userland PPP, but it randomly loses packets and gives erratic > performance. How does one begin to debug a "fatal double fault"? It is almost invariably caused by a kernel stack overflow, which is in turn caused by too much stack allocation or recursion (often infinite recursion due to bugs) in the kernel. -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 Sat Jun 15 15:30:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA19706 for bugs-outgoing; Sat, 15 Jun 1996 15:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA19700; Sat, 15 Jun 1996 15:30:02 -0700 (PDT) Resent-Date: Sat, 15 Jun 1996 15:30:02 -0700 (PDT) Resent-Message-Id: <199606152230.PAA19700@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, dima@satty.npi.msu.su Received: from satty.npi.msu.su (root@satty.npi.msu.su [158.250.2.251]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA19552 for ; Sat, 15 Jun 1996 15:22:00 -0700 (PDT) Received: (from dima@localhost) by satty.npi.msu.su (8.7.4/8.7.3) id CAA09195; Sun, 16 Jun 1996 02:21:53 +0400 (MSD) Message-Id: <199606152221.CAA09195@satty.npi.msu.su> Date: Sun, 16 Jun 1996 02:21:53 +0400 (MSD) From: Dmitry Khrustalev Reply-To: dima@satty.npi.msu.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1325: system crash when running gated Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1325 >Category: kern >Synopsis: system crash when running gated >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 15 15:30:01 PDT 1996 >Last-Modified: >Originator: Dmitry Khrustalev >Organization: >Release: FreeBSD 2.2-CURRENT i386 >Environment: FreeBSD-current, ip_output.c rev 1.40, gated >Description: ip_output does not allocate route when IP_ROUTETOIF is set, system crash in arpresolve with rt0 = NULL. >How-To-Repeat: run gated. >Fix: *** ip_output.c.orig Sun Jun 16 02:10:21 1996 --- ip_output.c Sun Jun 16 02:13:47 1996 *************** *** 144,149 **** --- 144,165 ---- dst->sin_addr = ip->ip_dst; } /* + * If this is the case, we probably don't want to allocate + * a protocol-cloned route since we didn't get one from the + * ULP. This lets TCP do its thing, while not burdening + * forwarding or ICMP with the overhead of cloning a route. + * Of course, we still want to do any cloning requested by + * the link layer, as this is probably required in all cases + * for correct operation (as it is for ARP). + */ + if (ro->ro_rt == 0) + rtalloc_ign(ro, RTF_PRCLONING); + if (ro->ro_rt == 0) { + ipstat.ips_noroute++; + error = EHOSTUNREACH; + goto bad; + } + /* * If routing to interface only, * short circuit routing lookup. */ *************** *** 160,181 **** ip->ip_ttl = 1; isbroadcast = in_broadcast(dst->sin_addr, ifp); } else { - /* - * If this is the case, we probably don't want to allocate - * a protocol-cloned route since we didn't get one from the - * ULP. This lets TCP do its thing, while not burdening - * forwarding or ICMP with the overhead of cloning a route. - * Of course, we still want to do any cloning requested by - * the link layer, as this is probably required in all cases - * for correct operation (as it is for ARP). - */ - if (ro->ro_rt == 0) - rtalloc_ign(ro, RTF_PRCLONING); - if (ro->ro_rt == 0) { - ipstat.ips_noroute++; - error = EHOSTUNREACH; - goto bad; - } ia = ifatoia(ro->ro_rt->rt_ifa); ifp = ro->ro_rt->rt_ifp; ro->ro_rt->rt_use++; --- 176,181 ---- >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Jun 15 16:20:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA23478 for bugs-outgoing; Sat, 15 Jun 1996 16:20:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA23437; Sat, 15 Jun 1996 16:20:02 -0700 (PDT) Resent-Date: Sat, 15 Jun 1996 16:20:02 -0700 (PDT) Resent-Message-Id: <199606152320.QAA23437@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, gpalmer@FreeBSD.ORG Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA22017 for ; Sat, 15 Jun 1996 16:13:25 -0700 (PDT) Received: (from gary@localhost) by palmer.demon.co.uk (sendmail/PALMER-1) id AAA20190; Sun, 16 Jun 1996 00:12:27 +0100 (BST) Message-Id: <199606152312.AAA20190@palmer.demon.co.uk> Date: Sun, 16 Jun 1996 00:12:27 +0100 (BST) From: gpalmer@FreeBSD.ORG Reply-To: gpalmer@FreeBSD.ORG To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/1326: defvs panic: cleaned vnode isn't Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 1326 >Category: kern >Synopsis: defvs panic: cleaned vnode isn't >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 15 16:20:00 PDT 1996 >Last-Modified: >Originator: Gary Palmer >Organization: None >Release: FreeBSD 2.2-CURRENT i386 >Environment: NFS diskless machine: root@slave:~> dmesg FreeBSD 2.2-CURRENT #3: Sat Jun 15 23:54:30 BST 1996 gary@palmer.demon.co.uk:/usr/home/gary/cvswork/2.2/test/sys/compile/SLAVE Calibrating clock(s) relative to mc146818A clock... i8254 clock: 1193176 Hz CPU: i486DX (486-class CPU) real memory = 8650752 (8448K bytes) avail memory = 6844416 (6684K bytes) DEVFS: ready for devices Probing for devices on the ISA bus: scprobe: keyboard won't accept RESET command sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x300-0x31f irq 10 maddr 0xe4000 msize 16384 on isa ed0: address 00:00:c0:5c:46:8e, type WD8013EPC (16 bit) sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio2 at 0x3e8-0x3ef irq 5 on isa sio2: type 16550A sio3 at 0x2e8-0x2ef irq 9 on isa sio3: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface lpt1 not found at 0x278 pca0 on motherboard pca0: PC speaker audio driver fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in npx0 on motherboard npx0: INT 16 interface devfs ready to run NFS SWAP: 10.0.0.1:/usr/swap NFS ROOT: 10.0.0.1:/mnt/root >Description: root@slave:~> ls /devfs [works] root@slave:~> ls -l /devfs (no output to screen). panic: cleaned vnode isn't. DDB backtrace: _Debugger(f011736e) at _Debugger+0x2b _panic(f012d5fc,f086f980,f086f980,efbffe64,efbffd28) at _panic+0x5a _getnewvnode(11,f0857e00,f0884a00,efbffd24,f086f980) at _getnewvnode+0xf1 _devfs_dntovn(f086f980,efbffe50,f08e0400,efbffe64,f08ac405) at _devfs_dntovn+0x91 _devfs_lookup(efbffdb4,f08e0400,efbffe64,f08dea80,0) at _devfs_lookup+0x3f3 _lookup(efbffe40,f01c0470,f08dd700,0,31c33f9e) at _lookup+0x2d6 _namei(efbffe40,f01c0470,f08dd700,0,57540) at _namei+0x17c _lstat(f08dd700,efbfff94,efbfff84,57548,57500) at _lstat+0x4a _syscall(30027,efbf0027,ffffffff,57500,efbfdb74) at _syscall+0x195 _Xsyscall() at _Xsyscall+0x35 --- syscall 190, eip = 0xa115, ebp = 0xefbfdb74 --- (sorry, no more info available :-( ) >How-To-Repeat: Do a ls -l on devfs. It doesn't seem to need any prior activity on the filesystem. >Fix: Unknown. >Audit-Trail: >Unformatted: